[JBoss-user] [Security JAAS/JBoss] - Re: How to Forward to a Particular Page if Login is of a Par

2005-08-03 Thread kenlohwh
Something I'd like to add after continuing debugging since my last post: In debug mode, I realized that j_security_check actually did not take it to the form-error-page's path (I've set a break point in the Action class that handles the path, but nothing happens). Therefore, I conclude that the

[JBoss-user] [Beginners Corner] - How does JBoss determine what is an application?

2005-08-03 Thread western541
The IDE I'm using puts all the WARs in the same 'deploy' directory, so that when I start the JBoss server, it starts all the applications. So that I don't have to go thru the undeploy/redeploy process each time, is there some file(s) I can rename in the WAR (its an exploded, not packaged) war,

[JBoss-user] [Beginners Corner] - Re: How does JBoss determine what is an application?

2005-08-03 Thread darranl
The deployment scanner ignores the following file names / extensions by default: - #*, %*, ,*, .*, _$*, *#, *$, *%, *.BAK, | *.old, *.orig, *.rej, *.bak, *,v, *~, .make.state, | .nse_depinfo, CVS, CVS.admin, RCS, RCSLOG, SCCS, | TAGS, core, tags View the original post :

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-03 Thread nickman
vignesh76; darranl has outlined exactly what we were experiencing making HA calls to our middleware servers. The scenario was this: 1) My servers start up and make an HA-JNDI lookup and acquire a remote to the already running middleware servers. 2) My servers issue several calls per minute

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-03 Thread [EMAIL PROTECTED]
nickman wrote : | darranl has outlined exactly what we were experiencing making HA calls to our middleware servers. | What it describes is an orphaned client. It only affects protocols like RMI where the stub can be invalidated by a server reboot. i.e. the RMI server is available, but it

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-03 Thread vignesh76
Hi Guys, Thanks, really appreciate your inputs. Nick, I am facing the exact same problem as you have described and I believe the failover should be transparent rather than the client having to handle it. We are not caching the interfaces as well. In fact I have just tested with the latest

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-03 Thread vignesh76
Hey Guys, I still encounter that error even with the latest release [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)]. I got to go now though I shall do detailed testing tomorrow to confim my results and post my detailed analysis. Thanks. View the original post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problem: SecurityAssociationValve Failed to determine s

2005-08-03 Thread tu_gupta
hi, Thanx for such a quick response. I hava tried deployment on JBoss 4.0.0 and JBoss 4.0.1sp1. Both are giving me the same error. Regards Tushar Gupta View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888309#3888309 Reply to the post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: Dike's Bank example - build failed

2005-08-03 Thread jbcoffi
I had the same problem today but got it working! Go to the sun site and download update 5 instead of update 4. The needed files (AccountController.java, etc) were available and it compiled fine. Regards! View the original post :

[JBoss-user] [Beginners Corner] - Re: MalformedObjectNameException: missing domain

2005-08-03 Thread stevehines
Sorry, here is the stack trace: 19:50:23,245 INFO [EARDeployer] Init J2EE application: file:/C:/jboss-3.2.7/server/default/deploy/GameTrackerAppModule.ear 19:50:25,651 INFO [EjbModule] Deploying UserProfile 19:50:25,667 INFO [EjbModule] Deploying UserManager 19:50:25,698 ERROR [MainDeployer]

[JBoss-user] [EJB/JBoss] - Re: JBoss weblogic integeration

