RE: [JBoss-user] Re:[JBoss-user]ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-26 Thread Robert Cauble
se to bootstrap the whole thing. Thanks, Rob > -Original Message- > From: [EMAIL PROTECTED] [mailto:jboss-user- > [EMAIL PROTECTED] On Behalf Of Scott M Stark > Sent: Thursday, September 25, 2003 9:14 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Re:[JBoss-user]ClassC

Re: [JBoss-user] Re:[JBoss-user]ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-25 Thread Scott M Stark
Version 2 still suffers from deadlock problems because is does not reliquish the class loader lock. The only hack to workaround the vm issue would be to retry loading after seeing a CCE. Robert Cauble wrote: Thanks - I really appreciate the help. Also, is this problem something which you have wor

[JBoss-user] RE: [JBoss-user] Re:[JBoss-user]ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-25 Thread Adrian Brock
; with this approach such that you switched to UnifiedClassLoader3? > > Thanks, > Rob > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:jboss-user- > > [EMAIL PROTECTED] On Behalf Of Adrian Brock > > Sent: Wednesday, September 24, 200

RE: [JBoss-user] Re:[JBoss-user]ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-25 Thread Robert Cauble
roach such that you switched to UnifiedClassLoader3? Thanks, Rob > -Original Message- > From: [EMAIL PROTECTED] [mailto:jboss-user- > [EMAIL PROTECTED] On Behalf Of Adrian Brock > Sent: Wednesday, September 24, 2003 2:05 PM > To: [EMAIL PROTECTED] > Subject

RE: [JBoss-user] Re: [JBoss-user]ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-24 Thread Adrian Brock
On Wed, 2003-09-24 at 19:54, Robert Cauble wrote: > > Multiple classloaders is more restrictive when it comes to > > the security model. Classes in the same package cannot access > > package private methods if the classes are in different classloaders. > > Got it. Thanks. > > > > You can also ge

RE: [JBoss-user] Re: [JBoss-user]ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-24 Thread Robert Cauble
> Multiple classloaders is more restrictive when it comes to > the security model. Classes in the same package cannot access > package private methods if the classes are in different classloaders. Got it. Thanks. > You can also get errors when instances of the same class name > but different cla

RE: [JBoss-user] Re: [JBoss-user] ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-24 Thread Adrian Brock
t; [EMAIL PROTECTED] On Behalf Of Adrian Brock > > Sent: Wednesday, September 24, 2003 9:35 AM > > To: [EMAIL PROTECTED] > > Subject: [JBoss-user] Re: [JBoss-user] ClassCircularityError- > > QueuedPessimisticEJBLock$TxLock > > > > On Wed, 2003-09-24 at 14:

RE: [JBoss-user] Re: [JBoss-user] ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-24 Thread Robert Cauble
asses hard-referencing it would need to be redeployed anyway. Thanks, Rob > -Original Message- > From: [EMAIL PROTECTED] [mailto:jboss-user- > [EMAIL PROTECTED] On Behalf Of Adrian Brock > Sent: Wednesday, September 24, 2003 9:35 AM > To: [EMAIL PROTECTED] > Subject:

[JBoss-user] Re: [JBoss-user] ClassCircularityError-QueuedPessimisticEJBLock$TxLock

2003-09-24 Thread Adrian Brock
On Wed, 2003-09-24 at 14:49, Robert Cauble wrote: > Can someone please point me towards some documentation which describes > the advantage of the UnifiedClassLoader model over the tree-based > class loading model? We purchased the JBoss documentation and all it > says in the administrators guide is

[JBoss-user] Re: JBoss-user digest, Vol 1 #5010 - 10 msgs

2003-09-10 Thread rjh
Hi, I found the problem, a link was actually referencing a local URL, problem solved. Thanks anyway. Bob - Original Message - From: "rjh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, September 09, 2003 11:35 PM Subject: Re: JBoss-user digest, Vol 1

Re: [JBoss-user] Re: JBoss-user digest, Vol 1 #5010 - 10 msgs

2003-09-09 Thread Scott M Stark
This has nothing to do with authentication and cannot be addressed from the client. The error says that the abc.com stmp server will not relay mail to @yahoo.com. You need to use another smtp gateway or configure it to allow relaying from the local network. -- Scott Sta

[JBoss-user] Re: JBoss-user digest, Vol 1 #5010 - 10 msgs

2003-09-09 Thread rjh
Hi, My SMTP server requires authentication for outbound message sends. I have the usual mail-service.xml filled in and it can send messages locally and even login to POP3. But sends outside the local domain fail, giving the below error. Below that is the xml template I use, which is the default

[JBoss-user] RE: [JBoss-user]mssql-ds.xml,mssql-service.xml,mssql-xa-ds.xml,mssql-xa-service.xml; What touse?

2003-09-02 Thread Danny . Yates
Hi, The -service files are obsolete, and you should now be using the -ds files. Not sure when this change occurred. The xa files are presumably configured to use the MSSQL XA JDBC driver (instead of the plain JDBC driver). Whether you need to use XA or not is another question. And which bits of t

[JBoss-user] RE: [JBoss-user] RE: [JBoss-user] Sar deployment order question

2003-08-22 Thread Steven Harris
ailto:[EMAIL PROTECTED]Sent: Friday, August 22, 2003 10:27 AMTo: '[EMAIL PROTECTED]'Subject: [JBoss-user] RE: [JBoss-user] Sar deployment order question You can make your application an MBean in an ear with your jar and sar included in that ear. In your jboss-service.xml d

[JBoss-user] RE: [JBoss-user] Sar deployment order question

2003-08-22 Thread Steven Harris
You can make your application an MBean in an ear with your jar and sar included in that ear. In your jboss-service.xml def, you can put jboss:service=Namingdepends>  to declare that starting your application depends on JNDI naming service being started. In the examples for JBoss A

[JBoss-user] Re: JBoss-user digest, Vol 1 #4848 - 6 msgs

2003-08-14 Thread Steve Jones
Hi, I'm a long-time lurker, breaking my silence; driven by need, naturally. I'm upgrading from 2.4.3 to 3.2 and I like to use postgresql for my data source. I had it working under 2.4.3, but I've not found any information adequately detail to make the jump to 3.2. Could some patient person layout

Re: [JBoss-user] Re: JBoss-user digest, Vol 1 #4848 - 6 msgs

2003-08-14 Thread Sheldon Hearn
On (2003/08/13 10:13), Steve Jones wrote: > I'm upgrading from 2.4.3 to 3.2 and I like to use postgresql > for my data source. I had it working under 2.4.3, but I've > not found any information adequately detail to make the jump > to 3.2. Could some patient person layout for what I need to > know

Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #4797 - 7 msgs

2003-08-04 Thread Alexey Loubyansky
Hello Troy, because, actually, it is against the spec. As synchronization before a finder won't occur with sync-on-commit-only. There are really controversy between non-null FK and the spec. alex Monday, August 04, 2003, 4:26:58 PM, Troy Poppe wrote: > Alex, > Thanks for the response. This l

[JBoss-user] RE: JBoss-user digest, Vol 1 #4797 - 7 msgs

2003-08-04 Thread Poppe, Troy
Alex, Thanks for the response. This looks like this will provide what I need, and solve my problem. Is there a reason that one would want to leave the container in the default setting (not sync-on-commit-only)? Is there a performance benefit. It seems very odd to me that the specification wou

Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #4786 - 1 msg

2003-07-31 Thread Scott M Stark
There definitely was no outage during that tiemframe on our end. -- Scott Stark Chief Technology Officer JBoss Group, LLC Brian Wallis wrote: On Fri, 1 Aug 2003 01:32, Scott M Stark wrote: No, as we monitor it for responsiveness. When was the last

Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #4786 - 1 msg

2003-07-31 Thread Brian Wallis
On Fri, 1 Aug 2003 01:32, Scott M Stark wrote: > No, as we monitor it for responsiveness. When was the last time there was a > problem? For me, Yesterday morning which would be about 1am GMT on the 31st July. But I've never been sure if it is a local problem, internet or server. There is a lot o

RE: [JBoss-user] RE: JBoss-user digest, Vol 1 #4786 - 1 msg

2003-07-31 Thread Sacha Labourey
32 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #4786 - 1 msg > > > No, as we monitor it for responsiveness. When was the last > time there was a problem? > > -- > > Scott Stark > Chief Technology Offic

Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #4786 - 1 msg

2003-07-31 Thread Scott M Stark
No, as we monitor it for responsiveness. When was the last time there was a problem? -- Scott Stark Chief Technology Officer JBoss Group, LLC Poppe, Troy wrote: Occasionally, I have the same problem with the jboss.org web site being slow. I can't

[JBoss-user] RE: JBoss-user digest, Vol 1 #4786 - 1 msg

2003-07-31 Thread Poppe, Troy
Occasionally, I have the same problem with the jboss.org web site being slow. I can't even get the home page to load sometimes. Not a great advertisement for JBoss, especially after you tell your boss to go check it out, and they have the same problem. Can any of the JBoss'ers explain why this

[JBoss-user] Re: JBoss-user digest, Vol 1 #4539 - 5 msgs

2003-06-15 Thread contact
Testing again --- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 ___ JBoss-user mailing list [EM

Re: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] RE:[JBoss-user] RE:[JBoss-user] J2EE en españa

2003-06-04 Thread Juha-P Lindfors
On Tue, 3 Jun 2003, Sacha Labourey wrote: > > Two can play that one, but I hope you're studying up on your > > kaputt-deutschspeche. I'll have it ready ;-) Though I'll > > No, don't do that please, nt!!! Do it with Bela, I am sure he still > knows it though ;) well for what I remember y

Re: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] RE:[JBoss-user] RE:[JBoss-user] J2EE en españa

