[jboss-user] [Clustering/JBoss] - Re: login problems on cluster

2009-03-27 Thread bstansbe...@jboss.com
You need sticky sessions because: bstansbe...@jboss.com wrote : When you post the login form, it's not going back to the server that sent it to you and you get the error you report. This isn't due to mod_jk. It's due to the way Tomcat FORM authentication works. View the original post :

[jboss-user] [JBoss AOP] - Re: Pointcut intercepting methods with annotated arguments

2009-03-27 Thread jarr
Thanks for reply. Actually this test http://anonsvn.jboss.org/repos/jbossas/branches/Branch_AOP_1_5/aop/src/resources/test/annotatedparams/jboss-aop.xml is not for the case I was asking about. In this test interceptor intercepts methods with with parameter that have an annotation on its type.

[jboss-user] [Beginners Corner] - Re: JBoss Web Console 4.2.1 on Gentoo Linux OS

2009-03-27 Thread PeterJ
Are you running the 'all' configuration? That is: ./run.sh -c all If you are, then you must have changed something incorrectly. Could you post the changes that you made to the web.xml and jboss-web.xml files for the web console? When posting XML text or source code, please enclose the text in

[jboss-user] [JBoss Portal] - Re: how to begin with JBoss Portal.

2009-03-27 Thread PeterJ
Start with the QuickStart guide in the JBoss Portal documentation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221669#4221669 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221669

[jboss-user] [Clustering/JBoss] - Re: Problem with Apache loadbalancer, j_security_check and J

2009-03-27 Thread sureshrk19
Hi, Did the tag worked for you? I have true in web.xml but, still I see the same prob (with login) Please let me know if you find any solution/work-around. Thanks, Suresh View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221671#4221671 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Problem with Apache loadbalancer, j_security_check and J

2009-03-27 Thread sureshrk19
Please ignore my previous post... The issue I'm facing is same as initial post by sudeepthi i.e., Problem with Apache loadbalancer, j_security_check and JBoss (in clustered env). Please let me know if any of you come across any solution/work-around. Thanks, Suresh View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Login problem with JAAS and sticky_session=false

2009-03-27 Thread sureshrk19
Hi, I'm facing the similar issue in clustered environment. I configured sticky-session but, still the login doesn't work for first time (Invalid direct reference to form login page)... If i refresh the page and re-enter the credentials then, it works fine. Here is my entry for sticky session

[jboss-user] [Clustering/JBoss] - Re: login problems on cluster

2009-03-27 Thread sureshrk19
Hi Brian, Thanks for the reply. The same application works fine on JBoss standalone node and also, when only one node is running in cluster. The problem is only when more than one node is running in cluster. How should I proceed on this? Thanks, Suresh View the original post :

[jboss-user] [Clustering/JBoss] - Re: login problems on cluster

2009-03-27 Thread sureshrk19
Nope... that is the next problem; even after setting sticky session the requests are going to both the nodes. Here is my workers.properties content: worker.list=loadbalancer worker.node1.port=8019 worker.node1.host=localhost worker.node1.type=ajp13 worker.node1.lbfactor=1

[jboss-user] [Clustering/JBoss] - Re: login problems on cluster

2009-03-27 Thread sureshrk19
Nope... that is the next problem; even after setting sticky session the requests are going to both the nodes. Here is my workers.properties content: worker.list=loadbalancer worker.node1.port=8019 worker.node1.host=localhost worker.node1.type=ajp13 worker.node1.lbfactor=1

[jboss-user] [Beginners Corner] - NameNotFoundException 'employeePerks' not bound

2009-03-27 Thread jnl1
hi all... i'm porting an application that works fine in Tomcat 6.6 to JBoss 4.2.3.GA. Using jdk 1.6. Here's my context.xml: | | Context path=/employeePerks | debug=0 | reloadable=true | | Realm className=org.apache.catalina.realm.JNDIRealm

[jboss-user] [Clustering/JBoss] - Re: login problems on cluster

2009-03-27 Thread bstansbe...@jboss.com
That looks OK, and I believe you said on one of your other threads that you set UseJK=true. Make a request and have a look at the session cookie; make sure it has the jvmRoute appended. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221690#4221690 Reply to

[jboss-user] [Clustering/JBoss] - Re: login problems on cluster

