I tried to configure the JDBCCacheLoader with the next params :

        org.jboss.cache.loader.JDBCCacheLoader
        true
        /
        false
        false
        
            cache.jdbc.table.name=subscribers
            cache.jdbc.fqn.column=MSISDN
            cache.jdbc.fqn.type=VARCHAR2(15)
            cache.jdbc.node.column=USER_SUB_ID1
            cache.jdbc.node.type=VARCHAR2(30)
            cache.jdbc.node.column=USER_SUB_ID2
            cache.jdbc.node.type=VARCHAR2(30)
            cache.jdbc.datasource=java:/OracleDS
        

and it threw the next exception :

2005-04-07 16:09:21,598 ERROR [org.jboss.cache.loader.JDBCCacheLoader] Failed 
to get children names for fqn /
java.sql.SQLException: ORA-00904: "PARENT": invalid identifier

why is that ?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873049#3873049

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873049


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to