RE: [JBoss-user] what does jboss use instantDB for

2001-05-22 Thread Robert Nicholson
Maybe it's for durable messages with jbossmq Just wild guess though. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Mader, Cary > J > Sent: Tuesday, May 22, 2001 1:41 PM > To: Jboss-User (E-mail) > Subject: [JBoss-user] what does jboss use instant

RE: [JBoss-user] petstore 1.1.2

2001-05-22 Thread Robert Nicholson
Yes the only reason you should need it and you can work around it is because they use a j2ee RI class for deployment in the Ant rules. This can be easily worked around by simply building a war and not worrying about that class. That's the only reason you should need to reference j2ee.jar from RI

RE: [JBoss-user] petstore 1.1.2 deployed successfully

2001-05-18 Thread Robert Nicholson
Did you maintain separate jars in the .ear or use one big jar for the ejbs? Also, does Jboss allow you to generate the stubs and skels are deploy time like Weblogic 6.0 with ejbc? In the case o Weblogic 6.0 you cannot do this because there are class resolution issues across the jars and their dep

RE: [JBoss-user] dear god, please help (petstore 1.1.2)

2001-05-17 Thread Robert Nicholson
1.1.2 should be easier than 1.1.1 to setup. I got 1.1.2 working in Weblogic 6.0 ok. The populateservlet stuff should be simple if you setup your datasources and connection pools correctly. you also have to make sure your resource-refs resolve to the appropriate JNDI names. The best thing to do is

RE: [JBoss-user] ejbFinder problem

2001-05-16 Thread Robert Nicholson
gt; > > Hi Robert, thanks for the tip, > I've tried both casting the objects from the collection to the type of my > remote interface, and using PortableRemoteObject.narrow, but to no avail. > Any more clues? > > jim > > > - Original Message - > From:

RE: [JBoss-user] ejbFinder problem

2001-05-16 Thread Robert Nicholson
ejbFinder problem > > > Hi Robert, thanks for the tip, > I've tried both casting the objects from the collection to the type of my > remote interface, and using PortableRemoteObject.narrow, but to no avail. > Any more clues? > > jim > > > - Original Me

RE: [JBoss-user] ejbFinder problem

2001-05-16 Thread Robert Nicholson
I believe you are suppose to use PortableRemoteObject narrow on items in a collection. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Downing > Sent: Wednesday, May 16, 2001 5:13 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] ejbFinder prob

RE: [JBoss-user] Pet Store 1.1.2

2001-05-14 Thread Robert Nicholson
The way I would approach this is get 1.1.1 and use the jboss patch for that and then try to follow your way to 1.1.2 by spotting the differences. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Da-Ming Duan > Sent: Monday, May 14, 2001 1:39 PM > To:

RE: [JBoss-user] EJB call other EJB

2001-05-09 Thread Robert Nicholson
Have you separated out your interfaces home and remote into a separate jar and declared the class path as a dependency in the manifest for the jar files? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Guy > Rouillier > Sent: Monday, May 07, 2001 9:

[JBoss-user] Deploying the Petstore app on Jboss.

2001-05-06 Thread Robert Nicholson
Well I downloaded the 1.1.1 patch and fortunately I already have the 1.1.1 source release from javasoft. Despite it no longer being available today. I look at the README in the patch and it points me to a URL that's no longer valid http://www.jboss.org/newsite/documentation/petstore-1.1.1-01.html

[JBoss-user] Jboss Petstore going to be hard without access to jps 1.1.1

2001-05-06 Thread Robert Nicholson
Someone needs to update the patch I think because I didn't see an easy way to obtain the 1.1.1 release on javasoft which the patch requires. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] weblogic ejb descriptors vs jboss descriptors

2001-05-05 Thread Robert Nicholson
I've just been recently looking at Weblogic 6.0 and noticed that there's very little that gets you to a weblogic-ejb-jar.xml short of editing the file by hand yourself. I wanted to ask folks on this list if the process is any easier on jboss. I was looking at getting the petstore 1.1.2 release wor