there is "commons-JXPath-20020320.jar" in scratchpad lib. I think this is now
replaced by "lib/optional/commons-jxpath.jar".
Is the new version in "lib/optional" the same as 2.1dev ? This version is not
the released 1.0 version. I think we should upgrade to the new version. The
Problem is, that the 1.0 version is not compatible with the version currently
used. There are some changes in XForms needed. The class JXPath doesn't exists
anymore and the method "jxpContext.locate" must be replaced by
"jxpContext.iteratePointers ".

Regards,
     Volker




Hi, Chris!

Shouldn't we remove the obsolete RequestURIModule and RequestContextPath
modules? They can be easily substituted by the JXPath-based 'request'
module:
{request:requestURI}
{request:contextPath}

and  even using functions:

{request:substring(1, contextPath)} or {request:concat('/', contextPath)}

And there were no any oficial release with input modules, so removing them
before release is necessary.

Regards,
  Konstantin

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, November 17, 2002 22:12
Subject: cvs commit:
xml-cocoon2/src/java/org/apache/cocoon/components/modules/database
PgsqlAutoIncrementModule.java


> haul        2002/11/17 11:12:50
>
>   Modified:    src/java/org/apache/cocoon/components/modules Tag:
>                         cocoon_2_0_3_branch modules.xconf
>                src/java/org/apache/cocoon/components/modules/output Tag:
>                         cocoon_2_0_3_branch OutputModule.java
>                src/java/org/apache/cocoon/components/modules/input Tag:
>                         cocoon_2_0_3_branch AbstractInputModule.java
>                         CollectionMetaModule.java DateInputModule.java
>                         DefaultsMetaModule.java DigestMetaModule.java
>                         HeaderAttributeModule.java InputModule.java
>                         MapMetaModule.java NullInputModule.java
>                         RandomNumberModule.java
RequestAttributeModule.java
>                         RequestParameterModule.java RequestURIModule.java
>                         SessionAttributeModule.java
>                         StringConstantModule.java XMLMetaModule.java
>   Added:       src/java/org/apache/cocoon/components/modules/input Tag:
>                         cocoon_2_0_3_branch AbstractJXPathModule.java
>                         AbstractMetaModule.java ChainMetaModule.java
>                         DateMetaInputModule.java IteratorHelper.java
>                         JXPathMetaModule.java
RequestContextPathModule.java
>                         RequestModule.java SessionModule.java
>                src/java/org/apache/cocoon/components/modules/database Tag:
>                         cocoon_2_0_3_branch PgsqlAutoIncrementModule.java
>   Removed:     src/java/org/apache/cocoon/components/modules/input Tag:
>                         cocoon_2_0_3_branch EnumerationHelper.java
>   Log:
>     <action dev="CH" type="update">
>      Changed SimpleFormTransformer to use InputModules.
>     </action>
>     <action dev="CH" type="update">
>      Changed InputModules to return Iterator instead of Enumeration. New
abstract
>      "meta" module to make new meta modules easier. Stripped "meta" from
defaults
>      module. Added JXPathMetaModule. Added extension classes and packages
to all
>      modules that are based on JXPath.
>     </action>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to