Hi,
I was using the bet2 build for eclipse 3.0 in trial version (first usage of the product seems to be a great product btw), and I encountered a problem when creating an ejb session bean in the “default” aka empty package.
After the xdoclet error I got a proper home interface except that the home interface containd an erraneous “package ;” statement and the create method had as return type .Session1 (Session1 was the name of the session bean class)
The session bean interface itself was empty but thsi may be due to incorrect xdoclet specs (again this was my first attempt of using the tool).