Re: [JBoss-user] Stateful Session Bean declaration

2001-07-29 Thread Toby Hede

from ejb-jar.xml:


  
 EJBDoclet tags:
 ubik/Account
 ubik.account.interfaces.IAccountHome
 ubik.account.interfaces.IAccount
 ubik.account.ejb.Account
 Stateful
 Container
  



from jboss.xml:
   
  
 ubik/Account
 ubik/Account
   Standard Stateful
SessionBean
  
   


where 'Standard Stateful SessionBean' is defined (i rip this straight from
the standardjboss.xml file in the INSTALL_PATH/jboss/conf directory).


If this is still not working, can you provide the code for how you re-invoke
the session bean? Are you using the ejbHandle to store the Session
reference?


/t
toby hede





- Original Message -
From: "Anthony IVETAC" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 28, 2001 1:41 AM
Subject: [JBoss-user] Stateful Session Bean declaration


> I'm stuck.
>
> I can't figure out how to correctly declare a statfeul session bean in the
> ejb-jar.xml file!!!
>
> The bean works, except it's attributes aren't being stored in between
method
> invocations.
>
> Does anyone have a snippet of EJB-JAR.xml for a stateful session bean,
please?
>
> BTW - where are stateful session beans passivated to, the default
datasource?
>
>
> Thanks very much!
>
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Stateful Session Bean declaration

2001-07-27 Thread Anthony IVETAC

I'm stuck.

I can't figure out how to correctly declare a statfeul session bean in the 
ejb-jar.xml file!!!

The bean works, except it's attributes aren't being stored in between method 
invocations.

Does anyone have a snippet of EJB-JAR.xml for a stateful session bean, please? 

BTW - where are stateful session beans passivated to, the default datasource?


Thanks very much!


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user