|
My database.xml is like the
following, and the datasource which i defined in the example
server of weblogic is working fine!
<database name="petstore"
engine="oracle">
<jndi name="datasource-petstorePool"/> <mapping href="user.xml"/> </database> Is there other thing i need to
declare in the database.xml file???
In the ejb-jar.xml file, i have
the following transaction description for the session bean and
when i use entity
bean instead of JDO, the session bean works fine.
<container-transaction>
<method> <ejb-name>SignOnEJB</ejb-name> <method-intf>Remote</method-intf> <method-name>createUser</method-name> <method-params> <method-param>java.lang.String</method-param> <method-param>java.lang.String</method-param> </method-params> </method> <trans-attribute>Required</trans-attribute> </container-transaction> <container-transaction> <method> <ejb-name>SignOnEJB</ejb-name> <method-intf>Remote</method-intf> <method-name>authenticate</method-name> <method-params> <method-param>java.lang.String</method-param> <method-param>java.lang.String</method-param> </method-params> </method> <trans-attribute>Required</trans-attribute> </container-transaction>
|
- [castor-dev] how can i inform Castor JDO engine th... ZHAO,YUN (HP-China,ex2)
- Re: [castor-dev] how can i inform Castor JDO ... Andrew
- Re: [castor-dev] how can i inform Castor JDO ... ZHAO,YUN (HP-China,ex2)
- Re: [castor-dev] how can i inform Castor JDO ... ZHAO,YUN (HP-China,ex2)
