Re: [jBoss-User] Stateful Session Bean Support

2000-07-28 Thread Aaron Mulder
I seem to recall this is one of the less intuitive parts of EJX - but I think the option you need *is* there. There's an empty text field on the display, and you have to type in "Default Stateless Session Bean" or whatever. You have to type it exactly as it appears on the other pane,

RE: [jBoss-User] Stateful Session Bean Support

2000-07-27 Thread Luan O'Carroll
I did some further checking and it seems that if a (partial/incomplete) jboss.xml file is present then jboss uses onlythose configurations found in the jboss.xml file and fails to find the default configurations. org.jboss.ejb.ContainerFactory.java#381 conf =

RE: [jBoss-User] Stateful Session Bean Support

2000-07-27 Thread marc fleury
mm just checked it on my installation with org.jboss.ejb.ContainerFactory.java#381 conf = jar.getContainerConfigurations().getContainerConfiguration(DEFAULT_STATEFUL_ CONFIGURATION); and System.out.println("The configuration is "+conf); and I get The configuration is Default

Re: [jBoss-User] Stateful Session Bean Support

2000-07-27 Thread Luan O'Carroll
marc fleury wrote: mm just checked it on my installation with org.jboss.ejb.ContainerFactory.java#381 conf = jar.getContainerConfigurations().getContainerConfiguration(DEFAULT_STATEFUL_ CONFIGURATION); and System.out.println("The configuration is "+conf); and I get The

RE: [jBoss-User] Stateful Session Bean Support

2000-07-27 Thread marc fleury
I've got the stateful entry, and it gets loaded and works fine for the testbeans. In the case where a jboss.xml file is available defaultjboss.xml doesn't seem to be loaded (I added some logging jBossFileManager where it loads the file). interesting, send me that code so I can troubleshoot

RE: [jBoss-User] Stateful Session Bean Support

2000-07-26 Thread Aaron Mulder
Method) [Webserver] Starting [Webserver] Codebase set to http://localhost:8083/ http://localhost:8083/ -Original Message- From: Greg Pierce [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 26, 2000 9:54 AM To: 'jBoss' Subject: RE: [jBoss-User] Stateful Session Bean Support Well

RE: [jBoss-User] Stateful Session Bean Support

2000-07-26 Thread Greg Pierce
beans to deploy. -Original Message- From: Rickard Öberg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 26, 2000 10:41 AM To: jBoss Subject: Re: [jBoss-User] Stateful Session Bean Support Aaron Mulder wrote: The symptom will be corrected shortly (we already decided to quit trying

RE: [jBoss-User] Stateful Session Bean Support

2000-07-26 Thread marc fleury
is built to work with just that (like jboss1.0 did) regards marc -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg PierceSent: Wednesday, July 26, 2000 6:54 AMTo: 'jBoss'Subject: RE: [jBoss-User] Stateful Session Bean Support Well I'm

RE: [jBoss-User] Stateful Session Bean Support

2000-07-26 Thread Greg Pierce
To: 'jBoss' Subject: RE: [jBoss-User] Stateful Session Bean Support Does anyone have any documentation for the jboss.xml file? EJX generated ones are still causing me problems. I'm telling EJX to create a new jboss xml and telling it to load my ejb-jar.xml (otherwise it doesn't even mention my beans

RE: [jBoss-User] Stateful Session Bean Support

2000-07-26 Thread marc fleury
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rickard Öberg Sent: Wednesday, July 26, 2000 7:24 AM To: jBoss Subject: Re: [jBoss-User] Stateful Session Bean Support Well it seems I've found a very interesting problem. jboss.xml

RE: [jBoss-User] Stateful Session Bean Support

2000-07-26 Thread marc fleury
clicking on the "run.bat" in the bin directory, that works too. marc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Pierce Sent: Wednesday, July 26, 2000 9:49 AM To: 'jBoss' Subject: RE: [jBoss-User] Stateful Session Bean Support Okay

RE: [jBoss-User] Stateful Session Bean Support

2000-07-26 Thread Greg Pierce
To: jBoss Subject: RE: [jBoss-User] Stateful Session Bean Support You say it does "TestBeans" but the server says "player.jar" Ok not a biggy, I think I already see what is going on Can you send me the *whole* messages from the server? Do you see the server telling you "adding&qu

RE: [jBoss-User] Stateful Session Bean Support

2000-07-26 Thread Greg Pierce
]] Sent: Wednesday, July 26, 2000 1:14 PM To: jBoss Subject: RE: [jBoss-User] Stateful Session Bean Support You say it does "TestBeans" but the server says "player.jar" Ok not a biggy, I think I already see what is going on Can you send me the *whole* messages from the server? D

RE: [jBoss-User] Stateful Session Bean Support

2000-07-25 Thread marc fleury
Of Vaughn Vernon Sent: Tuesday, July 25, 2000 11:13 AM To: jBoss Subject: Re: [jBoss-User] Stateful Session Bean Support Hi Marc, I agree with Greg. Since I was struggling with stateful about a week ago I took note of what others were saying. Basically only one guy was able to deploy

RE: [jBoss-User] Stateful Session Bean Support

2000-07-25 Thread Greg Pierce
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Vaughn Vernon Sent: Tuesday, July 25, 2000 11:13 AM To: jBoss Subject: Re: [jBoss-User] Stateful Session Bean Support Hi Marc, I agree with Greg. Since I was struggling with stateful about a week ago I took note of what others were saying. Basi