[JBoss-user] wamoz.com

2003-06-07 Thread Helen Baker
Title: February 3, 2003 Hi, I thought you might be interested in getting in-depth knowledge about your web audience and web traffic patterns in a reliable and cost-effective way. CoolStats measures web site traffic and online behavior of your visitors. CoolStats will he

Re: [JBoss-user] JBoss 3.2.1 and MBeans

2003-06-07 Thread Guy Rouillier
The QuickStart documentation explains how to code up an EJB, showing a reference to an MBean. The testsuite has many examples of MBeans. On Sat, 2003-06-07 at 15:11, Sreedhar Kumar Morangapally wrote: > How to access an already existing MBean or register a new MBean. > Plz give a sample java cod

RE: [JBoss-user] http session clustering

2003-06-07 Thread Sacha Labourey
Hello Stefano, > Thanks, it works. great > just a suggestion add this on your very good "JBoss Clustering" docs. > And another thing: I read in jbossbook3.2.1 draft docs in > chapter "Using > Clustering with Tomcat" this phrase: > "If you are using a load balancer, make sure that your setup >

RE: [JBoss-user] http session clustering

2003-06-07 Thread Sacha Labourey
You're problem is still not resolved Joao?!? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Joao Clemente > Sent: vendredi, 6. juin 2003 14:48 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [JBoss-user] http session clustering > > >

RE: [JBoss-user] cmp and cmt connection sharing deadlock?

2003-06-07 Thread Jeremy Boynes
You haven't actually deadlocked here. spid 58 is blocked waiting for spid 53 to release its lock, but spid 53 is not blocked. If its transaction ends, spid 58 will unblock. However, if spid 53 attempts to get a X lock, then deadlock will occur and one of them will be rolled back at the database le

[JBoss-user] JBoss 3.2.1 and MBeans

2003-06-07 Thread Sreedhar Kumar Morangapally
How to access an already existing MBean or register a new MBean. Plz give a sample java code for MBean and steps to deploy it... ___ Get email that means BUSINESS! me @ mycompany.com. Just Rs.1499/year. To start, click http://www.rediffmailpro.com -

Re: [JBoss-user] [NEWBIE] Primary Key class WARN - Jboss 3.2.1

2003-06-07 Thread Ricardo Argüello
Try using Jakarta Commons Lang: http://jakarta.apache.org/commons/lang.html Use org.apache.commons.lang.builder.EqualsBuilder and org.apache.commons.lang.builder.HashCodeBuilder to generate hashCode() and equals() methods for your classes. Javadoc: http://jakarta.apache.org/commons/lang/api/org

[JBoss-user] WrapperDataSource problem

2003-06-07 Thread Andreas Amstutz
Hi, While setting up 2 data sources in jboss 3.2.1, in run into some confusing problems. The 1. DS is set up for jaas and works WHITOUT any problems! The 2. DS gives me serious headache. See my conclusion on this further down this mail! Before I switched to JBoss I did all the DS setup with Strut

RE: [JBoss-user] DefaultJMSProvider not bound

2003-06-07 Thread Mark.Gargan
Title: Message Fantastic Sebastien, Thanks a million.   Mark.   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Astie, SebastienSent: 06 June 2003 22:25To: [EMAIL PROTECTED]Subject: RE: [JBoss-user] DefaultJMSProvider no

Re[2]: [JBoss-user] [NEWBIE] Primary Key class WARN - Jboss 3.2.1

2003-06-07 Thread Alexey Loubyansky
Then you have to provide a proper implementation for both methods. Please, read the javadoc for equals and hashCode. alex Saturday, June 07, 2003, 12:58:18 PM, Marco Tedone wrote: MT> Actually I didn't implemented them at all. Could you please post any sample MT> code? I had a look on my book bu

Re: [JBoss-user] [NEWBIE] Primary Key class WARN - Jboss 3.2.1

2003-06-07 Thread Marco Tedone
Actually I didn't implemented them at all. Could you please post any sample code? I had a look on my book but there is no example of external Key class. Thanks, Marco - Original Message - From: "Alexey Loubyansky" <[EMAIL PROTECTED]> To: "Marco Tedone" <[EMAIL PROTECTED]> Sent: Saturday

Re: [JBoss-user] [NEWBIE] Primary Key class WARN - Jboss 3.2.1

2003-06-07 Thread Alexey Loubyansky
This means hashCode and equals are not implemented properly. alex Friday, June 06, 2003, 11:42:26 PM, Marco Tedone wrote: MT> Hi, I deployed an entity bean with an external primary key class (I had more MT> than one primary key field); I declared that class simply with the key field MT> as publi