To be more specific the problem perhaps is in the dreambean parser (it may not recognize "\") or in the manifest file (?) The manifest file is created automatically by jar (not manually) Stratis > -----Original Message----- > From: ARAVIAS EFSTRATIOS [SMTP:[EMAIL PROTECTED]] > Sent: �����, 18 ������� 2000 08:53 > To: jBoss > Subject: RE: [jBoss-User] Bank.jar deploys but not my simple ejb in > my dep loyed .jar (solution) > Importance: High > > I think i find the solution to my problem perhaps also to yours. > The problem must be in the syntax of the jar command. I just changed the > "\" > to "/" > and let the jar create the manifest manually. > > e.g. > > jar.exe -cvf D:/jboss/jboss/dist/deploy/Atmlink.jar > com/informer/globus/atmlink/Atmlink.class com/informer/globus/atmlink/ > AtmlinkBean.class com/informer/globus/atmlink/AtmlinkHome.class > META-INF/ejb-jar > .xml > > added manifest > adding: com/informer/globus/atmlink/Atmlink.class(in = 225) (out= > 183)(deflated > 18%) > adding: com/informer/globus/atmlink/AtmlinkBean.class(in = 1354) (out= > 666)(defl > ated 50%) > adding: com/informer/globus/atmlink/AtmlinkHome.class(in = 301) (out= > 206)(defla > ted 31%) > adding: META-INF/ejb-jar.xml(in = 614) (out= 266)(deflated 56%) > > I hope that helps you > Stratis > > > -----Original Message----- > > From: Vaughn Vernon [SMTP:[EMAIL PROTECTED]] > > Sent: �����, 18 ������� 2000 02:31 > > To: [EMAIL PROTECTED] > > Subject: [jBoss-User] Bank.jar deploys but not my simple ejb in my > > deployed .jar > > > > Hi. I've just started working with jBoss and it looks very good. The > > server installs correctly and the bank.jar deploys. Great! But then I > > create my simple ejb (stateless session) and the ejb-jar.xml and > jboss.xml > > and then jar them and copy to the deploy dir. The server reports that > the > > app is deployed but no beans are bound, etc. I've checked the xml til > I'm > > blue in the face, even copied bank.jar's xml files and filled in the > > blanks... redeployed... I've removed all jdbc from the bean impl... > > redeployed... nothing... what can I do to debug and fix this? > > > -- > -------------------------------------------------------------- > To subscribe: [EMAIL PROTECTED] > To unsubscribe: [EMAIL PROTECTED] > Problems?: [EMAIL PROTECTED] -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]
