Issue Details (XML | Word | Printable)

Key: AMQ-902
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Fritz Oconer
Reporter: Fritz Oconer
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

Exception thrown when compiling activemq-optional.

Created: 30/Aug/06 12:05 AM   Updated: 30/Aug/06 02:33 AM
Return to search
Component/s: Transport
Affects Version/s: None
Fix Version/s: 4.0.1

Time Tracking:
Not Specified


 Description  « Hide
The exception below is thrown when compiling activemq-optional.

"[WARNING] Unable to get resource from repository central (http://ibiblio.org/maven2/)
[INFO] [compiler:compile]
Compiling 12 source files to D:\logicblaze\working-source\activemq\activemq-optional\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

D:\logicblaze\working-source\activemq\activemq-optional\src\main\java\org\apache\activemq\transport\https\HttpsTransportServer.java:[51,36] cannot find symbol
symbol : method setAlgorithm(java.lang.String)
location: class org.mortbay.jetty.security.SslSocketConnector"

--------------------------------------------------------------------------------

There was an update made on jetty dependency version from 6.0.0rc0 to 6.0.0rc2 wherein the method "setAlgorithm(String)" of "org.mortbay.jetty.security.SslSocketConnector" was changed to a more specific methods "setSecureRandomAlgorithm(String), setSslKeyManagerFactoryAlgorithm(String) and setSslTrustManagerFactoryAlgorithm(String)". This change caused the class "HttpsTransportServer." to throw an exception since it can no longer find the "setAlgorithm(String)" method.



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.