Re: Oracle Java release model changes and consequences for the project

2018-10-24 Thread James Yong
Answering my last question. >From the download page for Oracle JDK 11, demo purpose is allowed. On 2018/10/24 07:38:19, James Yong wrote: > Hi all, > > Will the release model and licensing changes impact our demos hosted with > Apache Software Foundation? > > Regards, > James > > On 2018/10

Re: Question on RMI in current version 17.12

2018-10-24 Thread Shi Jinghai
If I remembered right, you can return List or a single GenericEntity to rmi client, the client can call getAllFields method in GenericEntity to fetch entity data to a Map, and then you can use the data as you wish. -邮件原件- 发件人: horst leitenmueller [mailto:horst.leitenmuel...@it4health.at

Re: Question on RMI in current version 17.12

2018-10-24 Thread horst leitenmueller
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 the service performFindParty It there a way to JUST get a Map with String, String/Integer/Whatever and NO ofbiz specific Cl

Re: Question on RMI in current version 17.12

2018-10-24 Thread horst leitenmueller
Hi Shi Sorry had already prepared my response … I don’t think so that this is possible anymore the dependency tree is too big all classes are nearly needed the Transfer Objects have logic inside And from my point of view always a problem.. I will now check if there is a possibility to return t

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 POSSI

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
Hi Horst, Good question. The original ofbiz-rmi.jar is a thin rmi client, you can use it access ofbiz remotely. It's missing after changing to use gradle, it can be recovered by adding a new task to build the jar separately. The missing file exception may be related to underlying logging framew

Re: Oracle Java release model changes and consequences for the project

2018-10-24 Thread James Yong
Hi all, Will the release model and licensing changes impact our demos hosted with Apache Software Foundation? Regards, James On 2018/10/24 06:54:05, James Yong wrote: > Hi all, > > OFBiz can be used as an application framework and not all business use-case > justify the yearly price-tag of