I'm having trouble Unmarshalling defaultPortlets.xml.

The latest version of castor seems to depend on JDK1.2, is this true? Did
0.7.4?

I've been working off the 0.7.4 version in jetspeed/lib, but I haven't found
a 0.7.4 code set for castor.

I'm getting an Exception in
org.apache.jetspeed.portal.portletmarkup.Portlets in the following function:
    /**
     * @param reader
    **/
    public static org.apache.jetspeed.portal.portletmarkup.Portlets
unmarshal(java.io.Reader reader)
        throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
    {
        return (org.apache.jetspeed.portal.portletmarkup.Portlets)
Unmarshaller.unmarshal(org.apache.jetspeed.portal.portletmarkup.Portlets.cla
ss, reader);
    } //-- org.apache.jetspeed.portal.portletmarkup.Portlets
unmarshal(java.io.Reader)

but I can't step into the castor code as it is out of sync.

Sam Weiner
ObjectFrame Technologies, Inc.
Three Breezewood Court
Fairport, NY 14450
716.352-8790  Office
716.425.2099  Fax
716.615.4876  Cell
www.objectframe.com
ObjectFrame Technologies, Inc. ... developing leading-edge Internet
application solutions.



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to