[JBoss-user] [Installation & Configuration] - Re: How do I specify dependency order?

2004-07-16 Thread julien.dubois
Have a look at the prefixdeploysorter: http://www.jboss.org/wiki/Wiki.jsp?page=URLComparator HTH, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842460#3842460 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842460 --

[JBoss-user] [Clustering/JBoss] - Re: Is jbossha.jar fixed in jboss-3.2.5?

2004-07-06 Thread julien.dubois
Hi Tim, I haven't checked myself, but it seems that it is not fixed: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=51395 :-( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841130#3841130 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBOSS-3.2.1 and LDAP Settings

2004-06-28 Thread julien.dubois
It's just standard Java, here's a nice tutorial for you: http://java.sun.com/products/jndi/tutorial/ldap/index.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840197#3840197 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Clustering/JBoss] - Re: 3.2.4 cluster problem

2004-06-28 Thread julien.dubois
I think I'm having the same issue Oups I shouted after a sysadmin because I thought he misconfigured the network... Anyway, I've another solution: http://jroller.com/comments/julien.dubois?anchor=unicast_clustering_with_jboss It's not as good as upgrading JavaGroups IMHO

[JBoss-user] [Clustering/JBoss] - Re: jgroups error messaged in 3.2.4 final

2004-06-28 Thread julien.dubois
I _quickly_ tested Bela's jbossha.jar, and went straight to production with it. So it's been 3 days now, and everything looks fine, so if anybody's having this issue I recommand to use this new jbossha.jar. If I ever have trouble with it, I'll post it here. View the original post : http://www.j

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Session persistence

2004-06-27 Thread julien.dubois
Yes, I can confirm this new behavior. Tomcat now tries to persists Sessions, which in my opinion is pretty cool. Oh, and I have no idea how to turn that off. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840075#3840075 Reply to the post : http://www.jboss.

[JBoss-user] [Clustering/JBoss] - Re: jgroups error messaged in 3.2.4 final

2004-06-25 Thread julien.dubois
I'm having the same problem. We just went into production yesterday (moving from JBoss 3.2.3 to 3.2.4), and the clustering is completly broken. We have the above cache invalidation problem, which make our apps completly unusable. Can you post on this thread when a _garanteed_ patch is available

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Sticky sessions not working with jk

2004-05-23 Thread julien.dubois
Yes, I have some idea :-) You need to set the jvmRoute in JBoss, see http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jkWithJBoss (at the end of the page). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835958#3835958 Reply to the post : http://www.jboss.org

[JBoss-user] [Installation & Configuration] - The unified classloader a useless rant??????

2004-03-20 Thread julien.dubois
The thread "The Unified classloader a little too unified?", was moved to the "useless rants" category. I think some JBoss Group members were annoyed by some people's opinions on the UCL. See : http://www.jboss.org/index.html?module=bb&op=viewtopic&t=41379 http://www.jboss.org/index.html?module=b

[JBoss-user] [Clustering/JBoss] - Re: apache 2 and mod_jk2, no sticky sessions

2004-03-20 Thread julien.dubois
Hi, You also need to configure your jvmRoute in Tomcat... I just updated the JBoss wiki with that (see step 6) : http://jboss.org/wiki/Wiki.jsp?page=UsingMod_jkWithJBoss HTH, http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826662#3826662";>View the original post http://www.jboss.org/

[JBoss-user] [HTTPD, Servlets & JSP] - Re: HTML display problem with JSP precompiling

2004-03-15 Thread julien.dubois
If you're using the ant "jspc" task, with jasper41, you can't define the encoding. By default it is UTF-8, and it cannot be changed. Have a look here : http://www.fwd.at/tomcat/build-using-ant-howto.html and here : http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19622 So if you need iso-8859-1 (

[JBoss-user] [Beginners Corner] - Re: How to read *.properties files?

2004-02-25 Thread julien.dubois
Using java.io is forbidden because a filesystem is not considered a safe medium to use. You should use a database instead, for example. You could create a property table, with a PropertyEJB CMP bean, in which you will store your properties. Of course, you can still use java.io in a WAR (it is n

[JBoss-user] [Installation & Configuration] - Re: configuring struts on jboss

2004-02-24 Thread julien.dubois
For that you need to look at the Struts documentation. There are some very good books on the subject, for example "Struts in Action". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822717#3822717 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Performance Tuning] - Re: how to imporove Jboss performance

2004-02-23 Thread julien.dubois
Oh, there's a secret parameter for that. Just run JBoss with "-speed=faster" (by default, it uses "-speed=normal"). :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822620#3822620 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Clustering/JBoss] - Re: Entity Bean's distributed cache

2004-02-16 Thread julien.dubois
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821780#3821780 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821780 Hi, You should upgrade to JBoss 3.2.3, the version you use had a big issue with CMP+commit option A

[JBoss-user] [EJB/JBoss] - Re: Compare Dates in Finder Method

2004-02-16 Thread julien.dubois
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821733#3821733 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821733 Create 2 dates : Date today; Date tomorrow; And initialize "today" with today's date at midnight, an

[JBoss-user] [Persistence & CMP/JBoss] - Re: EJB Finder problem

2004-02-16 Thread julien.dubois
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821706#3821706 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821706 Hi Eric, No it won't work if you just send the EJB. But if you've got the EJB, you can easily use y

[JBoss-user] [Persistence & CMP/JBoss] - Re: EJB Finder problem

2004-02-16 Thread julien.dubois
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821665#3821665 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821665 Hi Eric, Didn't I answer you previously on that question? See : http://www.jboss.org/index.html?mo

[JBoss-user] [Persistence & CMP/JBoss] - Re: Programmatically invalidate the whole CMP cache?

2004-02-16 Thread julien.dubois
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821662#3821662 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821662 Hi Juha, Thank you for your answer. However I think I'll change my testing strategy and use commit

[JBoss-user] [Installation & Configuration] - Re: BUG?: JBoss class loader issue with multiple web applica

2004-02-09 Thread julien.dubois
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820812#3820812 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820812 Juha, Of course users don't expect this kind of behavior. It was already the case with EARs in 3.0