Re: [VOTE] Release Apache ActiveMQ 4.0.2 (RC 6)

2006-10-30 Thread James Strachan

+1

On 10/30/06, Hiram Chirino [EMAIL PROTECTED] wrote:

Some last minute NOTICE issues were still present in the 5th release
candidate of the
4.0.2 build.  We have also received confirmation from Apache legal
discuss that it's ok to include work covered by the Creative Commons
Attribution license.  I have cut and RC 6 of the 4.0.2 build with the
fixes and it's available here:

http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC6/maven1/incubator-activemq/distributions/

Maven 1 and Maven 2 repos for this release can be found at:
http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC6

Here's the wiki page for the release notes:
http://incubator.apache.org/activemq/activemq-402-release.html

Please vote to approve this release binary

[ ] +1 Release the binary as Apache ActiveMQ  4.0.2
[ ] -1 Veto the release (provide specific comments)

This vote is being cross posted to the general incubator mailing list
also to expedite the voting process.

Here's my +1

--
Regards,
Hiram

Blog: http://hiramchirino.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--

James
---
http://radio.weblogs.com/0112098/


[jira] Created: (AMQ-1013) Web console does not escape message details (/activemq-web-console/message.jsp)

2006-10-30 Thread Stefan Arentz (JIRA)
Web console does not escape message details (/activemq-web-console/message.jsp)
---

 Key: AMQ-1013
 URL: https://issues.apache.org/activemq/browse/AMQ-1013
 Project: ActiveMQ
  Issue Type: Improvement
 Environment: OS X 10.4.8 / Java 1.5 / ActiveMQ 4.1-SNAPSHOT
Reporter: Stefan Arentz
 Fix For: 4.1


The web console does not html-escape the message contents on the /message.jsp 
page which makes it difficult to see a xml test message.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (AMQ-1000) Networks of Brokers web page has errors

2006-10-30 Thread JIRA
[ 
https://issues.apache.org/activemq/browse/AMQ-1000?page=comments#action_37311 ] 

Bernhard Wellhöfer commented on AMQ-1000:
-

I fixed 2). Please review my change.

 Networks of Brokers web page has errors
 -

 Key: AMQ-1000
 URL: https://issues.apache.org/activemq/browse/AMQ-1000
 Project: ActiveMQ
  Issue Type: Bug
  Components: Documentation
Reporter: Bernhard Wellhöfer

 Hello,
 The page http://incubator.apache.org/activemq/networks-of-brokers.html has 
 two errors:
 1) Under NetworkConnector Properties the bridgeTempDestinations property is 
 missing.
 2) The examples under Example Configuration using NetworkConnector 
 properties are not valid XML files. The properties name, dynamicOnly, 
 conduitSubscriptions and decreaseNetworkConsumerPriority have to be XML 
 attributes to the networkConnector element.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Ajax/ActiveMQ integration with myFaces, Portlets, Spring frameworks ?

2006-10-30 Thread jt_rm

Dear James,

 We would like to use Ajax/ActiveMQ (AMQ servlets) for server-push feature
in some of our usecases in the
webapplication project.

We are shortlisting to use opensource AppFuse application using  MyFaces -
Spring - Hibernbate
frameworks for our webapplication development.
Attached is our understanding of Ajax/ActiveMQ architecture.

We would like to know whether   ActiveMQ-Ajax servlets
 provides:-
-integration with  myFaces
-integrates with Spring
 -portlets support

 In the opensource AppFuse application, DWR integrates with Spring and
MyFaces and also supports portlets.

 Hence, We are contemplating whether to use DWR or Ajax/ActiveMQ to provide
server-push feature in our
application, based on the above clarifications.

We greatly appreciate your advise for the above queries.

thanks and regards
JT_RM

http://www.nabble.com/file/3912/AjaxNIOJMSArchitecture-Summary.doc
AjaxNIOJMSArchitecture-Summary.doc 
-- 
View this message in context: 
http://www.nabble.com/Ajax-ActiveMQ-integration-with-myFaces%2C-Portlets%2C-Spring-frameworks---tf2540640.html#a7078379
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.



[jira] Commented: (AMQ-1016) 4.1 RC1: META-INF/spring.schemas refers to building user file:/Users/chirino/

