[jboss-user] [Installation, Configuration Deployment] - Re: does jboss support localization

2007-04-18 Thread CafeD00d
If you follow typical Java SE and Java EE internationalization practices, you should be OK. As an example, one of my apps uses the message tag in the fmt JSTL. The messages are in xxx.properties. If I change the language of my browser to German, then the text from xxx_de.properties is picked

[jboss-user] [JBoss Getting Started Documentation] - Re: run.bat does nothing at all

2007-04-18 Thread CafeD00d
Read through http://www.jboss.com/index.html?module=bbop=viewtopict=105889, and try the getting installed and running steps I outlined there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038443#4038443 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Any Suggestion !!!

2007-04-18 Thread CafeD00d
Some hints are in http://www.jboss.com/index.html?module=bbop=viewtopict=94854. (I have no idea why that was posted in the JNDI forum...) Most of the portlets are in subdirectories of core/src/main/org/jboss/portal/core/portlet View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Unexpected redeployment

2007-04-17 Thread CafeD00d
Is it possible that you have an over-aggressive virus scanner that is changing the modification date on the files? The hot deployer compares modification date from the last time it looked at the file with the current modification date to determine if the file has been updated. View the

[jboss-user] [Beginners Corner] - Re: EAR deployer

2007-04-17 Thread CafeD00d
Your exploded ear directory is not located in the deploy directory. Or did you change the URLs attribute on the deployment mbean? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038047#4038047 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Re: Bank example compile error.

2007-04-17 Thread CafeD00d
Um, the Getting Started guide is for 4.0.4, though I have successfully followed the Duke's Bank steps for 4.0.5. You should try it with that, and not with 4.2 (unless you are planning to modify the tutorial to work with 4.2) View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: Execution of twiddle from remote machine

2007-04-17 Thread CafeD00d
Check for firewall settings. On my Linux box I could always access things locally, but when I first attempted to access things (twiddle, ejbs, jndi, etc) from a remote machine, I have to change the firewall settings to open the ports (1099, 1098, , 4445). View the original post :

[jboss-user] [Performance Tuning] - Re: stack size limit

2007-04-17 Thread CafeD00d
Is there an operating system limit on the number of threads per process? (I know someone else asked this in the past week or two, but I could not find that post. He solved the problem by increasing the allowed threads.) View the original post :

[jboss-user] [Beginners Corner] - Re: EAR deployer

2007-04-17 Thread CafeD00d
What do you have the URLs attribute set to? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038083#4038083 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038083 ___ jboss-user

[jboss-user] [Beginners Corner] - Re: EAR deployer

2007-04-17 Thread CafeD00d
I wonder if you need to set the uRL to file:///c:/...? Seems I read somewhere that a single slash after file: was not enough. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038142#4038142 Reply to the post :

[jboss-user] [Beginners Corner] - Re: EAR deployer

2007-04-17 Thread CafeD00d
Also, what version of JBoss AS are you using? The line number in the exception message does not match up with what is in 4.0.5. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038144#4038144 Reply to the post :