Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Charlie Miller   on Jul 22 In Java Category.

  
Question Answered By: Liam Bouchard   on Jul 22

Your problem is that you are using local interfaces and throwsing
RemoteExeption in you methods such as ejbCreate.

There are 2 ways :

1- Change your interface type to remote and keep throwsing RemoteException

2- Remove "throws RemoteException"s from your methods implementations.

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on EJB spec violation, (XDoclet Or get search suggestion and latest updates.


Tagged: