Re: [JBoss-user] Problem in Mbeans initialization

2001-08-08 Thread laurent . broudoux
Hi, here's my previous post : >I'm trying to move my apps on JBoss-Tomcat from WindowsNT to Linux (Mandrake 8) >and I have some problems during the initialization of MBeans from jboss.conf. >I'm using JBoss 2.2.0 and Tomcat 3.2.1 (but Tomcat is not concerned : runs well alone) >The exception

[JBoss-user] Problem in Mbeans initialization

2001-08-08 Thread laurent . broudoux
Hi, I'm trying to move my apps on JBoss-Tomcat from WindowsNT to Linux (Mandrake 8) and I have some problems during the initialization of MBeans from jboss.conf. I'm using JBoss 2.2.0 and Tomcat 3.2.1 (but Tomcat is not concerned : runs well alone) The exception stack trace is the following :

[JBoss-user] Multiple datasources in jaws.xml ?

2001-08-03 Thread laurent . broudoux
Hello, I've got many entity beans that I'd like to place in the same archive. For the moment, they're are placed in 3 different jars because they use different datasources. Is it possible to include them in the same jar by specifying their different datasources in jaws.xml ? Is there a how-to

Re: [JBoss-user] Custom Finders

2001-07-26 Thread laurent . broudoux
Regards, Laurent Devraj Mukherjee <[EMAIL PROTECTED]>@lists.sourceforge.net on 27/07/2001 05:11:11 Please respond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: (bcc: Laurent Broudoux/LME/PCC/PHILIPS) Subject: [JBoss-user] Custom Finders Cl

[JBoss-user] Performance and load behavior measurement.

2001-07-24 Thread laurent . broudoux
Hello, I'm trying to define an improved configuration for my JBoss server and I have performed a first test session by using Apache JMeter. When inspecting the log file of JBoss (server.log) - that is really huge ! -, some lines appears again and again and again ... The following messages appe

Re: [JBoss-user] found the problem!

2001-07-23 Thread laurent . broudoux
sourceforge.net on 24/07/2001 03:10:21 Please respond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: "jboss ml" <[EMAIL PROTECTED]> cc: (bcc: Laurent Broudoux/LME/PCC/PHILIPS) Subject: [JBoss-user] found the problem! Classification: Hi all, Please

Re: [JBoss-user] RE:My app deploys but lookup from servlet won't work ! HELP!

2001-07-20 Thread laurent . broudoux
Sent by: [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: (bcc: Laurent Broudoux/LME/PCC/PHILIPS) Subject: Re: [JBoss-user] RE:My app deploys but lookup from servlet won't work ! HELP! Classification: Just a guess, but perhaps your remote SB class is not in the deployment classpath.

[JBoss-user] My app deploys but lookup from servlet won't work ! HELP !

2001-07-18 Thread laurent . broudoux
Hello, I'm a newbye with JBoss and J2EE deployment and it's the first web-app I try to deploy with JBoss ans EmbeddedTomcat (JBoss 2.2 + Tomcat 3.2.1). I have made following archives : - First, a jar containg my session beans and the enitty interfaces they're using (entites are in an

Re: AW: [JBoss-user] ear file manifest classpath problem ?

2001-07-18 Thread laurent . broudoux
"Jung , Dr. Christoph" <[EMAIL PROTECTED]>@lists.sourceforge.net on 18/07/2001 15:26:23 Please respond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: (bcc: Laurent Broudoux/LME/PCC/PH

Re: [JBoss-user] ear file manifest classpath problem ?

2001-07-18 Thread laurent . broudoux
Hi, it seems that i've got the same kind of problem : I have package my application in a ear file containing : - i have made a jar file for my session beans including the interfaces of the used entity beans (ejb-app.jar) - i have made a jar file containing the interfaces of the appli

RE: [JBoss-user] RMI Class Loader

2001-07-17 Thread laurent . broudoux
7/2001 18:55:14 Please respond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: (bcc: Laurent Broudoux/LME/PCC/PHILIPS) Subject: RE: [JBoss-user] RMI Class Loader Classification: Hello, Have you included your entity bean remote/home interfac

Re: [JBoss-user] Session - Entity Beans binding

2001-07-17 Thread laurent . broudoux
for that idiot mistake and resulting disturbance ! Thanks Laurent "Burkhard Vogel" <[EMAIL PROTECTED]>@lists.sourceforge.net on 17/07/2001 10:59:56 Please respond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: (bcc: Laurent Br

[JBoss-user] RMI Class Loader

2001-07-16 Thread laurent . broudoux
Hi, I've got a problem with the RMI CLass Loader. This problem appears while a session bean is trying to access an entity bean from a different jar file. I've got this message : javax.naming.CommunicationException. Root exception is [SphfGeneratorBean] java.lang.ClassNotFoundException: pcc.

Re: [JBoss-user] Session - Entity Beans binding

2001-07-16 Thread laurent . broudoux
PROTECTED]>@lists.sourceforge.net on 16/07/2001 17:17:06 Please respond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: (bcc: Laurent Broudoux/LME/PCC/PHILIPS) Subject: Re: [JBoss-user] Session - Entity Beans binding Classification: Add

Re: [JBoss-user] Session - Entity Beans binding

2001-07-16 Thread laurent . broudoux
<[EMAIL PROTECTED]> cc: (bcc: Laurent Broudoux/LME/PCC/PHILIPS) Subject: Re: [JBoss-user] Session - Entity Beans binding Classification: Add tag your entity beanz name. --hermann - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

[JBoss-user] Session - Entity Beans binding

2001-07-16 Thread laurent . broudoux
Hi to all, i'm a newbye to J2EE deployment and i have some problems with session - entity beans bindings. i try to write a session bean which is using an enity bean packaged in a different jar archive. i have definied an ejb-ref in the deployement descriptor (ejb-jar) of my session bean like