Re: WOSecurityHandler not found

From: J. Philip Porschke (philip.porschk..-f.com)
Date: Tue Jan 27 2009 - 07:06:53 EST

  • Next message: Henrique Prange: "WOLips can't load prototypes from jar anymore"

    Hi,

    after putting a file called server.wsdd with the contents:

    <?xml version="1.0" encoding="UTF-8"?>
    <deployment
         xmlns="http://xml.apache.org/axis/wsdd/"
         xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
         <globalConfiguration>
             <parameter name="sendMultiRefs" value="true"/>
             <parameter name="sendXsiTypes" value="true"/>
             <parameter name="sendXMLDeclaration" value="true"/>
             <requestFlow>
                 <handler
    type
    ="java:com.webobjects.webservices.support._private.WOSecurityHandler"/>
                 <handler
    type="java:com.webobjects.appserver._private.WOServerSessionHandler"/>
             </requestFlow>
             <responseFlow>
                 <handler
    type="java:com.webobjects.appserver._private.WOServerSessionHandler"/>
                 <handler
    type
    ="java:com.webobjects.webservices.support._private.WOSecurityHandler"/>
             </responseFlow>
         </globalConfiguration>
         <handler name="URLMapper"
    type="java:org.apache.axis.handlers.http.URLMapper"/>
         <handler name="HTTPActionHandler"
    type="java:org.apache.axis.handlers.http.HTTPActionHandler"/>
         <handler name="RPCDispatcher"
    type="java:org.apache.axis.providers.java.RPCProvider"/>
         <handler name="MsgDispatcher"
    type="java:org.apache.axis.providers.java.MsgProvider"/>
         <transport name="http">
             <requestFlow>
                 <handler type="HTTPActionHandler"/>
                 <handler type="URLMapper"/>
             </requestFlow>
         </transport>
    </deployment>

    in the Resource folder of the deployed application the webservices
    worked again.
    Thanks again for help on my issue.

    Sincerely
    Philip

    Am 27.01.2009 um 10:38 schrieb J. Philip Porschke:

    > Hi Bill,
    >
    > thanks for your help on this issue.
    >
    > I will roll back to 5.4.2 on my development system and try to deploy
    > it on the up to date runtime Environment.
    >
    > Philip Porschke
    >
    > Am 27.01.2009 um 10:18 schrieb Bill Michell:
    >
    >> This class has been moved to a new package –
    >> com.webobjects.services.support…
    >>
    >> You are only seeing this bug because of another problem; the fully
    >> qualified name of this class is specified correctly inside a
    >> configuration plist file in one of the core frameworks, but if the
    >> resource manager can’t load the plist, it falls back to a hard-
    >> coded version instead – it is this hard-coded version that has not
    >> been updated.
    >>
    >> When I raised this in Apple’s bug tracker, the response was that
    >> they were already aware of the problem, and the fix should be in
    >> the next WebObjects version.
    >>
    >> In the mean time, my deployed application still works correctly –
    >> just not from within Eclipse.
    >>
    >> --
    >> Bill Michell
    >> Development Team Leader, Broadcast Platforms, BBC FM&T (Journalism).
    >>
    >>
    >> From: J. Philip Porschke [mailto:philip.porschk..-f.com]
    >> Sent: 27 January 2009 08:54
    >> To: woproject-de..bjectstyle.org
    >> Subject: WOSecurityHandler not found
    >>
    >> Hi there,
    >>
    >> updating my Project to 5.4.3 throws the following error:
    >>
    >> org.apache.axis.ConfigurationException:
    >> java.lang.ClassNotFoundException:
    >> com.webobjects.webservice.support._private.WOSecurityHandler
    >>
    >> Does anyone know if this Class has been moved or removed ?
    >>
    >> Thanks in advance
    >>
    >> Philip Porschke
    >>
    >> http://www.bbc.co.uk
    >> This e-mail (and any attachments) is confidential and may contain
    >> personal views which are not the views of the BBC unless
    >> specifically stated.
    >> If you have received it in error, please delete it from your system.
    >> Do not use, copy or disclose the information in any way nor act in
    >> reliance on it and notify the sender immediately.
    >> Please note that the BBC monitors e-mails sent or received.
    >> Further communication will signify your consent to this.
    >



    This archive was generated by hypermail 2.0.0 : Tue Jan 27 2009 - 07:07:57 EST