BUILDING PROBLEM IN CCM-CORE AND CCM-CMS FILES

"Srinivas S. Naik" <[email protected]> Tue, 10 Aug 2004 18:33:30 +0530
Newsgroups gmane.linux.redhat.ccm.general
Message-ID <[email protected]>
Hi,

I m facing the comilation error during building the source of CCM-CORE AND CCM-CMS files.  First time I m using these files for development purpose.  I have pasted the compilation errors down.  Any body could help me out in getting the package of oracle.sql.BLOB.  Your feedback is greately appreciated.




 [copy] Copying 1 file to /var/ccm-devel/dev/eolha/ccm-ldn-aplaws/core/build/classes
    [javac] Compiling 1601 source files to /var/ccm-devel/dev/eolha/ccm-ldn-aplaws/core/build/classes
    [javac] /var/ccm-devel/dev/eolha/ccm-ldn-aplaws/core/src/com/redhat/persistence/pdl/adapters/BlobAd.java:74: package oracle.sql does not exist
    [javac]         oracle.sql.BLOB blob =
    [javac]                   ^
    [javac] /var/ccm-devel/dev/eolha/ccm-ldn-aplaws/core/src/com/redhat/persistence/pdl/adapters/BlobAd.java:75: package oracle.sql does not exist
    [javac]             (oracle.sql.BLOB) rs.getBlob(column);
    [javac]                        ^
    [javac] /var/ccm-devel/dev/eolha/ccm-ldn-aplaws/core/src/com/redhat/persistence/pdl/adapters/StringAd.java:74: package oracle.sql does not exist
    [javac]         oracle.sql.CLOB clob =
    [javac]                   ^
    [javac] /var/ccm-devel/dev/eolha/ccm-ldn-aplaws/core/src/com/redhat/persistence/pdl/adapters/StringAd.java:75: package oracle.sql does not exist
    [javac]             (oracle.sql.CLOB) rs.getClob(column);
    [javac]                        ^

Thanks in advance.

Srini

-- 
Redhat-ccm-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/redhat-ccm-list
Archives: https://www.redhat.com/pipermail/redhat-ccm-list/