[JBoss-user] [EJB/JBoss] - upgrade to EJB QL 2.1

2005-05-20 Thread hatoug
Hi, I use jboss 3.2.1 with tomcat 1.4.24. I have some entity ejbs and I want to use cast in a query. But my version of ebj ql does not support. I try to use SQL92 but same problem. I see that ejbQL2.1 support cast, how can I use it ? NB : For SQL92, I put org.jboss.ejb.plugins.cmp.jdbc.EJBQLToSQ

[JBoss-user] [Persistence & CMP/JBoss] - upgrade to ejb2.1

2005-05-20 Thread hatoug
Hi, I use jboss 3.2.1 with tomcat 1.4.24. I have some entity ejbs and I want to use cast in a query. But my version of ebj ql does not support. I try to use SQL92 but same problem. I see that ejbQL2.1 support cast, how can I use it ? NB : For SQL92, I put org.jboss.ejb.plugins.cmp.jdbc.EJBQLToSQ

[JBoss-user] [Beginners Corner] - EJB-QL upgrade on JBOSS3.2.1

2005-03-21 Thread hatoug
Hello, I have a cMP Bean, but I cannot deploy it because I have this error on my query : org.jboss.deployment.DeploymentException: Error compiling EJB-QL statement 'SELECT OBJECT(a) FROM TsaGed a where a.tsaver='0' and a.tsavis='01' and a.tsatbl = ?1 order by a.tsarga'; - nested throwable: (org

[JBoss-user] [Beginners Corner] - How to read a file stocked in my application.war

2005-02-03 Thread hatoug
I use jboss3.2.1 with tomcat 4.1.24 I have an web application that is a .war. I put this file in the deploy directory and then I can access my web app. But inside my .war, I have a property file that I want to read some informations, but I cannot. My question is How can I read this file in my .w

[JBoss-user] [HTTPD, Servlets & JSP] - access web application jboss

2004-12-17 Thread hatoug
hello, I have a web application on http://localhost/GedOnLine/index.html But I want to access to my application by entering : http://localhost How can I do ? Thanx. Steph NB : jboss3.2.1 and tomcat 4.1.24 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859

[JBoss-user] [Installation & Configuration] - run JBOSS as a service and modify port 8080

2004-12-17 Thread hatoug
Hello, how to do to run jboss as a service because I start jboss like this "run -c all > ../log/stdout.log" and how to do to modify listen port to 80 because jboss listen to 80 Thanx a lot Steph View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859009#385900

[JBoss-user] [HTTPD, Servlets & JSP] - forbid directory listing

2004-12-07 Thread hatoug
Hello, how is it possible to forbid directory listing in jboss ? is it in web.xml ? I have jboss-3.2.1_tomcat-4.1.24. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857690#3857690 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Security & JAAS/JBoss] - Re: why multiple authentication !

2004-12-06 Thread hatoug
BUT When I use the basic authentication in web.xml, BASIC GedOnLine Securità it works fine. so why cannot it also work with a FORM authentication ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857502#3857502 Reply to the post : http://www

[JBoss-user] [Security & JAAS/JBoss] - Re: why multiple authentication !

2004-12-03 Thread hatoug
CODE SNIPPET OF THE SERVLET AUTHENTICATION protected void forward (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { System.out.println("appel de accesPWS.forward()"); String useraction = request.getParameter("useraction"); String buildUrl = null

[JBoss-user] [Security & JAAS/JBoss] - why multiple authentication !

2004-12-03 Thread hatoug
Hello Everybody, I use authentication on jboss using a how-to found in : http://www.javaworld.com/javaforums/printthread.php?Board=JavaSecurity&main=2500&type=post But I have problem, when I call any page of the site(servlet or jsp), it returns me the form login page (it s OK) , so I log in.