[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - jboss-hibernate.deployer/ missing commons-collections-2.1.1.

2005-07-28 Thread vatsanc
Is the deploy/jboss-hibernate.deployer in JBoss4.0.2 missing the commons-collections-2.1.1.jar ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3887154#3887154 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3887154

[JBoss-user] [EJB/JBoss] - Accessing http header fields from an EJB or interceptor

2005-03-15 Thread vatsanc
Is it possible to get hold of an http header field from an interceptor or a SLSB ? I know that it is quite easy to write a servlet filter do this but my requirement is as follows: I have an Axis webservice running within JBoss. One of the http header fields in every request is 'uuid' which

[JBoss-user] [JBoss.NET] - Re: jboss-3.2.3 wsdl generated with all namespaces deployed.

2005-01-19 Thread vatsanc
I am having same problem. Would like to know if you have found the solution. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3862785#3862785 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3862785

[JBoss-user] [EJB/JBoss] - JBoss behavior upon detecting a Deadlock

2004-11-11 Thread vatsanc
We had a situation in which a delete SQL was issued from a session bean to the database (MySQL). The number of rows to be deleted was larger than MySQL could handle (2 Million), so it threw back a SQLException saying it found a Deadlock. Strangely, JBoss kept re-starting the transaction. The