[ 
https://issues.apache.org/activemq/browse/CAMEL-939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46134#action_46134
 ] 

Jonathan Anstey commented on CAMEL-939:
---------------------------------------

I'm taking a long weekend so I figured I would put up whats left to get Camel 
working on AIX.

1. LDAP not working
LdapRouteTest.testLdapRoute  (org.apache.camel.component.ldap)
- ApacheDS seems to be using the SunX509 KeyManagerFactory directly, which is 
obviously not in the IBM JDK... not sure how were going to get around this 
besides patching Apache DS...

2. Ruby not working
RubyExpressionTest.testSendMatchingMessage (org.apache.camel.builder.script)
RubyExpressionTest.testSendNonMatchingMessage (org.apache.camel.builder.script)
Jsr223Test.testLanguageNames (org.apache.camel.builder.script)
RubyFilterTest.testSendMatchingMessage (org.apache.camel.builder.script.example)

and

org.apache.camel.ruby.RouteUsingNestedScopesTest
file:/home/janstey/.m2/repository/org/jruby/jruby/1.1.4/jruby-1.1.4.jar!/builtin/javasupport.rb:47:in
 `require': IO error -- builtin/java/regex (LoadError)
        from 
file:/home/janstey/.m2/repository/org/jruby/jruby/1.1.4/jruby-1.1.4.jar!/builtin/javasupport.rb:47
        from 
file:/home/janstey/.m2/repository/org/jruby/jruby/1.1.4/jruby-1.1.4.jar!/builtin/javasupport.rb:17:in
 `require'
        from 
/x1/janstey/apache/camel/trunk/components/camel-ruby/target/classes/camel.rb:17
        from 
/x1/janstey/apache/camel/trunk/components/camel-ruby/target/classes/camel.rb:17:in
 `require'
        from src/test/java/org/apache/camel/ruby/scopes.rb:17

- Basically, all are failing to load the jruby library

3. Python test failing
PythonLanguageTest.testLanguageExpressions (org.apache.camel.language.script)
- At first glance, looks to be just a timing issue on slower machines. Should 
be an easy one.

> Investigate test failures on AIX
> --------------------------------
>
>                 Key: CAMEL-939
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-939
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core, camel-spring
>    Affects Versions: 1.4.0
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to