[JBoss-user] OT: J2EE Blog Software?

2003-01-18 Thread Hunter Hillegas
Is there any good Open Source J2EE based blog software out there? Sorry that this is offtopic... Hunter --- This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will allow you to extend the highest allowed 128 bit encryption t

[JBoss-user] AOP Primer

2003-01-18 Thread Hunter Hillegas
Does anyone have a link to a good primer on AOP stuff? Since JBoss 4 is gonna be based on it, I'd like to have a better understanding of what it is, how it works, how I can use it, etc... What I have read sounds cool but I'd like to learn more! Hunter -

[JBoss-user] Hi Remember me..!!?

2003-01-18 Thread Isabelle
Title: Do you remember me? http://www.myfreelivecam.com/isabelle --- This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will allow you to extend the highest allowed 128 bit encryption to all your clients even if they us

[JBoss-user] Hi Remember me..!!?

2003-01-18 Thread Isabelle
Title: Do you remember me? http://www.myfreelivecam.com/isabelle --- This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will allow you to extend the highest allowed 128 bit encryption to all your clients even if they us

Re: [JBoss-user] JBoss 3.2 RC1 ClassLoader - Can't find bundle for base name

2003-01-18 Thread Muruga Chinnananchi
Hi Scott, Thanks for your help. Great! It works if i put the jar file in the server/default/lib directory. thanks again -muruga --- Scott M Stark <[EMAIL PROTECTED]> wrote: > Put the jar in the server/default/lib directory as a > workaround. I'll have to look > into why the external jar is not

Re: [JBoss-user] JBoss 3.2 RC1 ClassLoader - Can't find bundle for base name

2003-01-18 Thread Scott M Stark
Put the jar in the server/default/lib directory as a workaround. I'll have to look into why the external jar is not available to the ResourceBundle. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Muruga

Re: [JBoss-user] error compiling ejbql (dynamicQL): Unkown terminalfield: at line 1...

2003-01-18 Thread Jim Clayson
Jim Clayson wrote: Hi When I submit the following dynamicQL: SELECT OBJECT(a) FROM AgentBean a WHERE a.agentType = ?1 AND a.registrationdate >= ?2 I get the following consol msgs: 17:09:36,578 INFO [AgentBean] list size = 2! 17:09:36,579 INFO [AgentBean] list: [3, Thu Dec 12 00:00:00 GMT 2

Re: [JBoss-user] JBoss/Jetty and JSP 2.0

2003-01-18 Thread Pete Beck
On Sat, 2003-01-18 at 16:25, Jules Gosnell wrote: > I haven't tried it, but if you have a Jasper that implements JSP2.0, try > replacing the jasper jars in jbossweb.sar with it and see if it works... > > If not, they have changed the external API and we may have to make > adjustments. I don't s

[JBoss-user] error compiling ejbql (dynamicQL): Unkown terminal field: at line1...

2003-01-18 Thread Jim Clayson
Hi When I submit the following dynamicQL: SELECT OBJECT(a) FROM AgentBean a WHERE a.agentType = ?1 AND a.registrationdate >= ?2 I get the following consol msgs: 17:09:36,578 INFO [AgentBean] list size = 2! 17:09:36,579 INFO [AgentBean] list: [3, Thu Dec 12 00:00:00 GMT 2002]! 17:09:36,579 DE

Re: [JBoss-user] Http Clustering: No store ?!?

2003-01-18 Thread Jules Gosnell
João Clemente wrote: On Fri, 17 Jan 2003 07:36:57 + Jules Gosnell <[EMAIL PROTECTED]> wrote: João Clemente wrote: As I've reported some days ago, when using 3.0.5RC2, I am getting these strange lines in my log file. This time I'm using 3.0.5 binaries available in sourceforge. 01:16:45,50

Re: [JBoss-user] Loosing my mind

2003-01-18 Thread Jules Gosnell
There is a bad bug to do with session id's in Jetty 4.2.4, which went out in 3.0.5. Please either refresh a cvs copy of jboss-3.0 or d/l the latest Jetty from jetty.mortbay.org and substitute the jars in your jbossweb.sar with the ones contained in this (this is covered in my FAQ - http://cvs.

Re: [JBoss-user] JBoss/Jetty and JSP 2.0

2003-01-18 Thread Jules Gosnell
Pete Beck wrote: Anyone know what sort of timeframe we might be able to use JSP 2.0 in JBoss? I haven't tried it, but if you have a Jasper that implements JSP2.0, try replacing the jasper jars in jbossweb.sar with it and see if it works... If not, they have changed the external API and we may

Re: [JBoss-user] Replication fails: strange JavaGroups Exception

2003-01-18 Thread Jules Gosnell
Vladyslav Kosulin wrote: Jules Gosnell wrote: Alternatively, d/l the latest Jetty 4.2.5? from jetty.mortbay.org and follow the instructions in this FAQ for updating your jbossweb.sar with fresh Jetty jars... Unfortunately, FAQ is not clear in some details: 1) Jetty 4.2.5 includes org.mortbay

Re: [JBoss-user] is the carInstance.ejbHomeXyz instance arbitraryin this case?

2003-01-18 Thread Jim Clayson
Jim Clayson wrote: Hi (jboss 304 + tomcat406) I have a cmp2 entity bean, car. Ideally I would like to have a method which I can call on the hom interface which returns me all cars which adhere to a certain set of criteria. see http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/m

[JBoss-user] is the carInstance.ejbHomeXyz instance arbitrary in this case?

2003-01-18 Thread Jim Clayson
Hi (jboss 304 + tomcat406) I have a cmp2 entity bean, car. Ideally I would like to have a method which I can call on the hom interface which returns me all cars which adhere to a certain set of criteria. see http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/msg25125.html for the