- This topic has 2 replies, 3 voices, and was last updated 16 years, 7 months ago by Jiggy.
-
AuthorPosts
-
lbonill915MemberI just upgraded to MyEclipse 6.0.1. I am hoping that hot deploy for non-trivial web apps works, but am having trouble. Can you guys advise if what I am trying to do is supposed to work?
I have an EAR project, that has a WAR and a few supporting jars (referenced Java projects). When I deploy the ear in exploded mode, updates to my WAR classes are successfully hot deployed. However, if I modify a class in a supporting JAR project, the new code is not hot sync’ed back to WebLogic.
In terms of how the code gets copied to WebLogic, the EAR is exploded. Inside the EAR, is an exploded WAR. Along side the exploded WAR, are the packaged supporting JARS (that were referenced Java projects in MyEclipse). With this packaging structure, if working as I am hoping, changing a class in the referenced java project would result in the jar (inside the weblogic domain folder) getting refreshed…but I am not seeing a change in the jar’s timestamp.
Here is my MyEclipse config
———————————————————-
*** Date:
Friday, May 2, 2008 3:43:19 PM EDT** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_07*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.1 GA
Build id: 6.0.1-GA-200710Eclipse Platform
Version: 3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G
Build id: I20070625-1500Eclipse RCP
Version: 3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG
Build id: I20070625-1500Eclipse Java Development Tools
Version: 3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR
Build id: I20070625-1500Eclipse Plug-in Development Environment
Version: 3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC
Build id: I20070625-1500Eclipse Project SDK
Version: 3.3.0.v20070607-7M7J-BIolz-OcxWxvWAPSfLPqevO
Build id: I20070625-1500Eclipse Graphical Editing Framework
Version: 3.3.1.v20070814
Build id: 20070814-1555Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\program files\Eclipse 3.3\eclipse.exe
-name
Eclipse
–launcher.library
C:\program files\Eclipse 3.3\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.0.v20070523\eclipse_1017a.dll
-startup
C:\program files\Eclipse 3.3\plugins\org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-product
com.genuitec.myeclipse.product.ide
-vm
C:\Program Files\Java\jre1.5.0_07\bin\client\jvm.dll
Loyal WaterMemberThis is an open enhancement request which we are already working on. We don’t have a workaround for you at the moment. Sorry about that.
JiggyMemberHi Nipun,
Do you know when is this fix is expaced to be available? I am using WebLogic 9.2 SP3.
I think WebLogic requires jar to be placed in APP-INF/lib and classes in APP-INF/classes but MyEclipse is generating jar in /lib and classes in /bin folder. There is no way for us to configure where the java projects output should go in an EAR file and the only way left is to do compilattion and moving manually out side the IDE.
Jiggy.
-
AuthorPosts