IDempiere/FullMeeting20130130

From WikiQSS

Table of Contents | Full Meeting Minutes | Full Meeting 2013-01-30

CarlosRuiz: Good morning
JanThielemann: red1, i made the steps again. now i can see my plugin in the osgi console and the menu entry was also applyed but if i start my process i get the following error: ** java.lang.IllegalStateException: org.eclipse.core.runtime.CoreException: Plug-in ScriptTest was unable to load class org.adempiere.process.TestProcess.
JanThielemann: hello carlos
nmicoud: Bonjour
a42niem: hi all
CarlosRuiz: Hi Dirk
a42niem: sorry JanThielemann, i got distracted
a42niem: hi Carlos
Deepak388: JanThielemann, Are you using process class name as service ID?
JanThielemann: which service id do you mean?
JanThielemann: for now i have a plugin project which contains only one class (TestProcess.java) under the package org.adempiere.process. In the MANIFEST.MF i gave it the id "ScriptTest" as well as the name
JanThielemann: under the extension tab i added org.adempiere.base.Process and gave it the id "org.adempiere.process.TestProcess" and the name "TestProcess"
JanThielemann: as the class i chose org.adempiere.process.TestProcess with no priority
JanThielemann: in the feature projects feature.xml i set ScriptTestFeature as id/name
Deepak388: You need to use plugin ID same as process class name. Also please note that it is advised to use osgi services instead of extension
JanThielemann: could you tell me where i can read about it?
buildmaster: Project iDempiere build #723: SUCCESS in 7 min 10 sec: http://jenkins.idempiere.com/job/iDempiere/723/
buildmaster: hengsin: IDEMPIERE-369 Master Detail layout improvements. Avoid making unnecessary refresh of detail tab when navigating from header to detail. Auto open detail pane for on new event.
Deepak388: JanThielemann, I fail to find out example for you in idempiere project, But I failed
red1: moin all.. i have uploaded the alpha version of LiVE_HR plugin, that has OrangeHRM features
CarlosRuiz: great news red1
red1: its very alpha.. some minor model bugs to iron out with Venezuela
red1: 99% complete
JanThielemann: ah i finally managed to get my plugin running.. i think there was something wrong with the runtime
JanThielemann: now the next big step :P how can i override existing functionality with a plugin. to be specific: i want to override the DefaultDesktop.java from org.adempiere.ui.zk. do you have any hints for me? i'm still new to all the idempiere/osgi stuff :(
buildmaster: Project iDempiere build #724: SUCCESS in 6 min 44 sec: http://jenkins.idempiere.com/job/iDempiere/724/
buildmaster: hengsin: IDEMPIERE-325 Complete AD based info window ( AD_InfoWindow ) implementation. Added IsIdentifier and SeqnoSelection to AD_InfoColumn. Ported InfoOrderPanel.
CarlosRuiz: JanThielemann, I think you can find answers on the forums - that question have been asked and answered there