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