DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28803>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28803

BlobSource cannot get datasource

           Summary: BlobSource cannot get datasource
           Product: Cocoon 2
           Version: 2.1.3
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Other
         Component: blocks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I've tested BlobSource on versions 2.0.4 and 2.1.2 and it works after adding 
the proper items to cocoon.xconf, web.xml and a proper pipeline to a sitemap 
(as well as having the oracle classes12.jar in the lib directory).  Following 
the same configuration changes, version 2.1.3 and 2.1.4 give an error that the 
datasource can't be found.

org.apache.cocoon.ProcessingException: Exception during source resolving.: 
org.apache.excalibur.source.SourceException: Cannot get datasource 'dirt'


Original Exception: org.apache.excalibur.source.SourceException: Cannot get 
datasource 'dirt'

        at org.apache.cocoon.components.source.impl.BlobSource.getConnection
(BlobSource.java:361)

        at org.apache.cocoon.components.source.impl.BlobSource.getInputStream
(BlobSource.java:206)

        at org.apache.cocoon.components.source.SourceUtil.getInputSource
(SourceUtil.java:382)

        at org.apache.cocoon.components.source.SourceUtil.parse
(SourceUtil.java:266)

        at org.apache.cocoon.generation.FileGenerator.generate
(FileGenerator.java:141)

......

Reply via email to