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
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
---
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
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
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
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=
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