This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
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?
Kathy If you tell us what the nested exception is, it will give us more of a clue about what the problem is. If your account bean is CMP, I don't think that will work if you are using ODBC to connect to Access. [ January 26, 2002: Message edited by: Graeme Brown ]