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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo