Re: Java client bindings on JBoss ESB

2009-03-19 Thread Jeffrey Bride
Hi, I see the change was made to PropertiesFileInitialContextFactory.java . thank you ! I apologize for the confusion but as it turns out . in some situations I can't pass the file name with a '/' prefix in which case the existing code in trunk will not find the properties file

Re: Java client bindings on JBoss ESB

2009-02-10 Thread Robert Greig
2009/2/9 Arnaud Simon : > Another solution would be for you to use the property > java.naming.provider./url /to specify the path to a qpid property file. My advice for this is for people to think about where they want to consolidate configuration. If you have a configuration file for this purpos

Re: Java client bindings on JBoss ESB

2009-02-10 Thread Arnaud Simon
Hi Jeffrey, Jeffrey Bride wrote: Hi Arnaud, great suggestion ... that approach also works unless the amqp.properties is included in the ESB archive. In JBoss, property files are typically packaged in the root of any type of JEE (*.jar) or JBoss specific archive (*.esb, *.sar). Subsequen

Re: Java client bindings on JBoss ESB

2009-02-09 Thread Jeffrey Bride
Hi Arnaud, great suggestion ... that approach also works unless the amqp.properties is included in the ESB archive. In JBoss, property files are typically packaged in the root of any type of JEE (*.jar) or JBoss specific archive (*.esb, *.sar). Subsequently, those property files end up in

Re: Java client bindings on JBoss ESB

2009-02-09 Thread Carl Trieloff
Arnaud Simon wrote: Robert Greig wrote: Hi Jeff, I'm currently working on an AMQP gateway for the JBoss ESB using the QPid Java client libraries. I have gotten it to work ... but did experience a few issues along the way. I made modifications to the JBoss ESB to accommodate the problem I

Re: Java client bindings on JBoss ESB

2009-02-09 Thread Arnaud Simon
Robert Greig wrote: Hi Jeff, I'm currently working on an AMQP gateway for the JBoss ESB using the QPid Java client libraries. I have gotten it to work ... but did experience a few issues along the way. I made modifications to the JBoss ESB to accommodate the problem I was experiencing. P

Re: Java client bindings on JBoss ESB

2009-02-08 Thread Jeffrey Bride
Excellent ! Thank you Robert. Your suggestion works! jeff On Sat, 2009-02-07 at 11:53 +, Robert Greig wrote: > Hi Jeff, > > > I'm currently working on an AMQP gateway for the JBoss ESB using the > > QPid Java client libraries. I have gotten it to work ... but did > > experience a few iss

Re: Java client bindings on JBoss ESB

2009-02-07 Thread Robert Greig
Hi Jeff, > I'm currently working on an AMQP gateway for the JBoss ESB using the > QPid Java client libraries. I have gotten it to work ... but did > experience a few issues along the way. I made modifications to the > JBoss ESB to accommodate the problem I was experiencing. Please see the > ES

Java client bindings on JBoss ESB

2009-02-06 Thread Jeffrey Bride
Hi, I'm currently working on an AMQP gateway for the JBoss ESB using the QPid Java client libraries. I have gotten it to work ... but did experience a few issues along the way. I made modifications to the JBoss ESB to accommodate the problem I was experiencing. Please see the ESB forum post fo