[JBoss-user] removing bean lock exception

2002-11-18 Thread Jerry Smith
Hey all, I've looked around for a bit on this problem(I thought I had this happen and fixed this before, but...) and can't seem to find any answers. I'm getting this exception: TransactionRolledbackLocalException, causedBy: java.lang.IllegalStateException: removing bean lock and it has tx

[JBoss-user] SFSB Clustering

2002-07-30 Thread Jerry Smith
Hi all, I've been playing with the clustering for a bit now using JBoss3.0.1RC1. I've got a 2 node cluster with a SFSB that is clustered, here's something I'm seeing: 1. Node A and B are brought up fine and see each other. 2. I hit my app and see my SFSB message call on A. 3. I kill A, hit

[JBoss-user] CMR recursive\self relation

2002-06-26 Thread Jerry Smith
I'm having a problem getting a parent\child CMR setup, I get a DeploymentException: Atleast one role of a foreign-key mapped relationship must have key fields: ejb-relation-name=Link-Has-Parent-Link ejb-jar.xml: ejb-relation

[JBoss-user] jbosscmp-jdbc_3_0.dtd is gone again

2002-06-26 Thread Jerry Smith
Not at: http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd or http://jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd as was suggested in a previous post. --- This sf.net email is sponsored by: Jabber Inc. Don't miss the IM event of the season |

RE: [JBoss-user] CMR recursive\self relation

2002-06-26 Thread Jerry Smith
I got it, my bad. I had switched my LinkBean from a custom PK to an Integer and forgot to add the primary-key entry in ejb-jar.xml -Original Message- From: Jerry Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 3:14 PM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] CMR

RE: [JBoss-user] jbosscmp-jdbc_3_0.dtd gone from website?

2002-06-25 Thread Jerry Smith
-Original Message- From: Jerry Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 25 June 2002 5:46 AM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] jbosscmp-jdbc_3_0.dtd gone from website? Has the jbosscmp-jdbc_3_0.dtd moved somewhere else? It's no longer at http://www.jboss.org/j2ee/dtd

RE: [JBoss-user] CMR bug fixed?

2002-06-25 Thread Jerry Smith
I've been trying to follow what got fixed for CMR in Branch_3_0 and seem to have gotten lost ;-) Is the fix for allowing a column to be part of a primary key, be a foreign key, and have a CMR use that column? What I'm seeing in the Branch_3_0 is that I'm getting 2 columns with the same name,

[JBoss-user] jbosscmp-jdbc_3_0.dtd gone from website?

2002-06-24 Thread Jerry Smith
Has the jbosscmp-jdbc_3_0.dtd moved somewhere else? It's no longer at http://www.jboss.org/j2ee/dtd. --- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ ___ JBoss-user mailing list [EMAIL

RE: [JBoss-user] RE: JBoss 3/Tomcat 4.0.3 IllegalAccessError

2002-06-14 Thread Jerry Smith
is a package private class. This means it can only be referenced by classes within the same package AND THE SAME CLASSLOADER. Each jar within jboss gets its own ClassLoader. A simple solution would be to add your class to catalina.jar Regards, Adrian From: Jerry Smith [EMAIL PROTECTED] Reply

[JBoss-user] RE: JBoss 3/Tomcat 4.0.3 IllegalAccessError

2002-06-13 Thread Jerry Smith
Loubyansky [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 1:13 AM To: Jerry Smith Cc: '[EMAIL PROTECTED]' Subject: Re: [JBoss-user] JBoss 3/Tomcat 4.0.3 IllegalAccessError Hello Jerry, The servlet 2.3 spec says (9.6.2 Web Application Classloader): The classloader that a container uses

RE: [JBoss-user] JBoss 3 cluster deploy problem

2002-06-12 Thread Jerry Smith
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jerry Smith Sent: Tuesday, June 11, 2002 6:44 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] JBoss 3 cluster deploy problem LOL! Yes, neat feature ;-) The main problems I had where: 1. Finding all the correct settings

[JBoss-user] JBoss 3/Tomcat 4.0.3 IllegalAccessError

2002-06-12 Thread Jerry Smith
I'm getting a java.lang.IllegalAccessError from a class that inherits from a Catalina class: java.lang.IllegalAccessError: class org.apache.catalina.session.ReplicatedSession cannot access its superclass org.apache.catalina.session.StandardSession at

[JBoss-user] JBoss 3 cluster deploy problem

2002-06-11 Thread Jerry Smith
I've got my cluster up and running(YIPPEE!) but I have a problem. I deploy an app in the farm directory which gets copied and deployed to all the other cluster nodes. I shutdown one of the nodes and it undeploys and deletes the jar from the farm directory which starts a chain reaction on the

RE: [JBoss-user] JBoss 3 cluster deploy problem

2002-06-11 Thread Jerry Smith
, 2002 5:25 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss 3 cluster deploy problem I'm confused. When you shut down a node and the node undeploys, exactly what do you mean? How does shutting down a node cause a deletion of the deployable object that resides on the farm directory? Jerry

RE: [JBoss-user] JBoss 3 cluster deploy problem

2002-06-11 Thread Jerry Smith
tips would be helpful. Thanks, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jerry Smith Sent: Tuesday, June 11, 2002 6:00 PM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] JBoss 3 cluster deploy problem I've got my cluster up and running