"Northam, Eric" wrote:

> These are some general problems with fixes that I ran into when trying to
> setup 1.2b1. Hopefully the fixes will make it into the next distro. 1) and
> 2) should probably be added to the faq. Is there currently a plan to package
> a more up to date build?
>
> Eric
>
> ---
>
> 1)xerces.jar must be before xml.jar in the Tomcat classpath or you will
> receive a NoSuchMethodError exception
>

With current CVS, you can/should remove xml.jar,jaxp.jar and parser.jar from the
CLASSPATH. Current Xerces version has compatible implementations of the XML
parsing stuff.

>
> 2)Hypersonic hsql.jar must be at the beginning of the Tomcat classpath or
> you will receive a database exception if your using the Hypersonic DB(found
> the solution, but didn't investigate why)
>
> 3)Image Mapping Error:
> site.footer.logo=/content/images/feather.gif maps to
> /content/content/images/feather.gif
>

No longer needed in current CVS. It works as it is.

>
> Site header and footer point to invalid relative urls. The /content should
> be removed so they default to:
> site.header.logo=/images/jetspeed-logo.gif
> site.footer.logo=/images/feather.gif
>

They work also with /content

>
> There is a bug in JetspeedTopNavigation.java that causes the document root
> to not be appended to the header url. The bug and the invalid urls cause the
> jetspeed-log.gif to display correctly, but the feather.gif to not display.
>

I have not checked the class.

> 4)Included Turbine-2.0.jar differs from the OpenJODA Turbine-2.0.jar
> Jetspeed Turbine-2.0.jar missing DBHypersonicSQL.class
>

It has changed.

>
> 5)Invalid Default DB Setting
> 1.2b1 defaults to use a DB
>
> 6)Can't access the Admin screen
> Missing import in TurbineResources
> module.packages=org.apache.jyve,org.apache.jetspeed.turbine,org.apache.turbi
> ne.modules
>
> should be
>
> module.packages=org.apache.jyve,org.apache.jetspeed.turbine,org.apache.turbi
> ne.modules,org.apache.jetspeed.turbine.screens
>

In current CVS, this is enough. We have removed jyve denpendency by copying
screens and actions to org.apache.jetspeed.turbine.* packages

module.packages=org.apache.jetspeed.turbine,org.apache.turbine.modules


Also, it would be nice if you could check if these problems still apply against
current CVS and send patches if you find any remaining problem to be fixed.

Thanks in advance

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