You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Kevan Miller <ke...@gmail.com> on 2011/05/10 04:53:26 UTC

Re: svn commit: r1100922 - /geronimo/server/trunk/plugins/corba/geronimo-corba/pom.xml

This appears to have broken the build. Haven't needed to build trunk. So, have ignored it all day. Just wanted to be sure someone is looking at it...

--kevan
On May 9, 2011, at 4:57 AM, xiaming@apache.org wrote:

> Author: xiaming
> Date: Mon May  9 08:57:40 2011
> New Revision: 1100922
> 
> URL: http://svn.apache.org/viewvc?rev=1100922&view=rev
> Log:
> Some EJB metadata impl. classes needs classes from yoko-rmi-impl to do deserialization
> 
> Modified:
>    geronimo/server/trunk/plugins/corba/geronimo-corba/pom.xml
> 
> Modified: geronimo/server/trunk/plugins/corba/geronimo-corba/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/corba/geronimo-corba/pom.xml?rev=1100922&r1=1100921&r2=1100922&view=diff
> ==============================================================================
> --- geronimo/server/trunk/plugins/corba/geronimo-corba/pom.xml (original)
> +++ geronimo/server/trunk/plugins/corba/geronimo-corba/pom.xml Mon May  9 08:57:40 2011
> @@ -86,6 +86,19 @@
>                     </excludes>
>                 </configuration>
>             </plugin>
> +            <!-- CRACK: CORBAHandleDelegate needs org.apache.yoko.rmi.impl.RMIPersistentStub to do deserialization -->
> +            <!-- No dependency added for that package, so just ignore the compilation warning of "Missing Constraint" -->
> +            <plugin>
> +                <groupId>org.apache.felix</groupId>
> +                <artifactId>maven-bundle-plugin</artifactId>
> +                <configuration>
> +                    <instructions>                            
> +                        <Import-Package>
> +                        org.apache.yoko.rmi.impl,*
> +                        </Import-Package>
> +                    </instructions>
> +                </configuration>
> +            </plugin>
>         </plugins>
>     </build>
> 
> 
>