Skip,
It would be best to use the existing service. I am in the process of moving the embedded permission
checks to the permission services - which should correct the difference, PLUS it will enable custom
apps to piggyback custom permissions to the service.
-Adrian
[EMAIL PROTECTED] wrote:
There is a createPostalAddress in ContactMechServices.java
There is also a simple one ContactMechServices.xml.
In party services:
<service name="createPostalAddress" engine="simple"
location="org/ofbiz/party/contact/ContactMechServices.xml"
invoke="createPostalAddress" auth="true">
My question is why is there two and is there a way (beyond modifying the
servicedef) to call the java guy?
I like the java guy because it does a security check for _PCM_CREATE.
Skip