RE: [JBoss-user] RE: [Beanshell-users] Re: [JBoss-dev] ANNOUNCE:BeanShell JBoss sub-deployer in HEAD

2003-01-08 Thread Adam Heath
On Wed, 8 Jan 2003, Sacha Labourey wrote: > OK, I've just tested and the "russian doll" feature wasn't working with .bsh > files. It is now fixed. > > Furthermore, I just tested this case: I added a xxx.bsh file inside a > ejb.jar file. Result: the deployment process respect the > create/start/sto

[JBoss-user] RE: [Beanshell-users] Re: [JBoss-dev] ANNOUNCE: BeanShell JBosssub-deployer in HEAD

2003-01-08 Thread Adam Heath
On Wed, 8 Jan 2003, Sacha Labourey wrote: > > > If something like this could also be added to J2EE deployments(in META-INF > > dirs), then I'd be even more excited. > > Well, have you simply tried to put a xxx.bsh file inside your JAR, SAR or > EAR (not war though): it should deploy thanks to the

[JBoss-user] Re: [JBoss-dev] ANNOUNCE: BeanShell JBoss sub-deployer in HEAD

2003-01-08 Thread Adam Heath
On Tue, 7 Jan 2003, Sacha Labourey wrote: > Hello, > > Yesterday I commited a BeanShell (BSH, www.beanshell.org) sub-deployer in > HEAD. It is in module varia and you can find its lib in > varia/output/lib/bsh-deployer.sar. > > It allows you to hot-deploy *.bsh files in /deploy. > > [snip] /me go

[JBoss-user] Re: [JBoss-dev] 3.0.5RC1 available

2003-01-03 Thread Adam Heath
On Tue, 24 Dec 2002, Scott M Stark wrote: > A 3.0.5 pre-release has been made available for testing. The primary purpse > is to get feedback about the latest class loader changes made to address > the outstanding IllegalAccessErrors. If you have experienced problems > with IllegalAccessErrors or L

[JBoss-user] RE: [JBoss-dev] [ANN] Cache-invalidation commited

2002-10-02 Thread Adam Heath
On Wed, 2 Oct 2002, Sacha Labourey wrote: > (I think I will remember your name all my life ;) Your entrance on jboss-dev > was so ... hot) Yeah, I was too forceful. I need to prove myself to you guys first, before I start demanding things of you. Which is why I have been lurking and reading si

[JBoss-user] Re: [JBoss-dev] [ANN] Cache-invalidation commited

2002-10-01 Thread Adam Heath
On Mon, 30 Sep 2002, Sacha Labourey wrote: > Hello, > > I've just commited a generic cache-invalidation mechansim to HEAD (mainly in > org.jboss.cache.invalidation). Some of the code and ideas comes from Bill > Burke's implementation of the Seppuku algorithm that has been recently > commited. dr

[JBoss-user] Re: [JBoss-dev] JBoss 3.0.0 Release Available

2002-06-03 Thread Adam Heath
On Tue, 4 Jun 2002, Adam Heath wrote: > On Fri, 31 May 2002, Scott M Stark wrote: > > > JBoss Source Tar/GZip Archive: > > http://prdownloads.sourceforge.net/jboss/jboss-3.0.0-src.tgz?download > > The source download includes a non-cleaned catalina output directory. >

[JBoss-user] Re: [JBoss-dev] JBoss 3.0.0 Release Available

2002-06-03 Thread Adam Heath
On Fri, 31 May 2002, Scott M Stark wrote: > JBoss Source Tar/GZip Archive: > http://prdownloads.sourceforge.net/jboss/jboss-3.0.0-src.tgz?download The source download includes a non-cleaned catalina output directory. adam@gradall:~/brainfood/jboss/jboss-3.0.0-src$ du catalina/* -sc 4 cata

[JBoss-user] Re: [JBoss-dev] JBoss 3.0.0 Release Available

2002-05-31 Thread Adam Heath
On Fri, 31 May 2002, marc fleury wrote: > So this is where you come in. There are about 50 bugs with cosmetics and > enhancements and just making sure everything works. WE NEED YOU. THIS IS > WHERE YOU COME IN. Shallow bugs are the best way for you to come in and get > knowledge. IF YOU ARE a

[JBoss-user] Re: [JBoss-dev] JBoss 3.0.0 Release Available

2002-05-31 Thread Adam Heath
On Fri, 31 May 2002, Scott M Stark wrote: > JBoss Source Tar/GZip Archive: > http://prdownloads.sourceforge.net/jboss/jboss-3.0.0-src.tgz?download > > QuickStart Guide > http://prdownloads.sourceforge.net/jboss/JBoss.3.0QuickStart.pdf?download I'm downloading the 2 above files. The latter was h

[JBoss-user] Re: [JBoss-dev] New EJB-QL compiler (ORDER BY and DynamicQL)

2002-02-26 Thread Adam Heath
On Tue, 26 Feb 2002, Dain Sundstrom wrote: > dynamic-ql: > The new compiler is eye-blink fast, so I added a new query type > dynamic-ql. With dynamic-ql you can generate a JBossQL query and pass it > along with the parameters to the engine to be compiled and execute at > runtime. To use this que

[JBoss-user] Re: [JBoss-dev] Virtual Host support

2002-02-20 Thread Adam Heath
On Wed, 20 Feb 2002 [EMAIL PROTECTED] wrote: > Seems like a ok solution also, but unfortunately I use the new jboss 3.x > with jetty, not tomcat.. > > I think I need to try apache's url rewrite function to solve this (having > all web-apps on the same domain, and forwarding from apache). > >

[JBoss-user] Re: [JBoss-dev] Virtual Host support

2002-02-20 Thread Adam Heath
yOn 20 Feb 2002, Marius Kotsbak wrote: > I see that Virtual Host support is mentioned in the TODO-file in > jboss/jetty plugin. Does that mean that it isn't possible yet to set up > virtual hosts that each war should be bound to? > > Is it possible to do this with WEB-INF/web-jetty.xml? I think t

Re: [JBoss-user] Stopping JBoss

2001-11-20 Thread Adam Heath
On Tue, 20 Nov 2001, Juergen Fiedler wrote: > OK, this one _must_ be more trivial than it seems to me. I am starting > JBoss (under Linux) by calling 'run.sh &' in the bin/ directory of > JBoss. After that, I have about 50 threads that seem to be doing the > same thing: run org.jboss.Main. > Ever

Re: [JBoss-user] using hostname other than "localhost"

2001-11-12 Thread Adam Heath
On Mon, 12 Nov 2001, tek1 wrote: > the hostname of my linux box is "linux1", not localhost, so when i try > starting up jboss, i'm getting the below error: > > [RMIConnectorService] Initialization failed > java.net.UnknownHostException: linux1 Does 'linux1' exist in /etc/hosts? ___