[jboss-cvs] JBossAS SVN: r88007 - in projects/fresh/trunk: fresh-scripting/src/main/java/com and 29 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 29 11:21:52 EDT 2009


Author: ctomc
Date: 2009-04-29 11:21:52 -0400 (Wed, 29 Apr 2009)
New Revision: 88007

Added:
   projects/fresh/trunk/fresh-scripting/src/main/java/org/jboss/fresh/parsek/
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/
   projects/fresh/trunk/fresh-ssh/src/main/java/org/jboss/fresh/parsek/
   projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/parsek/
   projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/parsek/
   projects/fresh/trunk/fresh-vfs/src/main/java/org/jboss/fresh/parsek/
Removed:
   projects/fresh/trunk/fresh-scripting/src/main/java/com/parsek/
   projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/
   projects/fresh/trunk/fresh-ssh/src/main/java/com/parsek/
   projects/fresh/trunk/fresh-threadpool/src/main/java/com/parsek/
   projects/fresh/trunk/fresh-util/src/main/java/com/parsek/
   projects/fresh/trunk/fresh-vfs/src/main/java/com/parsek/
Modified:
   projects/fresh/trunk/fresh-scripting/etc/jboss-service.xml
   projects/fresh/trunk/fresh-scripting/src/main/java/org/jboss/fresh/parsek/cp2/scripting/ScriptingCentral.java
   projects/fresh/trunk/fresh-scripting/src/main/java/org/jboss/fresh/shell/commands/ScriptExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/Event.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/EventBroadcaster.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/EventCentral.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/EventFilter.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/EventFilter2.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/EventListener.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/InvalidFormatException.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/RegistrationException.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/impl/EventCentralImpl.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/impl/RemoteShellEventNetConnector.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/net/ConnectorException.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/net/EventNetConnector.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/net/EventNetRouter.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/net/EventNetRouterImpl.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/net/TakenOverException.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/remoteshell/ejb/impl/RemoteShellImpl.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/ctx/Context.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/ctx/FlatContext.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/ctx/JNDICtx.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/Shell.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/client/ClientShell.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/ContextExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventCentralQueryExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventNetAgentExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventsExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/HistoryExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/RunExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/cms/CtxDelegateExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/UnremoterShell.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ShellEvent.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ShellEventBroadcaster.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ShellImpl.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ShellRuntime.java
   projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/cpii/services/PoolRunner.java
   projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/parsek/cpii/Cp2Configuration.java
   projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/util/JNDIUtils.java
   projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/util/TxSupport.java
   projects/fresh/trunk/fresh-vfs/etc/jboss-service.xml
Log:
repackage

Modified: projects/fresh/trunk/fresh-scripting/etc/jboss-service.xml
===================================================================
--- projects/fresh/trunk/fresh-scripting/etc/jboss-service.xml	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-scripting/etc/jboss-service.xml	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <server>
-	<mbean code="com.parsek.cp2.services.ScriptingService" name="CP2:service=Scripting">
+	<mbean code="org.jboss.fresh.parsek.cp2.services.ScriptingService" name="CP2:service=Scripting">
 		<attribute name="JNDIName">java:/CP2/Scripting</attribute>
 		<depends>CP2:classes=System</depends>
 	</mbean>

Copied: projects/fresh/trunk/fresh-scripting/src/main/java/org/jboss/fresh/parsek (from rev 88001, projects/fresh/trunk/fresh-scripting/src/main/java/com/parsek)

Modified: projects/fresh/trunk/fresh-scripting/src/main/java/org/jboss/fresh/parsek/cp2/scripting/ScriptingCentral.java
===================================================================
--- projects/fresh/trunk/fresh-scripting/src/main/java/com/parsek/cp2/scripting/ScriptingCentral.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-scripting/src/main/java/org/jboss/fresh/parsek/cp2/scripting/ScriptingCentral.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.cp2.scripting;
+package org.jboss.fresh.parsek.cp2.scripting;
 
 import java.util.List;
 import org.apache.bsf.BSFManager;

