Hello,

I've find a similar post that suggests:

The correct way is get the ServiceDescription from , MessageContxt and then
you can get the correct classloader for that service (which has all you lib
files) from serviceDescription
ClassLoader cl = sd.getClassLoader();

However, I'm not sure how to even get at the ServiceDescription or
Message Context objects.
MessgeContext.getCurrentMessageContext();
For example, how would I get the ServiceDescription object in the
getProvIdentityDD Function:

public class LocationLookupService{
       public OMElement getProvIdentityDD(OMElement objLatLongitude)
       {}
}

the .properties file is in
ca/gc/agr/locationlookup/connection.properties file inside the aar
file.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to