Great. So now I have 'jbossall-client.jar' and 'jboss-ws4ee-client.jar' on my 
classpath along with all the other JARs I've listed in earlier post.

I now get a different exception when I try to lookup the JNDI reference:

javax.naming.NamingException: Cannot unmarshall service ref meta data, cause: 
java.io.InvalidClassException: javax.xml.namespace.QName; local class 
incompatible: stream classdesc serialVersionUID = 4418622981026545151, local 
class serialVersionUID = -6756054858541526837
  |     at 
org.jboss.webservice.client.ServiceObjectFactory.getObjectInstance(ServiceObjectFactory.java:114)
  |     at 
javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:301)
  |     at 
org.jnp.interfaces.NamingContext.getObjectInstance(NamingContext.java:1110)
  |     at 
org.jnp.interfaces.NamingContext.getObjectInstanceWrapFailure(NamingContext.java:1127)
  |     at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:690)
  |     at 
org.jboss.naming.client.java.javaURLContextFactory$EncContextProxy.invoke(javaURLContextFactory.java:120)
  |     at $Proxy0.lookup(Unknown Source)
  |     at javax.naming.InitialContext.lookup(InitialContext.java:347)

There doesn't seem to be any mention of this exception in this JBossWS forum, 
but I did come across an interesting thread:

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=70738

...where:

"[EMAIL PROTECTED]" wrote : Currently the J2EE application client jar has to be 
deployed on the same system as the standalone client app. This means in the 
current release, you need to have a minijboss running on the client system. We 
are going to add support for remote client access in 4.0.4. 
  | 
  | http://jira.jboss.org/jira/browse/JBWS-438
  |  
Does this mean I'm banging my head against a brick wall here, as support for 
client/server separation of J2EE Application Clients in JBoss isn't going to be 
properly supported (i.e. with remote clients) until 4.0.4?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901701#3901701

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901701


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to