[jboss-user] [JBossWS] - Install in Tomcat 6

2007-03-20 Thread gquintana
Did someone succeeded in installing JBossWS 1.2 in Tomcat 6.0? The directory layout of Tomcat 6.0 is different from 5.5 and earlier. As a result, the Ant script which should install JBossWS fails... Thanks for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss Seam] - NullPointerException in SeamListener

2006-10-31 Thread gquintana
Hello, I am trying to put up my first Seam application. I didn't follow the step by the step guide mentioned in this forum (I didn't know it's existence when I started). When my application is deployed in JBoss I get Exception sending context initialized event to listener instance of class org

[jboss-user] [JBoss Seam] - Re: NullPointerException in SeamListener

2006-11-02 Thread gquintana
Well done, it came from the components.xml, I removed it and the deployment succeeded. I am going to read the documentation in order to understand the purpose and the structure of this file. I was using Seam 1.0.1GA. Thanks for your help, GĂ©rald View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: NullPointerException in SeamListener

2006-11-02 Thread gquintana
The components.xml that didn't work came from JBoss Wiki: http://wiki.jboss.org/wiki/attach?page=EclipseSeamProject%2Fcomponents.xml Is there a DTD or an XML Schema for this file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982637#3982637 Reply to the pos

[jboss-user] [EJB 3.0] - Re: @EJB Injection in JSF Managed Bean

2006-11-15 Thread gquintana
"sisepago" wrote : bossas 4 does not support @EJB Injection in a JSF Managed Bean I have the same problem, where did you find this information? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986110#3986110 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Component not found in War

2006-11-17 Thread gquintana
Hello, My application is structured as usual: MyApp.ear +- MyEjb.jar +- MyWeb.war When I place a component in the EJB Jar, Seam finds it perfectly. On the contrary, when I place it in the War, it doesn't see it (I looked for it in Seam traces when I deployed my app). My component is a simple

[jboss-user] [EJB 3.0] - ClassCastException in Javassist /CGLib

2007-12-10 Thread gquintana
I am following the A to B relationship (many to one) where B is abstract and the relationship lazy, I get a ClassCastException: anonymous wrote : java.lang.ClassCastException: com.mycompany.myproject.MyEntityB_$$_javassist_1 | at com.mycompany.myproject.MyEntityB_$$_javassist_1.getMyEntity

[jboss-user] [EJB 3.0] - Re: change database schema

2007-12-12 Thread gquintana
Add in your persistence.xml: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112169#4112169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112169 ___ jboss-user mailing list j

[jboss-user] [EJB 3.0] - Re: Recommended testing framework

2007-12-12 Thread gquintana
I am using Cactus+EJB3+JBoss 4.2 with satisfaction. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112170#4112170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112170 ___ jbo

[jboss-user] [EJB 3.0] - Re: ClassCastException in Javassist /CGLib

2007-12-12 Thread gquintana
I found similar problem in Hibernate forum, but still no clean solution: http://forum.hibernate.org/viewtopic.php?p=2371113 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112173#4112173 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [EJB 3.0] - Re: Newbie EJB 3 JNDI question

2007-12-12 Thread gquintana
I don't (not sure yet) think "java:comp/env" local context is still used with EJB3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112172#4112172 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112172 __

[jboss-user] [JBossWS] - ClassNotFoundException JBossWSProviderFactoryImpl with JBoss

2007-11-20 Thread gquintana
I get an exception when I run WSProvide: $ wsprovide.sh -k -w -c classes -o classes -r jbossws -s jbossws com.mycompany.myapp.ws.MyWebService | [: 71: /opt/java/jboss-4.2.2.GA/client/jbossws-client.jar: unexpected operator | JBossWS-SunRI stack deployed | Exception in thread "main" java.lan

[jboss-user] [JBossWS] - Re: ClassNotFoundException JBossWSProviderFactoryImpl with J

2007-11-22 Thread gquintana
You are right, at line, I replaced if [ -a $LIBDIR/jbossws-client.jar ]; then by if [ -f $LIBDIR/jbossws-client.jar ]; then and now it works. Should I fill a bug report or is it a known bug? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107196#4107196 Reply

[jboss-user] [JBossWS] - Re: ClassNotFoundException JBossWSProviderFactoryImpl with J

2007-11-22 Thread gquintana
I looked at source code generated by WSImport and there is something weird that doesn't compile: @XmlRootElement(...) | @XmlType(...) | @XmlAccessorType(XmlAccessType.FIELD) | public class MyOperationResponse { | @XmlElement(namespace = "", name = "return") | private MyValueObjec

[jboss-user] [JBossWS] - Re: ClassNotFoundException JBossWSProviderFactoryImpl with J

2007-11-25 Thread gquintana
Moreover, the WSProvide documentation is not sync'ed with JBossWS 2. Ant task package changed, it's org.jboss.wsf.spi.tools.ant.WSProvideTask instead of org.jboss.ws.tools.jaxws.ant.wsprovide: | | | | | |

[jboss-user] [JBossWS] - Date, Time and DateTime

2008-04-04 Thread gquintana
Hello, I applied the wsconsume tool from JBoss 4.2.2 successfully on a WSDL. But when I deploy my WS implementation in JBoss, I get the following errors: anonymous wrote : 2008-04-04 11:35:02,490 ERROR [org.jboss.ws.metadata.wsdl.xmlschema.JBossXSErrorHandler] JBossWS_datex2.eu_schema_1_0_1_048

[jboss-user] [JBossWS] - Re: Date, Time and DateTime

2008-04-04 Thread gquintana
JBoss WS has a problem the XMLGregorianCalendar, when it generates back the WSDL from Java objects, I get xsd:anySimpleType instead of xsd:dateTime. I found a workaround (maybe not the best solution), I customized the JAXB binding to avoid the XMLGregorianCalendar: | http://java.sun.com/xml/n

[jboss-user] [JBossWS] - Re: XML Binding - XMLGregorianDate to xs:dateTime rather tha

2008-04-04 Thread gquintana
Look here, it seems related: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133073 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141643#4141643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141643 __

[jboss-user] [JBoss AOP] - JBoss 4.2.2

2008-04-21 Thread gquintana
Hello, The JBoss 4.2.2.GA "default" profile includes JBoss AOP 1.5.6 for Java 5 which is what I am using. But when I set EnableLoadtimeWeaving to true, an exception is raised because the pluggable-instrumentor.jar is not found (not in the bin dir). Is JBoss 4.2.2 AOP completely installed? Or d

[jboss-user] [JBoss AOP] - Re: JBoss 4.2.2

2008-04-21 Thread gquintana
Alright, thanks for the information View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145562#4145562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145562 ___ jboss-user mailing