Are you speaking of EmbeddedTomcat? If so, in the contrib/tomcat
module, there is a RequestInterceptor called
org.jboss.tomcat.security.JbossRealm that will alleviate this problem.
It's difficult to explain in words, but if you study the use-case
diagrams on the JBoss website, it's easier to
We noticed similar things and decided to change the transaction setting
our read-only EJB methods from "Requires" to "Supports". It eliminated
a lot of the contention. I hope this helps.
++Jeff
P.S. -- this is done in the deployment descriptor for your bean(s)
(ejb-jar.xml in JBoss).
Sven
Saw this same problem on Linux w/ Blackdown 1.3. Something about a
"profile" field needs to be added. :-(
Bill Burke wrote:
> Has anybody ever gotten JProbe to work with JBoss? Optimizeit seems
> to work, but I really hate the UI. JBoss has problems loading CMP
> JAWS entity beans with JP
There is a tag in CVS that you can use to pull out the source code that
matches the binary distributions on the site: JBoss_2_2_0_Final.
I hope this helps.
++Jeff
John Menke wrote:
> I am using JBoss2.3 beta (the current CVS snapshot). I have built embedded
> tomcat and everything appears t
Can someone PLEASE shed some light on this question? There seems to be
much conflicting information in the doco, the user list archives, etc.
With this configuration:
- JBoss 2.2.0
- Oracle 8i (8.1.6) / classes12.zip
Should I use the minerva XADataSourceImpl wrapper or should I use
OracleXADa