[JBoss-user] [JCA/JBoss] - Re: HELP - JBoss 3.0.4/Oracle TopLink 9.0.3/JTS/Oracle (XADa

2004-05-19 Thread f2racer
"weljo" wrote : Hi Mike, | | 3. datasource not a compound name exception: Also placed the code within the PreLogin event. weljo, what code did you put in the PreLogin event to get this to work? Can you please post the source for this class? Thanks! View the original post : http://www.jb

[JBoss-user] [HTTPD, Servlets & JSP] - Re: mod_jk2 version

2004-05-07 Thread f2racer
"Lviz" wrote : hi again | | | tomcatAuthentication="false" means getRemoteUser return the user authenticated through Apache! | Lviz or anybody else, where you you set tomcatAuthentication="false" in JBoss 3.2.3? Thanks! View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Getting occasional Exceptions when sending messages to J

2004-04-01 Thread f2racer
Adrian was right on the money for this one. By settting: MaxUserPort with a decimal value of 2 TcpTimedWaitDelay with a decimal value of 20 Under: My Computer --> HKEY_LOCAL_MACHINE --> SYSTEM --> ControlSet001 -->Services --> Tcpip --> Parameters All the problems went away. Thanks! Vie

[JBoss-user] [Installation & Configuration] - Re: problems deploying an .ear with a web app (.war)?!?!?!?!

2004-03-30 Thread f2racer
I figured this out. For some reason an underscore (_) war name seemed to be the curprit. Anybody ever run into this before? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828219#3828219 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Messaging, JMS & JBossMQ] - Getting occasional Exceptions when sending messages to JBoss

2004-03-30 Thread f2racer
Hey guys, I have an application which uses MDB to drive an async process flow. But in running the app, there are numerous occasions when sending a message to the Queue fails. Here are a couple of the exceptions I'm getting: | 14:48:22,486 ERROR [MessageHelper] Attempting to send a message:

[JBoss-user] [Persistence & CMP/JBoss] - How do I configure TransactionManager to use the JTS Driver?

2004-03-26 Thread f2racer
OK, I'm pretty close to integrating my Toplink 9.0.4 components with JBoss 3.2.3. I'm pretty sure when I get the TransactionManager swapped over to using the JTS driver, it should start working. Does anybody know how to do this? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827657#3

[JBoss-user] [JCA/JBoss] - How do I configure TransactionManager to use the JTS Driver

2004-03-26 Thread f2racer
OK, I'm pretty close to integrating my Toplink 9.0.4 components with JBoss 3.2.3. I'm pretty sure when I get the TransactionManager swapped over to using the JTS driver, it should start working. Does anybody know how to do this? Here's the error I'm seeing: | 13:08:11,085 ERROR [STDERR] Lo

[JBoss-user] [Persistence & CMP/JBoss] - JBoss 3.2.3 / Toplink 9.0.4 Error on commit()-ing a UnitOfWo

2004-03-25 Thread f2racer
Hello everyone, I'm trying to integrate my Toplink code so that it runs on JBoss within a stateless session EJB. The code works flawlessly on jsps and in plain old java objects. Queries also work within stateless session EJBs, but commits of a UnitOfWork within a stateless session EJB cause t

[JBoss-user] [Installation & Configuration] - Re: problems deploying an .ear with a web app (.war)?!?!?!?!

2004-03-19 Thread f2racer
Also I can deploy the .war file independent of the .ear file (with the .ear file deployed), and that works as well... http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826608#3826608";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826608>Reply

[JBoss-user] [Installation & Configuration] - problems deploying an .ear with a web app (.war)?!?!?!?!?!

2004-03-19 Thread f2racer
I'm trying to get my application running, but when I deploy the .ear file I get the following error: | 17:22:32,026 ERROR [EmbeddedTomcatService] Problem in init | org.jboss.deployment.DeploymentException: Was unable to move war to: C:\software\jboss-3.2.3\server\default\tmp\deploy\tmp31198

[JBoss-user] [Messaging, JMS & JBossMQ] - Re:

2004-03-10 Thread f2racer
adrian, is it possible that the container is asking for connections too fast? I put random sleeps in my client as well as in my server code which sends messages and the error goes away. Again, right now my code does nothing but pass messages around. Also both the client and server use the sam

[JBoss-user] [Messaging, JMS & JBossMQ] - Re:

2004-03-09 Thread f2racer
It looks like the onMessage of my MDB get's called, but all subsequent sendMessage method calls fail. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824991#3824991";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824991>Reply to the post

[JBoss-user] [Messaging, JMS & JBossMQ] - Re:

2004-03-09 Thread f2racer
I'm sorry, didn't mean to mix anything up... The server picks up 4 messages, from there it throws exceptions. Here's the server log: 16:24:04,390 INFO [STDOUT] TREMessageEJB got TextMessage: Y10001 16:24:04,421 INFO [STDOUT] TREMessageEJB got TextMessage: Y10002 16:24:04,453 INFO [STDOUT] TR

[JBoss-user] [Messaging, JMS & JBossMQ] - Re:

2004-03-09 Thread f2racer
"f2racer" wrote : BTW, after the exception occurs on the connect, it looks like it continues to process message as soon as a connection is freed... In fact, it doesn't actually miss any of the messages even though the code creates an exception in the code that sends the message

[JBoss-user] [Messaging, JMS & JBossMQ] - Re:

2004-03-09 Thread f2racer
BTW, after the exception occurs on the connect, it looks like it continues to process message as soon as a connection is freed... In fact, it doesn't actually miss any of the messages even though the code creates an exception in the code that sends the messages... http://www.jboss.org/index.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re:

2004-03-09 Thread f2racer
If I change the line: ref = (QueueConnectionFactory)jndiContext.lookup("ConnectionFactory"); to: ref = (QueueConnectionFactory)jndiContext.lookup("java:comp/env/jms/QueueFactory"); I get the following exception: [java] javax.naming.NameNotFoundException: comp not bound [java] at org.jnp.se

[JBoss-user] [Messaging, JMS & JBossMQ] - Re:

2004-03-09 Thread f2racer
adrian, pardon my ignorance, but how exactly do you setup a JmsXA connection factory? My ejb-jar.xml looks like this: | TREMessageEJB | helloworld.messagebeanserver.TREMessageEJB | Container | | | javax.jms.Queu

[JBoss-user] [Messaging, JMS & JBossMQ] - Re:

2004-03-09 Thread f2racer
adrian, after some diagnostics (error occurs in both IBM 1.4.1 and Sun 1.4.2_03) and some additional debug statements, it looks like the exception is occuring when I ask for an QueueConnection, here's the latest log: 12:04:05,956 INFO [STDOUT] CSMessageEJB got TextMessage: Y10111 12:04:05,956 I

[JBoss-user] [Messaging, JMS & JBossMQ] - Re:

2004-03-08 Thread f2racer
Just tried using JmsXA and get the same result. About 1600 messages processed and it starts to throw exceptions. Anybody know if my JVM (IBM's 1.4.1) is the culprit? Thanks! http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824827#3824827";>View the original post http://www.jboss.org

[JBoss-user] [Messaging, JMS & JBossMQ] - "Cannot authenticate user" error after about 1600 messages p

2004-03-08 Thread f2racer
Hey folks, I'm designing a MDB application. I'm currently running into an issue where after about 1600 messages are processed it throws an exception (see below). Does anybody have any idea what's going on? Thanks! 13:01:33,052 INFO [STDOUT] TREMessageEJB got TextMessage: Y11314 13:01:33,