You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-dev@ws.apache.org by "Sal Campana (JIRA)" <ji...@apache.org> on 2005/07/26 21:14:19 UTC

[jira] Closed: (HERMES-14) Pubscribe SVN does not compile

     [ http://issues.apache.org/jira/browse/HERMES-14?page=all ]
     
Sal Campana closed HERMES-14:
-----------------------------

    Resolution: Fixed
     Assign To: Sal Campana

The project currently builds.  We are in flux right now since we are in a release period, so things are changing constantly.

> Pubscribe SVN does not compile
> ------------------------------
>
>          Key: HERMES-14
>          URL: http://issues.apache.org/jira/browse/HERMES-14
>      Project: Pubscribe
>         Type: Bug
>   Components: BaseNotification
>  Environment: Java 1.5.0, Maven 1.0.2, Pubscribe SVN revision 224700
>     Reporter: J. Patrick Bedell
>     Assignee: Sal Campana

>
> Compilation of Pubscribe SVN fails with following error messages in the java:compile target:
> /opt/src/pubscribe/trunk/src/java/org/apache/ws/eventing/pubsub/SubscriptionHome.java:22: cannot find symbol
> symbol  : class IllegalResourceTypeException
> location: package org.apache.ws.resource
> import org.apache.ws.resource.IllegalResourceTypeException;
>                               ^
> /opt/src/pubscribe/trunk/src/java/org/apache/ws/notification/pubsub/SubscriptionHome.java:21: cannot find symbol
> symbol  : class IllegalResourceTypeException
> location: package org.apache.ws.resource
> import org.apache.ws.resource.IllegalResourceTypeException;
>                               ^
> /opt/src/pubscribe/trunk/src/java/org/apache/ws/eventing/pubsub/SubscriptionHome.java:63: add(java.lang.Object,org.apache.ws.resource.Resource) in org.apache.ws.resource.impl.AbstractResourceHome cannot be applied to (org.apache.ws.eventing.pubsub.Subscription)
>             add(s);
>             ^
> /opt/src/pubscribe/trunk/src/java/org/apache/ws/eventing/pubsub/SubscriptionHome.java:65: cannot find symbol
> symbol  : class IllegalResourceTypeException
> location: class org.apache.ws.eventing.pubsub.SubscriptionHome
>         catch ( IllegalResourceTypeException irte )
>                 ^
> /opt/src/pubscribe/trunk/src/java/org/apache/ws/eventing/SubscriptionHome.java:95: add(java.lang.Object,org.apache.ws.resource.Resource) in org.apache.ws.resource.impl.AbstractResourceHome cannot be applied to (org.apache.ws.eventing.Subscription)
>             add(s);
>             ^
> /opt/src/pubscribe/trunk/src/java/org/apache/ws/notification/base/v2004_06/impl/SubscriptionHome.java:125: add(java.lang.Object,org.apache.ws.resource.Resource) in org.apache.ws.resource.impl.AbstractResourceHome cannot be applied to (org.apache.ws.notification.base.Subscription)
>             add( subscription );
>             ^
> /opt/src/pubscribe/trunk/src/java/org/apache/ws/notification/pubsub/SubscriptionHome.java:53: add(java.lang.Object,org.apache.ws.resource.Resource) in org.apache.ws.resource.impl.AbstractResourceHome cannot be applied to (org.apache.ws.notification.pubsub.Subscription)
>             add(s);
>             ^
> /opt/src/pubscribe/trunk/src/java/org/apache/ws/notification/pubsub/SubscriptionHome.java:55: cannot find symbol
> symbol  : class IllegalResourceTypeException
> location: class org.apache.ws.notification.pubsub.SubscriptionHome
>         catch ( IllegalResourceTypeException irte )
>                 ^
> 8 errors
> 1 warning

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: pubscribe-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: pubscribe-dev-help@ws.apache.org