Thanks for your answer.
I changed my standardjbosscmp-jdbc.xml as follows:
| java:/MSSQLDS
|
|
| true
| false
| false
| 30
| false
| true
| true
| foreign-key
|
| on-load
| 1000
Why can't I cast a CMR Collection into an ArrayList?
private CompanyDetail copyCompanyToDetail(CompanyDetailLocal userLocal) {
| CompanyDetail detail = null;
| try {
| detail = new CompanyDetail();
| detail.setId(userLocal.ge
Hi, i am using JBoss with SQL Server.
I am trying to use the auto increment feature, but I cannot make it work.
Here is my bean:
| /**
| * Return the user id.
| * @return the userId
| * @ejb.persistent-field
| * @ejb.interface-method
| * @jboss.persistenc
Forget about that, i found my (stupid) mistake!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854319#3854319
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854319
Hi,
I have a problem locating the home interface of my ejb. The beans seem to
deploy without errors on the app server.
Here is the code I use:
private UserDetailHome lookupUser() throws NamingException {
|
| Context context = new InitialContext();
| Object objr