[JBoss-user] [JBoss jBPM] - Re: jBPM on JBoss + Oracle 10g

2005-12-02 Thread kls_kumar
Hi All, It seems there is a bug in 4.0.3 and i downloaded the SP1 and everything worked fine.. Sateesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910338#3910338 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39103

[JBoss-user] [JNDI/Naming/Network] - Re: TransactionManager not bound

2005-12-02 Thread kls_kumar
Thank you so much..I got the SP1 and now everything is working fine.. Thanks Sateesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910292#3910292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910292 ---

[JBoss-user] [JNDI/Naming/Network] - TransactionManager not bound

2005-12-01 Thread kls_kumar
HI, I am using the JBoss-4.0.3 App Server and using Hibernate 3.0.5. Hibernate is unable to get the TransactionManager so i wrote a simple JSP to test whether the TransactionManager is available in the JNDI Tree.. It is showing up in the jmx-console but when i try to get it it's thing not

[JBoss-user] [Installation, Configuration & Deployment] - TransactionManager not bound !!

2005-11-30 Thread kls_kumar
HI, I am using the JBoss-4.0.3 App Server and using Hibernate 3.0.5. When i try to get the Transaction Manager using the following code i am getting the following Exception | try{ | Hashtable environment = new Hashtable(); | environment.put(Context.IN

[JBoss-user] [JBoss jBPM] - Re: jBPM on JBoss + Oracle 10g

2005-11-29 Thread kls_kumar
Hi, Thanks a lot for your reply.. I see that in the JNDI View.. This is the JNDI View i have in my machine.. I have changed the JBoss Port from 8080 to 80. Does it has any thing to do with this Problem ? ( i haven't changed any other ports..) | | java: Namespace | +- XACon

[JBoss-user] [JBoss jBPM] - Re: token.signal() throwing DelegationException

2005-11-29 Thread kls_kumar
Hi, Make sure that the Token hasn't reached the End State.. Try to print the State of the Token.. Sateesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909571#3909571 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBoss jBPM] - jBPM on JBoss + Oracle 10g

2005-11-29 Thread kls_kumar
Hi All, I am trying to deploy a Simple App we have developed using jBPM in JBoss-4.0.3 and the DB Server i am using is Oracl10.1.0.4.0 Here is My hibernate.properties file | hibernate.connection.datasource =jbpmDS | hibernate.transaction.factory_class = org.hibernate.transaction.JTA