2009-03-27 Thread bstansbe...@jboss.com
Have you confirmed that sticky sessions are working? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221680#4221680 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221680 ___

[jboss-user] [JBoss Messaging] - Re: Test org.jboss.test.jbossmessaging.test.JBossJMSUnitTest

2009-03-27 Thread clebert.suco...@jboss.com
There's probably a race on deployment for that test. I wouldn't bother too much about it... But if you want to fix it.. you probably need a sleep on setup(). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221683#4221683 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Test org.jboss.test.jbossmessaging.test.JBossJMSUnitTest

2009-03-27 Thread clebert.suco...@jboss.com
(or of course, someone should find a proper fix, to make sure the test is only started after the deployment is finished). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221684#4221684 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: login problems on cluster

2009-03-27 Thread sureshrk19
Hmmm... something strange Cookie: JSESSIONID=Z-6e9dtO7J4l3N0HREZOpA**.node2 node2 is weird; I have node1 and node4 setup in workers.properties and the same for jvmRoute. Following is the http header data (on first login submit)... and the second request is fine (i.e., if I refresh the page

[jboss-user] [JBoss jBPM] - Re: Recommended way to purge finished process instances

2009-03-27 Thread sshetty
Thanks Brad. Will give it a try. :) SShetty View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221694#4221694 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221694 ___ jboss-user

[jboss-user] [Clustering/JBoss] - Re: login problems on cluster

2009-03-27 Thread bstansbe...@jboss.com
JBoss Web appends the value of jvmRoute from server.xml. If you are seeing node2 you've got a misconfig somewhere. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221695#4221695 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: login problems on cluster

2009-03-27 Thread sureshrk19
Brian, Wonderful catch!!! I had duplicate entries for jvmRoute I fixed it... now, it works fine. Thanks for your time. Suresh View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221696#4221696 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Error occurs during start of JBoss Server because of the JT

2009-03-27 Thread aliaslan
Hi, I am new to JBoss and have a problem with the configuration of JTA. In my components.xml I have the following information: core:init debug=true jndi-pattern=@jndiPattern@ transaction-management-enabled=true user-transaction-name=jta/UserTransaction/ But the following error occurs

[jboss-user] [EJB 3.0] - JBoss EJB 3.0 1.0.4 and JBoss 5.1.0.beta1

2009-03-27 Thread Juergen.Zimmermann
Is the updated JBoss EJB 3.0 1.0.4 (http://downloads.sourceforge.net/jboss) usable with the latest JBossAS 5.1.0.beta1 ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221705#4221705 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: IllegalStateException(s) on logout

2009-03-27 Thread kj_newbie
Update: I tried with the JBoss 5.0.0 (jdk 5) and it still throws exception. Thanks Kamna View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221706#4221706 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221706

[jboss-user] [EJB 3.0] - Re: JBoss EJB 3.0 1.0.4 and JBoss 5.1.0.beta1

2009-03-27 Thread jaikiran
Yes, it is. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221709#4221709 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221709 ___ jboss-user mailing list

[jboss-user] [JBoss Cache: Core Edition] - Re: Feature request for eviction policies

2009-03-27 Thread genman
Thinking outloud: Using a listener to dynamically add regions sounds fine, although each region has its own overhead, that is storage and CPU costs. Maybe 1000s of regions is fine, but what about 1 or more? And you might want to consider what happens when a region is empty, i.e. consider

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploy ear in jboss 5.0.1 not using VFS mecanism

2009-03-27 Thread jaikiran
What's the well known vfs defect? :-D Please post the *console* logs and more details about your application. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221714#4221714 Reply to the post :

[jboss-user] [EJB 3.0] - Re: @TransactionTimeout Not working in JBos 4.2.2-GA

2009-03-27 Thread jaikiran
You haven't told us anything about your application or the version of JBoss and Java you are using and not even any information about what issue you are running into :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221717#4221717 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: persistence provider problem

2009-03-27 Thread jaikiran
I guess you have a stray hibernate related jar in your classpath or in the application's packaging. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221718#4221718 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221718

[jboss-user] [JBoss Portal] - How to hide edit permission on portlet instance

2009-03-27 Thread patrizio.cannoni
Hello, I can't hide EDIT for unauthorized users. How can I do that? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221722#4221722 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221722

<    1   2