Difference between revisions of "Talk:ADempiere/Equinox Integration 2"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(my progress with OSGI II)
(Progress Testing by Others)
Line 3: Line 3:
 
** Thanks, I'll look into it [[User:Viola|viola]] 13:40, 22 March 2010 (PDT)
 
** Thanks, I'll look into it [[User:Viola|viola]] 13:40, 22 March 2010 (PDT)
  
=Progress Testing by Others=
+
=Progress Testing by RED1=
 
*I checkout the OSGI approach 2 and import all folders as sub-projects.  
 
*I checkout the OSGI approach 2 and import all folders as sub-projects.  
 
*I can see the org.adempiere.base as plugin and do the equinox-target.
 
*I can see the org.adempiere.base as plugin and do the equinox-target.
*Ok, with the latest revision i can get the utils/RUN_build.sh to SUCCESS. Will update as i go along. - [[User:Red1|red1]] 20:06, 30 April 2010 (PDT)
+
*Ok, with the latest revision i can get the utils/RUN_build.sh to SUCCESS.
 +
*Hundreds of errors mainly due to not finding org.osgi or org.eclipse.core.
 +
=2nd Progress Testing by RED1=
 +
*Following some tip from Joerg, i updated my Eclipse app to latest JEE Galileo
 +
*Then checkout hell again and i got down to only 4 errors (hurrah!):
 +
**2 classes says no such last arg in here 'MOrgInfo.get (getCtx(), document.getAD_Org_ID(), null);'
 +
***in WorkflowProcessor and Scheduler classes.
 +
**Error advised to remove 'org.apache.tools.ant.types.resolver' from exported packages
 +
**Import in Env.java 'com.sun.xml.internal.ws.util.ServiceFinder' cannot be resolved.
 +
**org.adempiere.tools MANIFEST has unexisting plugin > org.apache.tools.ant.types.resolver
 +
*By following advice in Eclipse auto-correct, these 4 errors are gone.

Revision as of 16:11, 2 May 2010

German Workshop on OSGI

Progress Testing by RED1

  • I checkout the OSGI approach 2 and import all folders as sub-projects.
  • I can see the org.adempiere.base as plugin and do the equinox-target.
  • Ok, with the latest revision i can get the utils/RUN_build.sh to SUCCESS.
  • Hundreds of errors mainly due to not finding org.osgi or org.eclipse.core.

2nd Progress Testing by RED1

  • Following some tip from Joerg, i updated my Eclipse app to latest JEE Galileo
  • Then checkout hell again and i got down to only 4 errors (hurrah!):
    • 2 classes says no such last arg in here 'MOrgInfo.get (getCtx(), document.getAD_Org_ID(), null);'
      • in WorkflowProcessor and Scheduler classes.
    • Error advised to remove 'org.apache.tools.ant.types.resolver' from exported packages
    • Import in Env.java 'com.sun.xml.internal.ws.util.ServiceFinder' cannot be resolved.
    • org.adempiere.tools MANIFEST has unexisting plugin > org.apache.tools.ant.types.resolver
  • By following advice in Eclipse auto-correct, these 4 errors are gone.