I'm trying to compile a very simple Bean and I cant
add my methods to the Bean due to compilation errors,
And after erasing the methods that I
added - I still get the compilation error:
Compiling Java files in
Project server...
Generating home and remote interfaces for NDServerBean
Batching NDServerBean...
Batching NDServerHome...
Batching NDServer...
Compiling...
Generating EJB server support code for NDServerBean
Error Generating EJB Files: Couldn't find method in class file: create
Done compiling Project server - 0 errors.
Generating home and remote interfaces for NDServerBean
Batching NDServerBean...
Batching NDServerHome...
Batching NDServer...
Compiling...
Generating EJB server support code for NDServerBean
Error Generating EJB Files: Couldn't find method in class file: create
Done compiling Project server - 0 errors.
--------------------------------------------------------------------------------------------------
