[JBoss-user] [JBoss Messaging] - Problems at Startup with MySQL 5 and XAConnection

2006-06-05 Thread bviveiros
Has anyone setup JBoss Messaging on MySQL 5 with an XAConnection? I am using the persistance service from the examples but am getting the following when starting the server: 2006-06-05 16:03:59,376 DEBUG (Thread: main) [server.plugin.JDBCChannelMapper] Failed to create users table: CREATE TABLE

[JBoss-user] [JBoss Messaging] - Re: Problems at Startup with MySQL 5 and XAConnection

2006-06-06 Thread bviveiros
I'm running - JBoss AS 4.0.3SP1 - JBoss Messaging 1.0.1.CR2 - MySQL 5.0.20a for Win32 - MySQL 5.0.0-beta (for XAConnection) I did notice that MySQL has bug #17343 against the XAConnection, but not sure if it's the same problem. Below is my config, let me know if you need anything else. Messagi

[JBoss-user] [JBoss Messaging] - Re: Problems at Startup with MySQL 5 and XAConnection

2006-06-07 Thread bviveiros
Thanks Tim. Although I'm not sure that I understand the following: anonymous wrote : messaging doesn't require the database to support XA for it's purposes. I have a servlet that peforms some database inserts then posts a message to a queue, therefore I need the entire process to be wrapped in

[JBoss-user] [JBoss jBPM] - Re: Connection buildup with JTA/Jbpm

2006-04-12 Thread bviveiros
Thanks for posting your setup, it helped me get up and running pretty quickly. I was getting the same stack trace as you but was able to fix it by removing the dataSourceJndiName from the jbpm.cfg.xml. So my config looks like the following: | | | | |

[JBoss-user] [JBoss jBPM] - Re: Internal Error Processing Dirty Regions with jBPM Graphi

2006-04-25 Thread bviveiros
It looks like MyEclipse (including the latest version 4.1.1) ships with an old version of Apache xerces. I fixed the problem by copying the file as described below. Copy the file %ECLIPSE_HOME%\plugins\org.apache.xerces_2.7.0\xercesImpl.jar to C:\Program Files\MyEclipse\eclipse\plugins\org.apac

[JBoss-user] [JBoss jBPM] - Re: JBPM Scalability

2006-06-20 Thread bviveiros
How did you disable the logging? I'm trying to do the same. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952033#3952033 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952033 ___

[JBoss-user] [JBoss jBPM] - Re: Turning off Jbpm Logging

2006-06-20 Thread bviveiros
Does anyone understand what the doc means by: anonymous wrote : get rid of the optional LoggingDefinition in the ProcessDefinition. I'm trying to figure out how to disable logging. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952043#3952043 Reply to the p

[JBoss-user] [Messaging, JMS & JBossMQ] - createSession slow under load. (or createQueueSession)

2006-06-20 Thread bviveiros
When I test my application under load the createSession(true, Session.SESSION_TRANSACTED) method becomes my bottleneck. I've seen it take up to 2 seconds to return. Can someone explain what is happening in this method that might be slowing things down? Setup: - JBoss AS 4.0.3SP1 - The appli

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: createSession slow under load. (or createQueueSession)

2006-06-20 Thread bviveiros
Yes, I'm using the JmsXA to create a connection on each request. Any idea what the createQueueSession method might be waiting on? Is there a connection pool setting that I should play with? I tried changing the max-pool-size on the JmsXA resource but it didn't seem to have any effect. Also, no

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: createSession slow under load. (or createQueueSession)

2006-06-20 Thread bviveiros
Here's a code snippet: InitialContext iniCtx = new InitialContext(); | | Object tmp = iniCtx.lookup("java:/JmsXA"); | QueueConnectionFactory qcf = (QueueConnectionFactory) tmp; | QueueConnection jmsConn = qcf.createQueueConnection(); | | jmsConn.start(); | | Session sess = jmsCo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: createSession slow under load. (or createQueueSession)

2006-06-21 Thread bviveiros
Found the problem. I needed to increase the max-pool-size significantly (to 100 for now) to get past that bottleneck. I'll have to play with that number until I find the optimal setup for my app. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=395241

[JBoss-user] [Beginners Corner] - Re: XDoclet Error

2005-12-04 Thread bviveiros
Hey littledochy, did you ever resolve this? I'm having the same problem. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910559#3910559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910559 --