Re: [JBoss-user] illegalArgumentException while removing the entity bean

2002-08-16 Thread Nayyer Kamran
Title: Message Thanks for your reply the Jboss version I am using is 2.4.6 the tomcat 4.0.3, jdk is 1.4. I am attaching the code of the home, remote, bean and primary key classes, deployment descriptor and pasting it in mail too the exception is also there at the bottom as u can see in client

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread Dmitri Colebatch
David, sounds spot on - thanks a heap for the suggestion - as James pointed out, as usual - thanks for the suggestion! cheers dim - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 17, 2002 10:49 AM Subject: Re: [JBoss-user] Laun

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread Dmitri Colebatch
> what about java web start? seems simpler to me (I used it, pretty easy, but > can't deliver different versions to different users afaik) yeah - that was the limitation I did have a brief look at it... cheers dim > > rick > > - Original Message - > From: Greg Turner > To: [EMAIL PR

Re: [JBoss-user] JBoss 2.4.x+Tomcat 4.0.x, Oracle 9i: Connectionpool exhaustion

2002-08-16 Thread Weiqi Gao
On Fri, 2002-08-16 at 16:28, Burkhard Vogel wrote: > Hi, > generally exhausted connection pools are a sign for unclosed connections. We > once had a very hard time to track down where they got lost, but after > remodeling so every connection/preparedStatment/resultSet is closed in a > finally bloc

[JBoss-user] Why Close Connection ?

2002-08-16 Thread Arijit Ghosh
> Hi, > > This is what happening. We are using Struts framework > > From within the Action class, we are calling "modifyClientDetails" > defined in > the Client Session Bean. This in turn calls "modifyClientDetails" in > ClientDAO. From within ClientDAO, "findByPrimaryKey" is called whi

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread Rick LaBanca
what about java web start? seems simpler to me (I used it, pretty easy, but can't deliver different versions to different users afaik) rick - Original Message - From: Greg Turner To: [EMAIL PROTECTED] Sent: Friday, August 16, 2002 9:08 PM Subject: Re: [JBoss-user] Launching Swing Applica

Re: [JBoss-user] XMBean Persistence

2002-08-16 Thread David Jencks
On 2002.08.16 15:47:05 -0400 Matt Munz wrote: > David, > > Thanks for your reply. Could you indulge me in some additional > information? > > I am fuzzy on the interceptor stack concept, and I don't see how > persistence is currently implemented as a "stack" or "interceptor". I > found > th

RE: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread James Higginbotham
Man, you just have to give another hats off to the JBoss team for a such a beautiful architecture! {tearing} > -Original Message- > From: David Jencks [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 16, 2002 7:49 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Launching Swing A

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread Greg Turner
You could write a program that admin person would run on central server.  This program would read batch script of some kind that contains each users configuration.  Then this program could connect to each users' MBeanServer via a rmi Connector and change the config for that user.  So, running a

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread David Jencks
I'd think you could have a tiny login app on the users machine that logged them into the central server, and based on their user info sent back the url of the appropriate app to deploy on the local jboss. The tiny app then calls MainDeployer.deploy of the url it just got, presto. Administration

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread Dmitri Colebatch
hey all,   I'm very interested in this thread - mainly because I've just started a contract in exactly that sort of situation.   to be honest, I'm not exactly sure how many users there are, but I believe its ~100 or so.   atm there is a logon script on all the machines that copies the "appro

Re: [JBoss-user] Logging problem

2002-08-16 Thread Dmitri Colebatch
> I am using Struts framework --> JBoss 3.0 (Stateless Session Beans) --> > Castor JDO. > > How can I separate the Castor logging from JBoss logging and have a > separate file for the output ? change the log4j.xml file int he conf dir of the server config you are using. Essentially this is a log

[JBoss-user] remote queue creation w/ new jmx-console

2002-08-16 Thread G.L. Grobe
So anyone know how the following lines for dynamically creating a remote queue (used from 2.4.4) from the client have changed with the new jmx-console viewer in 3.0.1? Everything I try is 404.   --- snip ---      String action = "action=createQueue?action=createQueue"      + "¶m0%2Bjava.lan

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread Greg Turner
So, based on your email from earlier today, I'm talking about the opposite I think Not opposite, just orthogonal.  One is deployment, one is jmx management.  Either way, JBoss has a lot to offer.  In Advanced Training, I seem to remember Marc saying there was someone already working on making J

RE: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread James Higginbotham
Absolutely! In fact, here is an snippet from an email I sent directly to Dimitri the other day as a followup to my question about any java client application frameworks having been built on Jboss already: Dimitri, Well, I'm specifically talking about constructing a Swing-based (read: Java rich

Re: [JBoss-user] JBoss 2.4.x+Tomcat 4.0.x, Oracle 9i: Connection pool exhaustion

2002-08-16 Thread Burkhard Vogel
Hi, generally exhausted connection pools are a sign for unclosed connections. We once had a very hard time to track down where they got lost, but after remodeling so every connection/preparedStatment/resultSet is closed in a finally block we hadn't had any further problems. It's 99% application co

Re: [JBoss-user] 2 ear files with the same component namesdeployment question

2002-08-16 Thread Hunter Hillegas
Yeah... Put them in scoped classloaders... Read the JBoss 3.0 changenotes. The syntax is in there. Really easy. > From: Joost Kraaijeveld <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Fri, 16 Aug 2002 22:43:27 +0200 > To: "Jboss-User (E-mail)" <[EMAIL PROTECTED]> > Subject: [JBoss-u

Re: [JBoss-user] 2 ear files with the same component names deployment question

2002-08-16 Thread Greg Turner
Yes.  put a file called jboss-app.xml in the META-INF directory of the ear file with contents something like this.  It forces JBoss to use a new class loader for the ear.    jboss.test.cts:loader=one.ear       Joost Kraaijeveld wrote: I have these two ear file, one.ear and two.ear (different n

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread Greg Turner
> The potential of JBoss is not limited to EJBs. Once this is understood, then the true power of JBoss starts showing. Greg Turner, JBoss Authorized Consultant Tiburon Enterprise Systems http://www.tiburon-e-systems.com Box 1171 Tiburon, CA 94920 415-332-3363 ---

RE: [JBoss-user] Name ejb is not bound in this Context

2002-08-16 Thread Eric Kaplan
Alex I don't think so. More troubling is the fact that i get this message regardless of whether i have jboss running, so i suspect that my servlet is using the naming service in tomcat instead of trying to access the app server. Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[

[JBoss-user] keeping rmi sockout around, yes

2002-08-16 Thread LaBanca, Rick
I found my answer, it's rmi, which defaults to only a 15 second timeout. (sun.rmi.transport.connection). I upped it to a couple of minutes, much better! The other part of my question probably isn't jboss but rmi also, it seems rmi needs a socket for each thread on the client side... Not positive

[JBoss-user] 2 ear files with the same component names deployment question

2002-08-16 Thread Joost Kraaijeveld
I have these two ear file, one.ear and two.ear (different names). They both contain: 1. A servlet with the same name but different functionality 2. An EJB with the same name but different functionality Is it possible to deploy them both by rewriting the deployment files only? Joost Kraaijeve

RE: [JBoss-user] Re: Connection pooling Jboss 3.0

2002-08-16 Thread Enrique Vetere
I wonder if the transaction is finished even if the connection was obtained/used in the context of a container transaction, or (as I would like to...) the transaction is commited and the connection returned to the pool when the container transaction finishes. Enrique Vetere -

Re: [JBoss-user] Name ejb is not bound in this Context

2002-08-16 Thread Alex Loubyansky
Hello Eric, are you running Tomcat with no-naming option? alex Friday, August 16, 2002, 11:00:21 PM, you wrote: EK> I have a jsp running inside of tomcat (not integrated with jboss) which EK> calls a method to access on ejb as ("ejb/UserMaster"). This is a method I EK> can call fine in a stan

[JBoss-user] Name ejb is not bound in this Context

2002-08-16 Thread Eric Kaplan
I have a jsp running inside of tomcat (not integrated with jboss) which calls a method to access on ejb as ("ejb/UserMaster"). This is a method I can call fine in a standard client, but when tomcat runs the page I get: javax.naming.NameNotFoundException: Name ejb is not bound in this Context. W

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread Holger Baxmann
> The potential of JBoss is not limited to EJBs. the potentail of JBoss is not EJB. bax --- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread Dimitri Pissarenko
On Fri, 16 Aug 2002 14:27:00 -0400, you wrote: >it would be funny to have my login session as a SFSB and my files as Entity >CMP ;-) The potential of JBoss is not limited to EJBs. Dimitri Pissarenko > >- Original Message - >From: "Holger Baxmann" <[EMAIL PROTECTED]> >To: <[EMAIL PROTEC

RE: [JBoss-user] XMBean Persistence

2002-08-16 Thread Matt Munz
David, Thanks for your reply. Could you indulge me in some additional information? I am fuzzy on the interceptor stack concept, and I don't see how persistence is currently implemented as a "stack" or "interceptor". I found the following line in org.jboss.mx.modelmbean.ModelMBeanInvoker.

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread Dimitri Pissarenko
Hello! >An intresting read but I fail to see how this is usefull in all but the >most trival example. When a JFrame starts it uses the DISPLAY enviroment >variable (UNIX systems) to determine where to display it. So if I am >running a local JBOSS container on my system then it would be good for >

[JBoss-user] Re: Connection pooling Jboss 3.0

2002-08-16 Thread Burkhard Vogel
Hi, Sure you need a con.close()!!! This will only return the con to the pool. (And finish the transaction...) Or what is db.close() supposed to mean? hth, Burkhard P.S. Do NOT contact me directly I will answer in the mailinglist only! B. - Original Message - From: "Arijit Ghosh" <[EMAIL

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread Holger Baxmann
yuhyuh, i am with you :-) > I think this shows that jboss can easily be adapted to be an application > client container. My idea for this has been to remove everything but jmx > and jndi from jboss and write an mbean to start your app. I think this is > the mbean. All that's left is a little j

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread Greg Turner
If you were in a large corp and given the task of writing a Swing app that was to be deployed on some 200 PCs in the corp, and you had to support configurations and updates to all those 200 PCs, JBoss would be the way to go.  All 200 PCs could deploy the Swing app from a central server.  All PCs

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread David Jencks
I think this shows that jboss can easily be adapted to be an application client container. My idea for this has been to remove everything but jmx and jndi from jboss and write an mbean to start your app. I think this is the mbean. All that's left is a little jndi configuration stuff to map loca

Re: [JBoss-user] XMBean Persistence

2002-08-16 Thread David Jencks
everything I have done is in cvs head. I think there is a xmbean persistence interceptor in the interceptor stack, but I have never looked at it. My latest changes in this area: --xmbean xml descriptor can include initial values for attributes. They are set from string representations using Pro

[JBoss-user] Ant & JBoss NT service

2002-08-16 Thread Kim, Yong
It's sort of more generic question on Ant... Does anyone know (or even it's possible to do) how to stop and start the NT service using ANT? I am running JBoss as a NT service and I'd like to stop and start the JBoss using ANT... Thanks in advance, Mitch

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread Holger Baxmann
... on my palm pda too. bax - Original Message - From: "Julien Viet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 8:27 PM Subject: Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0 > it would be funny to have my login session as a SFSB and my fil

[JBoss-user] XMBean Persistence

2002-08-16 Thread Matt Munz
(this is copied from a forum topic by the same name) Paul, Juha, David, Sacha, and others, I have been following your threads (mail and forum), and have come to the conclusion that I am one step behind on this issue. I need to get minimal XMBean Persistence working ASAP and am happy to write t

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread Julien Viet
it would be funny to have my login session as a SFSB and my files as Entity CMP ;-) - Original Message - From: "Holger Baxmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 2:19 PM Subject: Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0 > for

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread Holger Baxmann
for my purposes is jboss at first a webos, maybe running on what you would call a server :) bax - Original Message - From: "Dave Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 7:58 PM Subject: Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread Dave Smith
An intresting read but I fail to see how this is usefull in all but the most trival example. When a JFrame starts it uses the DISPLAY enviroment variable (UNIX systems) to determine where to display it. So if I am running a local JBOSS container on my system then it would be good for rapid protypi

[JBoss-user] Classloader issue regarding locally Interfaced beans in seperate Jar

2002-08-16 Thread Anthony Geoghegan
Can alphabetical issues (Jar A being loaded before Jar Z) cause a locally interfaced EJB appear to be not found i.e. NoClassDefFound. Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. --- This sf.net email is sponsored by: OSDN -

Re: [JBoss-user] The future of Scoped ears

2002-08-16 Thread David Jencks
On 2002.08.16 08:58:19 -0400 Marius Kotsbak wrote: > On Fri, 2002-08-16 at 14:11, David Jencks wrote: > > On 2002.08.16 05:13:25 -0400 Marius Kotsbak wrote: > > > What will scoped ears be replaced with in jboss 3.2? I heard that > > > scoping will not be used in 3.2. > > > > Where did you hear th

RE: [JBoss-user] Local Interfaces to seperate Jars

2002-08-16 Thread Saroj Kumar
Yes. It is possible. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Anthony Geoghegan Sent: Friday, August 16, 2002 9:34 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Local Interfaces to seperate Jars Is it possible to use local interfaces to beans i

RE: [JBoss-user] JBoss 3.0.1 and SQLServer 2000 with XA transactions

2002-08-16 Thread Wink, Stephen
David, unfortunately I am behind a firewall here, and cannot yet get access to CVS, but we are working on this. As soon as we get access I will explore the CVS code. My test is non-proprietary, and here it is. Its not the prettiest test but it does the trick. I deploy it as an MBean in a .sar f

[JBoss-user] Local Interfaces to seperate Jars

2002-08-16 Thread Anthony Geoghegan
Is it possible to use local interfaces to beans in another Jar file without getting a NoClassDefFoundError? Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. --- This sf.net email is sponsored by: OSDN - Tired of that same old

[JBoss-user] keeping rmi sockout around, possible?

2002-08-16 Thread LaBanca, Rick
Title: Message I have two jboss servers. Server A gets a slsb from server B and keeps it around, and multiple threads use this as an api.   Two things. First, I notice each call to the bean creates an rmi connection, and second it goes away after done. I would for performance reasons rather

[JBoss-user] False-positive LDAP Authentication when no password entered....also TLS?

2002-08-16 Thread Darren Hartford
Hi all, Running Jboss 3.0.1RC1_Tomcat with OpenLDAP 2.0.21 LDAP backend. Other applications are using this LDAP backend and do not have any security problems, isolating to just this troublesome Web Application. ;-) Running into an issue with supposedly Secured Web Applications during authentic

Re: [JBoss-user] The future of Scoped ears

2002-08-16 Thread Scott M Stark
You misread the comment then as I added scoping and have no itention of removing it. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Marius Kotsbak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Frida

Re: [JBoss-user] may I expose CMR foreign key as a cmp-field?

2002-08-16 Thread Dain Sundstrom
The spec doesn't say anything on mappings, so we can do what ever we want under the covers. -dain Pavel Kolesnikov wrote: > Yes, I know it doesn't work because of duplicate columns in > generated SQL statements. > > You say "this is on the todo list for 4.0" - does it mean > it's correct (acco

Re: [JBoss-user] Persistence mechanisms

2002-08-16 Thread Dain Sundstrom
Dimitri Pissarenko wrote: > On Thu, 15 Aug 2002 20:02:11 -0500, you wrote: > > >>Dimitri Pissarenko wrote: >> >>>For example, I have the following class structure: >>> >>>a) "Project" class contains several "product stages" >>>b) A "product stage" contains several "processes" >>>c) Each "process

