On 11.Jun.2002 -- 03:15 PM, Ivan Luzyanin wrote:
> Hi!
> 
> When i trying to use "now" datatype in my descriptor file
> 
> <value dbcol="last_mod_date" param="lastUpdated" type="now"/>
> 
> i got very interesting error:
> 
> The org.apache.cocoon.www.sitemap_xmap notifies that
> org.apache.cocoon.ProcessingException says:
> 
> Could not update record :position = 7
> 
> More precisely:
> 
> org.apache.cocoon.ProcessingException: Could not update record :position
> = 7: java.io.FileNotFoundException: 2002-06-11 17:55:02.089 (No such
> file or directory)

> and this
> ...
> case Types.LONGVARBINARY:
>                 statement.setTimestamp(position, new Timestamp((new
> java.util.Date()).getTime()));   // NO "BREAK" AFTER THIS LINE
>             case Types.VARCHAR:
>                 if ("string".equals(typeName)) {


> Is it a BUG or i missed something again?????

Bug.

> Cocoon 2.0.2, Tomcat 4.0.4b3, JDK1.3.1 (Blackdown), Linux RedHat 7.3

Fix in a minute. Please update from CVS and try again.

        Chris.

-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to