You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Francis ANDRE (Created) (JIRA)" <ji...@apache.org> on 2012/04/12 18:29:30 UTC

[jira] [Created] (OFBIZ-4803) Improve Eclipse integration

Improve Eclipse integration
---------------------------

                 Key: OFBIZ-4803
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4803
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
    Affects Versions: SVN trunk
         Environment: WXP SP3, Sun SDK 1.6;0_30, PostgreSQL 9.2
            Reporter: Francis ANDRE


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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OFBIZ-4803) Improve Eclipse integration

Posted by "Francis ANDRE (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252731#comment-13252731 ] 

Francis ANDRE commented on OFBIZ-4803:
--------------------------------------

Erwan

The jar is linked with this ofbiz issue since the jcr issue https://issues.apache.org/jira/browse/JCR-3288 appears only when running ofbiz under Eclipse without the ofbiz-*.jar.

I patched the jackrabbit-core-2.3.3.jar and the problem is the same in all upper versions of jackrabbit.

Rgds


                
> Improve Eclipse integration
> ---------------------------
>
>                 Key: OFBIZ-4803
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4803
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: WXP SP3, Sun SDK 1.6;0_30, PostgreSQL 9.2
>            Reporter: Francis ANDRE
>         Attachments: jackrabbit-core-2.3.3.jar, ofbiz-eclipse.patch
>
>
> 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OFBIZ-4803) Improve Eclipse integration

Posted by "Francis ANDRE (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francis ANDRE updated OFBIZ-4803:
---------------------------------

    Attachment: ofbiz-eclipse.patch

The patches for the launchers and additional patches for runnign ofbiz under the Eclipse debugger
                
> Improve Eclipse integration
> ---------------------------
>
>                 Key: OFBIZ-4803
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4803
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: WXP SP3, Sun SDK 1.6;0_30, PostgreSQL 9.2
>            Reporter: Francis ANDRE
>         Attachments: ofbiz-eclipse.patch
>
>
> 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OFBIZ-4803) Improve Eclipse integration

Posted by "Jacques Le Roux (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254292#comment-13254292 ] 

Jacques Le Roux commented on OFBIZ-4803:
----------------------------------------

Please Francis, open another issue, linked to this one, for the jackrabbit patched jar

THanks
                
> Improve Eclipse integration
> ---------------------------
>
>                 Key: OFBIZ-4803
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4803
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: WXP SP3, Sun SDK 1.6;0_30, PostgreSQL 9.2
>            Reporter: Francis ANDRE
>         Attachments: jackrabbit-core-2.3.3.jar, ofbiz-eclipse.patch
>
>
> 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OFBIZ-4803) Improve Eclipse integration

Posted by "Francis ANDRE (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francis ANDRE updated OFBIZ-4803:
---------------------------------

    Attachment: jackrabbit-core-2.3.3.jar

The jcr core patched jar
                
> Improve Eclipse integration
> ---------------------------
>
>                 Key: OFBIZ-4803
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4803
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: WXP SP3, Sun SDK 1.6;0_30, PostgreSQL 9.2
>            Reporter: Francis ANDRE
>         Attachments: jackrabbit-core-2.3.3.jar, ofbiz-eclipse.patch
>
>
> 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OFBIZ-4803) Improve Eclipse integration

Posted by "Francis ANDRE (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13254279#comment-13254279 ] 

Francis ANDRE commented on OFBIZ-4803:
--------------------------------------

Hi

I just realized that I missed in the patch to add a entry in the classpath. The framework/base/config directory should be added to run ofbiz under Eclipse. This is the entry to add in .classpath:

	<classpathentry kind="src" path="framework/base/config"/>

                
> Improve Eclipse integration
> ---------------------------
>
>                 Key: OFBIZ-4803
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4803
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: WXP SP3, Sun SDK 1.6;0_30, PostgreSQL 9.2
>            Reporter: Francis ANDRE
>         Attachments: jackrabbit-core-2.3.3.jar, ofbiz-eclipse.patch
>
>
> 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OFBIZ-4803) Improve Eclipse integration

Posted by "Erwan de FERRIERES (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252568#comment-13252568 ] 

Erwan de FERRIERES commented on OFBIZ-4803:
-------------------------------------------

Please Francis keep the issues where they belong, it will be easier to manage them.
Also, who patched the jar ? Is it the jackrabbit team or you ? Maybe it would be better updating jackrabbit to 2.4.1 if the bugs are corrected instead of patching a jar.

Regards,
                
> Improve Eclipse integration
> ---------------------------
>
>                 Key: OFBIZ-4803
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4803
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: WXP SP3, Sun SDK 1.6;0_30, PostgreSQL 9.2
>            Reporter: Francis ANDRE
>         Attachments: jackrabbit-core-2.3.3.jar, ofbiz-eclipse.patch
>
>
> 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira