- This topic has 5 replies, 2 voices, and was last updated 12 years, 10 months ago by
support-swapna.
-
AuthorPosts
-
SachinMemberHi ,
I’ve migrated my project from WSAD to MyEclipse Blue,
When i generate EAR file then all jars from <EAR>/lib folder are also present
under <EAR>.Please find atatched image containing problem description.
Attachments:
You must be logged in to view attached files.
support-swapnaModeratorSachin,
Sorry that you are seeing this issue.
Can you answer some more questions for us ?
1. Can you please share the installation details from MyEclipse > Installation Summary > Installation Details ? Paste them here for us.
2. Are you creating the EAR by exporting the Enterprise Project as EAR using the Export > Java EE > EAR file ? Please give us detail steps if you are doing it in a different way?
3. Can you also check if this workaround works for you ?
1. Create new project with all 3-rd party libraries.
2. Mark all of the jars exported on build path preference path.
3. Add that project to build path of each of the EAR projects.
4. Project > Properties > MyEclipse > EAR . Choose Ignore for ‘Dependent Java project deployment policy’.Let us know how it works for you.
SachinMemberHi ,
Installation details are attached in txt file also find steps to install EAR file in attached documentAlso I’m deploying my EAR application in “Advance Mode” which is too slower, how can I improve deployment process to become faster ?
Attachments:
You must be logged in to view attached files.
support-swapnaModeratorSachin,
While the Enhanced mode is more robust (w.r.t. picking up changes made), it can be slower at times. If you enable the Classic mode while configuring the Websphere server connector, you will be allowed to select the Exploded option during deployment.
Let us know how it works for you.
SachinMemberHi ,
Oky Thanks..
Can i use (In-WorkSpace Mode) ??
If yes what are the steps that i should follow ?
I’m using WebSphere 7.0.0.21 & My EAR contains EJB 2.1.
support-swapnaModeratorSachin,
Yes, you can use the In-Workspace mode. If your EAR contains any EJB 2.x projects, you will have to run the EJB Deploy Tool and then deploy the project to the server.
For EJB 3.x projects or for EARs with only Web and other project types, running ejb deploy is not required.
Let us know if you see any issues.
-
AuthorPosts