Hi....

I update my jboss version to  4.0.3sp1.... But the problem persists:




  | 17:46:39,638 INFO  [AspectDeployer] Deployed AOP: 
file:/home/rbonifacio/jboss-4.0.3SP1/server/default/deploy/log-aop.xml
  | 17:46:41,860 WARN  [ServiceController] Problem starting service 
jboss:service=invoker,type=http,target=Naming
  | java.lang.ExceptionInInitializerError
  | 

The contents of log-aop.xml:


  | <?xml version='1.0' encoding='UTF-8' ?>
  | <aop>
  |     <interceptor 
  |             class="br.gov.conab.aop.servico.LogAOPInterceptor"
  |             name="LogInterceptor"           
  |     />
  |     <bind pointcut="execution(* br.gov.conab.aop.servico.*->*(..))">
  |              <interceptor-ref name="LogInterceptor"/>
  |     </bind>
  | </aop>      
  | 

Thanks for any help.

Rodrigo.

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to