Thomas Kiesgen wrote:
> Hi,
> 
> after checking out (and building) the newest sources of phoenix and building
> cornerstone on top, I found that there are duplicate entries in the
> xinfo-File for the RmiPublisher.
> Those lead to an Exception when starting phoenix that uses the RmiPublisher:

It seems that the @phoenix:service javadoc tag has been added to both 
RmiPublisher.java and AbstractPublisher.java. I suppose this causes the 
duplicate entries in the generated .xinfo file.

If the tag wasn't supposed to be in AbstractPublisher (donaldp Rev 1.15 
??) I included a patch to remove it. Does this work for you?

//
Johan
Index: AbstractPublisher.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/transport/publishing/AbstractPublisher.java,v
retrieving revision 1.19
diff -u -r1.19 AbstractPublisher.java
--- AbstractPublisher.java      12 Jul 2002 00:13:11 -0000      1.19
+++ AbstractPublisher.java      5 Sep 2002 20:13:03 -0000
@@ -36,8 +36,6 @@
 import org.apache.excalibur.altrmi.server.impl.classretrievers.NoClassRetriever;
 
 /**
- * @phoenix:service name="org.apache.excalibur.altrmi.server.AltrmiPublisher"
- *
  * @author Paul Hammant <a 
href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a>
  * @version $Revision: 1.19 $
  */

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to