Hi,
I've found a typo in the SimpleAnalyzer that I'd like to commit. This would involve in making a new build. Here's the issue,
In SimpleAnalyzer there is a Map that takes QNames and resolves them to Action URIs. In the map I currently have:
_internalActionMap.put(WsnConstants.SUBSCRIBE_QNAME,
WsnConstants.GET_CURRENT_URI);
_internalActionMap.put(WsnConstants.GET_CURRENT_QNAME,
WsnConstants.GET_CURRENT_URI);
Which is obviously wrong. Here is my proposed fix:
_internalActionMap.put(WsnConstants.SUBSCRIBE_QNAME,
WsnConstants.SUBSCRIBE_URI);
_internalActionMap.put(WsnConstants.GET_CURRENT_QNAME,
WsnConstants.GET_CURRENT_URI);
Can I get a vote on committing this before the release?
Thanks,
Andrew
Andrew Eberbach
Autonomic Computing
(919) 254-2645
T/L: 444-2645
[EMAIL PROTECTED]
- Vote on small bug fix, post-freeze Andrew Eberbach
- Re: Vote on small bug fix, post-freeze Daniel Jemiolo
- RE: Vote on small bug fix, post-freeze Hawkins, Joel
