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 framework of 
your application server.

You can treat Gradle as an alternative version of maven build tool, same 
concepts but simple writing.

Kind Regards,

Shi Jinghai


-----邮件原件-----
发件人: horst leitenmueller [mailto:horst.leitenmuel...@it4health.at] 
发送时间: 2018年10月23日 16:09
收件人: dev@ofbiz.apache.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 file java.lang.NoClassDefFoundError: 
org/apache/juli/logging/LogFactory)

It seems that something is trying to do more than I want that it does…

Question 1: Is there / was there a thin client jar file to access it from the 
outside ?
Question 2: IF Question 1 is not  true how can I extract it on the current 
project structure ? The classes are splittet over all framework parts and I’m 
not a gradle specialist to get this flying…

Perhaps somebody can help or explain me..  (btw maven not a problem same with 
ant) 

Br horst




Reply via email to