-
Hi Jason,
Here's the error when I use JRockit:
<Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1245894064943' for task '27'. Error is: 'weblogic.application.ModuleException: [HTTP:101216]Servlet: "SpringContextServlet" failed to preload on startup in Web application: "RichFaces"...
2009-06-25 02:00:38 UTC in beet
-
Opps..
<aop:config proxy-target-class="true"/>
works for it :P
thx..
Andre.
2009-06-24 03:34:47 UTC in beet
-
Hi Jason,
I try to run it using Sun VM like what you've suggested, and it give me some detail error which is conflict with the library (JRockit doesn't raise this). After I fix the library conflict I'm managed to make things work (It also work with jrockit now)...
But the problem is, if we're going to monitor some class which doesn't have proxying, how do we set...
2009-06-24 03:30:48 UTC in beet
-
Hi Pragnesh,
This problem actually regarding the Spring AOP proxying. It'll be okay if our JSF managed bean implements some interface that will be a proxy for AOP.
--
Andre.
2009-06-24 03:21:03 UTC in beet
-
Hi Jason,
Thanks for your prompt response. Here's some details of my application:
* deploy using EAR
* Here's the structure:
-EAR
--WAR (JSF 1.2, Spring 2.5, JPA 1.0, Hibernate 3.2, RichFaces 3.3.1) => beet is here
--WAR (Spring WS)
--Jar for common Library
* I'm using Oracle WebLogic 10.3.0
* Running this machine on VM using Red Hat Enterprise Linux AS release 4 (Nahant...
2009-06-24 01:42:07 UTC in beet
-
Hi..
I try to put beet on my current application which build using (JSF 1.2, Spring 2.5, JPA 1.0, Hibernate 3.2, RichFaces 3.3.1)
It gave me this error when I start my server:
weblogic.application.ModuleException: [HTTP:101216]Servlet: "SpringContextServlet" failed to preload on startup in Web application: "RichFaces"...
2009-06-23 06:33:41 UTC in beet