Not sure why that would help you but ok - i just updated main in trunk :-) But yeah, thats why i want you to test it because I'm not 100% i did the right thing. Its your build system no?
regards, Karl On Tue, Feb 12, 2013 at 5:19 PM, Reto Bachmann-Gmür <[email protected]>wrote: > Yes maybe I could create and ANT task in maven which does just what > you did manually. > > Otherwise it would be great if you could update the trunk version of > felix.main to depend on the trunk version of the framework. > > Cheers, > Reto > > On Tue, Feb 12, 2013 at 4:59 PM, Karl Pauls <[email protected]> wrote: > > I just unpacked the beast into a new dir, did unjar framework and > > framework.security into it, replaced the embedded framework.security > > bundle (just to be sure) and jar'ed it back together - I refuse to > > understand other peoples maven build systems whenever i can :-D > > > > regards, > > > > Karl > > > > > > On Tue, Feb 12, 2013 at 4:57 PM, Reto Bachmann-Gmür (JIRA) > > <[email protected]>wrote: > > > >> > >> [ > >> > https://issues.apache.org/jira/browse/FELIX-3893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13576715#comment-13576715 > ] > >> > >> Reto Bachmann-Gmür commented on FELIX-3893: > >> ------------------------------------------- > >> > >> Just updating security isn't enough. How did you update the framework? > >> I tried updating org.apache.felix.main to 4.3.0-SNAPSHOT but this still > >> depends on version 4.2.0 of the framework. Adding an explicit dependency > >> (in platform.launcher.storageless) to felix:framework:4.3.0-SNAPSHOT > also > >> didn't work. How did you do it? > >> > >> > >> > Bundle in cache doesn't pass security check anymore. > >> > ---------------------------------------------------- > >> > > >> > Key: FELIX-3893 > >> > URL: https://issues.apache.org/jira/browse/FELIX-3893 > >> > Project: Felix > >> > Issue Type: Bug > >> > Components: Framework Security > >> > Affects Versions: framework.security-2.0.1 > >> > Reporter: Reto Bachmann-Gmür > >> > Assignee: Karl Pauls > >> > Priority: Blocker > >> > Fix For: framework.security-2.2.0 > >> > > >> > > >> > After updating the felix component in Clerezza clerezza starts > normally > >> the first time. On subsequent starts it shows Errors. > >> > The first one being: > >> > ERROR: Bundle in cache doesn't pass security check anymore. > >> > (java.lang.ArrayIndexOutOfBoundsException: -1) > >> > java.lang.ArrayIndexOutOfBoundsException: -1 > >> > at > >> > org.apache.felix.framework.security.verifier.BundleDNParser.getRootChains(BundleDNParser.java:470) > >> > at > >> > org.apache.felix.framework.security.verifier.BundleDNParser._getDNChains(BundleDNParser.java:246) > >> > at > >> > org.apache.felix.framework.security.verifier.BundleDNParser.checkDNChains(BundleDNParser.java:145) > >> > at > >> > org.apache.felix.framework.SecurityProviderImpl.checkBundle(SecurityProviderImpl.java:63) > >> > at > >> > org.apache.felix.framework.Felix.setBundleProtectionDomain(Felix.java:854) > >> > at org.apache.felix.framework.Felix.init(Felix.java:805) > >> > at org.apache.felix.framework.Felix.start(Felix.java:882) > >> > at > >> > org.apache.clerezza.platform.launcher.ClerezzaApp.start(ClerezzaApp.java:184) > >> > at > >> > org.apache.clerezza.platform.launcher.ClerezzaApp.start(ClerezzaApp.java:167) > >> > at org.apache.clerezza.platform.launcher.Main.main(Main.java:34) > >> > To reproduce the error: > >> > Compile the current trunk version from: > >> https://svn.apache.org/repos/asf/incubator/clerezza/trunk/ > >> > cd platform.launcher.tdb/target > >> > java -Xmx1024M -XX:MaxPermSize=400M -Xss512k -jar > >> platform.launcher.tdb-0.6-incubating-SNAPSHOT.jar > >> > >> -- > >> This message is automatically generated by JIRA. > >> If you think it was sent incorrectly, please contact your JIRA > >> administrators > >> For more information on JIRA, see: > http://www.atlassian.com/software/jira > >> > > > > > > > > -- > > Karl Pauls > > [email protected] > > http://twitter.com/karlpauls > > http://www.linkedin.com/in/karlpauls > > https://profiles.google.com/karlpauls > -- Karl Pauls [email protected] http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls
