[jboss-user] [JBossWS] - help : need example WS server and client to begin...

2007-02-07 Thread valjjou
Please, can someone help me to begin with a very simple WS like hello world... I also need help to deploy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012644#4012644 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=401

[jboss-user] [JBossWS] - JBWS181HelloWorld - Need help to call this WS...

2007-02-09 Thread valjjou
Can someone provide me with a Java example for the client's code to call this WS ? My WS is deployed on JBoss but i don't know how to call this WS... Thank for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013818#4013818 Reply to the post : http:

[jboss-user] [JBossWS] - Cannot obtain java type mapping for String.Array

2007-04-03 Thread valjjou
I have my WS and my client, JBOSS 4.0.5, ws1.2.0. With simple type like int, no pb. But I try to have a String[] and when i run my client i have this error : INFO [STDOUT] org.jboss.ws.WSException: Cannot obtain java type mapping for: {http://service/types}String.Array I don't understand beca

[jboss-user] [JBossWS] - Re: Cannot obtain java type mapping for String.Array

2007-04-04 Thread valjjou
This was juste a pb of librairies... sorry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034487#4034487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034487 ___ jboss-user m

[jboss-user] [EJB 3.0] - Pb with EJB Client(javax.naming.CommunicationException)

2007-04-06 Thread valjjou
I use JBoss 4.0.5 with the installer and option EJB3. I'm getting the error: Failed to initalize plugin: [EMAIL PROTECTED], cause: org/apache/log4j/LogManager | javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:8080 and discovery failed with erro

[jboss-user] [EJB 3.0] - Re: Pb with EJB Client(javax.naming.CommunicationException)

2007-04-06 Thread valjjou
Thank for your reply. I already tried with this port first (1099) but i got the same error... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035438#4035438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035438 __

[jboss-user] [EJB 3.0] - java.lang.ClassCastException when listing objects

2007-04-11 Thread valjjou
Hello all, I manage to insert an object with my bean entity but fail when trying to list all objects. The following exception occurs: javax.ejb.EJBException: java.lang.ClassCastException: org.hibernate.hql.ast.HqlToken | org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolic

[jboss-user] [EJB 3.0] - Re: java.lang.ClassCastException when listing objects

2007-04-11 Thread valjjou
I try differents request but i have the same exception, so i think it's a pb with my database... Here is mi contact-ds.xml on jboss/server/default/deploy : | | | ContactDS | | com.mysql.jdbc.Driver | contact | contact | | org.jboss.resource.adapter.jdbc.vendor.M

[jboss-user] [JBossWS] - JBWS181- Exception with the client...

2007-03-02 Thread valjjou
Hy ! I just try the sample HelloWorldWS. I generate my client with Eclipse. When i try to call my method, i have an exception : THE AXIS engine could not find a target service to invoke ! I don't understand, i have just use the sample... Can someone help me ? View the original post : http://www.

[jboss-user] [JBossWS] - how to use ws compile

2007-03-03 Thread valjjou
Can someone help me to use ws complie. I have maybe a pb with path, i don't know but i can't run it... I have JAVA_HOME and JBOSS_HOME, ANT_HOME... and their bin in path... Which instruction did i use please View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40248

[jboss-user] [JBossWS] - Exception client / User guide Echo sample

2007-03-07 Thread valjjou
I exactly follow the user guide instructions and i have my WS Echo, the client and all the described classes. But, when running my EchoClient, i encounter the following exception : Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/soap/FactoryLoader at javax.xml.ws.spi

[jboss-user] [JBossWS] - Re: Exception client / User guide Echo sample

2007-03-08 Thread valjjou
Thanks Peter for your help. I use JBoss 4.0.5 GA and WS 1.2. I try with saaj.jar but i always have an exception, a soap exception: Exception in thread "main" java.lang.reflect.UndeclaredThrowableException at $Proxy15.echo(Unknown Source) at echo.EchoClient.main(EchoClient.java:9)

[jboss-user] [JBossWS] - Re: Exception client / User guide Echo sample

2007-03-08 Thread valjjou
I don't understand your point : i have only jboss running (eclipse 3.2 closed) and i always have this exception... It seems to be a soap transmission message pb. As for the syntax for the wsrunclient with jboss-saaj.jar I only use wsrunclient echo.EchoClient because when i try -classpath jboss-