1 17 18 package org.apache.geronimo.spring.deployment; 19 20 import javax.enterprise.deploy.model.DeployableObject ; 21 22 import org.apache.geronimo.deployment.plugin.DeploymentConfigurationSupport; 23 24 29 public class SPRConfiguration extends DeploymentConfigurationSupport{ 30 public SPRConfiguration(DeployableObject deployable) { 31 super(deployable, null); 32 new Exception ().printStackTrace(); 33 } 34 } 35 | Popular Tags |