Re: [JBoss-user] may I expose CMR foreign key as a cmp-field?

2002-08-16 Thread Pavel Kolesnikov
Yes, I know it doesn't work because of duplicate columns in generated SQL statements. You say "this is on the todo list for 4.0" - does it mean it's correct (according to the specs) to have CMR and CMP accessors for one column, but just current version of JBoss doesn't support it? Pavel On Thu,

[JBoss-user] JBoss 2.4.x+Tomcat 4.0.x, Oracle 9i: Connection pool exhaustion

2002-08-16 Thread Weiqi Gao
Hi, We are trying to hunt down a problem we are having with JBoss 2.4.x + Tomcat 4.0.x + Oracle 9i. We are running the JBoss+Tomcat on developers desktop machines (NT Workstation or 2000 Professional) as well as on a 2000 Server for non-developer access (QA, etc.) Our application follows the Sw

Re: [JBoss-user] The future of Scoped ears

2002-08-16 Thread Marius Kotsbak
On Fri, 2002-08-16 at 14:11, David Jencks wrote: > On 2002.08.16 05:13:25 -0400 Marius Kotsbak wrote: > > What will scoped ears be replaced with in jboss 3.2? I heard that > > scoping will not be used in 3.2. > > Where did you hear this? AFAIK it is a permanent feature. There is no > reliable w

