cancel
Showing results for 
Search instead for 
Did you mean: 

UWL and WebService

Former Member
0 Kudos

Hi,

Maybe someone can help me. I have created a new UWL connector, which works fine so far. The data, which the connector should write in the UWL should be provided by a Web Services.

What I tried: I have created a Deployable Proxy which should be call via JNDI during connector runtime. Result of this is, that the connector throws a time out.

Then I tried it with an intermediate layer: Call the proxy in an stateless EJB. I test it by deploying the EJB as WebService and there it works correct. But now I want to call the EJB in the UWL connector via JNDI. The problem: during runtime, the connector doesn`t find the EJB Classes, so that I get a PortalApplicationNotFoundException.

I tried to configure a reference in to portalapp.xml, without success.

Has anyone an idea, how I can solve this?

BR

Matthias

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Has nobody an idea?