2005-08-03 Thread syedjaffry
You should put wlclient.jar in a directory where you can reference it (e.g. using manifest.mf's Class-Path entry). Let's suppose you have a ear file X.ear with the following structure: X X/lib X/lib/wlclient.jar X/lib/your-session-bean.jar X/lib/your-session-bean.jar/META-INF

[JBoss-user] [Security JAAS/JBoss] - SecurityAssociationHandler error - NullPointerException

2005-08-03 Thread galoch
Hi all, I am trying to run a simple war file and validate it against a simple JAAS setup. But instead I get the following error in my struts action class just when I instantiate SecurityAssociationHandler class SecurityAssociationHandler handler = new SecurityAssociationHandler(); Can please

[JBoss-user] [JBoss Portal] - Re: Tapestry 4.0 Portlets in JBoss Portal 2.0 - null title ?

2005-08-03 Thread [EMAIL PROTECTED]
You're missing the title in your descriptor: portlet-info | titleFOO BAR/title | /portlet-info View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888322#3888322 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Error login in

2005-08-03 Thread [EMAIL PROTECTED]
Try forcing the hibernate dialect. http://docs.jboss.com/jbportal/v2.0Final/user-guide/en/html/installation.html#d0e679 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888323#3888323 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Portlet development with jboss eclipse IDE ?

2005-08-03 Thread [EMAIL PROTECTED]
I don't have any experience with WS, but if you don't tie in to any of IBM's proprietary crap, you should be fine with standard portlet development. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888324#3888324 Reply to the post :

[JBoss-user] [EJB/JBoss] - Can I Catch an SQLException in a CMP Entity Bean?

2005-08-03 Thread gberish
Hi, I am trying to find out if there is anyway for my own code to catch an SQLException thrown by the conatiner generated store () code generated for a CMP Entity Bean. I know I can catch the Exception by by using a more messey BMP Entity Bean. I am testing my first EJB appliaction. Its a

[JBoss-user] [Security JAAS/JBoss] - Re: has anyone managed to run the program in the top entry o

2005-08-03 Thread niwhsa
ITs more for reference. What problem are you facing excatly? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888333#3888333 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888333

[JBoss-user] [Security JAAS/JBoss] - Re: Configuration file for Loging modules NOT found

2005-08-03 Thread niwhsa
Yes this is a pretty common thing to do when you first start off with JAAS. I did the same too. I use the -D argument to the java command as below java -Djava.security.auth.login.config=conf/auth.conf MAIN_CLASS This need to be under the current directory. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Jboss-4.0.2 throws exception with MS SQL server

2005-08-03 Thread sirajm
Thanks Gunjan, you are right we need to change jboss.jca:service to DataSourceBinding Regards, Siraj View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888340#3888340 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888340

[JBoss-user] [Beginners Corner] - hi everyone

2005-08-03 Thread Sumanth
hi all, I had downloaded the JBOSS and i have Installed the zip file succesfully but i have one peoblem when i execute the run command i am getting the error as shown below . I am a begineer to the JBOSS so i need help from u all.If u know this error then send me a detailed mail to start it

[JBoss-user] [Clustering/JBoss] - Jboss Session Replication Problem on Linux.

2005-08-03 Thread svelur
I set up two servers for session replication. The servers run fine for some time. When 5 users simultaneously start testing, it failed with following error: Any help is greatly appreciated. - 2005-08-03 20:23:55,994 9882568 WARN [org.jboss.cache.interceptors.ReplicationInterceptor]

[JBoss-user] [Clustering/JBoss] - Re: Problem in session replication

2005-08-03 Thread svelur
I ran into the same issue. Boromon, did you fix this issue? If yes, can you share the solution. I am struggling, it will not happen all the time, it happens only when 4 -6 users simultaneously testing site. any help, greatly appreciated. Thank You. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Apache JBoss integration on linux

2005-08-03 Thread shailendra_kale
Hi, I am using JBoss 3.x as application/web server on linux. I wants to integrate apache 2.0.47 with JBoss. For this I have downloaded and compiled apache successfully. But how to integrate apache with my JBoss. Please help me. Thanks Shailendra View the original post :

[JBoss-user] [JBoss Portal] - Regarding the property files

2005-08-03 Thread [EMAIL PROTECTED]
GoodMorning Sir, This is Prasanna working at jiva Infotech.Sir we are working on Shoppingcart on struts for US Client.We are placing some of the property files in the bin folder of JBoss in the Client's machine. Now we are facing a Problem with that,When ever we change the Property files

[JBoss-user] [Security JAAS/JBoss] - Re: has anyone managed to run the program in the top entry o

2005-08-03 Thread hakim55
thanks a lot for reply. the program has not been downloaded with tree file structure but as flat folder so what is to keep in which dir. I have tried a variety of options so let me know anyone that runs the program. that is why I wanted zipped to me. it compiles, deploys successfully but it

<    1   2