[JBoss-user] [JCA/JBoss] - Re: Problems under WrappedCallableStatement

2005-11-17 Thread jj_andrade
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

[JBoss-user] [JCA/JBoss] - Problems under WrappedCallableStatement

2005-11-16 Thread jj_andrade
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

[JBoss-user] [Installation, Configuration & Deployment] - Re: problems under JSF

2005-10-26 Thread jj_andrade
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 ---

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: problems under JSF

2005-10-26 Thread jj_andrade
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 ---

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: problems under JSF

2005-10-26 Thread jj_andrade
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 ---

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - problems under JSF

2005-10-25 Thread jj_andrade
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

[JBoss-user] [Installation, Configuration & Deployment] - problems under JSF

2005-10-25 Thread jj_andrade
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