[JBoss-dev] MainDeployer stop() and destroy() methods

2002-07-10 Thread Torsten Schlumm
Is there any particular reason for not sorting the subdeployments in those methods? Something really obvious I missed? In my case I've got an ear file containing a sar (which sets up the data source for my beans) and the ejb-jar. Deploying the application is not a problem (sar gets deployed fir

[JBoss-dev] [Fwd: Bug Change] the famous 4670071

2002-06-21 Thread Torsten Schlumm
The bug 4670071 has been updated. To view the the complete bug report visit the following url: http://developer.java.sun.com/developer/bugParade/bugs/4670071.html To use our one-click unsubscribe facility, select the following URL: http://bulkmail.sun.com/unsubscribe?171808071586255807

Re: [JBoss-dev] testsuite crashes vm on linux for cvs-rc3

2002-05-11 Thread Torsten Schlumm
>What does -Xcomp do? I don't have doc on that (ala -X) under Linux w/1.4 > >--jason torsten@pts/2.hamlet:~> java -Xcomp -version java version "1.4.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92) Java HotSpot(TM) Client VM (build 1.4.0-b92, compiled mode) AFAIK -Xcomp tells

Re: [JBoss-dev] somebody gonna fix build?

2002-03-11 Thread Torsten Schlumm
Bill, works for me after a clean co I hit this link on lubega.com (the 'do a full CVS checkout' thing - does this really work??)and the end of the last compilelog now says ... cvs co - return code = 0 [ Mon Mar 11 18:16:17 GMT 2002 ] jboss cronjob_build.sh started building jboss bui

RE: RE: [JBoss-dev] something is broken...

2002-02-07 Thread Torsten Schlumm
Dmitri, I'm just nosey - did you try this little test with the '-server' VM option (which jboss uses by default) ? Because when I tried a very similar thing a while ago the numbers were very different then. Not that important - just a question Cheers, Torsten __

Re: RE: [JBoss-dev] so how fast is string comparison

2002-02-07 Thread Torsten Schlumm
I tested exactly this a short while ago with some 'kindergarten test program' (simply timing loops) Yes - I can hear them in the background shouting at me what about VM optimization, which OS, what machine, what else is running, bla bla ... But I don't want to publish this in a scientific journal.

[JBoss-dev] J2EE 1.3 app dtd

2001-12-21 Thread Torsten Schlumm
Hi all, is there any particular reason not to put the application_1_3.dtd into org/jboss/metadata and add a line like registerDTD("-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN", "application_1_3.dtd") in org.jboss.metadata.XmlFileLoader.LocalResolver ? By looking at the

Re: [JBoss-dev] 2.0 jar Really Likes DefaultDS?

2001-11-20 Thread Torsten Schlumm
David, updating wasn't the problem but the ..-service.xml I simply didn't see one line JBOSS-SYSTEM:service=Hypersonic which I forgot to delete (I used thehsqldb-default-service.xml as a template). Sorry, it was completely my fault. Thanks anyway. Cheers Torsten PS: does that help you, Hunt

RE: [JBoss-dev] 2.0 jar Really Likes DefaultDS?

2001-11-20 Thread Torsten Schlumm
Hunter, try to remove the line JBOSS-SYSTEM:service=PostgreSQL from your postgres-service.xml (or however it's called). I think that should solve the problem. If I understand the whole process right then this means the datasource thingy depends on a service 'PostgreSQL' and therefore doesn't st

Re: [JBoss-dev] 2.0 jar Really Likes DefaultDS?

2001-11-20 Thread Torsten Schlumm
Hunter, I've seen the same thing with mySQL today (it did work with the CVS sources from about 3 weeks ago). After having a closer look at the list of registered MBeans (localhost:8082) I found it (at least something :) My mysqlDS was perfectly registered but not started. After starting it by ha

Re: [JBoss-dev] Is there a dtd for jbosscmp-jdbc.xml files?

2001-11-19 Thread Torsten Schlumm
I started to write one a few weeks ago (based on the sources in org.jboss.ejb.plugins.cmp.jdbc.metadata - a tiny bit of a pain). I don't know if the thing is complete and I'm not sure about a few points - but if it's useful (although it might look a bit chaotic) as some kind of starting point yo

Re: [JBoss-dev] Can not chekout tag JBoss_2_4_0

2001-08-23 Thread Torsten Schlumm
Hi Lennart, try: cvs ... co -r Branch_2_4 ... Cheers Torsten Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie

Re: [JBoss-dev] Can not chekout tag JBoss_2_4_0

2001-08-23 Thread Torsten Schlumm
Hi Lennart, try:cvs ... co -r Branch_2_4 ... Cheers Torsten On Thu, 23 Aug 2001 08:37:50 +0200 "Lennart Petersson" <[EMAIL PROTECTED]> wrote: > Clip from WinCVS: > > cvs -z9 -q checkout -P -r JBoss_2_4_0 jboss-most (in directory D:\cvs-sources) > cvs [server aborted]: no such tag JBoss_

[JBoss-dev] embedded catalina

2001-08-08 Thread Torsten Schlumm
Hi all, tried to compile the embedded catalina stuff from the cvs sources together with tomcat-4-beta6 today. It failed (to start with) because there is a line import org.apache.catalina.Resources; in org/jboss/contrib/catalina/ConfigMapper.java - but the Resources class got moved to the Att