[jboss-cvs] JBossAS SVN: r95053 - projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 16 17:04:56 EDT 2009


Author: ctomc
Date: 2009-10-16 17:04:55 -0400 (Fri, 16 Oct 2009)
New Revision: 95053

Modified:
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/SystemShellImpl.java
Log:
no more registry context, first draft for annotation based executable registry, *not tested*, should work on latest jbas 5.2 build

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/SystemShellImpl.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/SystemShellImpl.java	2009-10-16 20:38:23 UTC (rev 95052)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/SystemShellImpl.java	2009-10-16 21:04:55 UTC (rev 95053)
@@ -24,7 +24,7 @@
  */
 
 //@Bean(name = "SystemShell")
- at JndiBinding(name = "java:/FRESH/SystemShell")
+//@JndiBinding(name = "java:/FRESH/SystemShell")
 public class SystemShellImpl extends NamingBinder implements SystemShell {
     protected static org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger(SystemShellImpl.class);
 




More information about the jboss-cvs-commits mailing list