[jira] Updated: (GERONIMO-2607) GoperationInfo should include the return type for the operation

2007-01-23 Thread Matt Hogstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-2607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Hogstrom updated GERONIMO-2607:


Affects Version/s: (was: 2.0)
   2.0-M2

Applied kernel patch for Anita and deployed a new SNAPSHOT.  

Anita, please close if your satisfied.

> GoperationInfo should include the return type for the operation
> ---
>
> Key: GERONIMO-2607
> URL: https://issues.apache.org/jira/browse/GERONIMO-2607
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: kernel
>Affects Versions: 2.0-M2
> Environment: All
>Reporter: Anita Kulshreshtha
> Assigned To: Anita Kulshreshtha
> Attachments: kernel.diff, kernel.diff, modules.diff, operations.jpg
>
>
> When the operations are viewed by jconsole the return type is not avaialble. 
> GOpeartionInfo should keep the retrunType information.
> This will break backward compatibility of GBeanInfo. 

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



[jira] Updated: (GERONIMO-2607) GoperationInfo should include the return type for the operation

2007-01-05 Thread Anita Kulshreshtha (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-2607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anita Kulshreshtha updated GERONIMO-2607:
-

Attachment: kernel.diff

> GoperationInfo should include the return type for the operation
> ---
>
> Key: GERONIMO-2607
> URL: https://issues.apache.org/jira/browse/GERONIMO-2607
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: kernel
>Affects Versions: 2.0
> Environment: All
>Reporter: Anita Kulshreshtha
> Assigned To: Anita Kulshreshtha
> Attachments: kernel.diff, kernel.diff, modules.diff, operations.jpg
>
>
> When the operations are viewed by jconsole the return type is not avaialble. 
> GOpeartionInfo should keep the retrunType information.
> This will break backward compatibility of GBeanInfo. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-2607) GoperationInfo should include the return type for the operation

2006-12-08 Thread Anita Kulshreshtha (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2607?page=all ]

Anita Kulshreshtha updated GERONIMO-2607:
-

Attachment: modules.diff

The modules.diff patch adds two methods to GBeanInfoBuilder:
public void addOperation(String name, String returnType) 
public void addOperation(String name, Class[] paramTypes, String returnType) 
  and deprecates 
public void addOperation(String name) 
public void addOperation(String name, Class[] paramTypes)
If there are no objections, I will commit this patch in 24 hours

> GoperationInfo should include the return type for the operation
> ---
>
> Key: GERONIMO-2607
> URL: http://issues.apache.org/jira/browse/GERONIMO-2607
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: kernel
>Affects Versions: 2.0
> Environment: All
>Reporter: Anita Kulshreshtha
> Assigned To: Anita Kulshreshtha
> Attachments: kernel.diff, modules.diff, operations.jpg
>
>
> When the operations are viewed by jconsole the return type is not avaialble. 
> GOpeartionInfo should keep the retrunType information.
> This will break backward compatibility of GBeanInfo. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-2607) GoperationInfo should include the return type for the operation

2006-11-30 Thread Anita Kulshreshtha (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2607?page=all ]

Anita Kulshreshtha updated GERONIMO-2607:
-

Attachment: operations.jpg

> GoperationInfo should include the return type for the operation
> ---
>
> Key: GERONIMO-2607
> URL: http://issues.apache.org/jira/browse/GERONIMO-2607
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: kernel
>Affects Versions: 2.0
> Environment: All
>Reporter: Anita Kulshreshtha
> Assigned To: Anita Kulshreshtha
> Attachments: kernel.diff, operations.jpg
>
>
> When the operations are viewed by jconsole the return type is not avaialble. 
> GOpeartionInfo should keep the retrunType information.
> This will break backward compatibility of GBeanInfo. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-2607) GoperationInfo should include the return type for the operation

2006-11-30 Thread Anita Kulshreshtha (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2607?page=all ]

Anita Kulshreshtha updated GERONIMO-2607:
-

Attachment: kernel.diff

   I am attaching a patch for initial feedback. Are there any objections to 
this kind of modification? The changes are working. In addtion to this the 
tests need to be fixed to not use the old classes. Is there a better way of 
accomplishing the same?

> GoperationInfo should include the return type for the operation
> ---
>
> Key: GERONIMO-2607
> URL: http://issues.apache.org/jira/browse/GERONIMO-2607
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: kernel
>Affects Versions: 2.0
> Environment: All
>Reporter: Anita Kulshreshtha
> Assigned To: Anita Kulshreshtha
> Attachments: kernel.diff
>
>
> When the operations are viewed by jconsole the return type is not avaialble. 
> GOpeartionInfo should keep the retrunType information.
> This will break backward compatibility of GBeanInfo. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira