Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 5527 invoked from network); 27 Apr 2009 18:42:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Apr 2009 18:42:14 -0000 Received: (qmail 55001 invoked by uid 500); 27 Apr 2009 18:42:13 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 54913 invoked by uid 500); 27 Apr 2009 18:42:13 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 54905 invoked by uid 99); 27 Apr 2009 18:42:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2009 18:42:13 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [76.13.13.45] (HELO smtp106.prem.mail.ac4.yahoo.com) (76.13.13.45) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 27 Apr 2009 18:42:03 +0000 Received: (qmail 63625 invoked from network); 27 Apr 2009 18:41:42 -0000 Received: from unknown (HELO drwoods.raleigh.ibm.com) (dwoods@129.33.49.251 with plain) by smtp106.prem.mail.ac4.yahoo.com with SMTP; 27 Apr 2009 18:41:42 -0000 X-YMail-OSG: kOqK04MVM1kU0YeKGCZRSI_GS7Ai_DyyZOoOcw3NOsiFwdqDqf3SvWWuHcCIIK6rwohme7uNjO5WScEEhbCaCrgWNIS99k5iL0AG2TrmxqUjzgWRGIJVioVA.ElfShsWXGu6wFoy64vz2nc.qAZBw8jbTQRZwjiDPPUnTi01sk23AOBvxvZK0lR_5v41YwFGDCQRZws5TemZxIva8gtama2kOTwWqOIaQLB9uSwiPX0aNIY_7m0hR7L64lMcoTH_OfLV.xnUA9pl8jY- X-Yahoo-Newman-Property: ymail-3 Message-ID: <49F5FC66.7090805@apache.org> Date: Mon, 27 Apr 2009 14:41:42 -0400 From: Donald Woods User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Blueprint sample fails to start References: <49F5F601.10102@apache.org> In-Reply-To: <49F5F601.10102@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Resolved in Rev769097. Jarek pointed out that the code needs setters right now.... -Donald Donald Woods wrote: > Built the blueprint code at Rev769064 and followed the steps in the > README to install and try to start the blueprint-sample and received the > following error - > > -> start 10 > Bundle start > [org.apache.geronimo.blueprint.BlueprintExtender] : Scanning bundle > blueprint-sample for blueprint application > [org.apache.geronimo.blueprint.BlueprintExtender] : Found blueprint > application in bundle blueprint-sample with urls: > [bundle://10.0:0/OSGI-INF/blueprint/config.xml] > -> > [org.apache.geronimo.blueprint.context.DefaultBlueprintContextEventSender] > : Sending blueprint context event > org/osgi/service/blueprint/context/CREATING for bundle blueprint-sample > [org.apache.geronimo.blueprint.context.BlueprintContextImpl] : > Instanciating service references: [ref, ref-list, ref2] > [org.apache.geronimo.blueprint.context.BlueprintContextImpl] : Unable to > start blueprint context > org.apache.xbean.recipe.MissingAccessorException: Field is not public: > private java.lang.String org.apache.geronimo.blueprint.sample.Bar.value > at > org.apache.xbean.recipe.ReflectionUtil.findField(ReflectionUtil.java:101) > at > org.apache.xbean.recipe.ObjectRecipe.setProperty(ObjectRecipe.java:445) > at > org.apache.xbean.recipe.ObjectRecipe.setProperties(ObjectRecipe.java:367) > at > org.apache.xbean.recipe.ObjectRecipe.setProperties(ObjectRecipe.java:316) > at > org.apache.geronimo.blueprint.context.BlueprintObjectRecipe.internalCreate(BlueprintObjectRecipe.java:274) > > at > org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96) > at org.apache.xbean.recipe.ObjectGraph.createAll(ObjectGraph.java:93) > at > org.apache.geronimo.blueprint.context.BlueprintContextImpl.instantiateComponents(BlueprintContextImpl.java:355) > > at > org.apache.geronimo.blueprint.context.BlueprintContextImpl.run(BlueprintContextImpl.java:199) > > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) > at java.util.concurrent.FutureTask.run(FutureTask.java:123) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) > > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) > > at java.lang.Thread.run(Thread.java:613) > [org.apache.geronimo.blueprint.context.DefaultBlueprintContextEventSender] > : Sending blueprint context event > org/osgi/service/blueprint/context/FAILURE for bundle blueprint-sample > > > > -Donald >