Re: [JBoss-user] Packaging Beans Correctly

2001-06-22 Thread Uma Shanker
Hi, more clear : $SOME_WHERE/ com.company.ejb.s $SOME_WHERE/com.company.ejb.e $SOME_WHERE/com.company.ejb.mdb $SOME_WHERE/ META-INF/*.xml As "Jay" said you can put ejbs in any package /uma Jay Walters wrote: > you can use any package structure you'd like for your a

Re: [JBoss-user] Packaging Beans Correctly

2001-06-22 Thread Uma Shanker
Hi, more clear : $SOME_WHERE/ com.company.c $SOME_WHERE/ $SOME_WHERE/ $SOME_WHERE/ Jay Walters wrote: > you can use any package structure you'd like for your app... > > the xml files go in the meta-inf directory of the jar file > > -Original Message- > From:

Re: [JBoss-user] Problems Compiling

2001-06-22 Thread Uma Shanker
hi, Ok, i have jboss-2.2.2 and there are 2 jar files in lib/ext ejb.jar and ejb2.0.jar first one has interfaces from EJB1.1 specification and 2nd one has EJB2.0 interface. As javax.ejb.MessageDrivenBean is in EJB 2.0 you need 2nd jar. In any case you can check the jar file with command : ja

Re: [JBoss-user] primitive CMP primary key

2001-06-21 Thread Uma Shanker
hello Boris, I am not sure, but I think it should be public. public long time = 0; /uma [EMAIL PROTECTED] Boris Garbuzov wrote: > > I am getting deployment error about my primary key type. How can I have it primitive? > > private long time = 0; > - > long

Re: [JBoss-user] java.lang.NullPointerException in deployment descriptor - but what exactly

2001-06-20 Thread Uma Shanker
June 20, 2001 8:23 AM Subject: Re: [JBoss-user] java.lang.NullPointerException in deployment descriptor - but what exactly > > Uma Shanker wrote: > > > > Hello !!! > > I am trying to deploy 2 EJBs for last 2 days but no clear indication > > of problems. > >

[JBoss-user] java.lang.NullPointerException in deployment descriptor - but what exactly

2001-06-19 Thread Uma Shanker
PORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]}[Mail Service] DEBUG: not loading optional address map file: /META-INF/javamail.address.map[Mail Service] Mail Service 'Mail' bound to java:/Mail[Mail Service] Started[Service Control] Started 24 services[Default] JBoss 2.2.2 St