sorry, correction, the java component code should have been thus:
public String loadNotes(Object entity) throws NoSuchAlgorithmException {
| log.error(entity.getClass().toString());
| }
ie argument is passed in as an object (otherwise an error is thrown)
cheers
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046479#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...