User: andreas 
  Date: 00/10/14 22:26:48

  Modified:    examples/ejb/etc ejxejb.mf
  Log:
  Replaced FileManager and FileManagerFactory by the new
  ResourceManager and ResourceManagerFactory supporting
  URL instead of just files.
  ATTENTION:
  - At the moment you can still only use files to open and store
  Data because of unresolved issues (FilterFilter and JFile-
  Chooser)
  - These changes are NOT PORTED to jBoss CVS module
  
  Revision  Changes    Path
  1.2       +1 -1      ejx/examples/ejb/etc/ejxejb.mf
  
  Index: ejxejb.mf
  ===================================================================
  RCS file: /products/cvs/ejboss/ejx/examples/ejb/etc/ejxejb.mf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ejxejb.mf 2000/09/29 05:56:10     1.1
  +++ ejxejb.mf 2000/10/15 05:26:47     1.2
  @@ -1,5 +1,5 @@
   Class-Path: awt.jar xerces.jar ejb.jar
  -EJX-plugin: com.dreambean.ejx.ejb.EjbFileManagerFactory
  +EJX-plugin: com.dreambean.ejx.ejb.EjbResourceManagerFactory
      
   Name: com/dreambean/ejx/ejb/
   Specification-Title: EJB 1.1 XML
  
  
  

Reply via email to