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
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
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
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
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
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
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
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
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
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.
10 matches
Mail list logo