[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with JDBC2 PM, Mysql and JBoss 3.2.4

2005-06-16 Thread murilo_fla
Hi
I had a similar problem. After some googling, I had a clue. I forgot to change 
the Pad attribute to true in $JBOSS_SERVER_HOME/conf/jboss-service.xml.
If tou dont know what it is, just uncomment a line like that, in that file:


   mbean code=org.jboss.tm.XidFactory
  |   name=jboss:service=XidFactory
  |   attribute name=Padtrue/attribute  -- uncomment!!
  |/mbean

Att
Murilo

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3881822#3881822

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3881822


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with JDBC2 PM, Mysql and JBoss 3.2.4

2004-06-30 Thread DarkLord
I searched the forum, found nothing similar. I am using the mysql-jdbc-service 
provided with Jboss


Since 3.2.4, we have to call explicitely connection.start() if we want to receive 
messages (I am using java:/JmsXA) If I run the application without calling 
connection.start() evertime I want to receive messages, it works

Meaning, I do not receive my messages but I don't have the stactrace above.

Any clue? Will post trace logs in a few minutes.

Regards,

Stephane

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840409#3840409

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840409


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with JDBC2 PM, Mysql and JBoss 3.2.4

2004-06-25 Thread DarkLord
Well apparently there is no changes regarding that between 3.2.3 and 3.2.4, at least 
as far as PM is concerned.

http://cvs.sourceforge.net/viewcvs.py/jboss/jbossmq/src/main/org/jboss/mq/pm/jdbc2/PersistenceManager.java?r1=texttr1=1.6.2.12r2=texttr2=1.6.2.16diff_format=h

Regards,

Stephane



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839929#3839929

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839929


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with JDBC2 PM, Mysql and JBoss 3.2.4

2004-06-25 Thread DarkLord
The weird thing is that I am porting an application from 3.2.3 to 3.2.4: I have 
exactly the same code, the same datamodel, the same configuration (same mysql 
connector 3.0.11).

The only thing I had to change in the code is a call to jmsConnection.start() if I 
want to receive messages (very annoying by the way, that's quite a big change!).

If I switch to 3.2.4, I suddently have those errors, on the same machine. 

Any clue where I should search (because it's straight SQL calls towards the DB so I 
wonder how this could have changed ...)

Regards,

Stephane


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839933#3839933

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839933


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with JDBC2 PM, Mysql and JBoss 3.2.4

2004-06-24 Thread genman

Take a look at:

org.jboss.mq.pm.jdbc2.PersistenceManager.remove(PersistenceManager.java:1002)

in CVS, and see if something changed between versions.

Perhaps there is an extra check to see if the data was updated?  I know when I used 
MySQL, the driver didn't give me a row update count.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3839887#3839887

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839887


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user