Re: Transactions are commited only when Server shuts down.

2008-09-05 Thread Lin Sun
#x27; or 'Oracle Local', > i.e. what information is really needed and so on. > > > > > > > -- > View this message in context: > http://www.nabble.com/Transactions-are-commited-only-when-Server-shuts-down.-tp19251568s134p19330593.html > Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. > >

Re: Transactions are commited only when Server shuts down.

2008-09-05 Thread David Jencks
formation is really needed and so on. I thought all the info you need was easy to see in the url you gave the driver, but perhaps someone who has non-zero oracle expertise can help here. thanks david jencks -- View this message in context: http://www.nabble.com/Transactions-are-commited-only-when-Server-shuts-down.-tp19251568s134p19330593.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Transactions are commited only when Server shuts down.

2008-09-05 Thread MichaelHaeublein
NotFoundException: /AccessSessionBeanRemote does not exist in the system. Check that the app was successfully deployed." Could you give some advice on configuring 'Oracle XA' or 'Oracle Local', i.e. what information is really needed and so on. -- View this message in

Re: Transactions are commited only when Server shuts down.

2008-09-04 Thread Lin Sun
> ${ORBPort + PortOffset} >${ORBHost} > > > > >deploy/ >2000 > > > load="false"> > >${clusterNodeName} > > >${clusterName} > > > name="org.apache.geronimo.plugins/sysdb-console-tomcat/2.1.1/car"/> > name="org.apache.geronimo.configs/openejb-corba-deployer/2.1.1/car"/> > load="false"/> > name="org.apache.geronimo.plugins/activemq-console-tomcat/2.1.1/car"/> > load="false"/> > > >${SMTPHost} >${SMTPPort + PortOffset} > > > > condition="props['org.apache.geronimo.jaxws.provider'] == 'cxf' or > (props['org.apache.geronimo.jaxws.provider'] == null and webcontainerName == > 'jetty6')"/> > > > > > > load="false"/> > condition="props['org.apache.geronimo.jaxws.provider'] == 'cxf' or > (props['org.apache.geronimo.jaxws.provider'] == null and webcontainerName == > 'jetty6')"> > >?name=${webcontainer} > > > > > > name="org.apache.geronimo.configs/jsr88-ear-configurer/2.1.1/car" > load="false"/> > name="org.apache.geronimo.configs/jsr88-jar-configurer/2.1.1/car" > load="false"/> > name="org.apache.geronimo.configs/jsr88-war-configurer/2.1.1/car" > load="false"/> > name="org.apache.geronimo.framework/jsr88-deploymentfactory/2.1.1/car" > load="false"/> > > name="console.dbpool/FMDBPool/1.0/rar?J2EEApplication=null,JCAConnectionFactory=FMDBPool,JCAResource=console.dbpool/FMDBPool/1.0/rar,ResourceAdapter=console.dbpool/FMDBPool/1.0/rar,ResourceAdapterModule=console.dbpool/FMDBPool/1.0/rar,j2eeType=JCAManagedConnectionFactory,name=FMDBPool"> > name="ConnectionURL">jdbc:oracle:thin:@000.000.000.000:1525:ANONYM >Username >{Simple} > > > > > > -- > -- > View this message in context: > http://www.nabble.com/Transactions-are-commited-only-when-Server-shuts-down.-tp19251568s134p19303992.html > Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. > >

Re: Transactions are commited only when Server shuts down.

2008-09-03 Thread MichaelHaeublein
er} jdbc:oracle:thin:@000.000.000.000:1525:ANONYM Username {Simple} ------ -- View this message in context: http://www.nabble.com/Transactions-are-commited-only-when-Server-shuts-down.-tp19251568s134p19303992.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Transactions are commited only when Server shuts down.

2008-09-03 Thread David Jencks
n context: http://www.nabble.com/Transactions-are-commited-only-when-Server-shuts-down.-tp19251568s134p19283314.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. -- View this message in context: http://www.nabble.com/Transactions-are-commited-only-when-Server-

Re: Transactions are commited only when Server shuts down.

2008-09-03 Thread Donald Woods
So you're using the generic TranQL adapter - tranql-connector-ra-1.4.rar? -Donald MichaelHaeublein wrote: Hi, We are using neither of them. We use a JDBC driver (ojdbc-14.jar) for the connectionn pool. Donald Woods-2 wrote: Are you using the provided tranql-connector-oracle-local-1.3.rar o

Re: Transactions are commited only when Server shuts down.

2008-09-03 Thread MichaelHaeublein
;>>> @Local(Access.class) >>>> public class AccessSessionBean implements Access { >>>> >>>> @PersistenceContext(unitName = "FMDBPU") >>>> EntityManager manager; >>>> >>>> @TransactionAttribute(TransactionA

Re: Transactions are commited only when Server shuts down.

2008-09-02 Thread David Jencks
)); manager.flush(); } } - Any ideas what's going wrong? -- View this message in context: http://www.nabble.com/Transactions-are-commited-only-when-Server-shuts-down.-tp19251568s134p19283314.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Transactions are commited only when Server shuts down.

2008-09-02 Thread MichaelHaeublein
tityManager manager; >> >> @TransactionAttribute(TransactionAttributeType.REQUIRED) >> public void updateUserPassword(UserValueObject uservo) >> throws NotFoundException, Exception { >> UserBean bb = manager.find(UserBean.class, uservo.getUserId()); >> b

Re: Transactions are commited only when Server shuts down.

2008-09-02 Thread Donald Woods
Are you using the provided tranql-connector-oracle-local-1.3.rar or tranql-connector-oracle-xa-1.3.rar for the server db connection pool? -Donald MichaelHaeublein wrote: Hello, Me any my colleauge are working on client-server-application, which is using geronimo as an application server and

Transactions are commited only when Server shuts down.

2008-09-01 Thread MichaelHaeublein
- Any ideas what's going wrong? -- View this message in context: http://www.nabble.com/Transactions-are-commited-only-when-Server-shuts-down.-tp19251568s134p19251568.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.