Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 30097 invoked from network); 11 Apr 2008 19:17:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Apr 2008 19:17:24 -0000 Received: (qmail 39493 invoked by uid 500); 11 Apr 2008 19:17:21 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 39442 invoked by uid 500); 11 Apr 2008 19:17:21 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 39431 invoked by uid 99); 11 Apr 2008 19:17:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2008 12:17:21 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of patrickheiden@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 11 Apr 2008 19:16:36 +0000 Received: (qmail 15148 invoked by uid 0); 11 Apr 2008 19:16:47 -0000 Received: from 91.40.202.45 by www007.gmx.net with HTTP; Fri, 11 Apr 2008 21:16:47 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" Date: Fri, 11 Apr 2008 21:16:47 +0200 From: "Patrick Heiden" Message-ID: <20080411191647.42570@gmx.net> MIME-Version: 1.0 Subject: pom.xml / Tomcat To: users@cocoon.apache.org X-Authenticated: #29485201 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 X-Provags-ID: V01U2FsdGVkX1/n5jJ0ys7nPjqJZtsbbDIT7FqpoxC828QMqeEw/Q zJXhUiUgooCt+gTDfeeSEIGUYyP7zMQ/mHoQ== Content-Transfer-Encoding: 7bit X-GMX-UID: UMyeI8hxa0A7I/CHtDAzJc8/Njh6dM5F X-Virus-Checked: Checked by ClamAV on apache.org Hello together! I actually solved the problem with deploying my app to tomcat (thread: deploy tomcat). But my fault keeps my headache awake. I have a somewhat rich domain-model, persisted with both, hibernate and jdbc. That model is inside my local maven repo. To keep my error-search simple, I fall back to the two blocks known from the tutorial (myBlock1 and 2, where 1 has a dependency to 2 inside pom.xml, both have a dependency to my domainModel). I also used the simple webApp-Block out of the tut. Inside that blocks pom.xml there are dependencies to myBlock 1&2 and also the dependency to my domainModel. With that dependency given, there is no chance to get the app running inside tomcat (first there is a warning about servlet-api-2.3.jar and then the FATAL :error listenerLoad). As soon as I remove the domainModel-dependency out of the webApp-Block, everything is fine. Why??? myDomainModel-Block was created by simple maven-block archetype, so is it possible that I have to state %exclude-libs for this block inside the cocoon-blocks rcl.properties. What I mean is: does the RCL affect final packaging of myApp?? Looking forwards to hints for this one, best regards Patrick -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org