Java callout in OSB not showing available methods
863370Sep 21 2011 — edited Sep 28 2011Hi,
I've made a simple jar which contains a class with a static method which connects to our active directory. I'm using Spring to connect to the ad. The jar is build using maven. When i've build the jar, I have copied it to a Jar directory in my OSB project. I've created a JavaCallout action in which I can select the jar but it doesnt seem to recognize my static method......there are no methods I can select!
Can anyone maybe tell me what is wrong here?
I've compiled the Jar using jdk1.5. Im using 11G ps2. The method takes a String as Input and returns a List.
Thanks in advance!