[jboss-user] [JBoss Messaging] - MDB do not take messages from queue unless restart of applic

2008-08-12 Thread kristof.devos
Hi, I have a problem with my clustered setup, since the load on our servers is increased we get performance problems with the Messaging server. We have around 2 messages in 20 minutes, but suddenly the MDB's do no longer take messages from the queue. When I restart the server he starts

[jboss-user] [JBoss Seam] - seam remoting in seam app = loose of principal

2008-01-22 Thread kristof.devos
Hi, We have a seam app that does regular calls without problems, but now we tried using seam remoting calls initiated by JS. These calls arrive well in the code but the SecurityAssociation.getSubject returns now null while this is not the case in regular seam action calls Is there any way to

[jboss-user] [Clustering/JBoss] - Re: StringIndexOutOfBoundsException in jvmroute

2008-01-22 Thread kristof.devos
Strange things happen ;-) I restarted the server with cleaning all cached and temp data and now it works., still using 4.2.1-GA thx a lot View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122301#4122301 Reply to the post :

[jboss-user] [Clustering/JBoss] - StringIndexOutOfBoundsException in jvmroute

2008-01-16 Thread kristof.devos
Hi, We have 2 servers running in a cluster, when directly redirecting to one of the servers is ok but when redirecting to apache I get following error An exception or error occurred in the container during the request processing java.lang.StringIndexOutOfBoundsException: String index out of

[jboss-user] [Clustering/JBoss] - Re: StringIndexOutOfBoundsException in jvmroute

2008-01-16 Thread kristof.devos
jboss 4.2.1-GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120629#4120629 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120629 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: StringIndexOutOfBoundsException in jvmroute

2008-01-16 Thread kristof.devos
Brian thx a lot I'll try this and keep you posted View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120645#4120645 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120645 ___

[jboss-user] [Security JAAS/JBoss] - Caching name and passwordcallbackhandler

2007-12-27 Thread kristof.devos
Hi I have 2 applications running on 1 server instance. Both have a different loginmodule and have a different security domain. The first application is a management application and allows administrators to login on the 2nd application as different users. For this I've setup an SSO solution --

[jboss-user] [JBoss Seam] - stop pageflow when clicking on other link in the page

2007-08-21 Thread kristof.devos
Hi I have mulitplpe links on my page (navigation bar) but one launches a page flow, now when I click on the other link during the pageflow I can no longer click on the link starting the pageflow, this link no longer works it only shows the already displayed page how can I stop the pageflow

[jboss-user] [Security JAAS/JBoss] - Re: Help ... flushAuthenticationCache don't work

2007-03-01 Thread kristof.devos
THX for the reply The problem is more complex, we do a password change and want the current session to use the new password for any EJB access call -- nipunbatra indeed this is a solution but we want to avoid an authorization call (remote in our case) for each EJB access, that's why we enable

[jboss-user] [Security JAAS/JBoss] - Re: get loginexception back

2007-02-09 Thread kristof.devos
idd we did quite the same tried also with a filter but apparently filters are not executed on j_security_check thx for the reply View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013488#4013488 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - get loginexception back

2007-02-07 Thread kristof.devos
Hi, We use our own JAAS login module which throws a loginexception where we added some extra info on the error occurred (user blocked, inactive, etc) How can we retrieve the loginexception? The app is redirected to the page configured in the form-error-page (web.xml) but we cannot retrieve the

[jboss-user] [JBoss Seam] - Problem with @Logger

2007-02-06 Thread kristof.devos
Hi, I was trying to convert my old logger initialization code to the new logger annotation, but when I have a logger annotation in an abstract superclass and the implementing class I always get a null logger object. In other cases it works fine. I tried private and protected restrictions but

[jboss-user] [JBoss Seam] - Re: Problem with @Logger

2007-02-06 Thread kristof.devos
really basic in abstract class @Logger private Log log same in implementation class, also same name but should not be problem as it is private in debug I see 2 log instances -- null View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4011801#4011801 Reply to the

[jboss-user] [Security JAAS/JBoss] - Valve is called multiple times

2007-01-11 Thread kristof.devos
Hi, We have implemented a valve like mentioned in the jboss wiki( http://wiki.jboss.org/wiki/Wiki.jsp?page=CustomizingSecurityUsingValves) to enable a j_uri like behaviour. Now in debug phase we notice that this valve is called twice for the same HTTP request. Even with the submission of our

[jboss-user] [Security JAAS/JBoss] - Re: Valve is called multiple times

2007-01-11 Thread kristof.devos
by the way we're usig seam 1.0.1 don't know if this is linked? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4000432#4000432 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4000432

[jboss-user] [Security JAAS/JBoss] - Re: Valve is called multiple times

2007-01-11 Thread kristof.devos
also tested seam 1.1 -- same problem request enters in 2 threads at same time -- login done twice as soon as one of the 2 threads finishes the secured home page is shown other thread seems not to matter real problem is we keep track of failed attempts to login to block user out but with one

[jboss-user] [EJB 3.0] - EJB3.0+Quartz

2006-08-07 Thread kristof.devos
Hi, I have a quartz job witch is working fine, I deploy the mbean in my ear file. however I would like to access my session beans and my EJB3.0 persistence manager but when using the annotations @EJB or @PersistenceContext I only get a null object. It seems that the quartz job is running