Ok adrian.
I didnt found out the exactly article at FAQ about it.
What i didnt understand was getUnderylingStatement() give me a Statement, but i
need a CallableStatement.
see :
http://docs.jboss.com/jbossas/javadoc/3.2.7/connector/org/jboss/resource/adapter/jdbc/WrappedPreparedStatement.html#get
I am trying doing a simple connection by JNDI Datasource below:
***Code
Context ctxt = new InitialContext();
DataSource ds = (DataSource) ctxt.lookup("java:ds/SigomDS");
connection = ds.getConnection();
String sql
Thanks people. I solved the trouble looking at jbosswiki.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903629#3903629
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903629
---
Thanks people. I solved the trouble looking at jbosswiki.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903628#3903628
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903628
---
Thanks people. I solved the trouble looking at jbosswiki.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903627#3903627
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903627
---
Hi people,
i am facing a big problem with jboss4_0_3 and tomcat5_5 inside it. The problem
occurs when trying to deploy some jsf-example.war. Someone has a good solution
for the problem below:
18:41:20,382 ERROR [UIComponentTag] Faces context not found. getResponseWriter
w
ill fail. Check if
Hi people,
i am facing a big problem with jboss4_0_3 and tomcat5_5 inside it. The problem
occurs when trying to deploy some jsf-example.war. Someone has a good solution
for the problem below:
18:41:20,382 ERROR [UIComponentTag] Faces context not found. getResponseWriter
w
ill fail. Check if