aspose file tools
The moose likes Web Services and the fly likes WSIF, WSDL and JBoss Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "WSIF, WSDL and JBoss" Watch "WSIF, WSDL and JBoss" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: WSIF, WSDL and JBoss
 
Similar Threads
Problem while calling methods
JBOSS Webservices error in deploy
trying to run WSIF Samples on WSAD 5
JAX-WS wsgen using Maven2
Help on Topic in JMS