Re: [JBoss-user] Web Application Security Recipe?

2003-12-12 Thread Ryan Hoegg
will not be able to access any secured resources in web.xml and isUserInRole() will always return false. -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net Neal Sanche wrote: Okay, I've seen such applications, including that on JBoss.org. When you initially arrive at the site, you

Re: [JBoss-user] JBossMQ perf

2003-11-28 Thread Ryan Hoegg
Adrian Brock wrote: P.S. It is not my policy to answer architectural questions on jboss-user, only technical questions. That's too bad, these sorts of discussions have proven to be very educational for me! -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net

Re: [JBoss-user] AWARD NOTIFICATION

2003-07-30 Thread Ryan Hoegg
Not if I claim it first! Kevin Duffey wrote: Hey, that is a bunch of crap! How come I have to divide my award up with the entire jboss list? So what, we get like $2 each now? --- MARIA JOSE SANCHEZ [EMAIL PROTECTED] wrote: C/GUZMAN EL BUENO,137 MADRID - ESPANA

Re: [JBoss-user] Installing JBoss on Windows in path containing blanks

2003-06-26 Thread Ryan Hoegg
That said, I've been running jboss-3.0.6 + tomcat since it was released in c:\program files\jboss with no problems. I encountered problems when trying to run jboss with JBossWeb (Jetty) though. -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net Jon Barnett wrote: Don't install JBoss

Re: [JBoss-user] Cocoon and Jbos3.0.6 configuration

2003-06-25 Thread Ryan Hoegg
it in $JBOSS_HOME/server/$MY_SERVER/deploy . Works like a charm. The build process questions are best addressed to [EMAIL PROTECTED] -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net Mitchell, Lincoln L. wrote: I am trying to get cocoon (any version) working with Jbos-3.0.6 and have tried following

Re: [JBoss-user] Manifest Classpath enties for wars within ears

2003-03-26 Thread Ryan Hoegg
I am using JBoss 3.0.6 with Tomcat and I put classpath entries in the manifest file for each of my wars in my ear. These entries denote jars inside the ear. Everything is working fine for me. -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net Dan Durkin wrote: I was hoping someone could

Re: [JBoss-user] Feature Request

2003-03-25 Thread Ryan Hoegg
Rupp,Heiko wrote: Ryan, This may be a sledgehammer for your thumbtack, but you could redesign your configuration system to use JMX MBeans. My understanding so far is that JBoss with JMX only can set run-time configurations. If you restart the server they will be lost. My understanding

Re: [JBoss-user] Feature Request

2003-03-23 Thread Ryan Hoegg
This may be a sledgehammer for your thumbtack, but you could redesign your configuration system to use JMX MBeans. -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net David Corbin wrote: Please feel free to tell me I'm nuts, or that there is a better way to solve my problem. I'd like

Re: [JBoss-user] Feature Request

2003-03-23 Thread Ryan Hoegg
target that packages up your properties into a jar and copies it to the JBoss deploy directory. Not sure how this will work with the loader repositories.. you may have to do some classloader voodoo. -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net David Corbin wrote: I'm not very educated

Re: [JBoss-user] what`s the most elegant way to include helper classesin an ear?

2003-03-14 Thread Ryan Hoegg
Well, I am by no means an expert, but I just created a /lib in the EAR and put my jars in there. Then, I individually referenced them in the wars and ejb jars manifest Class-Path attribute. -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net costin wrote: Hi! I`m looking

[JBoss-user] Scoped classloading problems

2003-03-03 Thread Ryan Hoegg
appropriate, please alert the appropriate people from the developers' list to my plight. Thanks, Ryan Hoegg ISIS Networks http://www.isisnetworks.net P.S. I saw a post in the archives from someone who wanted to use Xerces for his app, regardless of what is used internally to JBoss. I believe