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
<https://repository.apache.org/content/repositories/snapshots/org/apache/clerezza/org.apache.clerezza.platform.launcher.sesame/0.5-incubating-SNAPSHOT/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