The usual workaround for avoiding conflicts between WebLogic's jar files and the application jar files is to use "prefer-web-inf-classes" in the weblogic.xml file. This would work for simple UI components like Struts and Beehive, but it might not work for lower-level components like the XML parser.
> -----Original Message----- > From: Hoying, Ken [mailto:[EMAIL PROTECTED] > Sent: Friday, June 15, 2007 12:59 PM > To: Struts Users Mailing List > Subject: RE: [S2] Weblogic & struts.multipart.parser > > There does appear to be a error in the log that I overlooked. > > ERROR org.apache.beehive.netui.pageflow.internal.AdapterManager : > ServletContainerAdapter manager not initialized correctly. > > It appears that this error only occurs when the application > is installed on the admin server. Our application is not > utilizing Beehive. It appears though that the Weblogic > Console is. I believe that the two are conflicting. When > running our application on a managed server without the > console app, we do not get the error. > > This is okay since our production and test environments are > set up this way anyhow. However, our developers working > locally by installing the app in the admin server rather than > running an admin server and a managed server. > > Anyone seen this or know of a work around? > > Thanks. > > -----Original Message----- > From: Hoying, Ken [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 13, 2007 2:37 PM > To: user@struts.apache.org > Subject: [S2] Weblogic & struts.multipart.parser > > The MultiPart parser that I am specifying in > struts.properties does not appear to be called under > Weblogic. This worked fine though under Tomcat. I do nto > see any errors in the log. > > Any ideas why? > > Thanks in Advance! > > > > ----------------------------------------- > ***Note:The information contained in this message may be > privileged and confidential and protected from disclosure. If > the reader of this message is not the intended recipient, or > an employee or agent responsible for delivering this message > to the intended recipient, you are hereby notified that any > dissemination, distribution or copying of this communication > is strictly prohibited. If you have received this > communication in error, please notify the Sender immediately > by replying to the message and deleting it from your > computer. Thank you. Premier Inc. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]