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/01 11:02:53 UTC

[jira] [Created] (OFBIZ-4777) Add missing ConverterLoader to framework/entity/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader for running FOBiz in debug under Eclipse

Add missing ConverterLoader to framework/entity/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader for running FOBiz in debug under Eclipse
--------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: OFBIZ-4777
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4777
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
    Affects Versions: SVN trunk
         Environment: WXP SP3 JDK 1.6.0_30
            Reporter: Francis ANDRE
         Attachments: ofbiz-services.patch

Hi

In order to run OFBiz in debug mode under Eclipse with hot class reloading, one needs to add the following Converters to the services framework/entity/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader because they are added at build time by the build.xml of the framework. Thus, they are missing when running OFBiz as an full Eclipse debug launcher.

org.ofbiz.base.conversion.BooleanConverters
org.ofbiz.base.conversion.CollectionConverters
org.ofbiz.base.conversion.DateTimeConverters
org.ofbiz.base.conversion.JSONConverters
org.ofbiz.base.conversion.MiscConverters
org.ofbiz.base.conversion.NetConverters
org.ofbiz.base.conversion.NumberConverters


Rgds

--
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-4777) Add missing ConverterLoader to framework/entity/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader for running FOBiz in debug under Eclipse

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

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

Thanks Francis
                
> Add missing ConverterLoader to framework/entity/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader for running FOBiz in debug under Eclipse
> --------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4777
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4777
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: WXP SP3 JDK 1.6.0_30
>            Reporter: Francis ANDRE
>            Assignee: Jacques Le Roux
>             Fix For: SVN trunk
>
>         Attachments: ofbiz-services.patch
>
>
> Hi
> In order to run OFBiz in debug mode under Eclipse with hot class reloading, one needs to add the following Converters to the services framework/entity/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader because they are added at build time by the build.xml of the framework. Thus, they are missing when running OFBiz as an full Eclipse debug launcher.
> org.ofbiz.base.conversion.BooleanConverters
> org.ofbiz.base.conversion.CollectionConverters
> org.ofbiz.base.conversion.DateTimeConverters
> org.ofbiz.base.conversion.JSONConverters
> org.ofbiz.base.conversion.MiscConverters
> org.ofbiz.base.conversion.NetConverters
> org.ofbiz.base.conversion.NumberConverters
> Rgds

--
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-4777) Add missing ConverterLoader to framework/entity/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader for running FOBiz in debug under Eclipse

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

Francis ANDRE updated OFBIZ-4777:
---------------------------------

    Attachment: ofbiz-services.patch
    
> Add missing ConverterLoader to framework/entity/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader for running FOBiz in debug under Eclipse
> --------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4777
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4777
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: WXP SP3 JDK 1.6.0_30
>            Reporter: Francis ANDRE
>         Attachments: ofbiz-services.patch
>
>
> Hi
> In order to run OFBiz in debug mode under Eclipse with hot class reloading, one needs to add the following Converters to the services framework/entity/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader because they are added at build time by the build.xml of the framework. Thus, they are missing when running OFBiz as an full Eclipse debug launcher.
> org.ofbiz.base.conversion.BooleanConverters
> org.ofbiz.base.conversion.CollectionConverters
> org.ofbiz.base.conversion.DateTimeConverters
> org.ofbiz.base.conversion.JSONConverters
> org.ofbiz.base.conversion.MiscConverters
> org.ofbiz.base.conversion.NetConverters
> org.ofbiz.base.conversion.NumberConverters
> Rgds

--
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-4777) Add missing ConverterLoader to framework/entity/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader for running FOBiz in debug under Eclipse

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

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

Francis,

Please take this commit into account in your explanation in Wiki, thanks!
                
> Add missing ConverterLoader to framework/entity/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader for running FOBiz in debug under Eclipse
> --------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4777
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4777
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: WXP SP3 JDK 1.6.0_30
>            Reporter: Francis ANDRE
>            Assignee: Jacques Le Roux
>             Fix For: SVN trunk
>
>         Attachments: ofbiz-services.patch
>
>
> Hi
> In order to run OFBiz in debug mode under Eclipse with hot class reloading, one needs to add the following Converters to the services framework/entity/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader because they are added at build time by the build.xml of the framework. Thus, they are missing when running OFBiz as an full Eclipse debug launcher.
> org.ofbiz.base.conversion.BooleanConverters
> org.ofbiz.base.conversion.CollectionConverters
> org.ofbiz.base.conversion.DateTimeConverters
> org.ofbiz.base.conversion.JSONConverters
> org.ofbiz.base.conversion.MiscConverters
> org.ofbiz.base.conversion.NetConverters
> org.ofbiz.base.conversion.NumberConverters
> Rgds

--
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] [Closed] (OFBIZ-4777) Add missing ConverterLoader to framework/entity/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader for running FOBiz in debug under Eclipse

Posted by "Jacques Le Roux (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-4777.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
         Assignee: Jacques Le Roux

Thanks Francis,

Your patch is in trunk at r1308085
                
> Add missing ConverterLoader to framework/entity/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader for running FOBiz in debug under Eclipse
> --------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4777
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4777
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: WXP SP3 JDK 1.6.0_30
>            Reporter: Francis ANDRE
>            Assignee: Jacques Le Roux
>             Fix For: SVN trunk
>
>         Attachments: ofbiz-services.patch
>
>
> Hi
> In order to run OFBiz in debug mode under Eclipse with hot class reloading, one needs to add the following Converters to the services framework/entity/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader because they are added at build time by the build.xml of the framework. Thus, they are missing when running OFBiz as an full Eclipse debug launcher.
> org.ofbiz.base.conversion.BooleanConverters
> org.ofbiz.base.conversion.CollectionConverters
> org.ofbiz.base.conversion.DateTimeConverters
> org.ofbiz.base.conversion.JSONConverters
> org.ofbiz.base.conversion.MiscConverters
> org.ofbiz.base.conversion.NetConverters
> org.ofbiz.base.conversion.NumberConverters
> Rgds

--
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