User: pra     
  Date: 00/12/29 12:57:37

  Added:       src/resources/mdb client.policy jndi.properties
  Log:
  Added test for MDB. OBS - this test does currently NOT work since it tests for 
durableTopic and that does currently not work. Wich is a good thing to know
  
  Revision  Changes    Path
  1.1                  jbosstest/src/resources/mdb/client.policy
  
  Index: client.policy
  ===================================================================
  grant {
          // Allow everything for now
          permission java.security.AllPermission;
  };
  
  
  
  1.1                  jbosstest/src/resources/mdb/jndi.properties
  
  Index: jndi.properties
  ===================================================================
  java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  java.naming.factory.url.pkgs=org.jnp.interfaces
  java.naming.provider.url=localhost
  
  
  

Reply via email to