Paul,
No excuses , I had NOT done *ant clean*
before building the src after the changes ..
Here is the patch that I missed ...
But can you get the reason behind the
getMethodInvocationHandler(MethodRequest mr,String
objectName) ..
Wont a more generic call like :
getMethodInvocationHandler(String puslishedname)
be better .
Comments ?
Sorry for this glitch,
Vinay
Index: AbstractServer.java
===================================================================
RCS file:
/home/cvspublic/jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/server/impl/AbstractServer.java,v
retrieving revision 1.21
diff -r1.21 AbstractServer.java
231a232,244
> /**
> * Method getMethodInvocationHandler
> *
> *
> * @param publishedName
> *
> * @return
> *
> */
> public MethodInvocationHandler
getMethodInvocationHandler(String publishedName) {
> return
mInovcationHandlerAdapter.getMethodInvocationHandler(publishedName);
> }
>
__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards�
http://movies.yahoo.com/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>