You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by mroosendaal <mr...@sogyo.nl> on 2001/06/21 14:38:21 UTC

Requested Action not found: EJBTest

Hi,

Due to some problems had to reinstall everything. I have three extra .vm's and one Action-class. Everthing gets compiled neatly and all the .class files are there but when i click on the button in my screen i get the error that it can't find the class. I checked the names, the existence of the correct class-files, tried building it again but no luck.

This Action-class calls a Client-class (which calls an EJB), which prints out in what stage it is. The strange thing is that i get the message: "got Context" from this Client-class which means that the Action-class has made an instance of the Client. Why do i keep getting the message that the Class can;t be found. 

Any ideas?
Thanks,
Maarten

ps: Logging in the log-files is done by Log.info/error("String")?