Re: Question on RMI in current version 17.12

2018-10-24 Thread Shi Jinghai
...@it4health.at] 发送时间: 2018年10月24日 17:04 收件人: dev@ofbiz.apache.org 主题: Re: Question on RMI in current version 17.12 hi Yes and inside the map you have a "org.apache.ofbiz.entity.util.EntityListIterator". Where you then need ALL server side classes to get the entries just an example for t

Re: Question on RMI in current version 17.12

2018-10-24 Thread horst leitenmueller
> 发送时间: 2018年10月24日 16:49> > > 收件人: dev@ofbiz.apache.org> > > 主题: Re: Question on RMI in current version 17.12> > > > > SOLVED: my own reply to the Question> > > > > !!! NOT POSSIBLE !!! to use RMI inside of an JEE Application Server like >

Re: Question on RMI in current version 17.12

2018-10-24 Thread horst leitenmueller
ghai> > > > > > > -邮件原件-> > > 发件人: horst leitenmueller [mailto:horst.leitenmuel...@it4health.at] > > > 发送时间: 2018年10月23日 16:09> > > 收件人: dev@ofbiz.apache.org> > > 主题: Question on RMI in current version 17.12> > > &g

Re: Question on RMI in current version 17.12

2018-10-24 Thread Shi Jinghai
NOT true, as the fields in a GenericValue can fetched by a Map. -邮件原件- 发件人: horst leitenmueller [mailto:horst.leitenmuel...@it4health.at] 发送时间: 2018年10月24日 16:49 收件人: dev@ofbiz.apache.org 主题: Re: Question on RMI in current version 17.12 SOLVED: my own reply to the Question !!! NOT

Re: Question on RMI in current version 17.12

2018-10-24 Thread horst leitenmueller
SOLVED: my own reply to the Question !!! NOT POSSIBLE !!! to use RMI inside of an JEE Application Server like Wildfly Why? its easy the dependency Tree of the classes (especially GenericValue ) is needing ALL classes (including Services / DAO etc..) of the ofbiz server side… => you can’t creat

Re: Question on RMI in current version 17.12

2018-10-24 Thread Shi Jinghai
e.org 主题: Question on RMI in current version 17.12 Hi, I have a question on accessing the Backend of Ofbiz via RMI there have been a example client which was integrated in a single jar of ofbiz But I want to integrate it in an application server (at the moment I get an exception of missing

Question on RMI in current version 17.12

2018-10-23 Thread horst leitenmueller
Hi, I have a question on accessing the Backend of Ofbiz via RMI there have been a example client which was integrated in a single jar of ofbiz But I want to integrate it in an application server (at the moment I get an exception of missing file java.lang.NoClassDefFoundError: org/apache/juli/l