You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Hiram Chirino <hi...@hiramchirino.com> on 2005/12/28 21:58:24 UTC

ActiveMQ packages have now been renamed

Just a heads up,

The ActiveMQ packages have been renamed:
   - from org.activemq to org.apache.activemq
   - from org.activeio to org.apache.activeio
   - from org.activecluster to org.apache.activecluster

The only modules left in the activemq source tree that have not been  
refactored are the ones in the sandbox and the jmeter module.  I  
figure we can refactor the package names for the optional modules in  
the sandbox as they get resurrected.  As for the jmeter module, I'm  
not really sure what package names those classes should live under.   
Since they are not actually ActiveMQ specific, perhaps we should work  
on getting them integrated in to the main jmeter distribution and  
have them use a org.apache.jmeter package.

Regards,
Hiram

Re: ActiveMQ packages have now been renamed

Posted by Hiram Chirino <hi...@hiramchirino.com>.
Thanks!  Fixed.

Regards,
Hiram

On Dec 28, 2005, at 4:44 PM, Bill Dudney wrote:

> argh, what is the deal with attachments, most of mine get stripped...
>
> I've pasted into this message
>
>
> Bill Dudney
> MyFaces - myfaces.apache.org
> Wadi - incubator.apache.org/wadi
>
>
> Index: /Users/bdudney/Development/activemq/activemq-web/src/main/ 
> java/org/apache/activemq/web/SpringBrokerContextListener.java
> ===================================================================
> --- /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
> org/apache/activemq/web/SpringBrokerContextListener.java	(revision  
> 359642)
> +++ /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
> org/apache/activemq/web/SpringBrokerContextListener.java	(working  
> copy)
> @@ -16,8 +16,8 @@
>   */
> package org.apache.activemq.web;
> -import org.activemq.broker.BrokerService;
> -import org.activemq.xbean.BrokerFactoryBean;
> +import org.apache.activemq.broker.BrokerService;
> +import org.apache.activemq.xbean.BrokerFactoryBean;
> import org.springframework.core.io.Resource;
> import org.springframework.web.context.support.ServletContextResource;
> Index: /Users/bdudney/Development/activemq/activemq-web/src/main/ 
> java/org/apache/activemq/web/MessageServletSupport.java
> ===================================================================
> --- /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
> org/apache/activemq/web/MessageServletSupport.java	(revision 359642)
> +++ /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
> org/apache/activemq/web/MessageServletSupport.java	(working copy)
> @@ -17,8 +17,8 @@
> package org.apache.activemq.web;
> -import org.activemq.command.ActiveMQQueue;
> -import org.activemq.command.ActiveMQTopic;
> +import org.apache.activemq.command.ActiveMQQueue;
> +import org.apache.activemq.command.ActiveMQTopic;
> import javax.jms.Destination;
> import javax.jms.JMSException;
> Index: /Users/bdudney/Development/activemq/activemq-web/src/main/ 
> java/org/apache/activemq/web/MessageServlet.java
> ===================================================================
> --- /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
> org/apache/activemq/web/MessageServlet.java	(revision 359642)
> +++ /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
> org/apache/activemq/web/MessageServlet.java	(working copy)
> @@ -33,8 +33,8 @@
> import javax.servlet.http.HttpServletRequest;
> import javax.servlet.http.HttpServletResponse;
> -import org.activemq.MessageAvailableConsumer;
> -import org.activemq.MessageAvailableListener;
> +import org.apache.activemq.MessageAvailableConsumer;
> +import org.apache.activemq.MessageAvailableListener;
> import org.apache.commons.logging.Log;
> import org.apache.commons.logging.LogFactory;
> import org.mortbay.util.ajax.Continuation;
> Index: /Users/bdudney/Development/activemq/activemq-web/src/main/ 
> java/org/apache/activemq/web/WebClient.java
> ===================================================================
> --- /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
> org/apache/activemq/web/WebClient.java	(revision 359642)
> +++ /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
> org/apache/activemq/web/WebClient.java	(working copy)
> @@ -38,9 +38,9 @@
> import javax.servlet.http.HttpSessionActivationListener;
> import javax.servlet.http.HttpSessionEvent;
> -import org.activemq.ActiveMQConnection;
> -import org.activemq.ActiveMQConnectionFactory;
> -import org.activemq.ActiveMQSession;
> +import org.apache.activemq.ActiveMQConnection;
> +import org.apache.activemq.ActiveMQConnectionFactory;
> +import org.apache.activemq.ActiveMQSession;
> import org.apache.commons.logging.Log;
> import org.apache.commons.logging.LogFactory;


Re: ActiveMQ packages have now been renamed

