[jboss-user] [EJB 3.0] - Pojo service bean question

2008-04-14 Thread cogauthier
Hi,

When my service was deployed on server the jmx-console display my method like 

Operation exposed for management

Param | ParamType | ParamValue | ParamDescription 
p1 String(no description) 
p2 String(no description) 
...
 
My question: Is it possible to annotate my pojo class for displaying real 
parameter name and method description?

thanks


Charles


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144039#4144039

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144039
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Detect client disconnection

2008-02-02 Thread cogauthier
Thanks !

Charles

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125762#4125762

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125762
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Detect client disconnection

2008-01-28 Thread cogauthier
Hi,

Nobody has a long treatment in a stateless session bean and who wishes to stop 
if the customer closes the page jsp?

Charles

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123974#4123974

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123974
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Detect client disconnection

2008-01-23 Thread cogauthier
Hi,

I have a jsp page that call stateless session bean (ejb3).
The stateless session execute processes during 45 seconds and return result to 
de jsp page. If a client called the jsp and close internet browser after 15 
seconds. The stateless session bean and the jsp page continu to run during 45 
seconds without catch the client disconnection.

My question, Is it possible to stop stateless session bean and the jsp when a 
client closing the browser session?

Thanks!

Charles

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122874#4122874

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122874
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user