2003-06-04 Thread Andrew C. Oliver
On 6/3/03 11:48 AM, "Sacha Labourey" <[EMAIL PROTECTED]> wrote: >> Be friendly. Its not like they spoke French or something. >> >> I think its good. :-) > > We share the same room in SF, right? I will speak French then ;) > Two can play that one, but I hope you're studying up on your kaputt-d

[JBoss-user] RE: [JBoss-user] Re: [JBoss-user] J2EE en españa

2003-06-04 Thread Sacha Labourey
My post wasn't about not being tolerant, it was just about understanding what the e-mails were about. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > David Ward > Sent: mardi, 3. juin 2003 14:59 > To: [EMAIL PROTECTED] >

[JBoss-user] RE: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] RE:[JBoss-user] J2EE en españa

2003-06-04 Thread Sacha Labourey
> Be friendly. Its not like they spoke French or something. > > I think its good. :-) We share the same room in SF, right? I will speak French then ;) --- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://

[JBoss-user] Re: [JBoss-user] J2EE en españa

2003-06-04 Thread David Ward
shree > > - Original Message - > From: "David Ward" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 03, 2003 6:29 PM > Subject: [JBoss-user] Re: [JBoss-user] J2EE en españa > > > I think it's a great idea to have a Jbo

[JBoss-user] Re: [JBoss-user] Re: [JBoss-user] J2EE en españa

