[jira] Resolved: (AMQNET-139) README.txt needs to be updated

2009-02-03 Thread Jim Gomes (JIRA)

 [ 
https://issues.apache.org/activemq/browse/AMQNET-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jim Gomes resolved AMQNET-139.
--

Resolution: Fixed

> README.txt needs to be updated
> --
>
> Key: AMQNET-139
> URL: https://issues.apache.org/activemq/browse/AMQNET-139
> Project: ActiveMQ .Net
>  Issue Type: Task
>  Components: ActiveMQ Client, EMS, MSMQ, WCF
>Affects Versions: 1.1
>Reporter: Mark Keenan
>Assignee: Jim Gomes
>Priority: Trivial
> Fix For: 1.1
>
>
> README.txt includes this:
> ===
> Building With NAnt 0.85 http://nant.sourceforge.net/
> ===
> However, I believe that 0.86-beta2 (unreleased, currently available from 
> nightly snapshot) is necessary to build because of the newly added 
> "platform::is-windows()" function

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (AMQNET-139) README.txt needs to be updated

2009-02-03 Thread Jim Gomes (JIRA)

 [ 
https://issues.apache.org/activemq/browse/AMQNET-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jim Gomes updated AMQNET-139:
-

  Component/s: WCF
   MSMQ
   EMS
   ActiveMQ Client
Affects Version/s: 1.1
Fix Version/s: 1.1

Updated README.txt files.

> README.txt needs to be updated
> --
>
> Key: AMQNET-139
> URL: https://issues.apache.org/activemq/browse/AMQNET-139
> Project: ActiveMQ .Net
>  Issue Type: Task
>  Components: ActiveMQ Client, EMS, MSMQ, WCF
>Affects Versions: 1.1
>Reporter: Mark Keenan
>Assignee: Jim Gomes
>Priority: Trivial
> Fix For: 1.1
>
>
> README.txt includes this:
> ===
> Building With NAnt 0.85 http://nant.sourceforge.net/
> ===
> However, I believe that 0.86-beta2 (unreleased, currently available from 
> nightly snapshot) is necessary to build because of the newly added 
> "platform::is-windows()" function

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (AMQ-2095) Make pooled session implement XASession in case we need very specific management

2009-02-03 Thread Guillaume Nodet (JIRA)

 [ 
https://issues.apache.org/activemq/browse/AMQ-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet resolved AMQ-2095.
--

Resolution: Fixed

Sending
activemq-pool/src/main/java/org/apache/activemq/pool/JcaConnectionPool.java
Sending
activemq-pool/src/main/java/org/apache/activemq/pool/PooledSession.java
Sending
activemq-pool/src/main/java/org/apache/activemq/pool/SessionPool.java
Sending
activemq-pool/src/main/java/org/apache/activemq/pool/XaConnectionPool.java
Transmitting file data 
Committed revision 740476.

> Make pooled session implement XASession in case we need very specific 
> management
> 
>
> Key: AMQ-2095
> URL: https://issues.apache.org/activemq/browse/AMQ-2095
> Project: ActiveMQ
>  Issue Type: Improvement
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 5.3.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (AMQNET-139) README.txt needs to be updated

2009-02-03 Thread Mark Keenan (JIRA)
README.txt needs to be updated
--

 Key: AMQNET-139
 URL: https://issues.apache.org/activemq/browse/AMQNET-139
 Project: ActiveMQ .Net
  Issue Type: Task
Reporter: Mark Keenan
Assignee: Jim Gomes
Priority: Trivial


README.txt includes this:

===
Building With NAnt 0.85 http://nant.sourceforge.net/
===


However, I believe that 0.86-beta2 (unreleased, currently available from 
nightly snapshot) is necessary to build because of the newly added 
"platform::is-windows()" function

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (AMQ-2095) Make pooled session implement XASession in case we need very specific management

2009-02-03 Thread Guillaume Nodet (JIRA)
Make pooled session implement XASession in case we need very specific management


 Key: AMQ-2095
 URL: https://issues.apache.org/activemq/browse/AMQ-2095
 Project: ActiveMQ
  Issue Type: Improvement
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet
 Fix For: 5.3.0




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (AMQ-2091) Add a cache to the jms selector parser for speed improvements

2009-02-03 Thread Guillaume Nodet (JIRA)

 [ 
https://issues.apache.org/activemq/browse/AMQ-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet resolved AMQ-2091.
--

Resolution: Fixed

Sendingactivemq-core/src/main/grammar/SelectorParser.jj
Sending
activemq-core/src/main/java/org/apache/activemq/ActiveMQInputStream.java
Sending
activemq-core/src/main/java/org/apache/activemq/ActiveMQMessageConsumer.java
Sending
activemq-core/src/main/java/org/apache/activemq/broker/BrokerService.java
Sending
activemq-core/src/main/java/org/apache/activemq/broker/jmx/DestinationView.java
Sending
activemq-core/src/main/java/org/apache/activemq/broker/region/AbstractSubscription.java
Sending
activemq-core/src/main/java/org/apache/activemq/broker/region/Queue.java
Sending
activemq-core/src/main/java/org/apache/activemq/broker/region/virtual/FilteredDestination.java
Sending
activemq-core/src/test/java/org/apache/activemq/selector/SelectorParserTest.java
Sending
activemq-core/src/test/java/org/apache/activemq/selector/SelectorTest.java
Sending
activemq-ra/src/main/java/org/apache/activemq/ra/ActiveMQActivationSpec.java
Transmitting file data ...
Committed revision 740375.

> Add a cache to the jms selector parser for speed improvements
> -
>
> Key: AMQ-2091
> URL: https://issues.apache.org/activemq/browse/AMQ-2091
> Project: ActiveMQ
>  Issue Type: Improvement
>  Components: Selector
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 5.3.0
>
>
> When using the same complex selectors multiple times, having a cache would 
> improve performances greatly on both client and server sides.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Building

2009-02-03 Thread dj9

hi Tim,

thanks for your help with this.  I have eventually found the issue.  I had
not copied the libapr-1.dll into the application path.  Sheesh! :-(

Anyway thanks again!
Regards
Derek



Timothy Bish wrote:
> 
> That's rather odd, I've not had any issues with VS2005 or VS2008 like
> that.  Are you able to run the example code using the DebugDLL or
> ReleaseDLL configurations?
> 
> Regards
> Tim.
> 
> On Mon, 2009-02-02 at 09:52 -0800, dj9 wrote:
>> Hi Tim,
>> 
>> thanks for the response.
>> 
>> No I don't think that's what it is, I've never had any other version of
>> ARP
>> installed on my PC.
>> 
>> Regards
>> Derek
>> 
>> 
>> 
>> Timothy Bish wrote:
>> > 
>> > On Mon, 2009-02-02 at 07:17 -0800, dj9 wrote:
>> >> Hi there,
>> >> 
>> >> I have just started looking at using ActiveMQ and it's associated
>> clients
>> >> but am having some trouble with CMS on windows which hopefully
>> somebody
>> >> can
>> >> shed some light on for me.
>> >> 
>> >> I want to use ActiveMQ and CMS to allow Windows (MFC) applications to
>> >> talk
>> >> (simple text) to each other and to other Linux applications (will be
>> >> using
>> >> Perl/Ruby client for Linux side).  From the examples available I can
>> see
>> >> that this is done easily within Ruby and Perl using Stomp and I have
>> see
>> >> Visual Studio (v2005) is supported for CMS.  I want to create a class
>> >> using
>> >> CMS which the Windows MFC applications can use to talk to each other
>> and
>> >> to
>> >> the Linux applications via ActiveMQ.  I have downloaded the the latest
>> >> version of ActiveMQ-CPP (v2.2.3) and have built the projects
>> >> (vs2005-activemq, vs2005-activemq-example,
>> >> vs2005-activemq-integration-tests, vs2005-activemq-unittests) within
>> the
>> >> supplied source using MS Visual Studio 2005.  I had to change the
>> project
>> >> setup slightly to be able to find all the referenced library
>> directories
>> >> and
>> >> dlls where I'd installed the required tools, but aside from that
>> didn't
>> >> have
>> >> to change much in the project.  Below is a list of the tools and their
>> >> versions I'm using in my setup:
>> >> ActiveMQ-CPP (v2.2.3)
>> >> apr (v1.3.3)
>> >> apr-iconv (v1.2.1)
>> >> apr-util (v1.3.4)
>> >> cppunit (v1.12.1)
>> >> 
>> >> My issue is that I cannot run the example projects either in debug or
>> >> release mode, as I get the following Windows error "The procedure
>> entry
>> >> point _apr_pool_create_unmanaged...@12 could not be located in the
>> >> dynamic
>> >> link library libapr-1.dll".  However this does seem to be available
>> and
>> >> exists within the libapr-1.dll so I am confused as to what the issue
>> is,
>> >> can
>> >> anybody see what I've done wrong?
>> >> 
>> >> Is what I am trying to achieve reasonable?  Should I be trying to
>> solve
>> >> my
>> >> problem in another way?
>> > 
>> > Your setup seems reasonable and looks to mirror the versions that I use
>> > on my windows install so I'm not sure why its not able to find that
>> > method.  The first thing that comes to mind is that the loader is
>> > finding an older version of APR's dll, you don't have any others laying
>> > around that could be picked up on the system path do you?  
>> > 
>> > 
>> > 
>> >> 
>> >> Many thanks in advance for your help.
>> >> Kind regards
>> >> Derek
>> >> 
>> >> 
>> > -- 
>> > Tim Bish
>> > http://fusesource.com
>> > http://timbish.blogspot.com/
>> > 
>> > 
>> > 
>> > 
>> > 
>> 
> -- 
> Tim Bish
> http://fusesource.com
> http://timbish.blogspot.com/
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Building-tp21791435p21807663.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.



[jira] Updated: (AMQ-2094) Can't bind the connector to localhost or actuall IP correctly.

2009-02-03 Thread Shawn Jiang (JIRA)

 [ 
https://issues.apache.org/activemq/browse/AMQ-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn Jiang updated AMQ-2094:
-

Attachment: AMQ-2094.patch

Please help review the patch, thanks.

> Can't bind the connector to localhost or actuall IP correctly.
> --
>
> Key: AMQ-2094
> URL: https://issues.apache.org/activemq/browse/AMQ-2094
> Project: ActiveMQ
>  Issue Type: Bug
>  Components: Geronimo Integration
>Affects Versions: 4.1.2, 5.2.0
> Environment: Windows XP + SUN JDK 1.5
>Reporter: Shawn Jiang
> Attachments: AMQ-2094.patch
>
>
> ActiveMQ server socket created with TcpTransportServer  can't bind to 
> localhost or actuall IP correctly.  
> * expected result:
> ** localhost  ---> bind to 127.0.0.1
> ** actual IP  > bind to  actual IP
> * actual result:
> ** localhost  ---> bind to 0.0.0.0
> ** actual IP  > bind to 0.0.0.0
> {code:title="org.apache.activemq.transport.tcp.TcpTransportServer"}  
>   InetAddress addr = InetAddress.getByName(host);
>try {
>if (host.trim().equals("localhost") || \
> addr.equals(InetAddress.getLocalHost())) {  //#1 start the socket with 0.0.0.0
> this.serverSocket = \
> serverSocketFactory.createServerSocket(bind.getPort(), backlog);  }
>else {
> //#2  start the socket with the ip spcified in addr.
> this.serverSocket = \
> serverSocketFactory.createServerSocket(bind.getPort(), backlog, addr);  }
> {code}
> Since if you config the real IP as a host setting, \
> addr.equals(InetAddress.getLocalHost()) will allways be true so that the #1 
> will be used to start the socket with 0.0.0.0 by default.  Which causes a 
> defect of geronimo: https://issues.apache.org/jira/browse/GERONIMO-4404

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (AMQ-2094) Can't bind the connector to localhost or actuall IP correctly.

2009-02-03 Thread Shawn Jiang (JIRA)

 [ 
https://issues.apache.org/activemq/browse/AMQ-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn Jiang updated AMQ-2094:
-

Patch Info: [Patch Available]

> Can't bind the connector to localhost or actuall IP correctly.
> --
>
> Key: AMQ-2094
> URL: https://issues.apache.org/activemq/browse/AMQ-2094
> Project: ActiveMQ
>  Issue Type: Bug
>  Components: Geronimo Integration
>Affects Versions: 4.1.2, 5.2.0
> Environment: Windows XP + SUN JDK 1.5
>Reporter: Shawn Jiang
> Attachments: AMQ-2094.patch
>
>
> ActiveMQ server socket created with TcpTransportServer  can't bind to 
> localhost or actuall IP correctly.  
> * expected result:
> ** localhost  ---> bind to 127.0.0.1
> ** actual IP  > bind to  actual IP
> * actual result:
> ** localhost  ---> bind to 0.0.0.0
> ** actual IP  > bind to 0.0.0.0
> {code:title="org.apache.activemq.transport.tcp.TcpTransportServer"}  
>   InetAddress addr = InetAddress.getByName(host);
>try {
>if (host.trim().equals("localhost") || \
> addr.equals(InetAddress.getLocalHost())) {  //#1 start the socket with 0.0.0.0
> this.serverSocket = \
> serverSocketFactory.createServerSocket(bind.getPort(), backlog);  }
>else {
> //#2  start the socket with the ip spcified in addr.
> this.serverSocket = \
> serverSocketFactory.createServerSocket(bind.getPort(), backlog, addr);  }
> {code}
> Since if you config the real IP as a host setting, \
> addr.equals(InetAddress.getLocalHost()) will allways be true so that the #1 
> will be used to start the socket with 0.0.0.0 by default.  Which causes a 
> defect of geronimo: https://issues.apache.org/jira/browse/GERONIMO-4404

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.