Re: [JBoss-user] Persistence mechanisms

2002-08-16 Thread Dimitri Pissarenko
On Thu, 15 Aug 2002 20:02:11 -0500, you wrote: >Dimitri Pissarenko wrote: >> For example, I have the following class structure: >> >> a) "Project" class contains several "product stages" >> b) A "product stage" contains several "processes" >> c) Each "process" contains input and output "flows" >

Re: [JBoss-user] JBoss 3.0.1 and SQLServer 2000 with XA transactions

2002-08-16 Thread David Jencks
1. Could you try with a cvs version as of today? I fixed a bug last night that might possibly be relevant. 2. Is your test sufficiently non-proprietary that you could donate it? Even running something like this against hsqldb + jms might show up problems. Thanks david jencks On 2002.08.16 06:

[JBoss-user] Logging problem

2002-08-16 Thread Arijit Ghosh
Hi, I am using Struts framework --> JBoss 3.0 (Stateless Session Beans) --> Castor JDO. How can I separate the Castor logging from JBoss logging and have a separate file for the output ? Thanks in advance. Regards, Arijit --- This sf.ne

Re: [JBoss-user] The future of Scoped ears

2002-08-16 Thread David Jencks
On 2002.08.16 05:13:25 -0400 Marius Kotsbak wrote: > What will scoped ears be replaced with in jboss 3.2? I heard that > scoping will not be used in 3.2. Where did you hear this? AFAIK it is a permanent feature. There is no reliable way to load two versions of the same class otherwise. > > We

