Update of /cvsroot/pfc-prolog/prolix/src/org/asturlinux/frade/prolix/ejb/entityjb
In directory sc8-pr-cvs1:/tmp/cvs-serv1934/src/org/asturlinux/frade/prolix/ejb/entityjb
Modified Files:
UserBean.java
Log Message:
Throwed an interface required exception - now compiles
Index: UserBean.java
===================================================================
RCS file: /cvsroot/pfc-prolog/prolix/src/org/asturlinux/frade/prolix/ejb/entityjb/UserBean.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** UserBean.java 1 Aug 2003 18:22:39 -0000 1.1
--- UserBean.java 2 Aug 2003 15:33:07 -0000 1.2
***************
*** 76,79 ****
--- 76,80 ----
*/
public UserPK ejbCreate(org.asturlinux.frade.prolix.ejb.interfaces.UserValue uv)
+ throws CreateException
{
//setPass(uv.getPass());
|