[jboss-user] [JBoss Seam] - Re: Complete, working Example-Implementation for EntityHome<

purplehaze do-not-reply at jboss.com
Tue May 22 12:22:41 EDT 2007


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



More information about the jboss-user mailing list