I can't use "seam generate-entities"
our DB has about 3000 tables and views.
(with views in Sybase 'seam generate-entities' don't work properly)
It would be nice make this call
seam generate-entities <table1 table2 table3>

I have to use StoredProcedures.
To call it, I make injection
        @Resource(mappedName="java:/web_franceDatasource")
        DataSource ds;

....
        Connection conn = ds.getConnection();
        CallableStatement cs = conn.prepareCall(sql);

but with POJOs it didn't work :(

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047637
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to