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 this PK already
exists...Why can jBoss find them and not me?
Maybe my servlet needs glasses?
Here's my lookup:
UserRemote uRemote;
UserPK uKey=new UserPK("4444444");
UserHome uHome=(UserHome)PortableRemoteObject.narrow(o,UserHome.class);
try
{
uRemote=(UserRemote)uHome.findByPrimaryKey (uKey);
System.out.println("Found: \n"+
uRemote.getVorname()+
uRemote.getNachname()+
uRemote.getKundennummer());
}
but I never reach this point....Exception blabla...
I hate that...You make some little mistake like mixing up names and it works 'til you
need it...
:-)
Keep rockin', I' ll keep trying
What is this site-stuff for...nobody want's to know about yellow rectangles, strange
people...stop smokin' kids :-P
______________________________________________________________________________
Die Fachpresse ist sich einig: WEB.DE 20mal Testsieger! Kostenlos E-Mail,
Fax, SMS, Verschlüsselung, POP3, WAP....testen Sie uns! http://freemail.web.de
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]