Re: Recharging ACL file from Java Client

2010-03-02 Thread Carl Trieloff
On 03/02/2010 09:16 AM, Joan Bellver Faus wrote: Hello, thank you for your contribution, but i only was interested in using Java code, not python, or tools such as qpid-tool, in any case thank you very much. Finally i think i have solved the problem, my example code, by if someone could also

Re: Recharging ACL file from Java Client

2010-03-02 Thread Joan Bellver Faus
Hello, thank you for your contribution, but i only was interested in using Java code, not python, or tools such as qpid-tool, in any case thank you very much. Finally i think i have solved the problem, my example code, by if someone could also serve, is: ArrayList qmf = ne

Re: Recharging ACL file from Java Client

2010-03-01 Thread Carl Trieloff
On 03/01/2010 09:10 AM, Joan Bellver Faus wrote: Quoting Carl Trieloff : On 03/01/2010 07:19 AM, Joan Bellver Faus wrote: Quoting Carl Trieloff : yes, place the new file and then there is a QMF method that can be called to relaod the ACL. If the new ACL file has errors, the old files run

Re: Recharging ACL file from Java Client

2010-03-01 Thread Joan Bellver Faus
Quoting Carl Trieloff : On 03/01/2010 07:19 AM, Joan Bellver Faus wrote: Quoting Carl Trieloff : yes, place the new file and then there is a QMF method that can be called to relaod the ACL. If the new ACL file has errors, the old files runs will stay in place. Hi, I tried to use th

Re: Recharging ACL file from Java Client

2010-03-01 Thread Carl Trieloff
On 03/01/2010 07:19 AM, Joan Bellver Faus wrote: Quoting Carl Trieloff : yes, place the new file and then there is a QMF method that can be called to relaod the ACL. If the new ACL file has errors, the old files runs will stay in place. Hi, I tried to use the library org.apache.qpid.co

Re: Recharging ACL file from Java Client

2010-03-01 Thread Joan Bellver Faus
Quoting Carl Trieloff : yes, place the new file and then there is a QMF method that can be called to relaod the ACL. If the new ACL file has errors, the old files runs will stay in place. Hi, I tried to use the library org.apache.qpid.console to access the class session and be able

Re: Recharging ACL file from Java Client

2010-02-26 Thread Carl Trieloff
yes, place the new file and then there is a QMF method that can be called to relaod the ACL. If the new ACL file has errors, the old files runs will stay in place. The methods can be called via qpid-tool. Carl. On 02/26/2010 11:51 AM, Joan Bellver Faus wrote: Hi, is there any way to r

Recharging ACL file from Java Client

2010-02-26 Thread Joan Bellver Faus
Hi, is there any way to recharge the ACL file while the Broker is running using a Java Client? We are using the C++ Broker (version 0.5) and the Java client (trunk version). We have tested that this can be done using the python client, but we do not find the way to do it using the java cl