Return-Path: Delivered-To: apmail-incubator-clerezza-dev-archive@minotaur.apache.org Received: (qmail 93857 invoked from network); 24 Jun 2010 12:25:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Jun 2010 12:25:29 -0000 Received: (qmail 14416 invoked by uid 500); 24 Jun 2010 12:25:28 -0000 Delivered-To: apmail-incubator-clerezza-dev-archive@incubator.apache.org Received: (qmail 14376 invoked by uid 500); 24 Jun 2010 12:25:27 -0000 Mailing-List: contact clerezza-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: clerezza-dev@incubator.apache.org Delivered-To: mailing list clerezza-dev@incubator.apache.org Received: (qmail 14368 invoked by uid 99); 24 Jun 2010 12:25:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 12:25:26 +0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=AWL,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cihan@srdc.com.tr designates 195.142.107.246 as permitted sender) Received: from [195.142.107.246] (HELO mail.srdc.com.tr) (195.142.107.246) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 12:25:18 +0000 Received: from [195.142.27.163] (unknown [195.142.27.163]) by mail.srdc.com.tr (Postfix) with ESMTP id 8C7ED38AD26 for ; Thu, 24 Jun 2010 15:43:59 +0300 (EEST) Message-ID: <4C234E8C.4060504@srdc.com.tr> Date: Thu, 24 Jun 2010 15:24:44 +0300 From: =?ISO-8859-1?Q?Cihan_=C7imen?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 MIME-Version: 1.0 To: clerezza-dev@incubator.apache.org Subject: Clerezza Restful Web Service Deployment Content-Type: multipart/mixed; boundary="------------000604010609010705080502" --------------000604010609010705080502 Content-Type: multipart/alternative; boundary="------------020608010402020006000303" --------------020608010402020006000303 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I am trying to deploy some rest resources on paths: /const1 /const1/{var1} /const1/{var1}/const2 I use org.apache.clerezza.platform.launcher.sesame-0.5-incubating-20100604.150252-50.jar to run clerezza which can be found at https://repository.apache.org/content/repositories/snapshots/org/apache/clerezza/org.apache.clerezza.platform.launcher.sesame/0.5-incubating-SNAPSHOT/ . Although JaxRsHandler binds components to the paths, paths in the form /const1/{var1}/const2 returns a 404 Not Found error. The other resources are working properly. I can not figure out where the problem is. Attached please find a test case exported as two eclipse projects(eu.iksproject.fise.test.parent contains a required pom.xml if anyone wants to build from source). Best, Cihan --------------020608010402020006000303 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit  Hi,

I am trying to deploy some rest resources on paths:
    /const1
    /const1/{var1}
    /const1/{var1}/const2

I use org.apache.clerezza.platform.launcher.sesame-0.5-incubating-20100604.150252-50.jar to run clerezza which can be found at https://repository.apache.org/content/repositories/snapshots/org/apache/clerezza/org.apache.clerezza.platform.launcher.sesame/0.5-incubating-SNAPSHOT/ .
Although JaxRsHandler binds components to the paths,  paths in the form  /const1/{var1}/const2 returns a 404 Not Found error. The other resources are working properly. I can not figure out where the problem is.
Attached please find a test case exported as two eclipse projects(eu.iksproject.fise.test.parent contains a required pom.xml if anyone wants to build from source).

Best,

Cihan


--------------020608010402020006000303-- --------------000604010609010705080502--