(java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]SELECT permission denied on object 'JMS_MESSAGES', database 'EDGE', owner 'atumma'.)] it seems that your database user have not plivileges enough. in sql prompt, try the sql statement as followed: grant all plivileges on edge to atumma identified by 'password'; and then try again.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863015#3863015 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863015 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