Modified: projects/fresh/trunk/fresh-scripting/src/main/java/org/jboss/fresh/shell/commands/ScriptExe.java
===================================================================
--- projects/fresh/trunk/fresh-scripting/src/main/java/org/jboss/fresh/shell/commands/ScriptExe.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-scripting/src/main/java/org/jboss/fresh/shell/commands/ScriptExe.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -7,12 +7,12 @@
 package org.jboss.fresh.shell.commands;
 
 
-import com.parsek.cp2.scripting.ScriptingCentral;
 import org.jboss.fresh.vfs.vfs.impl.VFSInputStream;
 import org.jboss.fresh.vfs.vfs.impl.SecureVFS;
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.vfs.vfs.FileName;
-import com.parsek.ctx.Context;
+import org.jboss.fresh.parsek.ctx.Context;
+import org.jboss.fresh.parsek.cp2.scripting.ScriptingCentral;
 import org.jboss.fresh.io.BufferInputStream;
 import org.jboss.fresh.io.BufferOutputStream;
 import org.jboss.fresh.io.BufferReader;
@@ -308,7 +308,7 @@
         out.print("    shell     ...  org.jboss.fresh.shell.impl.ShellImpl\n");
         out.print("    instream  ...  java.io.InputStream wrapped around stdin\n");
         out.print("    outstream ...  java.io.OutputStream wrapped around stdout\n");
-        out.print("    context   ...  com.parsek.ctx.Context - shell.getContext()\n");
+        out.print("    context   ...  org.jboss.fresh.parsek.ctx.Context - shell.getContext()\n");
         out.print("    props     ...  java.util.Properties - shell.getEnvProperties()\n");
         out.print("    out       ...  java.io.PrintWriter - wrapped around stdout\n");
         out.print("    cin       ...  java.io.BufferedReader - wrapped around stdin\n");

Copied: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek (from rev 88005, projects/fresh/trunk/fresh-shell/src/main/java/com/parsek)

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/Event.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/Event.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/Event.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.cp2.events;
+package org.jboss.fresh.parsek.cp2.events;
 
 import java.util.LinkedList;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/EventBroadcaster.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/EventBroadcaster.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/EventBroadcaster.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.cp2.events;