2003-06-03 Thread Bhagyashree Jogdand
you said you were gonna translate JORGE's message... but u forgot can you please :-) Thanks, Bhagyashree - Original Message - From: "David Ward" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 6:29 PM Subject: [JBoss-user] Re: [JBo

[JBoss-user] Re: [JBoss-user] J2EE en españa

2003-06-03 Thread David Ward
or x: > and spend less time cleaning our inboxes!! > > -Original Message- > From: xxx > Sent: Tuesday, June 03, 2003 1:44 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] J2EE en españa > > > As long as you stay on JBos

Re: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] RE:[JBoss-user] J2EE en españa

2003-06-03 Thread Andrew C. Oliver
ED] > Sent: Tuesday, June 03, 2003 1:44 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] J2EE en españa > > > As long as you stay on JBoss-user, I suggest you keep your "J2EE en españa" > thread in English, so we can all participate.

[JBoss-user] RE: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] J2EE en españa

2003-06-03 Thread Rahul Ganjoo
and spend less time cleaning our inboxes!! -Original Message- From: Sacha Labourey [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 1:44 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] J2EE en españa As long as you stay on JBoss-user, I suggest

[JBoss-user] RE: [JBoss-user] RE: [JBoss-user] J2EE en españa

2003-06-03 Thread Sacha Labourey
7:11 > To: Lista de Jboss > Subject: Re: [JBoss-user] RE: [JBoss-user] J2EE en españa > > > Claro que no hacemos distinción de país. La idea es construir una > comunidad hispana de jboss > > JORGE > > El lun, 02 de 06 de 2003 a las 16:57, Jaime Gomez escribió: >

Re: [JBoss-user] RE: [JBoss-user] J2EE en españa

2003-06-03 Thread Jorge Garcia Perales
ro partiendo > de un modelo existente en el mercado. > Saludos > Jaime > > >From: Jorge Garcia Perales <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: Lista de Jboss <[EMAIL PROTECTED]> > >Subject: Re: [JBoss-user] RE: [JBoss-user] J2EE en es

[JBoss-user] RE: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] RE:[JBoss-user] RE:[JBoss-user] J2EE en españa

2003-06-03 Thread Sacha Labourey
> Two can play that one, but I hope you're studying up on your > kaputt-deutschspeche. I'll have it ready ;-) Though I'll No, don't do that please, nt!!! Do it with Bela, I am sure he still knows it though ;) > replace pommes > frites for frei frites ;-) You are going to make Belgium

Re: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] J2EE en españa

