User: tobyallsopp
  Date: 01/04/14 22:41:21

  Modified:    src/lib  jbosscx-0.2.jar
  Log:
  Modified AutoDeployer so that it can be configured to deploy RARs (inspired
  by Patch #415321 from David Jencks).
  
   - added jboss-deployer target to build.xml that builds
     dist/external/jboss-deployer.jar which contains the classes required by
     deployers that implement org.jboss.deployment.DeployerMBean.
   - added a method to DeployerMBean: getDeployableFilter that returns a
     java.io.FilenameFilter that AutoDeployer uses to decide what it can deploy
     rather than using a hardcoded list of filename extensions.
   - made J2eeDeployerMBean extend DeployerMBean and added an implementation
     of getDeployableFilter to J2eeDeployer.
   - updated JBossCX jar so that RARDeployer implements getDeployableFilter.
   - added an AutoDeployer watching deploy/lib and using RARDeployer to
     jboss.jcml.
   - changed the JBossCX examples in jboss.jcml to use the Minerva resource
     adapters bundled with JBoss instead of the BlackBox adapters.
   - temporarily removed the Minerva XA resource adapter until Aaron fixes it.
   - some minor cosmetic changesto jboss.jcml.
  
  Revision  Changes    Path
  1.4       +71 -64    jboss/src/lib/jbosscx-0.2.jar
  
        <<Binary file>>
  
  

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

Reply via email to