[JBoss-user] [Persistence & CMP/JBoss] - ejb-ql strange behavior

2004-10-05 Thread jason.donovan
I'm dealing with a performance problem, so i logged all the executed sql, and i found a strange behavior, in one get operation, jboss does several updates, which i can't retrieve in any code. My first question is, - is this a normal action. And second - How can i resolve this, or trace the sour

[JBoss-user] [Installation & Configuration] - Re: dtd filenotfoundexception after redeploy

2004-06-24 Thread jason.donovan
Solved the problem. There was also a struts.jar in the lib of jboss. Removed it and putted in lib of ear and OK. Simple solution but hard to solve. Donovan. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839796#3839796 Reply to the post : http://www.jbo

[JBoss-user] [Installation & Configuration] - dtd filenotfoundexception after redeploy

2004-06-16 Thread jason.donovan
Following is my problem, but i think it is a general problem working with a any dtd and no internetconnection. I implemented struts validation, no problem so far, it works fine. JVM has no internet-connection so i placed the validator_1_0.dtd in the WEB-INF. Works fine when i deploy and restart

[JBoss-user] [Security & JAAS/JBoss] - Re: default page after login

2004-06-10 Thread jason.donovan
The problem is when someone enters a protected URL, you goto login, after that you goto the protected page, but the ActionForm and the Session is not initialized with the data i want. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838275#3838275 Reply to th

[JBoss-user] [Security & JAAS/JBoss] - Re: default page after login

2004-06-09 Thread jason.donovan
What i mean is if you request a protected page, you automaticily goto the login page, when possitive logged in, you automaticily goto the requested page, i wish to overide this and goto the index page of the protected area and not to the requested page. thx in advance View the original post :

[JBoss-user] [Security & JAAS/JBoss] - default page after login

2004-06-09 Thread jason.donovan
I have a form based login, works fine, but i want to redirect to a default page after the login page, instead of the protected page. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838090#3838090 Reply to the post : http://www.jboss.org/index.html?module=bb