2006-10-30 Thread JIRA
[ 
https://issues.apache.org/activemq/browse/AMQ-1016?page=comments#action_37314 ] 

Endre Stølsvik commented on AMQ-1016:
-

$.01 :

Find one thing that stands out:
{noformat} 
beans xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns=http://www.springframework.org/schema/beans;
xmlns:aop=http://www.springframework.org/schema/aop;
xmlns:tx=http://www.springframework.org/schema/tx;
xmlns:amq=http://activemq.org/config/1.0;
xsi:schemaLocation=
http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://www.springframework.org/schema/aop   
http://www.springframework.org/schema/aop/spring-aop-2.0.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx-2.0.xsd
http://activemq.org/config/1.0  
http://people.apache.org/repository/org.apache.activemq/xsds/activemq-core-4.1-incubator-SNAPSHOT.xsd;
{noformat} 

and btw, the http://activemq.org/config/1.0; doesn't exist (404), and I don't 
quite get the 1.0 either. Why not do as spring itself does, like 
http://apache.org/schema/amq; and have a file activemq-amq-4.x.xsd or 
somehting there?

 4.1 RC1: META-INF/spring.schemas refers to building user 
 file:/Users/chirino/
 ---

 Key: AMQ-1016
 URL: https://issues.apache.org/activemq/browse/AMQ-1016
 Project: ActiveMQ
  Issue Type: Bug
Affects Versions: 4.1
 Environment: n/a
Reporter: Endre Stølsvik
Priority: Minor

 Referring to the 4.1 RC1 posted by Hiram Chirino  Oct 06, here:
   http://www.nabble.com/ActiveMQ-4.1-RC-1-tf2397970.html#a6686974
 The META-INF file spring.schemas have the single line.
 http\://activemq.org/config/1.0=file:/Users/chirino/sandbox/activemq-4.1/activemq-core/target/activemq.xsd
 Notice file:/ and Users/chirino. Referring to 
 org.springframework.beans.factory.xml.PluggableSchemaResolver's javadoc: 
 schema-location should also be a schema file in the classpath, and that 
 no-one can tell what structure I will have on my fs, this must be wrong. In 
 addition, I most probably won't have a user name chirino.
 PS: In addition, the doc at
   
 http://www.activemq.org/site/how-do-i-embed-a-broker-inside-a-connection.html
 refers as such:
 xmlns:amq=http://activemq.org/config/1.0;
  .. and ..
 xsi:schemaLocation=http://activemq.org/config/1.0 
 http://people.apache.org/repository/org.apache.activemq/xsds/activemq-core-4.1-incubator-SNAPSHOT.xsd;
 Wouldn't it be nice if this was put at a better place than such a 
 snapshot-build URI? It could be put where it will reside when 4.1 actually is 
 out, w/o anyone being to angry about changes during the finalization period, 
 I personally believe.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




RE: [VOTE] Release Apache ActiveMQ 4.0.2 (RC 6)

2006-10-30 Thread Dhawan, Vikram \(LNG-DAY\)
Hi Hiram, 

I am still having trouble with message selector using STOMP C. it works
fine in the 4.0.1 release. 

Thanks!

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hiram
Chirino
Sent: Sunday, October 29, 2006 9:54 PM
To: activemq-dev@geronimo.apache.org; general@incubator.apache.org
Subject: [VOTE] Release Apache ActiveMQ 4.0.2 (RC 6)

Some last minute NOTICE issues were still present in the 5th release
candidate of the
4.0.2 build.  We have also received confirmation from Apache legal
discuss that it's ok to include work covered by the Creative Commons
Attribution license.  I have cut and RC 6 of the 4.0.2 build with the
fixes and it's available here:

http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC6/maven1/in
cubator-activemq/distributions/

Maven 1 and Maven 2 repos for this release can be found at:
http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC6

Here's the wiki page for the release notes:
http://incubator.apache.org/activemq/activemq-402-release.html

Please vote to approve this release binary

[ ] +1 Release the binary as Apache ActiveMQ  4.0.2
[ ] -1 Veto the release (provide specific comments)

This vote is being cross posted to the general incubator mailing list
also to expedite the voting process.

Here's my +1

-- 
Regards,
Hiram

Blog: http://hiramchirino.com