| Quote: |
|
The reason WebLogic provides this feature is to eliminate the need to modify various manifest files in all the jars that are part of the project to include each other. There doesn't appear to be any tool support in MyEclipse and we've toyed with modifying various manifests by hand, but have come to the conclusion that this is problematic without tool support. |
| Quote: |
|
APP-INF/lib |
| Quote: |
|
What we'd like to be able to do is make the process more seamless, whereby, we can "add custom builders" onto your standard EAR builder that could support some of our customized requirements. |
| Quote: |
|
The second problem we run into has to do with deploying Exploded EARs. Whereas MyEclipse appears to build and deploy the exploded EAR correctly, WebLogic gives us the weird error of: [J2EE:160034]Module atdEJB not Found in path C:\bea\user_projects\domains\cookBookDomain\applications\cookbook when we try to deploy it. |
| Quote: |
|
The thing is, it looks like we need to do exploded EARs for hot deployment. |
| Quote: |
|
When attempting to change/save various WAR classes, we get hot deploy errors and are forced to rebuild and redeploy the EAR. |
| Quote: |
| Please note that any libraries in APP-INF/lib will also be deployed automatically by our deployment tooling. However, any solution that uses these custom extensions that WLS provides will naturally not work on WebSphere, as you desired. |
| Quote: |
|
If I follow the recommendations from this thread and in the My Eclipse Enterprise Application tutorial, however, and just create APP-INF as a standard Java project: |
| Quote: |
|
To illustrate, I want c:\bea\user_projects\domains\MyDomain\applications to contain a myEar directory, which in turn contains: |