[JBoss-user] [Installation & Configuration] - grr.. stupid classloaders!

2005-04-19 Thread anodos
I've had a very frustrating time with JBoss' ClassLoaders, and I just need to 
vent!  It is currently IMPOSSIBLE to override libraries in your .wars or .ears 
that JBoss happens to use!!  If you want to use a newer version of some 
commons-*.jar that JBoss happens to use, then you are out of luck!  You can try 
all sorts of things, but nothing works.  All you can do is use whatever version 
JBoss uses.  It forces us to create a special .war just for JBoss.  If you 
isolate your .ear classloader-wise, then the embedded Tomcat will use the 
version of the commons-*.jar in your application!  Why can't it just use the 
one that came with JBoss and let me use the one in my .ear?



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874556#3874556

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874556


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Seed JBoss instance pool

2004-04-08 Thread anodos
I might take a look at it - or maybe I'm just really naive... I mean, how hard can it 
be to preseed a pool, right? ;-)


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829821#3829821

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829821


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: how to initialize the size of EJB? Help!

2004-04-08 Thread anodos
I'm in the same boat as the author of this thread.  I know that the JBoss manual says 
JBoss does not preseed the pool... but maybe someone knows of a trick to get the 
desired effect?  Maybe now is a good time to add the preseed ability to JBoss? :-)


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829819#3829819

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829819


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Seed JBoss instance pool

2004-04-06 Thread anodos
Is there any way to configure JBoss so that it seeds a stateless session bean instance 
pool on deployment?  I tried using something like this:

  |  
  | 100
  | 10
  |  
  | 
But, JBoss didn't instantiate any SLSBs when I deployed my .ear.  I read in the docs 
somwhere that JBoss currently does not seed the pool, but thought maybe since I'm 
using JBoss 4.0.0 DR3 that there might now be an option?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829507#3829507

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829507


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Modifying j_username before calling j_security_check

2004-03-30 Thread anodos
We have tried the 'redirect' option, and it works with JBoss 4 / Tomcat 5, though we 
have not tried it with other containers.  Again, we do not prefer this option as it 
encodes the username and password on the URL (though we do SHA1 the password before it 
is put onto the URL).  For now, we can continue with development, and at a later time 
will try using HttpClient with POST.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828192#3828192

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828192


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user