I am developing my first
EJB in VisualAge for
Java version 4. When I try to start the Persistent Name Server, I get the following message:
An exception has occurred while starting the Persistent Name Server. com.ibm.ejs.EJSException:; nested exception is:
I have deployed the EJB (Account). However, not all the classes/interfaces expected have been generated – 3 are missing: AccountTransfer, AccountTransferBean, AccountTransferHome.
I am pointing to an Access database using
jdbc.
Do you have any suggestions on how to get around this?