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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820028

  Hi!



  I downloaded the Getting Started documentation and source, ran all the commands with 
jboss-build.xml as it is described. Everything reported "BUILD SUCCESSFUL".

  Then, when I go to http://localhost:8080/bank/main and login with id 200 and 
password j2ee, it shows the following:



Server Error

Your request cannot be completed. The server got the following error: 

null 



  And on server side I see exception:



14:55:52,668 ERROR [LogInterceptor] EJBException:

javax.ejb.EJBException: ejbFindByCustomerId Table not found: CUSTOMER_ACCOUNT_XREF in 
statement [select account_id from customer_account_xref where customer_id = '200' ]

        at com.sun.ebank.ejb.account.AccountBean.ejbFindByCustomerId(Unknown Source)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:324)

        at 
org.jboss.ejb.plugins.BMPPersistenceManager.callFinderMethod(BMPPersistenceManager.java:585)

        at 
org.jboss.ejb.plugins.BMPPersistenceManager.findEntities(BMPPersistenceManager.java:316)

        at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.findEntities(CachedConnectionInter

ceptor.java:322)

.....



  Using HSQL Database Manager, I can see CUSTOMER_ACCOUNT_XREF table and I checked the 
request, mentioned in exception message, - it works.





  Can somebody help?




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to