You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Philip Schlesinger (JIRA)" <qp...@incubator.apache.org> on 2010/08/24 20:11:17 UTC

[jira] Created: (QPID-2823) HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6

HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6
----------------------------------------------------------------------------------

                 Key: QPID-2823
                 URL: https://issues.apache.org/jira/browse/QPID-2823
             Project: Qpid
          Issue Type: Improvement
          Components: website
    Affects Versions: 0.6
         Environment: Website, HermesJMS 1.13
            Reporter: Philip Schlesinger


This web page: https://cwiki.apache.org/qpid/hermesjms.html

refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:

* client-launch.jar
* slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
* client.jar (is this qpid-client-0.6.jar?)
* common.jar (is this qpid-common-0.6.jar?)

I'm assuming the two mina jars can be just replaced with their newer versions.

Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.

I tried building qpid\java\client\ with ant calling every one of the targets in the build.xml, then importing all of the jars in qpid\java\client\release\qpid-client-0.6\lib\ -- this is the exception I received when I clicked Discover on the HermesJMS session icon that I created:

{quote}
hermes.HermesException: The default provider extension cannot discover queues or topics on org.apache.qpid.client.AMQConnectionFactory
	at hermes.ext.HermesAdminSupport.discoverDestinationConfigs(HermesAdminSupport.java:449)
	at hermes.impl.HermesAdminAdapter.discoverDestinationConfigs(HermesAdminAdapter.java:84)
	at hermes.impl.DefaultHermesImpl.discoverDestinationConfigs(DefaultHermesImpl.java:1357)
	at hermes.browser.tasks.DiscoverDestinationsTask.invoke(DiscoverDestinationsTask.java:76)
	at hermes.browser.tasks.TaskSupport.run(TaskSupport.java:175)
	at hermes.browser.tasks.ThreadPool.run(ThreadPool.java:170)
	at java.lang.Thread.run(Thread.java:619)
{quote}

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2823) HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6

Posted by "Philip Schlesinger (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Schlesinger updated QPID-2823:
-------------------------------------

    Comment: was deleted

(was: Help?!)

> HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6
> ----------------------------------------------------------------------------------
>
>                 Key: QPID-2823
>                 URL: https://issues.apache.org/jira/browse/QPID-2823
>             Project: Qpid
>          Issue Type: Improvement
>          Components: website
>    Affects Versions: 0.6
>         Environment: Website, HermesJMS 1.13
>            Reporter: Philip Schlesinger
>
> This web page: https://cwiki.apache.org/qpid/hermesjms.html
> refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:
> * client-launch.jar
> * slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
> * client.jar (is this qpid-client-0.6.jar?)
> * common.jar (is this qpid-common-0.6.jar?)
> I'm assuming the two mina jars can be just replaced with their newer versions.  Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Issue Comment Edited: (QPID-2823) HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6

Posted by "Philip Schlesinger (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902061#action_12902061 ] 

Philip Schlesinger edited comment on QPID-2823 at 8/24/10 9:52 PM:
-------------------------------------------------------------------

I should note I seem to be able to browse QPID queues that I create if I simply add all of the jars from the qpid-0.6\java\client\release\qpid-client-0.6\lib\ directory

      was (Author: theschles):
    I should note I seem to be able to browse QPID queues if I simply add all of the jars from the qpid-0.6\java\client\release\qpid-client-0.6\lib\ directory
  
> HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6
> ----------------------------------------------------------------------------------
>
>                 Key: QPID-2823
>                 URL: https://issues.apache.org/jira/browse/QPID-2823
>             Project: Qpid
>          Issue Type: Improvement
>          Components: website
>    Affects Versions: 0.6
>         Environment: Website, HermesJMS 1.13
>            Reporter: Philip Schlesinger
>
> This web page: https://cwiki.apache.org/qpid/hermesjms.html
> refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:
> * client-launch.jar
> * slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
> * client.jar (is this qpid-client-0.6.jar?)
> * common.jar (is this qpid-common-0.6.jar?)
> I'm assuming the two mina jars can be just replaced with their newer versions.  Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2823) HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6

Posted by "Philip Schlesinger (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902061#action_12902061 ] 

Philip Schlesinger commented on QPID-2823:
------------------------------------------

I should note I seem to be able to browse QPID queues if I simply add all of the jars from the qpid-0.6\java\client\release\qpid-client-0.6\lib\ directory

> HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6
> ----------------------------------------------------------------------------------
>
>                 Key: QPID-2823
>                 URL: https://issues.apache.org/jira/browse/QPID-2823
>             Project: Qpid
>          Issue Type: Improvement
>          Components: website
>    Affects Versions: 0.6
>         Environment: Website, HermesJMS 1.13
>            Reporter: Philip Schlesinger
>
> This web page: https://cwiki.apache.org/qpid/hermesjms.html
> refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:
> * client-launch.jar
> * slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
> * client.jar (is this qpid-client-0.6.jar?)
> * common.jar (is this qpid-common-0.6.jar?)
> I'm assuming the two mina jars can be just replaced with their newer versions.  Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2823) HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6

Posted by "Philip Schlesinger (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Schlesinger updated QPID-2823:
-------------------------------------

    Comment: was deleted

(was: I should note I seem to be able to browse QPID queues that I create if I simply add all of the jars from the qpid-0.6\java\client\release\qpid-client-0.6\lib\ directory)

> HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6
> ----------------------------------------------------------------------------------
>
>                 Key: QPID-2823
>                 URL: https://issues.apache.org/jira/browse/QPID-2823
>             Project: Qpid
>          Issue Type: Improvement
>          Components: website
>    Affects Versions: 0.6
>         Environment: Website, HermesJMS 1.13
>            Reporter: Philip Schlesinger
>
> This web page: https://cwiki.apache.org/qpid/hermesjms.html
> refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:
> * client-launch.jar
> * slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
> * client.jar (is this qpid-client-0.6.jar?)
> * common.jar (is this qpid-common-0.6.jar?)
> I'm assuming the two mina jars can be just replaced with their newer versions.  Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2823) HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6

Posted by "Philip Schlesinger (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Schlesinger updated QPID-2823:
-------------------------------------

    Description: 
This web page: https://cwiki.apache.org/qpid/hermesjms.html

refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:

* client-launch.jar
* slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
* client.jar (is this qpid-client-0.6.jar?)
* common.jar (is this qpid-common-0.6.jar?)

I'm assuming the two mina jars can be just replaced with their newer versions.  Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.

Now, I tried building qpid\java\client\ with ant calling every one of the targets in the build.xml, then importing all of the jars in qpid\java\client\release\qpid-client-0.6\lib\ -- when I try to browse by double-clicking on one of the queues that I specified, I get the following message:

{quote}
org.apache.qpid.AMQConnectionFailureException: connect() timed out
	at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:600)
	at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:380)
	at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:368)
	at org.apache.qpid.client.AMQConnectionFactory.createConnection(AMQConnectionFactory.java:280)
	at hermes.impl.jms.ConnectionManagerSupport.createConnection(ConnectionManagerSupport.java:122)
	at hermes.impl.jms.ConnectionManagerSupport.createConnection(ConnectionManagerSupport.java:92)
	at hermes.impl.jms.ConnectionSharedManager.reconnect(ConnectionSharedManager.java:81)
	at hermes.impl.jms.ConnectionSharedManager.connect(ConnectionSharedManager.java:91)
	at hermes.impl.jms.ConnectionSharedManager.getConnection(ConnectionSharedManager.java:104)
	at hermes.impl.jms.ConnectionSharedManager.getObject(ConnectionSharedManager.java:142)
	at hermes.impl.jms.ThreadLocalSessionManager.connect(ThreadLocalSessionManager.java:190)
	at hermes.impl.jms.ThreadLocalSessionManager.getSession(ThreadLocalSessionManager.java:570)
	at hermes.impl.jms.AbstractSessionManager.getDestination(AbstractSessionManager.java:465)
	at hermes.impl.DefaultHermesImpl.getDestination(DefaultHermesImpl.java:367)
	at hermes.browser.tasks.BrowseDestinationTask.invoke(BrowseDestinationTask.java:141)
	at hermes.browser.tasks.TaskSupport.run(TaskSupport.java:175)
	at hermes.browser.tasks.ThreadPool.run(ThreadPool.java:170)
	at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.qpid.AMQException: cannot connect to broker [error code 504: channel error]
	at org.apache.qpid.client.AMQConnectionDelegate_0_10.makeBrokerConnection(AMQConnectionDelegate_0_10.java:184)
	at org.apache.qpid.client.AMQConnection.makeBrokerConnection(AMQConnection.java:736)
	at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:529)
	... 17 more
