[JBoss-user] Problems JBoss-3.2.1 with XA and MS SqlServer

2003-12-01 Thread Pensel, Joerg
Hi, I have a problem using XA transactions with JDBC and JMS on JBoss 3.2.1 with MS SqlServer 2000 (JDBC driver is MS JDBC driver Version 2.2.0029). This is my datasource configuration: ?xml version=1.0 encoding=UTF-8? !-- = --

[JBoss-user] JBoss 3.2.3

2003-12-01 Thread Rafal Kedziorski
hi, I downloaded the new JBoss 3.2.3 version. We are waiting for the Jetty archive, but I tested our application with Tomcat, which should work. We have an startup servlet, which should initialize some data. But we get exception: 2003-12-01 11:27:02,265 INFO

[JBoss-user] Problem in JBoss 3.2.3

2003-12-01 Thread Rafal Kedziorski
hi, this is my second posting about JBoss 3.2.3. I tryied an other appication which runs on JBoss 3.2.2 without any problem. On JBoss 3.2.3 I get the same exception like in my first posting: javax.ejb.EJBException: Could not load field value: name at

Re: [JBoss-user] JBoss 3.2.3

2003-12-01 Thread Alexey Loubyansky
Could you please increase the log level to trace for this same case? category name=org.jboss.ejb.plugins.cmp priority value=TRACE class=org.jboss.logging.XLevel/ /category Thank you. Rafal Kedziorski wrote: hi, I downloaded the new JBoss 3.2.3 version. We are waiting for the Jetty

Re: [JBoss-user] JBoss 3.2.3

2003-12-01 Thread Rafal Kedziorski
At 12:28 01.12.2003, Alexey Loubyansky wrote: Could you please increase the log level to trace for this same case? category name=org.jboss.ejb.plugins.cmp priority value=TRACE class=org.jboss.logging.XLevel/ /category Thank you. no problem. and this is the result: 2003-12-01

[JBoss-user] deployment question

2003-12-01 Thread Stephane Nicoll
Hello list, I have two questions regarding deployment: 1/ Could someone explain me how I can put dependencies on the deployment of an ejb-jar file. Let's say I want to deploy the myapp.jar if and only if - the queue/something/MyQueue is deployed in the environment - the unit myapp2.jar

[JBoss-user] No Security Context set

2003-12-01 Thread Munesh Gupta
Hi, I am trying to understand the security framework used by JBoss I have a simple stateless session EJB and I have written a SecurityProxy which intercepts the method calls on my EJB. Now in my EJBs method when I make a call context.getCallerPrincipal() in any of my beans methods I

Re: [JBoss-user] JBoss 3.2.3

2003-12-01 Thread Alexey Loubyansky
Unfortunately, I still can't reproduce it. Could you please provide me with the DDs and instructions to reproduce this? Thank you. Rafal Kedziorski wrote: At 12:28 01.12.2003, Alexey Loubyansky wrote: Could you please increase the log level to trace for this same case? category

[JBoss-user] JMS - MessageCache

2003-12-01 Thread Marcus Redeker
All, is the org.jboss.mq.server.MessageCache also used if we have a Point-To-Point connection without durable subscriber? Or is it only used with durable subscriber? Thanks, --Marcus --- This SF.net email is sponsored by: SF.net Giveback

[JBoss-user] Unexpected Signal : 11

2003-12-01 Thread gabriel
Hello, Does anyone know what this means? How to solve? Unexpected Signal : 11 occurred at PC=0x4044F990 Function=(null)+0x4044F990 Library=/usr/java/j2sdk1.4.2_02/jre/lib/i386/server/libjvm.so NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer

Re: [JBoss-user] JBoss 3.2.3

2003-12-01 Thread Rafal Kedziorski
At 17:31 01.12.2003, Alexey Loubyansky wrote: Unfortunately, I still can't reproduce it. Could you please provide me with the DDs and instructions to reproduce this? Thank you. We have problems with Tables, where one column names is name. Than I call findAll() and call the getName() method. I

[JBoss-user] replace JBossMQ by Tibco ?

2003-12-01 Thread Ionel GARDAIS
Hi, Is it possible to replace JBossMQ by the Tibco messaging system ? If so, how to do this ? = -- Regards, Ionel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com

Re: [JBoss-user] JMS - MessageCache

2003-12-01 Thread Adrian Brock
On Mon, 2003-12-01 at 17:04, Marcus Redeker wrote: All, is the org.jboss.mq.server.MessageCache also used if we have a Point-To-Point connection without durable subscriber? Or is it only used with durable subscriber? It is used for all messages. Typically if you have persistent messages

[JBoss-user] WAR Classloading in 3.2.1 vs 3.2.2

2003-12-01 Thread Patrick Peralta
Hello List, According to the 3.2.1 administration book, *classes loaded by a WAR class loader are not visible to the rest of the server. This behavior seems to have changed in 3.2.2. Has anyone else seen this behavior? Does this mean that the documentation has to be updated for the 3.2 series?

Re: [JBoss-user] WAR Classloading in 3.2.1 vs 3.2.2

2003-12-01 Thread Adrian Brock
On Mon, 2003-12-01 at 18:46, Patrick Peralta wrote: Hello List, According to the 3.2.1 administration book, *classes loaded by a WAR class loader are not visible to the rest of the server. This behavior seems to have changed in 3.2.2. Has anyone else seen this behavior? Does this mean

Re: [JBoss-user] replace JBossMQ by Tibco ?

2003-12-01 Thread Adrian Brock
On Mon, 2003-12-01 at 18:21, Ionel GARDAIS wrote: Hi, Is it possible to replace JBossMQ by the Tibco messaging system ? Heard of people doing it, even helped somebody do it over the phone. I got the impression he was following some Tibco docs? Sorry I don't have the reference. If so, how

RE: [JBoss-user] Multihome JBoss Issue

2003-12-01 Thread Rod Macpherson
Status Update on Multihome A vanilla InitialContext worked as you suggested, thank you. Here is what we observed. If you run with the implicit host subsequent launches of JBoss with an explicit host will fail with the JNDI connection error. Killing the implicit (localhost) JBoss has no effect

RE: [JBoss-user] replace JBossMQ by Tibco ?

2003-12-01 Thread thomas . cherel
You should be able to. Check the path 753022 (http://sourceforge.net/tracker/index.php?func=detailaid=753022group_id=22 866atid=376687), it is a detailed readme to configure WSMQ as a JMS provider in Jboss. You should be able to apply the same recipe for Tibco. Thomas -Original Message-

Re: [JBoss-user] JBoss 3.2.3

2003-12-01 Thread Alexey Loubyansky
This is fixed in Branch_3_2 and HEAD. The bug was that, the fields with read-time-out=-1 would never be loaded. Thanks for the details. Rafal Kedziorski wrote: At 17:31 01.12.2003, Alexey Loubyansky wrote: Unfortunately, I still can't reproduce it. Could you please provide me with the DDs and

[JBoss-user] Two stateful EJBs share the same passivation file?

2003-12-01 Thread Anton V. Goldberg
Hi, We have JBoss 3.2.1-tomcat 4.1.24 combo running on Linux. The problem we see is: when one instance of stateful EJB fails with EJBException, more often than not another instance of the same stateful EJB fails with NoSuchObjectException. We've seen up to 5 different instances fail after the