RE: [JBoss-user] [Installation & Configuration] - Re: All threads are busy

2004-02-22 Thread David Wade
I also have had this problem, I increased the maxProcessors to 100, but still got the problem... 2004-02-22 17:55:49,230 ERROR [org.apache.tomcat.util.threads.ThreadPool] All threads are busy, waiting. Please increase maxThreads or check the servlet status100 100 YET, I know my load test program

RE: [JBoss-user] Setting number of threads.

2003-11-30 Thread David Wade
ting. You would have to use that invoker for all your EJBs to set the thread limit on EJB connections. You can change this by putting the MBean nmae within standardjboss.xml for all settings. Bill David Wade wrote: > How do I configure the number of threads available in Jboss. > > I

[JBoss-user] Setting number of threads.

2003-11-26 Thread David Wade
How do I configure the number of threads available in Jboss. I have seen posts on doing this in Jetty on this list, but not for Jboss itself in terms of available threads for message driven Beans etc. Thanks. David --- This SF.net email is

[JBoss-user] web-console JMS broken link

2003-10-21 Thread David Wade
Selecting a message driven bean on the applet gives the error below. Sure enough this JSP does not exist in web-console.war. My question is, when will it be completed... Nag nag nag :> HTTP Status 404 - /MdbEjb.jsp ---

RE: [JBoss-user] DB Connection testing

2003-03-20 Thread David Wade
urred so jboss can destroy the ManagedConnection and clean up. Recently someone has started implementing such functionality for Oracle: it's in 3.2. david jencks On 2003.03.19 21:16 David Wade wrote: > Is there a way of configuring a managed connection pool to validate the > db >

RE: [JBoss-user] AxisServlet acting strangely.

2003-03-20 Thread David Wade
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Wade Sent: 19 March 2003 21:57 To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] AxisServlet acting strangely. I was getting this all the time using 1.1beta when asking for the ?wsdl. Upgraded to RC3 and

[JBoss-user] DB Connection testing

2003-03-19 Thread David Wade
Is there a way of configuring a managed connection pool to validate the db connection before handing it out to an application? In WebLogic it is possible to set "test on reserve" and "test on release", in this way an application is never handed a dud connection out of the pool. Why would I want

RE: [JBoss-user] Deploying scheduler after EAR deployment

2003-03-19 Thread David Wade
I had to cludge my way around the deployment of a SAR and EJB from the same EAR to ensure that the Mbean did not use the EJB until the EAR deployment was complete. Even though the EJB was deployed first, the MBean in my SAR failed when looking up the JNDI name of the EJB. It seems like the JNDI n

RE: [JBoss-user] AxisServlet acting strangely.

2003-03-19 Thread David Wade
I was getting this all the time using 1.1beta when asking for the ?wsdl. Upgraded to RC3 and the issue went away. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 March 2003 9:12 a.m. To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] AxisServlet acting

Re: [JBoss-user] Passivate.

2001-05-31 Thread David Wade
Hmmm, yes clues would be a good idea... Exactly what exceptions are you getting? I'm guessing that you probably have data in the session beans which is not serializable or not marked as transient. David Alefia Lotia wrote: >I am using session beans in my project. If the bean is >not b

Re: [JBoss-user] Deploy Problem

2001-05-12 Thread David . Wade
First off switch to a 1.3JDK. > Hi, > > I tried to Deploy the sample session bean in Jboss. But i couldnt. Please > help me to solve this problem > > thanks in advance > NewBie > > I am using Windows 2000, JDK 1.2 > > > Server Console Error === > > [J2EE Deployer De

RE: [JBoss-user] jboss 2.2.1 startup error with ibm 1.3.0 jvm

2001-04-22 Thread David Wade
The IBM JDK does indeed come with an xml parser that is loaded automatically from the following directory jre\lib\ext under the JDK. If you don't need anything from here just rename the ext directory to something else for the time being. I have run JBoss 2.1 successfully under service rele

RE: [JBoss-user] Re-using primary key issue

2001-04-10 Thread David Wade
Cool that its a known issue. FYI. I have since found that when I create my own container configuration and cache policy for my BMP entities, that all works ok (so far). So it is possibly just something wrong with the default. On an aside... I notice however that ejx puts in (it seems appropriat

[JBoss-user] Re-using primary key issue

2001-04-09 Thread David Wade
JBoss 2.1 After deleting (remove()) an entity, if I try to create a new entity with the same primary key as the previously deleted one, I get the following exception java.lang.IllegalStateException: INSERTING AN ALREADY EXISTING BEAN, ID = com.mentumgroup.janet.lisa.cre at org.jboss.ejb.plugi

RE: [JBoss-user] Overridden hashCode() in BMP PK class not found

2001-03-20 Thread David Wade
ng is checking that the > method exists > _and_ that it behaves properly: it creates two identical PK's > and makes > sure that their hashCode methods return the same value. > > David Wade wrote: > > > > JBoss 2.1-beta > > > > I am trying to use

[JBoss-user] Overridden hashCode() in BMP PK class not found

2001-03-19 Thread David Wade
public int hashCode() { return super.hashCode(); } Any ideas anyone? thanks. David Wade Phone : +64 9 309 7918 Optimation NZ LtdFax : +64 9 309 7919 43 College Hill DDI : +64 9 307 5561 PO Box 106104Mobile: +64 21 253394