[JBoss-user] [Installation & Configuration] - Re: Can't change Tomcat log level from DEBUG

2005-01-25 Thread mrooney
Here it is:


  | 
  | 
  | 
  | 
  | 
  |
  | 
  |   
  |   true
  | 
  |   true
  | 
  |   
  |   true
  | 
  |   
  |   j_subject
  | 
  |   
  | 
  |   
  |   instant 
  |   2000
  | 
  |   
  |  
  | 
  |
  |   
  |   
  | 
  |  
  |  
  | 
  |  
  |  
  |  
  |  
  | 
  |   
  |
  | 
  |
  |
  | 
  |
  |
  | 
  |
  | 
  |  
  |   
  |   jboss:service=TransactionManager
  |
  | 
  | 
  | 
  | 

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

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


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Can't change Tomcat log level from DEBUG

2005-01-24 Thread mrooney
I'm using JBoss 3.2.3 with Apache/AJP. I'm getting tons of DEBUG messages in 
the server log and I can't figure out how to stop it. Nothing in my 
conf/log4j.xml is set to DEBUG and I tried changing the verbosityLevel to 
"warning" in deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml.

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

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


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Can JFreeChart be moved to "lib"?

2004-08-25 Thread mrooney
I've seen a few posts in the forums related to the use of JFreeChart which is packaged 
within the console-mgr.sar. It seems to me that JFreeChart is making rapid advances in 
functionality that can be useful to applications deployed in JBoss. Having the jars 
packaged in the console requires either eliminating the console from the deployment or 
repackaging it with the version needed by the application. I've gotten 
NoClassDefFoundError and NoSuchMethodException when trying to use functionality added 
in later versions of JFreeChart.

My suggestion is to move the JFreeChart jars to the "lib" directory in the JBoss 
distribution to make them easier to upgrade and more obvious to application developers 
that JBoss (or some of its components) requires these supporting libraries. I see 
Xalan, JGroups and other supporting libraries are installed in "lib". Does it make 
sense for JFreeChart to be installed there too?

For those who are having trouble with NoClassDefFoundError and NoSuchMethodException, 
here is a piece of code I found useful to determine exactly which jar file the 
classloader is using to load a particular class:


  |   ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
  |   java.net.URL url = 
classLoader.getResource("org/jfree/chart/renderer/BarRenderer.class");  // Notice the 
slashes and .class extension
  |   System.out.println(url.toString()); 
  | 


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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: accessing EJB/Classes across EAR's

2004-05-10 Thread mrooney
Hi Lea,

I'm using an architecture similar to your GatewayBean except the servlet I use for 
routing is also deployed to each EAR and only routes to the GatewayBean within that 
EAR. (My GatewayBean is for EJB client access).

I'm relying on your statement that "each EAR is scoped with its own classloader". In 
fact, I wasn't aware it was possible (or even desirable)  to access a JAR deployed in 
one EAR from another EAR.

I have a utility JAR deployed with each EAR and I'm finding that classes in that JAR 
are loaded only from the first EAR deployed containing that JAR regardless of the EAR 
I'm accessing. This seems so arbitrary since it looks as though deployables are 
processed alphabetically and is especially problematic when I have the need to deploy 
a specific version of the utility JAR in an EAR.

Could this be a bug or maybe a configurable JBoss option? If it is an option, is it 
the default behavior to allow sharing JARs across EARs and where/how do I change it?

BTW - I'm using 3.2.3.

Thanks,
Mike


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

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


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user