[jBoss-User] Can't get the right class-name, Exception duringjBoss startup

2001-03-16 Thread Alexander Methke
As I said before ('bout 3 days) we're using own DataBase for storing CMP's, everythings fine, we can lookup, store, findByPrimaryKey, findAll etc. But during startup of jBoss there's this weird Exception. We changed to class-Name as you said but nevertheless this Exception...What went wrong or

Re: [jBoss-User] chxiang@163.net's AutoReply

2001-03-15 Thread Alexander Methke
I don't know what ist is you're doing but STOP DISTURBING ME... Pew, now it's better and I hope you understood me "JBoss-User" <[EMAIL PROTECTED]> schrieb am 15.03.01: > ÒÑÊÕµ½£¬²»Óõ£ÐÄ¡£ > > > -- > -- > To subscribe:[EMA

[jBoss-User] nevertheless ClassNotFoundException during startup

2001-03-15 Thread Alexander Methke
...OK, I changed class-name to org.opentools.minerva.xa.XADataSourceImpl But there's even some Exception: (this Exception is based on the class-name specified in jBoss-auto.jcml) [JMX RMI Adaptor] Initializing [JMX RMI Adaptor] Initialized [JMX RMI Connector] Initializing [JMX RMI Connector]

Re: Re: RE: [jBoss-User] override equals() in prim-key-class

2001-03-14 Thread Alexander Methke
you using? if it doesn't support transactions, you might > see strange things. > > On Wed, 14 Mar 2001, Alexander Methke wrote: > > > Gosh...pew... > > > > After hours of working my ass off I made no step forward. > > > > I'm using jBoss with em

Re: [jBoss-User] Can i deploy code written in ejb1.0 in jboss??

2001-03-14 Thread Alexander Methke
Hey there, Germany says hello... Maybe you have some problems in understanding messed up docus like I did. If your primary key is of type java.lang.String the return type of your ejbCreate hast to be of the same. But the return-statement has to deliver null! I was programming Entity-Beans and h

Re: [jBoss-User] Can i deploy code written in ejb1.0 in jboss??

2001-03-14 Thread Alexander Methke
Hey there, Germany says hello... Maybe you have some problems in understanding messed up docus like I did. If your primary key is of type java.lang.String the return type of your ejbCreate hast to be of the same. But the return-statement has to deliver null! I was programming Entity-Beans and h

Re: Re: [jBoss-User] Sweet little Exception....but almostworking???

2001-03-14 Thread Alexander Methke
THX for response I'll try it... :-)) "JBoss-User" <[EMAIL PROTECTED]> schrieb am 14.03.01: > org.jboss.minerva.xa.XADataSourceImpl > > has changed to : > > org.opentools.minerva.xa.XADataSourceImpl > > (I think) > > You will have to change your DataSource config... > > Good luck, hope thi

[jBoss-User] Sweet little Exception....but almost working???

2001-03-14 Thread Alexander Methke
this is the printout during startup of jBoss: [Mail Service] Initializing [Mail Service] Initialized [RARDeployer] Initializing [RARDeployer] Initialized [Auto deploy] Initializing [Auto deploy] Initialized [Service Control] Initialized 28 services [Service Control] Starting 28 MBeans [JetEngineD

[jBoss-User] Sweet little Exception....but almost working???

2001-03-14 Thread Alexander Methke
this is the printout during startup of jBoss: [Mail Service] Initializing [Mail Service] Initialized [RARDeployer] Initializing [RARDeployer] Initialized [Auto deploy] Initializing [Auto deploy] Initialized [Service Control] Initialized 28 services [Service Control] Starting 28 MBeans [JetEngineD

Re: RE: [jBoss-User] override equals() in prim-key-class

2001-03-14 Thread Alexander Methke
Gosh...pew... After hours of working my ass off I made no step forward. I'm using jBoss with embedded tomcat. I can see my entries stacking up in default.script but I never got access to them. I can create new, if I try to create data twice I get CreateException tellin' me that an object with

Re: [jBoss-User] method return values in the home interface mustbe of valid types for RMI/IIOP

2001-03-14 Thread Alexander Methke
"JBoss-User" <[EMAIL PROTECTED]> schrieb am 14.03.01: > Hi all, > > I have the next warning: I think it could be that you should use compatible types. When reading specs, guidelines and even jBoss' Doc's you will find the hint, that you can only use types like: java.lang.String, float, int,

Re: RE: [jBoss-User] override equals() in prim-key-class

2001-03-14 Thread Alexander Methke
Thx 4 response :-)) > Don't think so. Are you sure you set correctly the PK you're using to invoke > fBPK ? > > HTH, > > Simon Think so, during deployment no other message occurs and I jared the packege 2 or 3 times with the same classes, even checked the ejb-jar.xml...nothing. I'll keep tryi

[jBoss-User] override equals() in prim-key-class

2001-03-14 Thread Alexander Methke
Hi there During deployment of my bean the verifier prompts the following to console: [Verifier] Bean : Anwender Section: 9.2.9 Warning: The primary key class must override equals(). My PK class looks like this: public class UserPK implements Serializable { public String kundennummer