[JBoss-user] [Beginners Corner] - Using MySQL for DefaultDS

2006-01-09 Thread radix_zero
Using 4.0.3 w/ MySQL 5. I am trying to configure JBoss to use MySQL for is data store. I am getting a java.sql.SQLException: Table 'TIMERS' already exists | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2926) | at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1

[JBoss-user] [Beginners Corner] - Re: Help with lookng up a bean

2005-11-24 Thread radix_zero
That Dynamic Proxy Class should implement the Local / LocalHome interface. just make sure you use the PortableRemoteObject.narrow and you should be fine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908914#3908914 Reply to the post : http://www.jboss.com/in

[JBoss-user] [Beginners Corner] - How to use CMR with generated primary keys

2005-11-23 Thread radix_zero
I two CMP beans which use database generated primary keys. (MySQL auto_increment) Tables A and B, with a one-to-many from A to B, cascade delete. The problem is that when I delete a record from A I get an error from MySQL which is of the form "Unknown column 'a' in 'where' clause". It see

[JBoss-user] [Beginners Corner] - Can I use expressions in jboss.xml

2005-09-12 Thread radix_zero
I have an application is deployed in a cluster. in the jboss.xml can i use, ... True ${jboss.partition.name} ... rather than manually changing the partition name each time i want to deploy

[JBoss-user] [Clustering/JBoss] - newbie help: discarded message from non-member

2005-07-18 Thread radix_zero
setting up my first cluster and have 2 out of three nodes working seems that when the 3rd node tries to join the cluster the others spit out: 12:18:07,261 WARN [NAKACK] [cprince:33037 (additional data: 19 bytes)] discarded message from non-member minime:1127 (additional data: 19 bytes) 12:18:19

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to make sure a message is delivered no more than onc

2005-07-12 Thread radix_zero
As I experiment with this more I find that it is a time delay in removing the message from the queue. If i sleep the consumer thread for a small random interval it helps break things up. But I still get duplicates on each consumer. View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to make sure a message is delivered no more than onc

2005-07-12 Thread radix_zero
yes, it is a Queue. I am a little suprised at this problem, although I have never done a Queue before usually always dealing with topics. I need to distribute a process. a queue with multiple consumers seemed the perfect answer, because each task passed along could get grabbed by exactly one

[JBoss-user] [Messaging, JMS & JBossMQ] - How to make sure a message is delivered no more than once

2005-07-11 Thread radix_zero
I have a queue set up with two clients listening to the queue. (non-persisent, auto acknowlege, JBoss 4.0.2) both clients are getting all of the messages sent to the queue. Essentially my queue is behaving in pub/sub. how do I unsure that a message in a queue is delivered no more than once? V

[JBoss-user] [Beginners Corner] - Re: How to connect a remote client

2005-06-24 Thread radix_zero
works great thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882623#3882623 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882623 --- SF.Net email is sponsored

[JBoss-user] [Beginners Corner] - How to connect a remote client

2005-06-23 Thread radix_zero
I have some existing remote clients that I converting to use JBoss. I am having some trouble getting them up and running. the properties i am using are System.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory"); System.setProperty("java.naming.factory.u