You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "james strachan (JIRA)" <ji...@apache.org> on 2006/08/08 21:05:23 UTC

[jira] Resolved: (AMQ-822) Eclipse fails to compile activemq-core due to invalid symbol in UdpTransportFactory.java

     [ https://issues.apache.org/activemq/browse/AMQ-822?page=all ]

james strachan resolved AMQ-822.
--------------------------------

    Fix Version/s: 4.1
       Resolution: Fixed

> Eclipse fails to compile activemq-core due to invalid symbol in UdpTransportFactory.java
> ----------------------------------------------------------------------------------------
>
>                 Key: AMQ-822
>                 URL: https://issues.apache.org/activemq/browse/AMQ-822
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: incubation
>         Environment: RHEL-3
>            Reporter: Maxim Fateev
>            Priority: Trivial
>             Fix For: 4.1
>
>
> UdpTransportFactory contains commented out code that contain symbol that eclipse cannot handle. The following fix was sufficient for code to be compiled without problem:
> fateev@fateev:/workplace/fateev/activemq/trunk> svn diff activemq-core/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java
> Index: activemq-core/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java
> ===================================================================
> --- activemq-core/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java      (revision 421719)
> +++ activemq-core/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java      (working copy)
> @@ -161,7 +161,7 @@
>           * switch to the target endpoint // based on the last packet that was
>           * received // so that all future requests go to the newly created UDP
>           * channel Endpoint from = info.getFrom();
> -         * System.out.println("####&#65533;setting the client side target to: " +
> +         * System.out.println("####setting the client side target to: " +
>           * from); udpTransport.setTargetEndpoint(from); } }; return transport;
>           */
>      }
> fateev@fateev:/workplace/fateev/activemq/trunk>

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