Caused by: org.apache.qpid.transport.ConnectionException: connect() timed out
	at org.apache.qpid.transport.Connection.connect(Connection.java:210)
	at org.apache.qpid.client.AMQConnectionDelegate_0_10.makeBrokerConnection(AMQConnectionDelegate_0_10.java:173)
	... 19 more
{quote}

  was:
This web page: https://cwiki.apache.org/qpid/hermesjms.html

refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:

* client-launch.jar
* slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
* client.jar (is this qpid-client-0.6.jar?)
* common.jar (is this qpid-common-0.6.jar?)

I'm assuming the two mina jars can be just replaced with their newer versions.

Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.


Help?!

> HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6
> ----------------------------------------------------------------------------------
>
>                 Key: QPID-2823
>                 URL: https://issues.apache.org/jira/browse/QPID-2823
>             Project: Qpid
>          Issue Type: Improvement
>          Components: website
>    Affects Versions: 0.6
>         Environment: Website, HermesJMS 1.13
>            Reporter: Philip Schlesinger
>
> This web page: https://cwiki.apache.org/qpid/hermesjms.html
> refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:
> * client-launch.jar
> * slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
> * client.jar (is this qpid-client-0.6.jar?)
> * common.jar (is this qpid-common-0.6.jar?)
> I'm assuming the two mina jars can be just replaced with their newer versions.  Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.
> Now, I tried building qpid\java\client\ with ant calling every one of the targets in the build.xml, then importing all of the jars in qpid\java\client\release\qpid-client-0.6\lib\ -- when I try to browse by double-clicking on one of the queues that I specified, I get the following message:
> {quote}
> org.apache.qpid.AMQConnectionFailureException: connect() timed out
> 	at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:600)
> 	at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:380)
> 	at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:368)
> 	at org.apache.qpid.client.AMQConnectionFactory.createConnection(AMQConnectionFactory.java:280)
> 	at hermes.impl.jms.ConnectionManagerSupport.createConnection(ConnectionManagerSupport.java:122)
> 	at hermes.impl.jms.ConnectionManagerSupport.createConnection(ConnectionManagerSupport.java:92)
> 	at hermes.impl.jms.ConnectionSharedManager.reconnect(ConnectionSharedManager.java:81)
> 	at hermes.impl.jms.ConnectionSharedManager.connect(ConnectionSharedManager.java:91)
> 	at hermes.impl.jms.ConnectionSharedManager.getConnection(ConnectionSharedManager.java:104)
> 	at hermes.impl.jms.ConnectionSharedManager.getObject(ConnectionSharedManager.java:142)
> 	at hermes.impl.jms.ThreadLocalSessionManager.connect(ThreadLocalSessionManager.java:190)
> 	at hermes.impl.jms.ThreadLocalSessionManager.getSession(ThreadLocalSessionManager.java:570)
> 	at hermes.impl.jms.AbstractSessionManager.getDestination(AbstractSessionManager.java:465)
> 	at hermes.impl.DefaultHermesImpl.getDestination(DefaultHermesImpl.java:367)
> 	at hermes.browser.tasks.BrowseDestinationTask.invoke(BrowseDestinationTask.java:141)
> 	at hermes.browser.tasks.TaskSupport.run(TaskSupport.java:175)
> 	at hermes.browser.tasks.ThreadPool.run(ThreadPool.java:170)
> 	at java.lang.Thread.run(Thread.java:619)
> Caused by: org.apache.qpid.AMQException: cannot connect to broker [error code 504: channel error]
> 	at org.apache.qpid.client.AMQConnectionDelegate_0_10.makeBrokerConnection(AMQConnectionDelegate_0_10.java:184)
> 	at org.apache.qpid.client.AMQConnection.makeBrokerConnection(AMQConnection.java:736)
> 	at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:529)
> 	... 17 more
> Caused by: org.apache.qpid.transport.ConnectionException: connect() timed out
> 	at org.apache.qpid.transport.Connection.connect(Connection.java:210)
> 	at org.apache.qpid.client.AMQConnectionDelegate_0_10.makeBrokerConnection(AMQConnectionDelegate_0_10.java:173)
> 	... 19 more
> {quote}

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2823) HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6

