[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4GA and JAXB

2006-06-02 Thread tdevos
Thank you for solving this in the next release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948753#3948753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948753 ___ JBoss

[JBoss-user] [JBossWS] - JBoss 4.0.4GA and JAXB

2006-05-17 Thread tdevos
Hi everyone, I started the problem on the installation and deployment forum but I was asked to move to this forum. I try to upgrade our JBoss 4.0.3SP1 to JBoss 4.0.4GA. In our application we make use of JAXB. In JBoss 4.0.3SP1 I added the JAXB JWSDP 1.6 libraries to the default/deploy/lib dire

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4GA and JAXB

2006-05-17 Thread tdevos
Thank you for your reply Dimitris. I already tried that but this gives the same result. I tried to experiment further reading the wiki`s about the classloading issues but unfortunatly wihtout any result. I don`t understand why JBoss uses an own implementation of the javax.xml.bind package. Am I

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4GA and JAXB

2006-05-16 Thread tdevos
Hi, In the mean time I didn`t find a solution for this problem. I already tried with: | | | | true | true | | | But this still gives the error. Nobody has a solution? Regards, Tim De Vos View the original post : http://www.jboss.com/index.html?mod

[JBoss-user] [Installation, Configuration & Deployment] - JBoss 4.0.4GA and JAXB

2006-05-16 Thread tdevos
Hi everyone, I try to upgrade our JBoss 4.0.3SP1 to JBoss 4.0.4GA. In our application we make use of JAXB. In JBoss 4.0.3SP1 I added the JAXB JWSDP 1.6 libraries to the default/deploy/lib directory and everything worked fine. However, if I follow the same procedure for JBoss 4.0.4GA (putting t

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Connect JBoss 3.2.5 with JBoss 4.0.3 JMS

2006-01-17 Thread tdevos
Thank you for your reply. The Serialization ID`s are indeed a problem. Since we are using JBoss 3.2.5 there won`t be an option I think. Regards, Tim De Vos View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917853#3917853 Reply to the post : http://www.jboss.c

[JBoss-user] [Messaging, JMS & JBossMQ] - Connect JBoss 3.2.5 with JBoss 4.0.3 JMS

2006-01-13 Thread tdevos
Hi, All our customers are working with JBoss 3.2.5 on their location. They communicate with each other over JMS. All communication between our customers is forwarded to a central JBoss 3.2.5 server wich validates and forwards the JMS message to another JBoss 3.2.5 server. Until now we had no p

[JBoss-user] [Messaging, JMS & JBossMQ] - Message bridge between JBoss 3.x and 4.x

2005-06-30 Thread tdevos
Hi, I searched the JBoss site and the internet for bridges to exchanges messages between JBoss 3.x and JBoss 4.x. There is plenty of information to exchange messages between JBoss and for instance weblogic but not between 2 branches of JBoss. I always run into classpath problems when I try to s

[JBoss-user] [Security & JAAS/JBoss] - Digest on -> no login module called.

2004-06-09 Thread tdevos
Hi, I`m trying to use digest authentication with JBoss 3.2.4. In my jboss-web.xml file, I added a security domain: java:/jaas/my-LDAP In my web.xml I use DIGEST In traced with a debugger. When my auth-method is BASIC, my login module is called. However when I change the auth-method to D

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Messages only delivered after server restart.

2004-06-03 Thread tdevos
Yes I know. Also the problem isn`t occuring continuously. However I didn`t manage to solve it using HTTP. Testing with JBoss 3.2.4 RC using UIL2 didn`t have the problem until now. Thanks for your support, Tim De Vos View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Messages only delivered after server restart.

2004-04-06 Thread tdevos
I mailed you the logs from the server and client. In fact I don`t think that it is a client problem since only a server reboot solves the problem. Also the JMX-console reports that there are 0 messages on the queue. Tim De Vos View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Messages only delivered after server restart.

2004-04-02 Thread tdevos
I logged with a trace on JBoss 3.2.3. It`s from a production environment so I was not able to update to 3.2.4RC1 At 10:31 the problem presited again. A message arrived and got not delivered to the client. After a JBoss restart the message was delivered perfectly. If you which I can send you the

[JBoss-user] [Messaging, JMS & JBossMQ] - Messages only delivered after server restart.

2004-04-01 Thread tdevos
Hi, Platform: Using JBoss-3.2.3 on W2K server with JDK 1.4.2_03. I send messages with client A to a JBOSS server. On the server I implemented a service, just a simple java program, which listens on the queue and puts it on another queue depending on the content of the message. Client B listens

[JBoss-user] [Messaging, JMS & JBossMQ] - Messages only delivered after server restart.

2004-04-01 Thread tdevos
Hi, Platform: Using JBoss-3.2.3 on W2K server with JDK 1.4.2_03. I send messages with client A to a JBOSS server. On the server I implemented a service, just a simple java program, which listens on the queue and puts it on another queue depending on the content of the message. Client B listens