Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 98421 invoked from network); 8 Dec 2005 21:20:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Dec 2005 21:20:19 -0000 Received: (qmail 18191 invoked by uid 500); 8 Dec 2005 21:20:14 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 18132 invoked by uid 500); 8 Dec 2005 21:20: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 18112 invoked by uid 99); 8 Dec 2005 21:20:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2005 13:20:13 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [195.41.45.119] (HELO mail.eos.dk) (195.41.45.119) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 08 Dec 2005 13:20:12 -0800 Received: (qmail 14505 invoked by uid 510); 8 Dec 2005 21:19:50 -0000 Received: from jrf@trifork.com by mail.eos.dk by uid 508 with qmail-scanner-1.20st (clamuko: 0.66. spamassassin: 3.0.2. Clear:RC:0(85.81.68.95):. Processed in 0.077962 secs); 08 Dec 2005 21:19:50 -0000 Received: from 0x5551445f.adsl.cybercity.dk (HELO ?10.0.0.3?) (jrf@trifork.com@85.81.68.95) by mail.eos.dk with SMTP; 8 Dec 2005 21:19:50 -0000 Message-ID: <4398A398.30505@trifork.com> Date: Thu, 08 Dec 2005 22:20:24 +0100 From: =?ISO-8859-1?Q?=22Jakob_F=E6rch_=28Trifork=29=22?= Organization: Trifork A/S User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Java Adventure Builder Reference 1.0.3 webapp deployed References: <2969D7985E3EDB45BBC5386669CBC1ACB85CB1@ctsinchnsxua.cts.com> <4396970A.4000503@apache.org> <4398233D.1090304@trifork.com> <43985874.6010604@apache.org> In-Reply-To: <43985874.6010604@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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jacek Laskowski wrote: >> [*Q1] >> Would you like me to send you the plans I have developed - I guess the >> repository would be better off with these than with the ones currently >> there. > > > Send them to the list or better yet attach to the JIRA issue - > http://issues.apache.org/jira/browse/GERONIMO-1164. Both will work fine. > I've attached a zip to the JIRA issue. >> It seems to be the case that for the 1.0-SNAPSHOT builds I am able to >> produce, all "internal" configurations follow the "car" naming style >> rather than the "org/apache/geronimo"-naming style. The 1.0-M5 build I >> downloaded follow the "org/apache/geronimo"-naming style. >> I guess we will have to get the application running on a build >> resembling M5. > > > Nope. The work is being done on the recent development builds. Of course > you might work on the past releases, but since the application is still > in the sandbox I wouldn't bother to support too much versions and keep > it up-to-date. It makes it easier to promote the sample apps to the main > build rather than keep it in the sandbox. > >> [*Q2] >> Is there an easy way to make the maven script in >> sandbox/adventurebuilder use the M5-build. I tried changing >> geronimo_version in src/etc/project.properties to 1.0-M5, but that >> doesn't seem to do the trick. > > > I haven't tried it and don't think I will. Sorry. Why do you stick with > the M5 version? If you don't want to build Geronimo from the sources, > please check out sandbox only (and etc) and work with it. Maven will > download the necessary components. I guess I thought the org/apache/geronimo were the "official" names - if the snapshot builds are like the build we're going to support in the end, of course the right thing is to stick with those. >> Nevertheless, when starting the server, none of the web service >> endpoint beans are able to start. As an example, for the >> CreditCardEndpointBean the following appears in the log: >> 13:06:11,032 DEBUG [GBeanSingleReference] Waiting to start >> geronimo.server:name=CreditCardEndpointBean,J2EEServer=geronimo,J2EEApplication=org/apache/geronimo/Bank1.0.3,j2eeType=WSLink,J2EEModule=null >> because no targets are running for reference WebServiceContainer >> matching the patterns >> geronimo.server:J2EEApplication=null,J2EEModule=org/apache/geronimo/Jetty,J2EEServer=geronimo,j2eeType=GBean,name=JettyWebContainer > > > >> and then at the end of the startup: >> 13:06:26,725 WARN [SilentStartupMonitor] Unable to start >> geronimo.server:name=CreditCardEndpointBean,J2EEServer=geronimo,J2EEApplication=org/apache/geronimo/Bank1.0.3,j2eeType=WSLink,J2EEModule=null >> (starting) >> >> I guess this means that the bean didn't start ;-) It doesn't answer on >> the address (http://localhost:8080/webservice/CreditCardService) >> specified in the deployment descriptor. >> >> [*Q3] >> Have you got any ideas on how to make the beans start? >> I notice the J2EEModule=org/apache/geronimo/Jetty in the reference >> matching string in the first log entry. The jetty configuration >> reported by deployer.jar's list-modules is named >> geronimo/jetty/1.0-SNAPSHOT/car. >> Could this be related to Q2 on how to get to run on a server with >> "org/apache/geronimo"-naming style for configurations? > > > I couldn't work on it yesterday, but will certainly tonight. I hope > others on IRC will help me to understand and fix it once and for all. It seems wonderful that David Jencks already fixed the bug. I wasn't able to either build or get maven to download a fresh snapshot. On the build I'm using (an older homebrew version as far as I can tell), I'm getting an ArrayIndexOutOfBoundsException during deployment of OPC, it seems related to some repository lookup. The entire stacktrace in my JIRA comment. Maybe you would be able to get my files from the JIRA and give it at try? I'm afraid I won't be able to work on anything Geronimo until monday morning - but I'm looking forward to logging on and getting the status here. Kindly, Jakob