2003-06-03 Thread Jaime Gomez
PROTECTED]> Subject: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] J2EE en españa Date: Mon, 2 Jun 2003 12:15:52 -0700 Jaime, Que tal Struts con JBoss ? Struts es basado en el MVC framework e interactua muy bien con JBoss Marcos Oliva -Original Message- From: Jaime Gomez [mailto:[EMAIL P

[JBoss-user] RE: [JBoss-user] RE: [JBoss-user] J2EE en españa

2003-06-03 Thread Marcos Oliva
Jaime, Que tal Struts con JBoss ? Struts es basado en el MVC framework e interactua muy bien con JBoss Marcos Oliva -Original Message- From: Jaime Gomez [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 11:40 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] RE: [JBoss-user

Re: [JBoss-user] RE: [JBoss-user] J2EE en españa

2003-06-03 Thread Jaime Gomez
. Saludos Jaime From: Jorge Garcia Perales <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Lista de Jboss <[EMAIL PROTECTED]> Subject: Re: [JBoss-user] RE: [JBoss-user] J2EE en españa Date: 02 Jun 2003 17:11:14 +0200 Claro que no hacemos distinción de país. La idea es construir u

[JBoss-user] Re: [JBoss-user] RE: [JBoss-user] J2EE en españa

2003-06-03 Thread Marcelino Cruz
r de ustedes y luego ayudar a nuevos usuarios que se unan a la lista, asi que pueden contar conmigo. MC --- - Original Message - From: "Jaime Gomez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, June 02, 2

Re: [JBoss-user] RE: [JBoss-user] J2EE en españa

2003-06-03 Thread Jorge Garcia Perales
>From: Enrique Rodríguez <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: <[EMAIL PROTECTED]> > >Subject: [JBoss-user] RE: [JBoss-user] J2EE en españa > >Date: Tue, 27 May 2003 11:00:14 +0200 > > > >[Spanish] > >Cualquier interesado en

Re: [JBoss-user] RE: [JBoss-user] J2EE en españa

2003-06-03 Thread Jaime Gomez
amigos Parguayos. Bueno a la espera de tu respuesta Atte Jaime Gomez Marin, From: Enrique Rodríguez <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: [JBoss-user] RE: [JBoss-user] J2EE en españa Date: Tue, 27 May 2003 11:00:14 +0200 [Spanish] Cualquier i

Re: [JBoss-user] RE: [JBoss-user] J2EE en españa

2003-05-29 Thread Rodrigo Chandía
Excelente idea!! Rodrigo Chandia El Martes 27 de Mayo del 2003 05:00 AM, Enrique Rodríguez escribió: > [Spanish] > Cualquier interesado en crear un grupo Jboss... que no dude en mandarme > un mail.. llevo algún tiempo intentando crear uno en castellano¡¡¡Si > conseguimos 10 mails, me pongo a trab

[JBoss-user] RE: [JBoss-user] Re: [JBoss-user] J2EE en españa

2003-05-27 Thread Marcos Oliva
To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [JBoss-user] Re: [JBoss-user] J2EE en españa Estoy aprendiendo español, pero me gustaría ver una lista para JBoss (y Java, J2EE) en español también. Sepamos, por favor. Gracias, David Mensaje citado por Jorge Garcia Perales <[EMAIL PROTEC

[JBoss-user] RE: JBoss-user digest, Vol 1 #3996 - 11 msgs

2003-03-21 Thread Marco Tedone
--__--__-- Message: 8 Date: Fri, 21 Mar 2003 10:15:17 -0800 From: Matthew Hixson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Have you configured properly the jndi.properties file? Marco Subject: [JBoss-user] default JNDI location for entity beans Reply-To: [EMAIL PROTECTED] I have a service locat

Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #3851 - 15 msgs

2003-02-23 Thread Rod Macpherson
- From: "John Kunchandy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 5:46 AM Subject: Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #3851 - 15 msgs > Hi all > > I have recently installed jboss-3.0.4_tomcat-4.1.12 on my Windows 200

Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #3851 - 15 msgs

2003-02-23 Thread John Kunchandy
- Original Message - From: "Rod Macpherson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 10:07 AM Subject: Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #3851 - 15 msgs : I am sure JBoss people are working on a book and perhaps that Wrox 3.0 book :

Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #3851 - 15 msgs

2003-02-22 Thread Rod Macpherson
ssage - From: "Marco Tedone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003 5:56 PM Subject: [JBoss-user] RE: JBoss-user digest, Vol 1 #3851 - 15 msgs > Are you working to a Jboss 4.0 practical, useful and simple even if complete > handb

[JBoss-user] RE: JBoss-user digest, Vol 1 #3851 - 15 msgs

2003-02-22 Thread Marco Tedone
Are you working to a Jboss 4.0 practical, useful and simple even if complete handbook? It will be surely one of the book on my library. Marco > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Saturday, February 22, 2003 1

[JBoss-user] RE: JBoss-user digest, Vol 1 #3783 - 10 msgs

2003-02-13 Thread Marco Tedone
Thank you Rod, actually it worked. Do wyou know how could i download the 3.2 jboss version from the CVS repository? Marco - Original Message - Message: 9 Date: Thu, 13 Feb 2003 05:03:58 -0800 From: Rod Macpherson <[EMAIL PROTECTED]> Subject: Re: [JBoss-user] [Newbie] Oracle Datasource (M

[JBoss-user] RE: [JBoss-user] SFSB:$B!!(Bfailed to recover session

2003-01-27 Thread Nick Mills
say above). (B (BRegards, (BNick (B (B> -Message d'origine- (B> De?: [EMAIL PROTECTED] (B> [mailto:[EMAIL PROTECTED]]De la part de Nick (BMills (B> Envoye?: lundi, 27 janvier 2003 11:54 (B> A?: [EMAIL PROTECTED] (B> Objet?: [JBoss-user] RE: [JBoss-user] SFSB:

[JBoss-user] RE: [JBoss-user] RE: [JBoss-user] SFSB:$B!!(Bfailed to recover session

2003-01-27 Thread Sacha Labourey
(B> [mailto:[EMAIL PROTECTED]]De la part de Nick Mills (B> Envoye?: lundi, 27 janvier 2003 11:54 (B> A?: [EMAIL PROTECTED] (B> Objet?: [JBoss-user] RE: [JBoss-user] SFSB:$B!!(Bfailed to recover (Bsession (B> (B> (B> Hello Sacha, (B> My client (tomcat and a conso

[JBoss-user] RE: [JBoss-user] SFSB:$B!!(Bfailed to recover session

2003-01-27 Thread Nick Mills
To: [EMAIL PROTECTED] (BSubject: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] SFSB:$B!!(Bfailed to (Brecover session (B (BHello Nick, (B (B> In response have a couple more questions. From what you said it (Bappears (B> that I need to restart my server every time the HASession times out -

[JBoss-user] RE: [JBoss-user] RE: [JBoss-user] SFSB:$B!!(Bfailed to recover session

2003-01-27 Thread Sacha Labourey
Hello Nick, (B (B> In response have a couple more questions. From what you said it appears (B> that I need to restart my server every time the HASession times out - (B (B?!? What do you mean by "I need to restart my server" ?!? What will timeout (Bare the server sessions that haven't been act

[JBoss-user] RE: [JBoss-user] SFSB:$B!!(Bfailed to recover session

2003-01-26 Thread Nick Mills
-user] RE: [JBoss-user] SFSB:$B!!(Bfailed to recover session (B (BHello, (B (BIt means that the session has timeout, see the SFSB chapter in the (Bclustering doc, it explains the reason of the "BeanCleaningDelay" (Battribute (Bof the HASessionState service, which serves this purpose

[JBoss-user] RE: [JBoss-user] SFSB:$B!!(Bfailed to recover session

2003-01-25 Thread Sacha Labourey
Hello, (B (BIt means that the session has timeout, see the SFSB chapter in the (Bclustering doc, it explains the reason of the "BeanCleaningDelay" attribute (Bof the HASessionState service, which serves this purpose (value in (Bmiliseconds, defaults to 30 minutes) (B (BBTW, try to use 3.0.6,

[JBoss-user] Re: JBoss-user digest, Vol 1 #3602 - 8 msgs

2003-01-09 Thread RAJENDRA PRASAD
HI PLS REMOVE MY NAME FROM UR LIST. I DON'T WANT THESE MAIL. I DON'T WANT ANY MAIL. RGDS PRASAD --- [EMAIL PROTECTED] wrote: > Send JBoss-user mailing list submissions to > [EMAIL PROTECTED] > > To subscribe or unsubscribe via the World Wide Web, > visit > > https://lists.sourceforge.net

[JBoss-user] RE: JBoss-user digest, Vol 1 #3565 - 8 msgs

2003-01-02 Thread Thaer Hani Al-Ibaisi
About the Url, I use it to hit the servlet with the requested URL, then to call the necessary methods from JavaMail lib. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

Re: [JBoss-user] Re: JBoss-user digest, Vol 1 #3502 - 5 msgs

2002-12-16 Thread David Jencks
om: Randy Shoup [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 16, 2002 5:18 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Re: JBoss-user digest, Vol 1 #3502 - 5 msgs > > > Thanks! I of course did not have this file :-). Adding 'jboss-app.xml' > to my EA

RE: [JBoss-user] Re: JBoss-user digest, Vol 1 #3502 - 5 msgs

2002-12-16 Thread JD Brennan
Title: RE: [JBoss-user] Re: JBoss-user digest, Vol 1 #3502 - 5 msgs So does JBoss guarantee that   if an .ear has both an ejb .jar and a .sar   then the .jar will get deployed first so the .sar    can assume that all the .jar's beans are available? Tx! JD -Original Me

[JBoss-user] Re: JBoss-user digest, Vol 1 #3502 - 5 msgs

2002-12-16 Thread Randy Shoup
Thanks! I of course did not have this file :-). Adding 'jboss-app.xml' to my EAR's META-INF, and moving the .sar to the top level of the EAR worked like a charm. I had to hunt around in the JBoss source distribution to find an example of jboss-app.xml (no examples or dtd in the binary distr

RE: [JBoss-user] Re: JBoss-user digest, Vol 1 #3442 - 8 msgs

2002-12-04 Thread saroj kumar
, 2002 4:58 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Re: JBoss-user digest, Vol 1 #3442 - 8 msgs I knew about the forums (interface is kinda klunky) but the "user" mailing list claims you have to be a "member of this group" to view the archive on sourceforge: the ot

[JBoss-user] Re: JBoss-user digest, Vol 1 #3442 - 8 msgs

2002-12-03 Thread Barney Rubble
I knew about the forums (interface is kinda klunky) but the "user" mailing list claims you have to be a "member of this group" to view the archive on sourceforge: the other two archives are viewable. Anyway, I will try to find out why an attempt is made to create tables when I deploy my EJB when I

[JBoss-user] Re: JBoss-user digest, Vol 1 #3218 - 8 msgs

2002-10-16 Thread Reba Shahid
Unsubscribe me - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 15, 2002 5:00 PM Subject: JBoss-user digest, Vol 1 #3218 - 8 msgs > Send JBoss-user mailing list submissions to > [EMAIL PROTECTED] > > To subscribe or unsubscribe via the World W

[JBoss-user] Re: JBoss-user digest, Vol 1 #3182 - 11 msgs

2002-10-09 Thread Vittorio Ballestra
Alle 13:38, mercoledì 9 ottobre 2002, [EMAIL PROTECTED] ha scritto: > We had/have big problems with 3.2, some of which should be present in > 3.0.x also. > See (still unfixed) bug report 614313 (TxManager memory leak), which > costs us 1.6kb per transaction. THAT'S very interesing has our batch

[JBoss-user] Re: JBoss-user digest, Vol 1 #3112 - 7 msgs

2002-09-28 Thread sudhendra seshachala
Hi I was wondering if there is something that could be done to extraction of bulk rows from the database. Here is a quick recap. I have datasources like SAP, Oracle, Sybase Siebel, flat files etc., I shall use the JDBC impl from the vendors in case of DAtabase and JCA Impl. for all others. I am

Re: [JBoss-user] Re: JBoss-user digest, Vol 1 #3101 - 6 msgs

2002-09-27 Thread Dain Sundstrom
So turn it off. Set list-cache-max to 0 (3.0.3+), and page-size to 1. -dain sudhendra seshachala wrote: > Hi > currently working on some extraction of data from > various databases like oracle, DB2, sybase etc., > Apart from using the native tools provided by vendor, > is there something we can

[JBoss-user] Re: JBoss-user digest, Vol 1 #3101 - 6 msgs

2002-09-27 Thread sudhendra seshachala
Hi currently working on some extraction of data from various databases like oracle, DB2, sybase etc., Apart from using the native tools provided by vendor, is there something we can do using JDBC. We are using JBoss 3.0.2 what is the best way to do high speed extraction using JDBC. I do not want t

[JBoss-user] RE: JBoss-user digest, Vol 1 #3081 - 13 msgs

2002-09-23 Thread Mike Savage
You can stop holding your breath now... http://www.practicalprogramming.com/plugin.html I have been using JBoss 2.4.x and Resin 2.0.5 and it is _extremely_ fast when compared to Tomcat or Jetty. But you pay for what you get...Deploy to production and you gotta pay. As long as your are developi

[JBoss-user] Re: JBoss-user digest, Vol 1 #2997 - 14 msgs

2002-09-10 Thread sudhendra seshachala
Hi there Is there any way to speed up the deployment in Jboss 3.0.2 It takes 4 MINUTES to Deploy the WAR. deployment of jar is just fine. Can you suggest any remedy for this. uncompresed WAR is 16MB. Even compressing WAR did not not help Unpacked WAR did not help either. Thanks sudhi = God B

[JBoss-user] Re: JBoss-user digest, Vol 1 #2967

2002-09-05 Thread Rishikesh Tembe
Solved it... For some reason the buildfile didn't include the correct classpath. Thanks! > Message: 7 > Date: Thu, 05 Sep 2002 15:10:53 +0530 > From: "rahul ganjoo" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Interest sample error > Reply-To: [EMAIL PROTECTED] > > jbo

[JBoss-user] Re: JBoss-user digest, Vol 1 #2798 - 5 msgs

2002-08-08 Thread Arijit Ghosh
Hi Vogel, I am on JDK1.3.x and I think it happens even on JDK1.4.x Any suggestions ? Regards, Arijit --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

[JBoss-user] Re: [JBoss-user]Invalid service.xml file (was (no subject)

2002-07-19 Thread Stephen Davidson
Hi Karl. There were only two instances that I had this error occur. 1) Incorrect syntax in my oracle-service.xml file (you did name this oracle-service.xml, right? JBoss sometimes does weird behaviour if you don't name these files something-service.xml). 2) (More frequent) The username/passwor

[JBoss-user] Re: [JBoss-user][SOLVED] Setting up an MSSQL datasource on JBoss3

2002-07-10 Thread Jamie Burns
I have this working now. Looks like l started with an older version of mssql-service.xml which l hacked with information l found on the jboss forums. Ive restarted with a newer version of the file which of course behaves correctly. Thanks. >-Original Message- >From: Jamie Burns [mailto

Re: [JBoss-user] Re: JBoss-user digest, Vol 1 #2508 - 10 msgs

2002-06-24 Thread Dain Sundstrom
I think all you need is database pessimistic locking (SELECT FOR UPDATE) which will row lock the inventory item in the database for the length of the transaction as soon as it is loaded (finder or ejbLoad). You can turn this on in JBossCMP with the row-locking element and in JAWS I think you

[JBoss-user] Re: JBoss-user digest, Vol 1 #2508 - 10 msgs

2002-06-21 Thread David Russell
I'm not sure that I see a difference between using straight SQL in the session bean versus finding the appropriate entity bean and querying it for the current inventory. The advantage to using the entity bean is, of course, the portability that you mention. I would think that two methods on t

Re: [JBoss-user] Re: JBoss-user digest, Vol 1 #2508 - 10 msgs

2002-06-21 Thread David Jencks
I'm not sure I understand all the details of what you are doing, however it might be that the firebird database versioning scheme would do what you want. With this, and the db set to repeatable read, each transaction is guaranteed a stable view of the committed data as of the time the transaction

[JBoss-user] Re: JBoss-user digest, Vol 1 #2508 - 10 msgs

2002-06-21 Thread Jon Swinth
Thanks Marc for the reply. The issue with your solution is that the inventory checks are for different users than the where we are updating inventory. Each time an item is displayed on a page, the server checks inventory to see if it is still in stock. This is required because the data keeps c

[JBoss-user] Re: JBoss-user digest, Vol 1 #2451 - 8 msgs

2002-06-18 Thread Jon Swinth
Hi Todd, I have run into this same issue when trying to control transactions. Although this is not what some would like me to say, my experience is that Entity beans in JBoss only work properly with "Required". In fact, you are better off not setting any container-transaction attributes for

[JBoss-user] Re: JBoss-user digest, Vol 1 #2456 - 9 msgs

2002-06-18 Thread Bruce
I tried to install jboss as application server on IRIX SGI machine but failed IRIX Release 6.5 IP27. Can someone help me with this? Bruce Ling >> Original Message << On 6/18/02, 6:32:23 AM, [EMAIL PROTECTED] wrote regarding JBoss-user digest, Vol 1 #2456 - 9 m

[JBoss-user] RE : [JBoss-user] Better performance with Sun 1.4 or IBM JVM?

2002-06-12 Thread MOINY Georges
Where did you get JRockit. Their site doesn't offer the product anymore ? Message d'origine De: Marius Kotsbak [mailto:[EMAIL PROTECTED]] Date: mer. 2002-06-12 06:04 À: [EMAIL PROTECTED] Cc: Objet: RE: [JBoss-user] Better perfo

[JBoss-user] Re: JBoss-user digest, Vol 1 #2178 - 10 msgs

2002-05-22 Thread Jon Swinth
Thanks Scott for your quick reply. Yes, I have already tried that. On getting the error, the first thing I did was add jnet.jar to tomcat. I have copied the following jars from $JBOSS_DIST/client to the WEB_INF/lib directory of tomcat: jboss-client.jar jboss-common-client.jar jboss-j2ee.jar

[JBoss-user] Re: JBoss-user digest, Vol 1 #2150 - 12 msgs

2002-05-14 Thread Mantzios Achilleus
URGENT! PLEASE UNSUBSCRIBE [EMAIL PROTECTED] No possible alias, mx records, CNAME, seem to exist when i try https://lists.sourceforge.net/lists/listinfo/jboss-user I tried to contact the admin of the list but it seemed to have gone to /dev/null I repeat PLEASE UNSUBSCRIBE ME Many thanx

[JBoss-user] Re: JBoss-user digest, Vol 1 #2133 - 1 msg

2002-05-10 Thread James Richards
FYI, PyServlet seems to run OK in the standard JBoss3.0.0RC2 with embedded Jetty [so far at least...]. Does anyone know how stable the tomcat service is when compared to the Jetty service? I have a few projects where Jython would save a great deal of time and JBoss seems to mesh well with Jy

[JBoss-user] Re: [JBoss-user]ÊÖ»ú×îµÍ¼Û£¬·þÎñË͵½¼Ò¡£

2002-03-26 Thread Peter Fagerlund
on 26-03-2 13.52, @joyce.shortlist.se at @joyce.shortlist.se wrote: > > ??? > > ?? > > http://www.139shop.com/asp/mem-from.asp?uid=waynetan >

[JBoss-user] Re: [JBoss-user]»¶Ó­¹âÁÙÉÁµç½ðÈÚͶ×ÊÔ¤²âÍø

2002-03-23 Thread Marius Kotsbak
? On lør, 2002-03-23 at 11:23, [EMAIL PROTECTED] wrote: > ¸÷λÍøÓѴó¼Һ㺠> >Çë×ÐϸÔĶÁÒÔÏÂÐÅϢ£¬ÄãֻÓÐÄÜÊյ½һ´ΰ¡£¡Èç¹ûÄã¸оõÏÂÃæµÄÐÅϢ¶ÔÄãûÓÐÓô¦£¬ÎҺܱ§Ǹ£¬ÇëÄúɾ³ý¡£лл£¡£¡ > > >»¶ӭ¹âÁ١¶ÉuçÍøÃ

[JBoss-user] Re: JBoss-user digest, Vol 1 #938 - 9 msgs

2002-02-27 Thread Faisal Naveed
Hi, Have anyone used jnt to cofigure jboss-2.2.2_Tomcat-3.2.2 as a windows nt service. Can anyone guide me in this regard by sending the command that would be used. Regards, Faisal ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.source

RE: [JBoss-user] Re: JBoss-user digest, Vol 1 #1893 - 10 msgs

2002-02-26 Thread Eric Kaplan
be careful, bill is listening... :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dain Sundstrom Sent: Tuesday, February 26, 2002 11:54 AM To: Jonathan Gibbons Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Re: JBoss-user digest, Vol 1 #1893 - 10 msgs

Re: [JBoss-user] Re: JBoss-user digest, Vol 1 #1893 - 10 msgs

2002-02-26 Thread Dain Sundstrom
Jonathan Gibbons wrote: > > >>This is how everyone I know does it. As for why not do it the way you >>suggested, KISS. >> >>-dain >> > > You mean ditch EJB, and JBoss and use JSP's? > :-) > Yep, this is problem in the basic web architecture and is best solved in the tier. BTW, I was sugg

[JBoss-user] Re: JBoss-user digest, Vol 1 #1893 - 10 msgs

2002-02-25 Thread Jonathan Gibbons
>This is how everyone I know does it. As for why not do it the way you >suggested, KISS. > >-dain You mean ditch EJB, and JBoss and use JSP's? :-) -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail i

Re: [JBoss-user] Re: JBoss-user digest, Vol 1 #1818 - 11 msgs

2002-01-22 Thread Adrian Brock
using CVS to check out a version from last week. Regards, Adrian >From: "Michele Fabbri" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: [JBoss-user] Re: JBoss-user digest, Vol 1 #1818 - 11 msgs >Date: Tue, 22 Jan 2002 15:45:12 +0100 > >Why "JA

[JBoss-user] Re: JBoss-user digest, Vol 1 #1818 - 11 msgs

2002-01-22 Thread Michele Fabbri
Why "JAAS Based Security in JBoss" on JBoss Documentation Manual don't work on JBoss 3.0? And also Javaworld example don't work. this is the error: 14:58:56,251 INFO [JBossUserRealm#JAAS Tutorial Servlets] JBossUserPrincipal: java 14:58:56,251 INFO [JBossUserRealm#JAAS Tutorial Servlets] authe

[JBoss-user] Re: JBoss-user digest, Vol 1 #1818 - 11 msgs

2002-01-22 Thread Michele Fabbri
Why "JAAS Based Security in JBoss" on JBoss Documentation Manual don't work on JBoss 3.0? And also Javaworld example don't work. this is the error: 14:58:56,251 INFO [JBossUserRealm#JAAS Tutorial Servlets] JBossUserPrincipal: java 14:58:56,251 INFO [JBossUserRealm#JAAS Tutorial Servlets] authe

[JBoss-user] RE: JBoss-user -- confirmation of subscription -- request 260710

2002-01-15 Thread Eric Kaplan
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 3:48 PM To: [EMAIL PROTECTED] Subject: JBoss-user -- confirmation of subscription -- request 260710 JBoss-user -- confirmation of subscription -- request

[JBoss-user] Re: JBoss-user digest, Vol 1 #1753 - 4 msgs

2002-01-08 Thread Jon Ferguson
Hi Jochen, Out of curiosity, what are it's benefits over the likes of Castor? Jon > > From: "Wiedmann, Jochen" <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" > <[EMAIL PROTECTED]> > Date: Mon, 7 Jan 2002 18:30:54 +010- > Subject: [JBoss-user] Announce: JaxMe Java/XML binding tool > >

[JBoss-user] RE: [JBoss-user]

2001-10-23 Thread Ryan Wu
This is a Virus email list. Please protect your email account ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Re: JBoss-user digest, Vol 1 #1576 - 13 msgs

2001-10-19 Thread tek1
take a look at the primary key generation design pattern on theserverside.com. it presents a very nice db-independent solution to the primary key generation problem. the document can be d/led directly from: http://www.theserverside.com/resources/review/ejbpatterns-primarykeystrategies-sept3.zi

Re: [JBoss-user] Re: JBoss-user digest, Vol 1 #1576 - 13 msgs

2001-10-19 Thread Dmitri Colebatch
> On 19 Oct 2001 08:34:47 -0200, Marcus Brito wrote: > > >> As an alternative to fetching the parameters from the original definition > >> as above, you can use > >>SELECT last_value FROM seqname; > >> to obtain the last value allocated by any backend. > > > >You can't trust this. Perhaps som

[JBoss-user] Re: JBoss-user digest, Vol 1 #1577 - 13 msgs

2001-10-19 Thread Marcus Brito
> Cloudscape 3.6 - FAILS Unable to create a PreparedStatement > PostgreSQL 7.0.2 - HANGS when making an EJB call > Oracle 8.0.4 - WORKS It seems there is more involved in these failures than the database. I've run the Pet Store application under Cloudscape (the version bundled with Sun J2EE RI,

  1   2   >