+package org.jboss.fresh.parsek.cp2.events;
 
 
 public class EventBroadcaster {

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/EventCentral.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/EventCentral.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/EventCentral.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,7 +1,7 @@
-package com.parsek.cp2.events;
+package org.jboss.fresh.parsek.cp2.events;
 
-import com.parsek.cp2.events.InvalidFormatException;
-import com.parsek.cp2.events.net.EventNetRouter;
+import org.jboss.fresh.parsek.cp2.events.InvalidFormatException;
+import org.jboss.fresh.parsek.cp2.events.net.EventNetRouter;
 import java.util.Iterator;
 import java.util.List;
 import java.util.Map;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/EventFilter.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/EventFilter.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/EventFilter.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.cp2.events;
+package org.jboss.fresh.parsek.cp2.events;
 
 import org.jboss.fresh.util.StringUtils;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/EventFilter2.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/EventFilter2.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/EventFilter2.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.cp2.events;
+package org.jboss.fresh.parsek.cp2.events;
 
 import java.util.List;
 import java.util.LinkedList;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/EventListener.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/EventListener.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/EventListener.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.cp2.events;
+package org.jboss.fresh.parsek.cp2.events;
 
 public interface EventListener {
 	public void event(Event ev);

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/InvalidFormatException.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/InvalidFormatException.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/InvalidFormatException.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.cp2.events;
+package org.jboss.fresh.parsek.cp2.events;
 
 public class InvalidFormatException extends Exception {
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/RegistrationException.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/RegistrationException.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/RegistrationException.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.cp2.events;
+package org.jboss.fresh.parsek.cp2.events;
 
 public class RegistrationException extends Exception {
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/impl/EventCentralImpl.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/impl/EventCentralImpl.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/impl/EventCentralImpl.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,13 +1,13 @@
-package com.parsek.cp2.events.impl;
+package org.jboss.fresh.parsek.cp2.events.impl;
 
-import com.parsek.cp2.events.EventCentral;
-import com.parsek.cp2.events.EventListener;
-import com.parsek.cp2.events.EventFilter;
-import com.parsek.cp2.events.Event;
-import com.parsek.cp2.events.EventBroadcaster;
-import com.parsek.cp2.events.RegistrationException;
-import com.parsek.cp2.events.InvalidFormatException;
-import com.parsek.cp2.events.net.EventNetRouter;
+import org.jboss.fresh.parsek.cp2.events.EventCentral;
+import org.jboss.fresh.parsek.cp2.events.EventListener;
+import org.jboss.fresh.parsek.cp2.events.EventFilter;
+import org.jboss.fresh.parsek.cp2.events.Event;
+import org.jboss.fresh.parsek.cp2.events.EventBroadcaster;
+import org.jboss.fresh.parsek.cp2.events.RegistrationException;
+import org.jboss.fresh.parsek.cp2.events.InvalidFormatException;
+import org.jboss.fresh.parsek.cp2.events.net.EventNetRouter;
 
 import java.util.Map;
 import java.util.HashMap;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/impl/RemoteShellEventNetConnector.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/impl/RemoteShellEventNetConnector.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/impl/RemoteShellEventNetConnector.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,9 +1,9 @@
-package com.parsek.cp2.events.impl;
+package org.jboss.fresh.parsek.cp2.events.impl;
 
-import com.parsek.cp2.events.Event;
-import com.parsek.cp2.events.net.EventNetConnector;
-import com.parsek.cp2.events.net.ConnectorException;
-import com.parsek.cp2.events.net.TakenOverException;
+import org.jboss.fresh.parsek.cp2.events.Event;
+import org.jboss.fresh.parsek.cp2.events.net.EventNetConnector;
+import org.jboss.fresh.parsek.cp2.events.net.ConnectorException;
+import org.jboss.fresh.parsek.cp2.events.net.TakenOverException;
 import org.jboss.fresh.shell.ProcessInfo;
 import org.jboss.fresh.shell.ejb.RemoteShell;
 import org.jboss.fresh.shell.ejb.RemoteShellHome;
@@ -265,7 +265,7 @@
 			if(th instanceof org.jboss.fresh.io.ApplicationIOException) {
 				log.debug("CATCH  ApplicationIOException ");
 				th = th.getCause();
-				if(th instanceof com.parsek.cp2.events.net.TakenOverException) {
+				if(th instanceof org.jboss.fresh.parsek.cp2.events.net.TakenOverException) {
 					log.debug("CATCH  TakenOverException ");
 					throw (TakenOverException) th;
 				}
@@ -278,7 +278,7 @@
 					if(th instanceof ThrowableProxy) {
 						log.debug("CATCH ThrowableProxy ");
 						cname = ((ThrowableProxy) th).getClassName();
-						if("com.parsek.cp2.events.net.TakenOverException".equals(cname)) {
+						if("org.jboss.fresh.parsek.cp2.events.net.TakenOverException".equals(cname)) {
 							log.debug("CATCH LC TakenOverException ");
 							throw new TakenOverException(th.getMessage());
 						}
@@ -326,7 +326,7 @@
 			if(th instanceof org.jboss.fresh.io.ApplicationIOException) {
 				log.debug("CATCH  ApplicationIOException ");
 				th = th.getCause();
-				if(th instanceof com.parsek.cp2.events.net.TakenOverException) {
+				if(th instanceof org.jboss.fresh.parsek.cp2.events.net.TakenOverException) {
 					log.debug("CATCH  TakenOverException ");
 					throw (TakenOverException) th;
 				}
@@ -341,7 +341,7 @@
 					if(th instanceof ThrowableProxy) {
 						log.debug("CATCH ThrowableProxy ");
 						cname = ((ThrowableProxy) th).getClassName();
-						if("com.parsek.cp2.events.net.TakenOverException".equals(cname)) {
+						if("org.jboss.fresh.parsek.cp2.events.net.TakenOverException".equals(cname)) {
 							log.debug("CATCH LC TakenOverException ");
 							throw new TakenOverException(th.getMessage());
 						} else if("org.jboss.fresh.shell.UninitializedEnvironmentException".equals(cname)) {

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/net/ConnectorException.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/net/ConnectorException.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/net/ConnectorException.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.cp2.events.net;
+package org.jboss.fresh.parsek.cp2.events.net;
 
 public class ConnectorException extends Exception {
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/net/EventNetConnector.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/net/EventNetConnector.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/net/EventNetConnector.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.cp2.events.net;
+package org.jboss.fresh.parsek.cp2.events.net;
 
 import java.util.List;
 import java.io.IOException;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/net/EventNetRouter.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/net/EventNetRouter.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/net/EventNetRouter.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.cp2.events.net;
+package org.jboss.fresh.parsek.cp2.events.net;
 
 public interface EventNetRouter {
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/net/EventNetRouterImpl.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/net/EventNetRouterImpl.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/net/EventNetRouterImpl.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,11 +1,11 @@
-package com.parsek.cp2.events.net;
+package org.jboss.fresh.parsek.cp2.events.net;
 
-import com.parsek.cp2.events.Event;
-import com.parsek.cp2.events.EventBroadcaster;
-import com.parsek.cp2.events.EventCentral;
-import com.parsek.cp2.events.EventFilter;
-import com.parsek.cp2.events.EventListener;
-import com.parsek.cp2.events.InvalidFormatException;
+import org.jboss.fresh.parsek.cp2.events.Event;
+import org.jboss.fresh.parsek.cp2.events.EventBroadcaster;
+import org.jboss.fresh.parsek.cp2.events.EventCentral;
+import org.jboss.fresh.parsek.cp2.events.EventFilter;
+import org.jboss.fresh.parsek.cp2.events.EventListener;
+import org.jboss.fresh.parsek.cp2.events.InvalidFormatException;
 import org.jboss.fresh.io.Buffer;
 import org.jboss.fresh.io.BufferImpl;
 import org.apache.log4j.Logger;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/net/TakenOverException.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/net/TakenOverException.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/events/net/TakenOverException.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.cp2.events.net;
+package org.jboss.fresh.parsek.cp2.events.net;
 
 public class TakenOverException extends ConnectorException {
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/remoteshell/ejb/impl/RemoteShellImpl.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/remoteshell/ejb/impl/RemoteShellImpl.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/cp2/remoteshell/ejb/impl/RemoteShellImpl.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.cp2.remoteshell.ejb.impl;
+package org.jboss.fresh.parsek.cp2.remoteshell.ejb.impl;
 
 import java.io.IOException;
 import java.util.Iterator;
@@ -690,7 +690,7 @@
 		if (className.startsWith("javax.")) {
 			return true;
 		}
-		if (className.startsWith("com.parsek.cms.")) {
+		if (className.startsWith("org.jboss.fresh.parsek.cms.")) {
 			return true;
 		}
 		String pkg = "org.jboss.fresh.shell.";

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/ctx/Context.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/ctx/Context.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/ctx/Context.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.ctx;
+package org.jboss.fresh.parsek.ctx;
 
 import java.util.Map;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/ctx/FlatContext.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/ctx/FlatContext.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/ctx/FlatContext.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.ctx;
+package org.jboss.fresh.parsek.ctx;
 
 import java.util.HashMap;
 import java.util.Map;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/ctx/JNDICtx.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/ctx/JNDICtx.java	2009-04-29 15:18:08 UTC (rev 88005)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/parsek/ctx/JNDICtx.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.ctx;
+package org.jboss.fresh.parsek.ctx;
 
 import org.jboss.fresh.registry.RegistryContext;
 import java.util.Iterator;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/Shell.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/Shell.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/Shell.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -2,7 +2,7 @@
 
 import org.jboss.fresh.vfs.vfs.UserCtx;
 import org.jboss.fresh.vfs.vfs.VFS;
-import com.parsek.ctx.Context;
+import org.jboss.fresh.parsek.ctx.Context;
 import org.jboss.fresh.io.Buffer;
 import org.jboss.fresh.shell.impl.Process;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/client/ClientShell.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/client/ClientShell.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/client/ClientShell.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -56,7 +56,7 @@
 		shell2 = home.create(shell.getSessionID(), true);
 		ShellObjectReader sor = new ShellObjectReader(shell2, "0");
 
-		String bsize = System.getProperty("com.parsek.cp2.client.bufSize");
+		String bsize = System.getProperty("org.jboss.fresh.parsek.cp2.client.bufSize");
 		if (bsize != null) {
 			try {
 				bsizei = Integer.parseInt(bsize);
@@ -136,7 +136,7 @@
 
 	public void start() throws Exception {
 
-		String enc = System.getProperty("com.parsek.cp2.client.encoding");
+		String enc = System.getProperty("org.jboss.fresh.parsek.cp2.client.encoding");
 		BufferedReader sin = null;
 		if (enc != null) {
 			sin = new BufferedReader(new InputStreamReader(System.in, enc)); //, "Cp852"

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/ContextExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/ContextExe.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/ContextExe.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,6 +1,6 @@
 package org.jboss.fresh.shell.commands;
 
-import com.parsek.ctx.Context;
+import org.jboss.fresh.parsek.ctx.Context;
 import org.jboss.fresh.io.BufferObjectReader;
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventCentralQueryExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventCentralQueryExe.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventCentralQueryExe.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -3,9 +3,9 @@
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
 import org.jboss.fresh.shell.AbstractExecutable;
-import com.parsek.cp2.events.EventCentral;
+import org.jboss.fresh.parsek.cp2.events.EventCentral;
 import org.jboss.fresh.registry.RegistryContext;
-import com.parsek.ctx.Context;
+import org.jboss.fresh.parsek.ctx.Context;
 
 import java.util.Map;
 import java.util.Iterator;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventNetAgentExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventNetAgentExe.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventNetAgentExe.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -7,14 +7,14 @@
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
 import org.jboss.fresh.shell.AbstractExecutable;
-import com.parsek.cp2.events.Event;
-import com.parsek.cp2.events.EventCentral;
-import com.parsek.cp2.events.EventListener;
-import com.parsek.cp2.events.net.EventNetRouter;
-import com.parsek.cp2.events.net.EventNetConnector;
-import com.parsek.cp2.events.net.EventNetRouterImpl;
-import com.parsek.cp2.events.net.TakenOverException;
-import com.parsek.ctx.Context;
+import org.jboss.fresh.parsek.cp2.events.Event;
+import org.jboss.fresh.parsek.cp2.events.EventCentral;
+import org.jboss.fresh.parsek.cp2.events.EventListener;
+import org.jboss.fresh.parsek.cp2.events.net.EventNetRouter;
+import org.jboss.fresh.parsek.cp2.events.net.EventNetConnector;
+import org.jboss.fresh.parsek.cp2.events.net.EventNetRouterImpl;
+import org.jboss.fresh.parsek.cp2.events.net.TakenOverException;
+import org.jboss.fresh.parsek.ctx.Context;
 
 import java.io.IOException;
 import java.util.List;
@@ -235,7 +235,7 @@
 
 
 //		Thread.sleep(10000);
-//		com.parsek.cp2.events.EventBroadcaster eb = new com.parsek.cp2.events.EventBroadcaster(ec, "CMSPersistence");			
+//		org.jboss.fresh.parsek.cp2.events.EventBroadcaster eb = new org.jboss.fresh.parsek.cp2.events.EventBroadcaster(ec, "CMSPersistence");
 
 //		while(true) {
 //			Event ev = new Event("CMS", "onAfterCreate");

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventsExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventsExe.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventsExe.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,11 +1,11 @@
 package org.jboss.fresh.shell.commands;
 
-import com.parsek.ctx.Context;
+import org.jboss.fresh.parsek.ctx.Context;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.shell.AbstractExecutable;
-import com.parsek.cp2.events.EventCentral;
-import com.parsek.cp2.events.EventListener;
+import org.jboss.fresh.parsek.cp2.events.EventCentral;
+import org.jboss.fresh.parsek.cp2.events.EventListener;
 
 import java.io.PrintWriter;
 import java.util.Iterator;
@@ -219,13 +219,13 @@
 		out.println();
 		out.println("  Instantiate new event listener and register it. The parameters after class are optional. If passed the constructor that takes one String parameter is used. If not present exception is thrown.");
 		out.println("    events -a <class> -n <component_name> -p <pattern1> <pattern2> <pattern3> ...");
-		out.println("  example:  events -a com.parsek.workflow.Conditon org.jboss.fresh.shell.commands.cms.PersistenceFilter conf1");
+		out.println("  example:  events -a org.jboss.fresh.parsek.workflow.Conditon org.jboss.fresh.shell.commands.cms.PersistenceFilter conf1");
 		out.println();
 		out.println("  List all the event listeners and their patterns");
 		out.println("    events -l");
 		out.println();
 		out.println("  Unregister the specified event listener. The parameters after class are optional. If passed the constructor that takes one String parameter is used. If not present exception is thrown.");
-		out.println("    events -r com.parsek.workflow.Conditon at 54a693 org.jboss.fresh.shell.cms.PersistenceFilter");
+		out.println("    events -r org.jboss.fresh.parsek.workflow.Conditon at 54a693 org.jboss.fresh.shell.cms.PersistenceFilter");
 		out.println();
 		out.println("  event --help : this help\n");
 		out.close();

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/HistoryExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/HistoryExe.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/HistoryExe.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -11,7 +11,7 @@
 import java.util.Date;
 import java.util.Iterator;
 
-import com.parsek.ctx.Context;
+import org.jboss.fresh.parsek.ctx.Context;
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/RunExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/RunExe.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/RunExe.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -22,7 +22,7 @@
 
 public class RunExe extends AbstractExecutable {
 
-	//private static transient com.parsek.logging.Logger log = com.parsek.logging.Logger.getLogger(RunExe.class);
+	//private static transient org.jboss.fresh.parsek.logging.Logger log = org.jboss.fresh.parsek.logging.Logger.getLogger(RunExe.class);
 
 	private static org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger(RunExe.class);
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/cms/CtxDelegateExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/cms/CtxDelegateExe.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/cms/CtxDelegateExe.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,6 +1,6 @@
 package org.jboss.fresh.shell.commands.cms;
 
-import com.parsek.ctx.Context;
+import org.jboss.fresh.parsek.ctx.Context;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.shell.AbstractExecutable;
 import org.jboss.fresh.shell.Shell;
@@ -65,9 +65,9 @@
 
 			if (!(obj instanceof Context)) {
 				if (canThrowEx()) {
-					throw new Exception("Object found in JNDI for name: " + tmp + " is not com.parsek.ctx.Context type.");
+					throw new Exception("Object found in JNDI for name: " + tmp + " is not org.jboss.fresh.parsek.ctx.Context type.");
 				} else {
-					err.println("Object found in JNDI for name: " + tmp + " is not com.parsek.ctx.Context type.");
+					err.println("Object found in JNDI for name: " + tmp + " is not org.jboss.fresh.parsek.ctx.Context type.");
 					log.debug("CtxDelegateExe done.");
 					return;
 				}

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/UnremoterShell.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/UnremoterShell.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/UnremoterShell.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -14,7 +14,7 @@
 
 import org.jboss.fresh.vfs.vfs.UserCtx;
 import org.jboss.fresh.vfs.vfs.VFS;
-import com.parsek.ctx.Context;
+import org.jboss.fresh.parsek.ctx.Context;
 import org.jboss.fresh.io.Buffer;
 import org.jboss.fresh.shell.EnvProperties;
 import org.jboss.fresh.shell.Executable;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ShellEvent.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ShellEvent.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ShellEvent.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,6 +1,6 @@
 package org.jboss.fresh.shell.events;
 
-import com.parsek.cp2.events.Event;
+import org.jboss.fresh.parsek.cp2.events.Event;
 import org.jboss.fresh.shell.Shell;
 
 public class ShellEvent extends Event {

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ShellEventBroadcaster.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ShellEventBroadcaster.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ShellEventBroadcaster.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,10 +1,10 @@
 package org.jboss.fresh.shell.events;
 
 import org.jboss.fresh.shell.Shell;
-import com.parsek.cp2.events.Event;
-import com.parsek.cp2.events.EventCentral;
-import com.parsek.cp2.events.EventBroadcaster;
-import com.parsek.cp2.events.InvalidFormatException;
+import org.jboss.fresh.parsek.cp2.events.Event;
+import org.jboss.fresh.parsek.cp2.events.EventCentral;
+import org.jboss.fresh.parsek.cp2.events.EventBroadcaster;
+import org.jboss.fresh.parsek.cp2.events.InvalidFormatException;
 
 public class ShellEventBroadcaster extends EventBroadcaster {
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ShellImpl.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ShellImpl.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ShellImpl.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -17,8 +17,8 @@
 import java.util.StringTokenizer;
 import java.util.Vector;
 
-import com.parsek.cp2.events.EventBroadcaster;
-import com.parsek.cp2.events.EventCentral;
+import org.jboss.fresh.parsek.cp2.events.EventBroadcaster;
+import org.jboss.fresh.parsek.cp2.events.EventCentral;
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.FileName;
 import org.jboss.fresh.vfs.vfs.UserCtx;
@@ -26,7 +26,7 @@
 import org.jboss.fresh.vfs.vfs.impl.LazyVFSOutputStream;
 import org.jboss.fresh.vfs.vfs.impl.SecureVFS;
 import org.jboss.fresh.vfs.vfs.impl.VFSInputStream;
-import com.parsek.ctx.Context;
+import org.jboss.fresh.parsek.ctx.Context;
 import org.jboss.fresh.io.Buffer;
 import org.jboss.fresh.io.BufferImpl;
 import org.jboss.fresh.io.BufferObjectReader;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ShellRuntime.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ShellRuntime.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ShellRuntime.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -3,7 +3,7 @@
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.FileName;
 import org.jboss.fresh.vfs.vfs.VFSException;
-import com.parsek.ctx.FlatContext;
+import org.jboss.fresh.parsek.ctx.FlatContext;
 import org.jboss.fresh.io.Buffer;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.shell.Executable;

Copied: projects/fresh/trunk/fresh-ssh/src/main/java/org/jboss/fresh/parsek (from rev 88001, projects/fresh/trunk/fresh-ssh/src/main/java/com/parsek)

Modified: projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/cpii/services/PoolRunner.java
===================================================================
--- projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/cpii/services/PoolRunner.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/cpii/services/PoolRunner.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -11,7 +11,7 @@
  those are events that we receive and we need to understand what they mean.
  */
 
-//import com.parsek.logging.Logger;
+//import org.jboss.fresh.parsek.logging.Logger;
 //import org.jboss.pool.PoolEvent;
 //import org.jboss.pool.PoolEventListener;
 //import org.jboss.pool.PooledObject;

Copied: projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/parsek (from rev 88001, projects/fresh/trunk/fresh-threadpool/src/main/java/com/parsek)

Copied: projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/parsek (from rev 88001, projects/fresh/trunk/fresh-util/src/main/java/com/parsek)

Modified: projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/parsek/cpii/Cp2Configuration.java
===================================================================
--- projects/fresh/trunk/fresh-util/src/main/java/com/parsek/cpii/Cp2Configuration.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/parsek/cpii/Cp2Configuration.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package com.parsek.cpii;
+package org.jboss.fresh.parsek.cpii;
 
 import java.util.Map;
 import javax.naming.InitialContext;

Modified: projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/util/JNDIUtils.java
===================================================================
--- projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/util/JNDIUtils.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/util/JNDIUtils.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,4 +1,4 @@
-package src.com.parsek.util;
+package org.jboss.fresh.util;
 
 import java.io.PrintWriter;
 import java.io.StringWriter;

Modified: projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/util/TxSupport.java
===================================================================
--- projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/util/TxSupport.java	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/util/TxSupport.java	2009-04-29 15:21:52 UTC (rev 88007)
@@ -5,7 +5,7 @@
 import javax.transaction.Status;
 import javax.transaction.TransactionManager;
 import javax.transaction.UserTransaction;
-import com.parsek.cpii.Cp2Configuration;
+import org.jboss.fresh.parsek.cpii.Cp2Configuration;
 import org.apache.log4j.Logger;
 
 public class TxSupport {

Modified: projects/fresh/trunk/fresh-vfs/etc/jboss-service.xml
===================================================================
--- projects/fresh/trunk/fresh-vfs/etc/jboss-service.xml	2009-04-29 15:19:53 UTC (rev 88006)
+++ projects/fresh/trunk/fresh-vfs/etc/jboss-service.xml	2009-04-29 15:21:52 UTC (rev 88007)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <server>
-	<mbean code="com.parsek.cp2.services.VFSService" name="CP2:service=VFS">
+	<mbean code="org.jboss.fresh.parsek.cp2.services.VFSService" name="CP2:service=VFS">
 		<attribute name="JNDIName">java:/CP2/VFS</attribute>
 		<attribute name="MetaClassFactory">org.jboss.fresh.vfs.vfs.impl.hibernate.HibernateVFSMetaFactory</attribute>
 		<attribute name="StoreClassFactory">org.jboss.fresh.vfs.vfs.impl.hibernate.HibernateVFSStoreFactory</attribute>
@@ -23,11 +23,11 @@
 	</mbean>
 	<!--mbean code="org.jboss.fresh.cpii.services.VFSService" name="CP2:service=VFS">
 		<attribute name="JNDIName">java:/CP2/VFS</attribute>
-		<attribute name="MetaClassFactory">com.parsek.vfs.impl.DBVFSMetaFactory</attribute>
-		<attribute name="StoreClassFactory">com.parsek.vfs.impl.DBVFSStoreFactory</attribute>
-		<attribute name="MetaPropertyString">com.parsek.vfs.DBMeta.DataSource=java:/CP2/VFS-DB</attribute>
-		<attribute name="StorePropertyString">com.parsek.vfs.DBStore.DataSource=java:/CP2/VFS-DB</attribute>
-		<attribute name="TagFactory">com.parsek.vfs.impl.TimeTagFactory</attribute>
+		<attribute name="MetaClassFactory">org.jboss.fresh.parsek.vfs.impl.DBVFSMetaFactory</attribute>
+		<attribute name="StoreClassFactory">org.jboss.fresh.parsek.vfs.impl.DBVFSStoreFactory</attribute>
+		<attribute name="MetaPropertyString">org.jboss.fresh.parsek.vfs.DBMeta.DataSource=java:/CP2/VFS-DB</attribute>
+		<attribute name="StorePropertyString">org.jboss.fresh.parsek.vfs.DBStore.DataSource=java:/CP2/VFS-DB</attribute>
+		<attribute name="TagFactory">org.jboss.fresh.parsek.vfs.impl.TimeTagFactory</attribute>
 		<depends>CP2:classes=System</depends>
 		<depends>CP2:datasource=VFS-DB</depends>
 	</mbean-->

Copied: projects/fresh/trunk/fresh-vfs/src/main/java/org/jboss/fresh/parsek (from rev 88001, projects/fresh/trunk/fresh-vfs/src/main/java/com/parsek)




More information about the jboss-cvs-commits mailing list