Posted by Bill Dudney <bd...@apache.org>.
argh, what is the deal with attachments, most of mine get stripped...

I've pasted into this message


Bill Dudney
MyFaces - myfaces.apache.org
Wadi - incubator.apache.org/wadi


Index: /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
org/apache/activemq/web/SpringBrokerContextListener.java
===================================================================
--- /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
org/apache/activemq/web/SpringBrokerContextListener.java	(revision  
359642)
+++ /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
org/apache/activemq/web/SpringBrokerContextListener.java	(working copy)
@@ -16,8 +16,8 @@
   */
package org.apache.activemq.web;
-import org.activemq.broker.BrokerService;
-import org.activemq.xbean.BrokerFactoryBean;
+import org.apache.activemq.broker.BrokerService;
+import org.apache.activemq.xbean.BrokerFactoryBean;
import org.springframework.core.io.Resource;
import org.springframework.web.context.support.ServletContextResource;
Index: /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
org/apache/activemq/web/MessageServletSupport.java
===================================================================
--- /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
org/apache/activemq/web/MessageServletSupport.java	(revision 359642)
+++ /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
org/apache/activemq/web/MessageServletSupport.java	(working copy)
@@ -17,8 +17,8 @@
package org.apache.activemq.web;
-import org.activemq.command.ActiveMQQueue;
-import org.activemq.command.ActiveMQTopic;
+import org.apache.activemq.command.ActiveMQQueue;
+import org.apache.activemq.command.ActiveMQTopic;
import javax.jms.Destination;
import javax.jms.JMSException;
Index: /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
org/apache/activemq/web/MessageServlet.java
===================================================================
--- /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
org/apache/activemq/web/MessageServlet.java	(revision 359642)
+++ /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
org/apache/activemq/web/MessageServlet.java	(working copy)
@@ -33,8 +33,8 @@
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
-import org.activemq.MessageAvailableConsumer;
-import org.activemq.MessageAvailableListener;
+import org.apache.activemq.MessageAvailableConsumer;
+import org.apache.activemq.MessageAvailableListener;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.mortbay.util.ajax.Continuation;
Index: /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
org/apache/activemq/web/WebClient.java
===================================================================
--- /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
org/apache/activemq/web/WebClient.java	(revision 359642)
+++ /Users/bdudney/Development/activemq/activemq-web/src/main/java/ 
org/apache/activemq/web/WebClient.java	(working copy)
@@ -38,9 +38,9 @@
import javax.servlet.http.HttpSessionActivationListener;
import javax.servlet.http.HttpSessionEvent;
-import org.activemq.ActiveMQConnection;
-import org.activemq.ActiveMQConnectionFactory;
-import org.activemq.ActiveMQSession;
+import org.apache.activemq.ActiveMQConnection;
+import org.apache.activemq.ActiveMQConnectionFactory;
+import org.apache.activemq.ActiveMQSession;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;


Re: ActiveMQ packages have now been renamed

Posted by Hiram Chirino <hi...@hiramchirino.com>.
Hum.  The patch did not seem to make it.

Regards,
Hiram

On Dec 28, 2005, at 4:34 PM, Bill Dudney wrote:

> Hi Hiram,
>
> Great news. One small glitch in the activemq-web module, there are  
> still a couple of references to some org.activemq packages.
>
> I've attached a patch that clears it up for me.
>
> TTFN,
>
> Bill Dudney
> MyFaces - myfaces.apache.org
> Wadi - incubator.apache.org/wadi
>
>
>
> On Dec 28, 2005, at 1:58 PM, Hiram Chirino wrote:
>
>> Just a heads up,
>>
>> The ActiveMQ packages have been renamed:
>>   - from org.activemq to org.apache.activemq
>>   - from org.activeio to org.apache.activeio
>>   - from org.activecluster to org.apache.activecluster
>>
>> The only modules left in the activemq source tree that have not  
>> been refactored are the ones in the sandbox and the jmeter  
>> module.  I figure we can refactor the package names for the  
>> optional modules in the sandbox as they get resurrected.  As for  
>> the jmeter module, I'm not really sure what package names those  
>> classes should live under.  Since they are not actually ActiveMQ  
>> specific, perhaps we should work on getting them integrated in to  
>> the main jmeter distribution and have them use a org.apache.jmeter  
>> package.
>>
>> Regards,
>> Hiram
>


Re: ActiveMQ packages have now been renamed

Posted by Bill Dudney <bd...@apache.org>.
Hi Hiram,

Great news. One small glitch in the activemq-web module, there are  
still a couple of references to some org.activemq packages.

I've attached a patch that clears it up for me.

TTFN,

Bill Dudney
MyFaces - myfaces.apache.org
Wadi - incubator.apache.org/wadi