- This topic has 3 replies, 2 voices, and was last updated 9 years, 5 months ago by Lofi.
-
AuthorPosts
-
LofiParticipantI installed MyEclipse 2015 Stable 2. The migration wizard migrated my J2EE 4 / JBoss 4 project to a J2EE 5 project.
The problem with that is, that this kind of migration doesn’t make any sense, because that kind of combination (J2EE 5 with JBoss 4) won’t ever work.
So after the migration I was presented with errors, that I couldn’t e. g. deploy to my “JBoss 4 (migrated)”.
I had to manually downgrade the facets, e. g.:
* change from generic runtime 5 to 4
* change from ejb 3.0 to 2.1
* change from dynamic web module 2.5 to 2.4In the end I got it all to work, so I just wanted to let you know in case you want to address the migration wizard.
support-swapnaModeratorLofi,
Sorry that you are seeing this issue with migration.The migration wizard does not upgrade the project facets version. I could not replicate the issue at my end with a J2EE 1.4 project.
Can you please send us all the .* files of the project (.classpath,.settings,.project etc) before migration to help us investigate further?
–Swapna
MyEclipse Support
LofiParticipantThank you Swapna,
yes, you’re right, the project isn’t upgraded. It’s a J2EE 5 / JBoss 4 project, sorry about that.
The problem I’m stuck with is that I can’t add a deployment to the JBoss 4 server, not even the migrated one. In the “Deploy modules” dialog, when I select “JBoss AS 4.x”, I get the error “The server does not support version 5.0 of the J2EE Enterprise Application specification.” That’s why I had to downgrade everything to make it deployable.
This J2EE 5 / JBoss 4 combination works with MyEclipse 2014. How can I make it work in ME2015? By the way, I only use “MyEclipse Generic Runtime for Java EE 5.0”, nothing JBoss specific.
- This reply was modified 9 years, 5 months ago by Lofi.
LofiParticipantPlease close this, I’ll create a new topic, since after some investigation the problem is a totally different matter.
-
AuthorPosts