Re: [xmlblaster] strange error removeResponseListener entry not found

2007-03-08 Thread Marcel Ruff

Xavier Roques wrote:

Hi,

I'm using Xmlblaster 1.1 and in the log of my server, I saw plenty of
the following line.
xmlBlaster.ssl_socket  -
[org.xmlBlaster.util.protocol.RequestReplyExecutor:socket://0.0.0.0:7609
] removeResponseListener(nsgtpk-ivs01-agent:117311195060700) entry
not found

It is a known problem and how can I get rid of this ?
  

I'm not aware of such an open issue.
Can you please provide more details?
Do some clients behave unexpected when the logging output is written?

Marcel

thanks,

Xavier.

  




Re: [xmlblaster] question about Server Side Security Plugin

2007-03-08 Thread Marcel Ruff

Currently this feature is not available with init().


Since V1.2+  we have extended the security interface to allow additional 
data

like the IP address of the other side to be passed to your plugins
by isAuthorized().

Unfortunately, passing this information is currently not implemented.
Extending to pass the IP of the remote socket shouldn't be a bigger issue.

You can try to add this to the xmlBlaster core yourself, and if the patch
works with the current xmlBlaster svn we are glad to apply it,

regards
Marcel

Xavier Roques wrote:

Hi,

I'm using Xmlblaster 1.3 and I implemented my own Security plugin.

So I have a class which implements the interface I_Session.
This class check that the login/password of each client.

When the login and or the password of a client are not good, I will like
to display the IP address of the client which 
tried to connect to the server.


So, my question is from the method "public String init(I_SecurityQos
securityQos)" is there a way to know the IP address of the client
which is trying to connect to the server ?

Thanks,

Xavier.

  




[xmlblaster] question about Server Side Security Plugin

2007-03-08 Thread Xavier Roques
Hi,

I'm using Xmlblaster 1.3 and I implemented my own Security plugin.

So I have a class which implements the interface I_Session.
This class check that the login/password of each client.

When the login and or the password of a client are not good, I will like
to display the IP address of the client which 
tried to connect to the server.

So, my question is from the method "public String init(I_SecurityQos
securityQos)" is there a way to know the IP address of the client
which is trying to connect to the server ?

Thanks,

Xavier.


[xmlblaster] strange error removeResponseListener entry not found

2007-03-08 Thread Xavier Roques
Hi,

I'm using Xmlblaster 1.1 and in the log of my server, I saw plenty of
the following line.
xmlBlaster.ssl_socket  -
[org.xmlBlaster.util.protocol.RequestReplyExecutor:socket://0.0.0.0:7609
] removeResponseListener(nsgtpk-ivs01-agent:117311195060700) entry
not found

It is a known problem and how can I get rid of this ?

thanks,

Xavier.