cancel
Showing results for 
Search instead for 
Did you mean: 

Transport a deployed WebDynpro Flex Model from CE 7.1 to 7.0 Portal

Former Member
0 Kudos

Hi Friends,

i need to transport a deployed WebDynpro Flex Model from CE 7.1 to 7.0 Portal. Simple transport package Export/Import doesn't work.

Thanks and regards!

Micha

Accepted Solutions (0)

Answers (1)

Answers (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Michael,

CE 7.1 won't be compatible with 7.0 in general. Exceptions may be possible, but not probable. Keep in mind that CE 7.1 is built on an complete new environment!

Hope it helps

Detlev

Former Member
0 Kudos

Hi Detlev,

thanks for the fast response

so the problem is java 5.0 programs won't work on java 1.4 Runtime Environment?

is the only way to solve this to develop it for both Runtime Environments?

Greetings

Micha

detlev_beutner
Active Contributor
0 Kudos

Hi Michael,

> so the problem is java 5.0 programs won't work on java 1.4 Runtime

> Environment?

This at least is one of the main differences. If you use JDK 5, there is an option to make it runnable on JDK 1.4, see http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/javac.html#crosscomp-example

Anyhow, also the runtime environments that SAP provides probably will have changed. So the JDK used won't be the only restriction!

> is the only way to solve this to develop it for both Runtime Environments?

As CE 7.1 is not productive yet (or are you in the ramp-up?), at the moment there shouldn't be that massively problems with that?! Anyhow, I would expect the possibility to import 7.0 projects into CE 7.1 to rebuild them, even if I''m not sure if this already exists or will provided in the future.

Hope it helps

Detlev

PS: If you are interested in using CE7.1 dev environment (NWDS) even with JDK 6, see /people/detlev.beutner/blog/2007/08/17/using-jdk-16-and-above-to-run-sap-netweaver-developer-studio-71

Former Member
0 Kudos

> As CE 7.1 is not productive yet (or are you in the

> ramp-up?)

yes i am.

> at the moment there shouldn't be that

> massively problems with that?! Anyhow, I would expect

> the possibility to import 7.0 projects into CE 7.1 to

> rebuild them, even if I''m not sure if this already

> exists or will provided in the future

this is another question i have:

> PS: If you are interested in using CE7.1 dev

> environment (NWDS) even with JDK 6, see

> https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/

> 7129

i already read it and tought - crazy