[JBoss-user] [Beginners Corner] - Re: log4j and JBoss

2004-07-19 Thread zeron
Hello Peter,

But we have the application already using instances of: 
org.apache.log4j.Category ( or org.apache.log4j.Logger)  all over the place.

And to tell you the truth, this is working, but in a wierd way:
Once any code that uses logging is run, the server's OWN logging is multiplying like 
crazy.  Instead of one log entry, you get the same log entry up to 20 times!!!

Any clues??

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3842549#3842549

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842549


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Why compiled JSPs get deleted after restart?

2004-07-19 Thread zeron
Great!

How is one supposed to know this ;)
Anyway, is it a bug in TC5 or maybe they named the attrib to someting else?

Many thanx in any case

Zeron

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3842560#3842560

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842560


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Why compiled JSPs get deleted after restart?

2004-07-08 Thread zeron
Hello all!

I'm porting an existing application to JBoss.

I noticed that when JBoss is shut down, all the generated class files for my JSP files 
are DELETED.  On production environments this is really BAD.  JSPs are supposed to be 
compiled only once.  Of course JBoss shoud not be shut down regularly, but in case we 
needed a shutdown, the next time ALL the JSP's need to be recompiled. This is slow.

Is there a setting somewhere??  Is this the normal way JBoss does JSPs??

I'm deploying my war as deflated folder under:

JBOSS_HOME/server/default/deploy/my-web-app.war

Thanks in advance.

Zeron


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841307#3841307

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841307


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - log4j and JBoss

2004-07-08 Thread zeron
Hello again,

What is the standard way to use log4j with JBoss?
Is there a standard way?
Any proved methodologies..?

many thanx

Zeron

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841308#3841308

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841308


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Shocked and stunned from JBOSS!

2004-03-23 Thread zeron
Hello!
Thanx for the reply and help.
I like JBoss but I don't like the lack of docs for it... :)

triathlon98, thank you.
You guess was JUST right.  AAAException was extending another exception which I'm 
bundling in a seperate jar file.  I copied that jar to the /deploy folder, then tried 
to deploy the ejb... and guess what?? it worked!!

It was a very simple mistake, but I wonder.. how come the stack trace for the error 
did not contain any hint about the root class which is missing???  Guess JBoss needs 
to include the relevant errors in there, no?? :)

will go now to the second step of my journey (actually what I'm trying to do is to 
port our read-and-running application to JBoss).  

Wish me luck.. I believe I'll need your support later on too.
thank you all again..

zeron

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3827049#3827049;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827049Reply 
to the post/a


---
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=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Shocked and stunned from JBOSS!

2004-03-23 Thread zeron
Yes, NoClassDefFoundError is thrown to tell you that you are missing a class, and I 
don't know where to load it from...

In my case: 
AAAException extends BaseException

BaseException was not included. OK.
I am just wondering here, why can't the ClassLoader say: I cannot find class 
definition for BaseException while trying to load AAAException  ???

It says: I cannot find class definition for AAAException.
Misleading, ain't it??

And I guess the ClassLoader which is trying to load the missing class is one of the 
JBoss class loaders.. 
Pls, correct me if I'm wrong...

zeron



a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3827063#3827063;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827063Reply 
to the post/a


---
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=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Shocked and stunned from JBOSS!

2004-03-22 Thread zeron
(ReflectedMBeanDispatcher.java:284)
 
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) 
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) 
at $Proxy6.deploy(Unknown Source) 
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
 
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476) 
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
 
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
 
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192) 
at java.lang.reflect.Method.invoke(Native Method) 
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
 
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) 
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976) 
at $Proxy0.start(Unknown Source) 
at org.jboss.system.ServiceController.start(ServiceController.java:394) 
at java.lang.reflect.Method.invoke(Native Method) 
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
 
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) 
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) 
at $Proxy4.start(Unknown Source) 
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226) 
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832) 
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642) 
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605) 
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589) 
at java.lang.reflect.Method.invoke(Native Method) 
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
 
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546) 
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) 
at $Proxy5.deploy(Unknown Source) 
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384) 
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291) 
at org.jboss.Main.boot(Main.java:150) 
at org.jboss.Main$1.run(Main.java:395) 
at java.lang.Thread.run(Thread.java:479) 

== 


The class it can't find is jsut there sitting in the jar ! 
How come 
Please help! Am I missing something?

zeron 


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3827008#3827008;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827008Reply 
to the post/a


---
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=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: SINGLE ejb jar deploy gives NoClassDefFoundError!

2004-03-21 Thread zeron
Hi

All the methods in AAA.class and AAABean.class throw the exception AAAException.
Very simple, no?

Am I missing something really basic here???

Thanx
zeron





a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826796#3826796;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826796Reply 
to the post/a


---
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=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - SINGLE ejb jar deploy gives NoClassDefFoundError!

2004-03-19 Thread zeron
)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy6.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:394)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:395)
at java.lang.Thread.run(Thread.java:479)

==


The class it can't find is jsut there sitting in the jar !
How come

Please help!

zeron


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826540#3826540;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826540Reply 
to the post/a


---
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=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user