[
https://issues.apache.org/jira/browse/ARIES-861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400145#comment-13400145
]
Holly Cummins commented on ARIES-861:
-------------------------------------
The testFinalConstructor test, and I'm also seeing failures in the proxy
itests:
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.aries.proxy.itests.BasicProxyUberBundleTest
Tests run: 12, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 18.715 sec <<<
FAILURE!
Running org.apache.aries.proxy.itests.BasicProxyBundlesTest
Tests run: 12, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 18.57 sec <<<
FAILURE!
Running org.apache.aries.proxy.itests.WeavingProxyUberBundleTest
Tests run: 7, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 11.91 sec <<<
FAILURE!
Running org.apache.aries.proxy.itests.WeavingProxyBundlesTest
Tests run: 7, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 12.028 sec <<<
FAILURE!
Results :
Tests in error:
testDelegation
[equinox/3.7.0.v20110613](org.apache.aries.proxy.itests.WeavingProxyBundlesTest)
testInterception
[equinox/3.7.0.v20110613](org.apache.aries.proxy.itests.WeavingProxyBundlesTest)
testDelegationAndInterception
[equinox/3.7.0.v20110613](org.apache.aries.proxy.itests.WeavingProxyBundlesTest)
Tests run: 38, Failures: 0, Errors: 18, Skipped: 0
The failing tests in the WeavingProxyBundlesTest are actually tests in the
superclass, so I assume they're failing because they're going through the
'classic' code rather than the weaving code. I don't know the code well enough
to know if that's by design or something we should be worried about.
> Error on retrieving constructor for proxy of karaf BlueprintCommand class on
> jdk 6 update 33
> --------------------------------------------------------------------------------------------
>
> Key: ARIES-861
> URL: https://issues.apache.org/jira/browse/ARIES-861
> Project: Aries
> Issue Type: Bug
> Components: Proxy
> Reporter: Christian Schneider
> Assignee: Daniel Kulp
> Fix For: proxy.impl-0.4.1
>
>
> When I switch my karaf trunk snapshot from jdk 6 update 31 to update 33 all
> karaf commands stop working.
> I was able to track this down to blueprint and the proxy facility or aries.
> The exception I get is:
> org.osgi.framework.ServiceException: Service factory exception: (class:
> org/apache/karaf/shell/console/commands/$BlueprintCommand16496117, method:
> <init> signature: (Ljava/lang/reflect/InvocationHandler;)V) Call to wrong
> initialization method
> In the log this does not show. There I only get a Nullpointer exception as
> the service object for the command is returned as null.
> I have documented more details in the linked karaf issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira