Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Invalid
-
Trunk
-
None
-
None
-
WXP SP3, Sun SDK 1.6;0_30, PostgreSQL 9.2
Description
Hi
I suggest to improve the integration of ofbiz under Eclipse by adding 4 lauching configurations:
tools/ofbiz.start
tools/ofbiz.stop
tools/ofbiz.status
tools/ofbiz.test
The ofbiz.start has the specific JVM property DEBUG set to the value of "eclipse" -DDEBUG=eclipse so that all ofbiz jars located under each build/lib won't be loaded/added to the classpath. This will allow to continue producing all ofbiz jars with the build.xml while allowing hot replacement of classes when running under the Eclipse's debug launcher.
Also, I added to this issue a patched version of the jackrabbit-core-2.3.3.jar that should replace the one in the framework/jcr/lib to avoid the jdbc driver exception: See https://issues.apache.org/jira/browse/JCR-3288
Hope this help
Attachments
Attachments
Issue Links
- depends upon
-
OFBIZ-4812 Avoid the ClassNotFoundException on the jdbc driver used by jackrabbit component
- Closed