[jboss-user] [JBoss/Spring Integration] - Installation, versions, etc...

2009-02-23 Thread tonioc
Hi, I am trying to understand how this thing works, my first basic doubt is: What files should I downloadl: - I will be using JBoss 4.2.3, Spring 2.5.6 - It's not clear for me what version of SpringDeployer should I download The second question is: If the version I download does not cont

[jboss-user] [JBossWS] - Re: Jboss 4.2.2 hangs when after deploying a WAR

2008-11-07 Thread tonioc
Ok I'll do it. I was trying to construct a small example that can show this problem, but until know I was not able. I'll continue working on it. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187797#4187797 Reply to the post : http://www.jboss.com/

[jboss-user] [JBossWS] - Re: JBossXSModel goes into endless loop

2008-10-30 Thread tonioc
If you like to see my post at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=144817 thanks tonio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185836#4185836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBossWS] - Re: Jboss 4.2.2 hangs when after deploying a WAR

2008-10-30 Thread tonioc
This problem was also reported some time ago in: JBossXSModel goes into endless loop http://www.jboss.com/index.html?module=bb&op=viewtopic&t=131673 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185835#4185835 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBossWS] - Re: JBossXSModel goes into endless loop

2008-10-30 Thread tonioc
Hi, I had similar problems, running Jboss 4.2.2.GA and jbossws 3.0.4.GA, but not trying to expose xhml.xsd, just a Tree of Classes (near 500) JAXB annotated. If I use 4.2.3 there is a similar problem. Any news on these issue ? I'm trying to create a simple test-case, but it's really difficul

[jboss-user] [JBossWS] - Re: Jboss 4.2.2 hangs when after deploying a WAR

2008-10-30 Thread tonioc
finally I obtained the log (which full filled my file-system) It seems some recursive behavior is the cause of this hanging. here is the log: 2008-10-30 18:01:08,213 INFO [org.jboss.wsf.stack.jbws.WSDLFilePublisher] WSDL published to: file:/home/xtra/u/jdesa/mccg/jboss-4.2.2.GA/server/default

[jboss-user] [JBossWS] - Re: Jboss 4.2.2 hangs when after deploying a WAR

2008-10-30 Thread tonioc
hi, I've now tested with jboss-4.2.3 / jbossws-3.0.4, the same problem. thanks tonioc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185802#4185802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBossWS] - Re: WS client libraries from Maven frustration

2008-10-30 Thread tonioc
I had some similar problems, but constructing the server-side stuff. I ended up only adding org.jboss.ws/jbossws-jboss422/3.0.4.GA dependency Hope it helps View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185798#4185798 Reply to the post : http://www.jbo

[jboss-user] [JBossWS] - Jboss 4.2.2 hangs when after deploying a WAR

2008-10-30 Thread tonioc
Hi, I'm using jbossws 3.0.4 in jboss 4.2.2, installation went good, and I try my first EchoService as a webapp, all ok. After that I added a method that returns a BizClass, BizClass getBizClass() { |return new BizClass(); |} The BizClassTree is in an external jar. This BizC

[jboss-user] [JBossWS] - Re: Design issue: packaging JAX-WS artifacts

2008-10-29 Thread tonioc
Just thoughts: If I use web-services I'm supposing that you don't know nothing about the client and viceversa except for the WSDL. You may be tempted to add behavior to your generated classes, that won't be shown in the WSDL. A client that use your jar will have this behaviour added, but for

[jboss-user] [EJB 3.0] - Re: EJB remore client in 4.2

2007-08-13 Thread tonioc
wayne, Thanks, the problem was that a bad log configuration didn't give a readable message, I'm no sure why, but what was missing was hibernate3.jar that is no in the JBOSS/client directory. Now all seems to work fine. Thanks View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [EJB 3.0] - EJB remore client in 4.2

2007-08-11 Thread tonioc
Hi everybody, I was working with 4.0.5-EJB3 version, all working fine, and I decided to switch to 4.2.1, both of them with jboss-messaging (now 1.3.0-GA). Configuration OK Starting OK But when I tried to run my client, connecting to an EJB3 remotely a strange error apeared: Exception in t

[jboss-user] [EJB 3.0] - Re: ClassNotFound Exception in Tomcat Servlet in response to

2007-05-05 Thread tonioc
Some news. If I put all jboss*.jar from JBOSS_HOME/client, except jbossall-client.jar in my war file, it works ok. Now a question is: As I have a lot (20-30) web applications that uses jboss-client, is there a way to avoid putting in every application all jboss-client jars ? thanks again tonio

[jboss-user] [EJB 3.0] - ClassNotFoune Exception in Tomcat Servlet in response to a r

2007-05-05 Thread tonioc
Hi, My configuration: 1. Jboss 4.0.5.GA - EJB3 2.Tomcat 5.5.23 in an independent JVM 3.All jboss-client jar's are in tomcat's share class loader, not in the war-archive I'm experiencing a strange problem when calling a stateless Session Bean from Tomcat. - The first time I call it gives a Clas

[jboss-user] [EJB/JBoss] - Re: Client proxy problem

2007-01-03 Thread tonioc
I forgot to tell you an important issue: If instead of putting my users-client.jar in every war (application) I put it in tomcat's share class-loader it works fine. Sorry for the inconvinience View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997684#3997684 Re

[jboss-user] [EJB/JBoss] - Client proxy problem

2007-01-03 Thread tonioc
Strange problem with EJB/Client My business logic EJB/Stateless Session Bean (EJB 3.0) 1 - Users (Authorization/Authentication/Accounting) 2 - Calculator (add, multiply,etc) I'm accessing these EJBs with the BusinessDelegate Pattern. My applications running in a Tomcat in different JVM 1 -

[jboss-user] [EJB/JBoss] - java.lang.ClassCastException in EJB-Proxy

2006-12-14 Thread tonioc
Hi, I'm usign 4.0.5/EJB3 and an independent Tomcat 5.5 Ububntu 5-10 java 1.5.08. Using StatelessSessionBean with a BusinessDelegate as a facade. The application is a web-service front end to EJB methods, it is working ok, but: Every now an then, sometimes after re-deploying, sometimes after

[jboss-user] [JNDI/Naming/Network] - java.lang.ClassCastException in EJB-Proxy

2006-12-14 Thread tonioc
Hi, I'm usign 4.0.5/EJB3 and an independent Tomcat 5.5 Ububntu 5-10 java 1.5.08. Using StatelessSessionBean with a BusinessDelegate as a facade. Every now an then, sometimes after re-deploying, sometimes after restarting jboss, a call to Business-Method (isUserAuthorized) from my tomcat applica

[jboss-user] [JNDI/Naming/Network] - Re: java.lang.ClassCastException in EJB-Proxy

2006-12-14 Thread tonioc
Sorry, this is not the correct forum, I'll repost it in EJB/Jboss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994032#3994032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994032 _