RE: Something odd with deployment to WL 10

2008-03-18 Thread Crocker, Patrick
ereas it ran just fine on MP1. Any other WebLogic developers out there experience any of these issues? - Patrick. -Original Message- From: Alex Shneyderman [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2008 2:45 AM To: Struts Users Mailing List Subject: Re: Something odd with deplo

Re: Something odd with deployment to WL 10

2008-03-18 Thread Alex Shneyderman
I have done a bit more digging and somehow, somehwere there is a call to com.opensymphony.xwork2.inject.ContainerImpl.addInjectors(Class, List) the class in arguments list is org.apache.struts2.views.velocity.VelocityManager So somehow xwork is instructed to add injectors to that class. The ot

Re: Something odd with deployment to WL 10

2008-03-18 Thread Alex Shneyderman
hmm it seems that there is an unresolved issue: https://issues.apache.org/struts/browse/WW-2228 any idea beyond what is in the comments? I mean I understand that sitemesh has velocity as optional jar but it is optional for a reason, I do not understand why an exception needs to be thrown. odd.

Re: Something odd with deployment to WL 10

2008-03-18 Thread Nils-Helge Garli Hegvik
It's looking for some velocity classes on the classpath. You're probably missing some velocity jars in your WEB-INF/lib folder. Nils-H On 18. mars. 2008, at 07.54, "Alex Shneyderman" <[EMAIL PROTECTED]> wrote: I get an exception while deploying WAR to WL 10. Here is the stack trace: j

Something odd with deployment to WL 10

2008-03-17 Thread Alex Shneyderman
I get an exception while deploying WAR to WL 10. Here is the stack trace: java.lang.NoClassDefFoundError: Lorg/apache/velocity/app/VelocityEngine; at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2259) at java.lang