User development,
A new message was posted in the thread "Can't use CRUD in JBoss Developer
Studio":
http://community.jboss.org/message/525139#525139
Author : Robert Freund
Profile :
http://community.jboss.org/people/rbrtfreund
Message:
--------------------------------------------------------------
That is referring to binding the namespace in your components.xml header. All the Seam
namespaces are fairly "common" sense approach. So anytime you need a Seam
namespace it follows the pattern
http://jboss.com/products/seam/[mynamespace]
components.xml
xmlns:transaction="http://jboss.com/products/seam/transaction"
xsi:schemaLocation="http://jboss.com/products/seam/transaction
http://jboss.com/products/seam/transaction-2.2.xsd"
If that's not working for you... Post your log on deploy to see what isn't getting
bound. You should see your Table's in the hibernate log on deploy.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/525139#525139