RE: [JBoss-user] illegalArgumentException while removing the entity bean

2002-08-16 Thread Saroj Kumar
Title: Message Hi Kamran,   There may be a problem with PK Class. post ur code.   -Saroj   P.S.: Kamran, ur name reminds me of Kamran Ashraf,  Great Pak Hockey Player.     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Nayyer KamranSent: Friday

Re: [JBoss-user] Connection Refused

2002-08-16 Thread David Jencks
jndi doesn't have anything to do with the jmx viewer or your browser. We now have our own viewer which is a servlet: localhost:8080/jmx-console david jencks On 2002.08.16 01:09:14 -0400 G.L. Grobe wrote: > I'm doing dynamic queue creation on 3.0.1 from a remote client but I > can't access port

Re: [JBoss-user] Connection not closed -- ??

2002-08-16 Thread David Jencks
On 2002.08.16 00:12:16 -0400 Arijit Ghosh wrote: > Hi, > > I am using Jboss 3.0 with Castor JDO. Struts -> Stateless Session > Bean --> Castor JDO > > I am using CONTAINER managed transaction and trying to impement > connection pooling. I have written "db.close()" in finally. However, as > it

[JBoss-user] illegalArgumentException while removing the entity bean

2002-08-16 Thread Nayyer Kamran
Dear Fellows, I have an entity bean and its primary key is java.lang.Integer I created a record through it, it works fine. Then I tried to remove it by calling findByPrimaryKey(java.lang.Integer)  it works fine. but when I made my own class as primarykey class(in new entity bean over the s

Re: [JBoss-user] NestedSQLException: Interrupted while requesting permit!

2002-08-16 Thread Stephen Coy
This is a known JBoss/Jetty bug that has been fixed in some CVS branches. I believe that it will be in 3.0.2 due around the 24th or so, from my reading of the jboss-dev list. Steve Coy On Friday, August 16, 2002, at 07:09 PM, Mathias Bogaert wrote: > Hi, > > I'm running some unit tests on my

[JBoss-user] JBoss 3.0.1 and SQLServer 2000 with XA transactions

2002-08-16 Thread Wink, Stephen
Hi, I have been stress testing JBoss 3.0.1 with XA transactions and MS SQLServer 2000 as a datasource. The scenario I have is reading messages from JMS and writing them to SQLServer in an XA transaction, and another thread reading from SQLServer and writing to JMS in another XA transaction. Its

RE: [JBoss-user] The future of Scoped ears

2002-08-16 Thread Torsten Terp
Yes, that would indeed be a nice solution! That would solve our problems as well! ^Torsten > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Marius > Kotsbak > Sent: 16. august 2002 11:13 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] The future o

[JBoss-user] The future of Scoped ears

2002-08-16 Thread Marius Kotsbak
What will scoped ears be replaced with in jboss 3.2? I heard that scoping will not be used in 3.2. We have used it in 3.0 and found some limitations (I can detail this if it isn't clear). Our preferred solution is, I think, to have the classloader first look in the jar the bean is placed in, and

[JBoss-user] NestedSQLException: Interrupted while requesting permit!

2002-08-16 Thread Mathias Bogaert
Hi, I'm running some unit tests on my jboss deployed beans, and I run into this: 2002-08-16 10:55:01,445 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.Country] Create: pk=b245c845c0a800360005984943c8e749 2002-08-16 10:55:01,445 DEBUG [org.jboss.util.NestedThrowable] org.jboss.