[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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[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

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14151195#comment-14151195 ]

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

Francis,

Could you please try for me if moving the missing converters from framework/entity/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader to framework/base/src/META-INF/services/org.ofbiz.base.conversion.ConverterLoader still allows to run OFBiz in debug mode under Eclipse with hot class reloading?

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: Trunk
>         Environment: WXP SP3 JDK 1.6.0_30
>            Reporter: Francis ANDRE
>            Assignee: Jacques Le Roux
>             Fix For: 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 was sent by Atlassian JIRA
(v6.3.4#6332)