Posted by "Philip Schlesinger (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Schlesinger updated QPID-2823:
-------------------------------------

    Description: 
This web page: https://cwiki.apache.org/qpid/hermesjms.html

refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:

* client-launch.jar
* slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
* client.jar (is this qpid-client-0.6.jar?)
* common.jar (is this qpid-common-0.6.jar?)

I'm assuming the two mina jars can be just replaced with their newer versions.  Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.

  was:
This web page: https://cwiki.apache.org/qpid/hermesjms.html

refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:

* client-launch.jar
* slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
* client.jar (is this qpid-client-0.6.jar?)
* common.jar (is this qpid-common-0.6.jar?)

I'm assuming the two mina jars can be just replaced with their newer versions.  Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.

Now, I tried building qpid\java\client\ with ant calling every one of the targets in the build.xml, then importing all of the jars in qpid\java\client\release\qpid-client-0.6\lib\ -- when I try to browse by double-clicking on one of the queues that I specified, I get the following message:

{quote}
org.apache.qpid.AMQConnectionFailureException: connect() timed out
	at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:600)
	at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:380)
	at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:368)
	at org.apache.qpid.client.AMQConnectionFactory.createConnection(AMQConnectionFactory.java:280)
	at hermes.impl.jms.ConnectionManagerSupport.createConnection(ConnectionManagerSupport.java:122)
	at hermes.impl.jms.ConnectionManagerSupport.createConnection(ConnectionManagerSupport.java:92)
	at hermes.impl.jms.ConnectionSharedManager.reconnect(ConnectionSharedManager.java:81)
	at hermes.impl.jms.ConnectionSharedManager.connect(ConnectionSharedManager.java:91)
	at hermes.impl.jms.ConnectionSharedManager.getConnection(ConnectionSharedManager.java:104)
	at hermes.impl.jms.ConnectionSharedManager.getObject(ConnectionSharedManager.java:142)
	at hermes.impl.jms.ThreadLocalSessionManager.connect(ThreadLocalSessionManager.java:190)
	at hermes.impl.jms.ThreadLocalSessionManager.getSession(ThreadLocalSessionManager.java:570)
	at hermes.impl.jms.AbstractSessionManager.getDestination(AbstractSessionManager.java:465)
	at hermes.impl.DefaultHermesImpl.getDestination(DefaultHermesImpl.java:367)
	at hermes.browser.tasks.BrowseDestinationTask.invoke(BrowseDestinationTask.java:141)
	at hermes.browser.tasks.TaskSupport.run(TaskSupport.java:175)
	at hermes.browser.tasks.ThreadPool.run(ThreadPool.java:170)
	at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.qpid.AMQException: cannot connect to broker [error code 504: channel error]
	at org.apache.qpid.client.AMQConnectionDelegate_0_10.makeBrokerConnection(AMQConnectionDelegate_0_10.java:184)
	at org.apache.qpid.client.AMQConnection.makeBrokerConnection(AMQConnection.java:736)
	at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:529)
	... 17 more
Caused by: org.apache.qpid.transport.ConnectionException: connect() timed out
	at org.apache.qpid.transport.Connection.connect(Connection.java:210)
	at org.apache.qpid.client.AMQConnectionDelegate_0_10.makeBrokerConnection(AMQConnectionDelegate_0_10.java:173)
	... 19 more
{quote}


> HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6
> ----------------------------------------------------------------------------------
>
>                 Key: QPID-2823
>                 URL: https://issues.apache.org/jira/browse/QPID-2823
>             Project: Qpid
>          Issue Type: Improvement
>          Components: website
>    Affects Versions: 0.6
>         Environment: Website, HermesJMS 1.13
>            Reporter: Philip Schlesinger
>
> This web page: https://cwiki.apache.org/qpid/hermesjms.html
> refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:
> * client-launch.jar
> * slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
> * client.jar (is this qpid-client-0.6.jar?)
> * common.jar (is this qpid-common-0.6.jar?)
> I'm assuming the two mina jars can be just replaced with their newer versions.  Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2823) HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6

Posted by "Philip Schlesinger (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Schlesinger updated QPID-2823:
-------------------------------------

    Description: 
This web page: https://cwiki.apache.org/qpid/hermesjms.html

refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:

