| Author |
Message |
|
|
Post subject: All Jar files from lib folder are also present under EAR
Posted: Apr 20, 2012 - 07:23 AM
|
|
Joined: Apr 09, 2012
Posts: 17
|
|
Hi ,
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. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Apr 20, 2012 - 11:36 AM
|
|

Joined: Nov 11, 2010
Posts: 2193
|
|
Sachin,
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. |
_________________ Swapna
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: EAR Deployment taking lot of time
Posted: Apr 20, 2012 - 12:15 PM
|
|
Joined: Apr 09, 2012
Posts: 17
|
|
Hi ,
Installation details are attached in txt file also find steps to install EAR file in attached document
Also I’m deploying my EAR application in “Advance Mode” which is too slower, how can I improve deployment process to become faster ? |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Apr 23, 2012 - 06:41 AM
|
|

Joined: Nov 11, 2010
Posts: 2193
|
|
Sachin,
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. |
_________________ Swapna
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: All Jar files from lib folder are also present under EAR
Posted: Apr 23, 2012 - 07:59 AM
|
|
Joined: Apr 09, 2012
Posts: 17
|
|
Hi ,
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. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Apr 24, 2012 - 07:04 AM
|
|

Joined: Nov 11, 2010
Posts: 2193
|
|
Sachin,
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. |
_________________ Swapna
MyEclipse Support
|
| |
|
|
|
 |
|
|