| Author |
WSIF, WSDL and JBoss
|
Stuart J W Bell
Greenhorn
Joined: Nov 23, 2006
Posts: 23
|
|
I've downloaded the WSIF apache framework and I am attempting to run their JMS example, which involves deploying an MDB. I've successfully deployed the MDB, but there is not enough documentation to say what needs to be done with the supporting WSDL file? How do I associate the MDB that I have deployed with the WSDL? When I attempt to run my WSIF client, I am getting the following error: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory (ClassNotFoundException) The service section of my WSDL states: <service name='CheckServiceAvailability'> <port name='CheckAvailabilityPort' binding='tns:CheckAvailabilityJMSBinding'> <!-- vendor-specific deployment information needs to be entered here --> <jms:address destinationStyle="queue" jndiDestinationName="queue/A" jndiConnectionFactoryName="ConnectionFactory" initialContextFactory="org.jnp.interfaces.NamingContextFactory" jndiProviderURL="http://localhost:8080" /> </port> </service> ----------- However, I am just accessing my WSDL file from my local hard drive, does it need to be associated with JBoss and the MDB web service? I suspect yes, but I don't know what to do. Any help would be much appreciated. Thanks, Stuart
|
 |
 |
|
|
subject: WSIF, WSDL and JBoss
|
|
|