* client-launch.jar
* slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
* client.jar (is this qpid-client-0.6.jar?)
* common.jar (is this qpid-common-0.6.jar?)

I'm assuming the two mina jars can be just replaced with their newer versions.  Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.

I should note that adding the jars from the qpid-0.6\java\client\release\qpid-client-0.6\lib\ directory seems to work.

  was:
This web page: https://cwiki.apache.org/qpid/hermesjms.html

refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:

* client-launch.jar
* slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
* client.jar (is this qpid-client-0.6.jar?)
* common.jar (is this qpid-common-0.6.jar?)

I'm assuming the two mina jars can be just replaced with their newer versions.  Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.


> HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6
> ----------------------------------------------------------------------------------
>
>                 Key: QPID-2823
>                 URL: https://issues.apache.org/jira/browse/QPID-2823
>             Project: Qpid
>          Issue Type: Improvement
>          Components: website
>    Affects Versions: 0.6
>         Environment: Website, HermesJMS 1.13
>            Reporter: Philip Schlesinger
>
> This web page: https://cwiki.apache.org/qpid/hermesjms.html
> refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:
> * client-launch.jar
> * slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
> * client.jar (is this qpid-client-0.6.jar?)
> * common.jar (is this qpid-common-0.6.jar?)
> I'm assuming the two mina jars can be just replaced with their newer versions.  Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.
> I should note that adding the jars from the qpid-0.6\java\client\release\qpid-client-0.6\lib\ directory seems to work.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2823) HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6

Posted by "Philip Schlesinger (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Schlesinger updated QPID-2823:
-------------------------------------

    Description: 
This web page: https://cwiki.apache.org/qpid/hermesjms.html

refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:

* client-launch.jar
* slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
* client.jar (is this qpid-client-0.6.jar?)
* common.jar (is this qpid-common-0.6.jar?)

I'm assuming the two mina jars can be just replaced with their newer versions.

Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.

  was:
This web page: https://cwiki.apache.org/qpid/hermesjms.html

refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:

* client-launch.jar
* slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
* client.jar (is this qpid-client-0.6.jar?)
* common.jar (is this qpid-common-0.6.jar?)

I'm assuming the two mina jars can be just replaced with their newer versions.

Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.

I tried building qpid\java\client\ with ant calling every one of the targets in the build.xml, then importing all of the jars in qpid\java\client\release\qpid-client-0.6\lib\ -- this is the exception I received when I clicked Discover on the HermesJMS session icon that I created:

{quote}
hermes.HermesException: The default provider extension cannot discover queues or topics on org.apache.qpid.client.AMQConnectionFactory
	at hermes.ext.HermesAdminSupport.discoverDestinationConfigs(HermesAdminSupport.java:449)
	at hermes.impl.HermesAdminAdapter.discoverDestinationConfigs(HermesAdminAdapter.java:84)
	at hermes.impl.DefaultHermesImpl.discoverDestinationConfigs(DefaultHermesImpl.java:1357)
	at hermes.browser.tasks.DiscoverDestinationsTask.invoke(DiscoverDestinationsTask.java:76)
	at hermes.browser.tasks.TaskSupport.run(TaskSupport.java:175)
	at hermes.browser.tasks.ThreadPool.run(ThreadPool.java:170)
	at java.lang.Thread.run(Thread.java:619)
{quote}


> HermesJMS QPID integration document refers to jar files no longer used in QPID 0.6
> ----------------------------------------------------------------------------------
>
>                 Key: QPID-2823
>                 URL: https://issues.apache.org/jira/browse/QPID-2823
>             Project: Qpid
>          Issue Type: Improvement
>          Components: website
>    Affects Versions: 0.6
>         Environment: Website, HermesJMS 1.13
>            Reporter: Philip Schlesinger
>
> This web page: https://cwiki.apache.org/qpid/hermesjms.html
> refers to configuring HermesJMS to add to its classpath several jars, many of which no longer exist in the 0.6 distribution.  I cannot find in the 0.6 distribution:
> * client-launch.jar
> * slf4j-simple.jar (is this slf4j-api-1.4.0.jar?)
> * client.jar (is this qpid-client-0.6.jar?)
> * common.jar (is this qpid-common-0.6.jar?)
> I'm assuming the two mina jars can be just replaced with their newer versions.
> Please update the diagram to show the new filenames to use and where they're located relative to the directory tree.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org