[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSTL libraries in a common directory

2005-08-10 Thread vadym
look here: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859083#3859083 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889364#3889364 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889364

[JBoss-user] [EJB/JBoss] - Re: Help! Dirty read with commit option B on JBoss 3.2.0

2005-06-01 Thread vadym
I have a very similar problem only I use JBoss 3.2.7. It looks like the second transaction gains access to the instance A during the first transaction where A supposed to be locked. Why? ~Vadym View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879864

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSTL libraries in a common directory

2004-12-19 Thread vadym
a jar gets loaded only once. ~Vadym View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859203#3859203 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859203 --

[JBoss-user] [HTTPD, Servlets & JSP] - JSTL libraries in a common directory

2004-12-16 Thread vadym
Hi Is there a way of putting jstl.jar and common.jar NOT in WAR's /WEB-INF/lib, but somewhere in the application server directory structure? I tried (with no luck): jboss3.2.6/lib jboss3.2.6/server/default/lib jboss3.2.6/server/default/deploy/jbossweb-tomcat50.sar ~Vadym View the ori