- This topic has 5 replies, 2 voices, and was last updated 15 years, 4 months ago by support-joy.
-
AuthorPosts
-
pronaneMemberI am running MyEclipse 7.0 with WLS running within the IDE.
If i create web projects/ear files/ejbs they are not deploying, even though it says they are successfully deployed, and I can expand the tree beside the server in teh debug perspective or myeclipse java perspective, when i go into the console they are not listed under deployments. Also on the console window in myeclipse it doesn’t say anything like it has been deployed. Nothing happens. If i go into the domain directory and into the autodeploy directory I can see the exploded war/ear/ejb folder but they aren’t being deployed.
This is very urgent.
support-joyMemberpronane,
Can you send a screenshot of your WLS connector from Window > Preferences > MyEclipse Enterprise Workbench > Servers > WebLogic > Weblogic 6.x? I am not able to reproduce this issue at my end. Can you also try this – If you are working on EAR Project, goto Window > Preferences > MyEclipse Enterpise Workbench > Java Enterprise Project > EAR Project and click on [Restore Defaults]. Similarly click [Restore Defaults] for EJB/Web Project. Let me know if this works?
pronaneMemberthis may be a problem with running weblogic in production mode. The domain was setup by someone else to run in prod mode.
tested and yes this is the case!
support-joyMemberGood to hear that you have figured out the root cause. Are you all set now?
pronaneMemberyes got it to work in the end, the other problem was a classpath issue, for some reason the projects are not defaulted to include all jar files in the deployment of an ejb/war file that they are dependent on. I would have thought it would be a good option to make them automatically deploy all jar files that the war or ejb project required.
support-joyMemberpronane,
Are these dependent jar files included in your WEB-INF/lib folder? If not you should include them as external jars in your project.
-
AuthorPosts