[JBoss-user] [JBossWS] - Re: Web Services EJB3

2006-06-06 Thread RamcisJBOSS
Thanks for you, I resolved the problem with adding a new layer between data and web service layer, this layer contains the session bean, that will allow me to persist data. I think that entity manager doesnt work in the context of web service. So why i added the session bean. View the original

[JBoss-user] [JBossWS] - Re: Web Services EJB3

2006-06-02 Thread RamcisJBOSS
I tried to store data into database through web service call to EntityManager but it doesn't store data in Mysql. here is my source code. Source code of web service : | /** | * | */ | package webServices.utilisateur.service; | | import global.SOAP.StringSOAP; | import global.SOA

[JBoss-user] [JBossWS] - Re: Compiling Many Web service

2006-05-26 Thread RamcisJBOSS
I used NetBeans5.5 that can make that transparently. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946735#3946735 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946735

[JBoss-user] [JBossWS] - Re: Webservices

2006-05-25 Thread RamcisJBOSS
Wich URL ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946575#3946575 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946575 --- All the advantages of Linux Manag

[JBoss-user] [JBossWS] - Re: Compiling Many Web service

2006-05-24 Thread RamcisJBOSS
Resolved View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946342#3946342 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946342 --- All the advantages of Linux Managed

[JBoss-user] [JBossWS] - Compiling Many Web service

2006-05-24 Thread RamcisJBOSS
How to compile many web service that are included in the same project. here is an example : src |EJB ||Client | |Interface | | |ClientInterface.java | |Impl | | |ClientImpl.java ||Provider | |Interface | |

[JBoss-user] [JBossWS] - Re: return/pass JavaBean ?

2006-05-23 Thread RamcisJBOSS
Yes, you can pass a java bean as a parameter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945924#3945924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945924 ---

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-05-23 Thread RamcisJBOSS
I have multiple web service to compile. As I understand, I must compile each one separatly. Here is an example, my structure of project seems like this : src |Client | |Interface | | |ClientInterface.java | |Impl | | |ClientImpl.java |Provider |

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-05-22 Thread RamcisJBOSS
So, what is the utility of wstools with this limits ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945501#3945501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945501 ---

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-05-21 Thread RamcisJBOSS
If you look in the XSD schema file of config.xml, you will see that you can make more than element. It is possible to compile more than one web service, but how??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945183#3945183 Reply to the post : http://www

[JBoss-user] [EJB 3.0] - Re: EJB3NamingStrategy

2006-05-20 Thread RamcisJBOSS
I ask and I answer alone. There is a problem with Jboss version. Now all works fine. here a solution | /** | * | */ | package de.laliluna.library; | import org.hibernate.cfg.EJB3NamingStrategy; | import org.hibernate.util.StringHelper; | | /** | * @author RamcisJBOSS

[JBoss-user] [EJB 3.0] - EJB3NamingStrategy

2006-05-19 Thread RamcisJBOSS
I tried to Override the EJB3NamingStrategy but when I deployed my jar file I got error. Here is some log from JBOSS console. org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread. | run(AbstractDeploymentScanner.java:197) | Caused by: java.lang.Error: Unresolved compilation pro

[JBoss-user] [JBossWS] - Re: WSTools Errors

2006-05-19 Thread RamcisJBOSS
Upgrade to jdk1.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945019#3945019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945019 --- Using Tomcat but need to do

[JBoss-user] [JBossWS] - wstools-config.xml

2006-05-19 Thread RamcisJBOSS
Hello, Can anyone give me an example of wstools-config.xml that encapsulate the configuration of two web services. I tried but i got error in parsing the file. I followed the xsd but the error persist. Thanks for help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [EJB 3.0] - Re: jboss-4.0.4.GA + EJB 3.0 RC6

2006-05-17 Thread RamcisJBOSS
post the log of Jboss, what error you got ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944259#3944259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944259 --- U

[JBoss-user] [EJB 3.0] - Re: EJB3 Installation on 4.0.4.GA

2006-05-17 Thread RamcisJBOSS
Hi you need to re-install ejb3 deployer. You can find it at this URL : http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=132063 you will find a web page on how to install it; hope that helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [EJB 3.0] - Re: ora-00972

2006-05-17 Thread RamcisJBOSS
Hi, i tried to use the safe strategy, but it doesn't work, i got the same problem, i think that i missed some properties. here is my persistence. xml file | | java:OracleDS | | | | | | |

[JBoss-user] [JBossWS] - Re: Can't build jbossws samples

2006-05-16 Thread RamcisJBOSS
you should use this library jbossws14.jar, it contains the classes that you need. Hope that this helps you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943366#3943366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [EJB 3.0] - ora-00972

2006-05-12 Thread RamcisJBOSS
Hi, I am trying to build an application based on EJB3, but when i deploy it to the server i get this error : ORA-00972 identifier is too long. The problem caused by the name of the generated foreign key. Thanks for helps View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [JBossWS] - Re: EJB3 webservice tutorial

2006-05-05 Thread RamcisJBOSS
Hi, can you tell from where you get the needed library for this tutorial, because it deson't work for me. I get this error when compling the sources code. compile: [javac] Compiling 3 source files to C:\Documents and Settings\Ramzi\Bureau\w ebservice\build\classes [javac] C:\Documents and

[JBoss-user] [JBossWS] - IWAB0398E Error in generating WSDL from Java

2006-03-03 Thread RamcisJBOSS
I start building a web services with eclipse, but i got this error. Note that i am using eclipse 3.1 and tomcat 5.5 there is the listening of the exception : IWAB0398E Error in generating WSDL from Java: java.lang.ClassNotFoundException: service.Hello java.lang.ClassNotFoundException: servic