Hi there,

im not sure, but i think there are some errors :

1. Fulcrum (CVS)
1a. FieldFactory.initFieldCtors().fieldCtors.put("DateString" ...
    intake.dtd : field.type = Date
1b. if the dtd-file intake.xml has follwing codeline:
<!DOCTYPE input-data SYSTEM "http://jakarta.apache.org/turbine/dtd/intake.dtd";>
turbine traps with :
java.net.MalformedURLException: java.lang.NullPointerException
at java.net.URL.<init>(URL.java:496)
at java.net.URL.<init>(URL.java:376)
at java.net.URL.<init>(URL.java:330)
at org.apache.fulcrum.intake.transform.DTDResolver.getInputSource(DTDResolver.java:131)
at org.apache.fulcrum.intake.transform.DTDResolver.resolveEntity(DTDResolver.java:117)
at 
org.apache.xerces.util.EntityResolverWrapper.resolveEntity(EntityResolverWrapper.java:138)
at org.apache.xerces.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:528)
and so on ...

2. Turbine 3 (CVS)
2a. the fulcrum.jar that comes via update-jars has set in
class BaseTurbineUserPeer the field DATABASE_NAME to "scarab" instead
"default".
2b. the codeline: "User user = data.getUser()" in
class LogoutUser.doPerform( RunData data ) always returns null.

-- 
Best regards
homburg Softwaretechnik
Sven Homburg
Germany 21220 Seevetal

http://www.hsofttec.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to