Re: [JBoss-user] principal=null problem

2001-05-01 Thread Jeffrey Wescott
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

Re: [JBoss-user] Are readonly beans/transactions possible?

2001-04-26 Thread Jeffrey Wescott
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

Re: [JBoss-user] Does JProbe work with JBoss?

2001-04-18 Thread Jeffrey Wescott
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

Re: [JBoss-user] What version works with both PetStore and JBuilder?

2001-04-17 Thread Jeffrey Wescott
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

[JBoss-user] OracleXADataSource, OracleXid, minerva...XADataSourceImpl

2001-04-17 Thread Jeffrey Wescott
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