User: jwalters
  Date: 02/04/08 21:27:25

  Modified:    src/main/org/jboss/test/ejbconf/beans/ejb ReadOnlyBean.java
  Log:
  Managed to checkin and break the testsuite... runs properly on my machine now.
  
  Revision  Changes    Path
  1.3       +1 -2      
jbosstest/src/main/org/jboss/test/ejbconf/beans/ejb/ReadOnlyBean.java
  
  Index: ReadOnlyBean.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/ejbconf/beans/ejb/ReadOnlyBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ReadOnlyBean.java 9 Apr 2002 04:06:39 -0000       1.2
  +++ ReadOnlyBean.java 9 Apr 2002 04:27:25 -0000       1.3
  @@ -11,8 +11,8 @@
   
   import java.rmi.RemoteException;
   
  +import javax.ejb.CreateException;
   import javax.ejb.EntityBean;
  -
   import javax.ejb.EntityContext;
   
   /**
  @@ -61,7 +61,6 @@
   
      public void ejbPostCreate(Integer id, Integer value)
      {
  -      return null;
      }
   
      
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to