Sure. I appreciate your patience - I'm in rabid newbie-mode and trying to
get everything up and running all at once ;-)

I am using default settings for everything I can.

Here's my configuration (sorry if this is too verbose - still getting my
head around how everything fits together):

System components:
OS: Windoze NT Server/4.0
Web: Apache/1.3.12
Servlet: ApacheJServ/1.1 (it just sunk in that JetSpeed requires Servlet
2.1, so maybe this is an invalid configuration)
DB: MySQL/3.22

Supporting tools:
Build environment: jakarta-ant/ Current CVS
JNDI: jndi-1.2.1.jar
XML Parser: Xerxes/From JetSpeed/lib
XSL Processor: Xalan/From JetSpeed/lib
JDBC: mm.mysql.jdbc/1.2b
DB Wrapper: Village/1.1
Mail Framework: JavaMail/1.1.3
Activation Framework: JAF/1.0.1
????: coocon-ext-servlet2.2.jar

Dynamic Components (please let me know if my labeling is innapropriate):
Content Generation: ECS/From JetSpeed/lib
WebApp Framework: Turbine/ (I'm a bit confused here - Turbine says it hasn't
been released, but the jar in JetSpeed/lib is Turbine-2.0.jar)
FAQ: Jyve/Current CVS
Marshalling: Castor/0.7.4
XML/XSL Publishing: Cocoon/1.6
GroupWare Portal: JetSpeed/1.0b2

I'm running JServ from within Visual J++ to be able to step into the code
(it's interesting that everything seems to work within jview, but I'm aware
that this might be a weird configuration).

I've got past the marshalling problem and am now loading portlets, but it
seems to get into an infinite loop between
PortletBrowserPortlet::getContent, FeedFactory::getPortlets, and
PortletFactory::getPortlets which runs, creating portlets till there is no
more memory.

I tried running this outside of Visual J++ to make sure jview wasn't
introducing funkiness, but ran into the same problem.


Any suggestions?


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kevin A. Burton
Sent: Sunday, March 05, 2000 2:18 AM
To: JetSpeed
Subject: Re: Marshalling


Sam Weiner wrote:
>
> 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?

Yes.  It supports both versions.  The castor people just have a tendency
to introduce JDK 1.2 only functionality.  Hopefully this will change
shortly.

> 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.

I don't know what to tell you.  It really is just a matter of figuring
it out based on the Exception and the markup you are using... can you
post this?

--
Kevin A Burton ([EMAIL PROTECTED])
http://relativity.yi.org
Message to SUN:  "Open Source Java!"
"For evil to win is for good men to do nothing."


--
--------------------------------------------------------------
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]




--
--------------------------------------------------------------
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