[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Newbie with JTA and JBoss

2005-11-19 Thread oglueck
You have to register you resource with the resource manager. Normally this is done by creating a resource adapter (RAR). Suggested reading: JTA, Java connector architector, resource adapters. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3908003#3908003 Reply

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Newbie with JTA and JBoss

2005-11-19 Thread rogeduardo
oglueck wrote : You have to register you resource with the resource manager. Normally this is done by creating a resource adapter (RAR). Suggested reading: JTA, Java connector architector, resource adapters. Thank you. This you be very helpful. View the original post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Newbie with JTA and JBoss

2005-11-18 Thread oglueck
What is SchemaAdmin? Just a stupid POJO? Then it is of course not JTA aware. Please read at least the basics about what JTA is. It doesn't do any magic. If it is an EJB then you must get it via JNDI and not create an instance yourself. View the original post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Newbie with JTA and JBoss

2005-11-18 Thread rogeduardo
oglueck wrote : What is SchemaAdmin? Its not the problem. My problem here is: i am trying to control operations in distributed environment. This method addSchemaReference access via JNI and after a RPC server wrote in C. I wanna control this transactions with JTA, but I dont know how this could