[JBoss-user] Gracefully shutdown JBoss

2003-08-09 Thread Magesh Prabhu
I tried to use the shutdown script in JBoss... but could'nt get it working. Could somebody please tell me how to use it. I'm running 3.2.1 JBoss. Thanks in advance, Magesh ** This email and its attachments are intended for th

[JBoss-user] Help: XDoclet, jboss-service.xml generation

2003-08-09 Thread wondersonic
Hi, I'm currently trying to generate a jboss-service.xml using XDoclet v1.2b3: My class looks like this: ---START--- package org.myrpg.atlas; import org.myrpg.atlas.AtlasMBean; import javax.management.ObjectName; import org.jboss.system.ServiceMBeanSupport; /** * Serveur Atlas. * * @jboss.s

Re: [JBoss-user] Re: Recent CVS removals

2003-08-09 Thread Kevin Duffey
If I send you the money for one of those big Australian beers we see on the commercials here, will you reply with a nice long email? ;) --- Greg Wilkins <[EMAIL PROTECTED]> wrote: > > > Barlow, Dustin wrote: > > Maybe its time for the CDN folks to be a little > more forthcoming about their > > r

[JBoss-user] Open-Source

2003-08-09 Thread nfs_ nfs
New Open-Source Website : http://www.thesoftwareobjects.com:8000/portal/ _ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail -

Re: [JBoss-user] July 2003 news

2003-08-09 Thread Hunter Hillegas
What kind of misconduct are we talking about here? Did these folks break some kind of agreement that was in place that we are not aware of? Or did I miss something on the list? Hunter > From: Juha Lindfors <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Thu, 7 Aug 2003 00:47:51 +0300

Re: [JBoss-user] Exception from JBoss 3.2.2RC2

2003-08-09 Thread Adrian Brock
It means there is a bug in IBM's LinkedList implementation. Regards, Adrian On Fri, 2003-08-08 at 16:02, Rafal Kedziorski wrote: > hi, > > what menas this Expcetion: > > java.lang.NullPointerException > at java.util.LinkedList$ListItr.previous(LinkedList.java:523) > at > org.jboss.

Re: [JBoss-user] Recent CVS removals

2003-08-09 Thread Phil Shrimpton
On Wednesday 06 August 2003 23:53, Brian Wallis wrote: Hi, > > http://sourceforge.net/projects/elba > > I had a look (at one randomly selected file) and it is a direct copy with > the line "JBoss, the OpenSource EJB server" removed from the top. I had a look at a (random) file, and the author wa

[JBoss-user] Speeding up jboss startup

2003-08-09 Thread Bradley Schatz
Hi there, I am currently using jboss w/ the jboss-ide plugin under eclipse. Booting up a 3.2 jboss takes up to 4 minutes, which is a bit slow for interactive debugging. Can someone point me in the direction of guidelines for what can be safely deconfigured to make jboss boot up faster? Many than

Re: [JBoss-user] Re: Recent CVS removals

2003-08-09 Thread Vladyslav Kosulin
Bill Burke wrote: Jetty will still be shipped with major releases and Jetty integration will still be maintained. The Jetty folks can still submit patches via SourceForge, but they have lost the privilege of committing. CVS access is a privilege, not a right, and is a contract of trust between t

[JBoss-user] Exception from JBoss 3.2.2RC2

2003-08-09 Thread Rafal Kedziorski
hi, what menas this Expcetion: java.lang.NullPointerException at java.util.LinkedList$ListItr.previous(LinkedList.java:523) at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.removeTimedOut(InternalManagedConnectionPool.java:299) at org.jboss.resource.connectionmanager.Idle

[JBoss-user] CONFIDENTIAL MATTER

2003-08-09 Thread sakotaylor
To:[EMAIL PROTECTED] EXTREMELY CONFIDENTIAL. ATTENTION: THE PRESIDENT/CHAIRMAN. First, may I solicit your confidentiality in this transaction, this by virtue of its nature I am Sakhol Taylor, a cousin to the president Charles Taylor of Liberia. As a result of the increasing rebel hosti

Re: [JBoss-user] JMS question

2003-08-09 Thread Magesh Prabhu
That was my mistake ... As suspected, I was consuming an Exception that causes my MDB not to rollback the transaction... Thanks anyways, Cheers, Magesh On 8/8/03 9:18 AM, Magesh Prabhu <[EMAIL PROTECTED]> wrote: >Thanks for your comments, > >I'm still working on this issue and I guess I'm consum

Re: [JBoss-user] JBoss problem with connections ...

2003-08-09 Thread Rafal Kedziorski
hi, At 12:33 07.08.2003 +0100, you wrote: On Thu, 2003-08-07 at 11:16, Rafal Kedziorski wrote: > hi, > > At 10:09 07.08.2003 +0100, Adrian Brock wrote: > >The most likely cause of this error is trying to use the same > >connection in two different threads/transactions concurrently. > > > >The firs

[JBoss-user] Re: Jetty vs Tomcat

2003-08-09 Thread Greg Wilkins
You can simply set your own handler in the root context and if it handles all requests, then a not found handler will never be created or used. You can also do this without jetty too much specific code simply by creating a root webapp as part of the jetty configuratoin (call addWebAppliction). Thi

Re: [JBoss-user] CMP support for blobs broken using Sybase - Solution

2003-08-09 Thread Jonathan . O'Connor
Well, that fixed the problem. Firstly, I was very stupid, and my ant build script was still using Oracle9i as the type mapping. Once that was fixed, In standardjbosscmp-jdbc.xml, I just changed the jdbc type for java.lang.object mapping, from JAVA_OBJECT to LONGVARBINARY. After that it started

Re: [JBoss-user] Speeding up jboss startup

2003-08-09 Thread Kevin Duffey
What sort of hardware? I know on our PIII800 with 512MB ram it takes almost 31/2 minutes to start. On my PIV 1.8Ghz laptop it takes like 17 seconds. On the PIII800 linux with 512MB it takes a bit over 2 minutes. So I suppose some of this time depends on hardware/memory. We were running it standstil

Re: [JBoss-user] JBoss Error in generated SQL for finder (Sybaserestriction)

2003-08-09 Thread Jonathan . O'Connor
Stephen, sadly, I already do have that tag. I did code a workaround, by renaming the methods from getAccountObjs to getAccounts. Of course, that's cheating really! Here's the relevant bits of source code for PersonBean: /** * @ejb.interface-method * * @ejb.relation *

Re: [JBoss-user] Speeding up jboss startup

2003-08-09 Thread Scott M Stark
It should not be so bad if you have hotspot disable by passing in the -classic flag. -- Scott Stark Chief Technology Officer JBoss Group, LLC Rod Macpherson wrote: Are you connecting to running instance or trying to launch JBoss as part of the deb