Re: [JBoss-user] JBoss3.0 Alpha , Ant, buildMagic.

2001-12-01 Thread Jason Dillon
What on earth are you talking about? What is 'mail' in reference to a build.xml file under the admin directory? --jason On Wed, 28 Nov 2001, joel cordonnier wrote: > hi ! > > I just download the daily snapshot of JBoss3.0. > > Where is the 'mail' build.xml file ?? in admin > directory ??

Re: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-12-01 Thread Guy Rouillier
Can you please show us the full error message? I use log4j in all my EJBs, so there has to be something very basic that is wrong. If you have a small test case, I'm willing to take a look. - Original Message - From: "Gianni Gottardi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Satu

Re: [JBoss-user] rh: using local interfaces

2001-12-01 Thread Dmitri Colebatch
for local beans you dont need to narrow using PortableRemoteObject - just cast normally. hth dim On Sat, 1 Dec 2001, Jozsa Kristof wrote: > Hi, > > I have an entity bean and a stateless session bean playing on the fields. > >From the session bean, I'm trying to reach the entity bean through

[JBoss-user] Cocoon in JBoss+Jetty?

2001-12-01 Thread Jozsa Kristof
Anyone managed to install cocoon in JBoss+Jetty? I've seen some instructions on using Cocoon on Jetty standalone, but they did not helped. I've replaced crimson with xerces in JBoss, do cocoon deploys, but reaching http://../cocoon, it shows that trace: java.util.NoSuchElementException at

[JBoss-user] rh: using local interfaces

2001-12-01 Thread Jozsa Kristof
Hi, I have an entity bean and a stateless session bean playing on the fields. >From the session bean, I'm trying to reach the entity bean through its local interface, but it has both remote and local interfaces. I used similar code as using its remote interface: InitialContext ic = new Initial

RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-12-01 Thread Gianni Gottardi
Well, the log4j classes are already loaded by a jboss, but my ejb continue to say classNotFound for org.apache.log4j.etc If I load log4j.jar in JBOSS_CLASSPATH for my use, I got an error as the classes are being loaded twice Gianni -Original Message- From: [EMAIL PROTECTED] [mai

Re: [JBoss-user] Using JBossUtilAutoNumber

2001-12-01 Thread Jozsa Kristof
Answering my own question, the easiest way is to deploy a jar file with only the ejb-jar.xml and jaws.xml descriptors for JBossUtilAutoNumber. It's working flawlessly after that. For all, who has asked in private, JBoss' autonumber utility is located in jboss.jar, org.jboss.util.AutoNumber* I've