[jboss-cvs] JBossAS SVN: r64618 - trunk/ejb3/src/main/org/jboss/ejb3/deployers.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Aug 16 06:05:56 EDT 2007
Author: wolfc
Date: 2007-08-16 06:05:56 -0400 (Thu, 16 Aug 2007)
New Revision: 64618
Modified:
trunk/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3ClientDeployer.java
Log:
EJBTHREE-1030: exposing EAR class path directives in JNDI
Modified: trunk/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3ClientDeployer.java
===================================================================
--- trunk/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3ClientDeployer.java 2007-08-16 10:04:21 UTC (rev 64617)
+++ trunk/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3ClientDeployer.java 2007-08-16 10:05:56 UTC (rev 64618)
@@ -113,7 +113,7 @@
StructureMetaData smd = unit.getTopLevel().getAttachment(StructureMetaData.class);
if(smd == null)
return null;
- // A context with a patch is the one we want (see AbstractStructureDeployer)
+ // A context without a path is the one we want (see AbstractStructureDeployer)
return smd.getContext("").getClassPath();
}
More information about the jboss-cvs-commits
mailing list