Re: Jaxb representation (HELP!)

2008-02-06 Thread dev dev
the JibxRepresentation. I think, that you have not specified the bindingClass, that should bes used. Cheers Flo. dev dev schrieb: Finally got every integrated to our maven 2 build. However, we got this exception when running one of our test cases (mvn test -Dtest=testjibx). We define

Re: SpringServer Parameters NOT WORKING (HELP!)

2008-02-05 Thread dev dev
config? On Feb 5, 2008 2:21 PM, dev dev [EMAIL PROTECTED] wrote: We have spent a bit of time on this and we cannot seem to find ways to get this to work for such a simple configuration. We are using version 1.1-M2. Simple method to start the server. public static void start

Re: Jaxb representation (HELP!)

2008-02-05 Thread dev dev
( SimpleProtocolHandler.java:67) at simple.http.Dispatcher.run(Dispatcher.java:83) at simple.util.process.Daemon.execute(Daemon.java:121) at simple.util.process.Daemon.run(Daemon.java:106) On Feb 4, 2008 1:56 PM, dev dev [EMAIL PROTECTED] wrote: Thanks much Jerome. On Feb 2, 2008 9:57 AM

Re: Jaxb representation (HELP!)

2008-02-04 Thread dev dev
- De : dev dev [mailto:[EMAIL PROTECTED] Envoyé : samedi 2 février 2008 03:10 À : discuss@restlet.tigris.org Objet : Re: Jaxb representation (HELP!) After playing with it a bit, we will go with jibx instead (Thanks Florian) mainly because of performance and its java-centric XML mapping

Re: Jaxb representation (HELP!)

2008-02-01 Thread dev dev
After playing with it a bit, we will go with jibx instead (Thanks Florian) mainly because of performance and its java-centric XML mapping approach. That said, how come we don't see jibx on http://maven.restlet.org/org/restlet/. I do see jaxb there. Thanks dev On Jan 27, 2008 10:22 AM, dev dev

Re: Jaxb representation (HELP!)

2008-01-27 Thread dev dev
dev dev schrieb: Hi folks, has anybody already used the JAXB XML binding framework with Restlet? Are there any sample codes we can take a look at on how it's being used in Restlet? Any performance issues we should seriously consider before using JAXB? Thanks in advance for all

Re: POST seems to throw a 500 error code

2008-01-26 Thread dev dev
d'origine- De : dev dev [mailto:[EMAIL PROTECTED] Envoyé : vendredi 25 janvier 2008 09:06 À : discuss@restlet.tigris.org Objet : Re: POST seems to throw a 500 error code Here is the exception. an 25, 2008 12:04:23 AM com.noelios.restlet.ext.simple.SimpleProtocolHandler handle INFO

Jaxb representation (HELP!)

2008-01-26 Thread dev dev
Hi folks, has anybody already used the JAXB XML binding framework with Restlet? Are there any sample codes we can take a look at on how it's being used in Restlet? Any performance issues we should seriously consider before using JAXB? Thanks in advance for all the help. dev

turn on debug for com.noelios.restlet package doesn't seem to work

2008-01-25 Thread dev dev
I add the following to the log4j.xml file and run one of the sample applications and i don't see any debugs generated from the com.noelios.restlet package but i do see the debugs from the sample applications (so log4j is working as expected). logger name=com.noelios.restlet level

turn on debug for com.noelios.restlet package doesn't seem to work

2008-01-25 Thread dev dev
I add the following to the log4j.xml file and run one of the sample applications and i don't see any debugs generated from the com.noelios.restlet package but i do see the debugs from the sample applications (so log4j is working as expected). logger name=com.noelios.restlet level

Re: ant build error against the trunk

2008-01-21 Thread dev dev
, 2008 9:22 PM, dev dev [EMAIL PROTECTED] wrote: Got this error when running ant under restlet/build/ on Ubuntu 7. Please help. (Ant version 1.7). From TEST-com.noelios.restlet.test.NoeliosTestSuite.txt, Testcase: testGrizzlyAndDefault took 0.005 sec FAILED Unable

Re: Restlet 1.1 M1 Spring Extension issue

2008-01-19 Thread dev dev
On Jan 15, 2008 8:11 AM, dev dev [EMAIL PROTECTED] wrote: yes we did to run with Spring 2.5 Test Framework which is running on top of JUnit 4.4. On Jan 13, 2008 6:35 AM, Kevin Conaway [EMAIL PROTECTED] wrote: Did you modify the test case at all? I noticed the snippet you posted has

Client toolkit to interface with Restlet 1.1

2008-01-18 Thread dev dev
We have a web application (running on Tomcat) that will be interfacing with our restlet 1.1 server (which we are working on). We were just wondering if there are any available toolkits out there for us to use for best interfacing with the restlet 1.1 server (I presume we can just use any

ant build error against the trunk

2008-01-18 Thread dev dev
Got this error when running ant under restlet/build/ on Ubuntu 7. Please help. (Ant version 1.7). From TEST-com.noelios.restlet.test.NoeliosTestSuite.txt, Testcase: testGrizzlyAndDefault took 0.005 sec FAILED Unable to complete the HTTP call due to a communication error with the remote

Re: Restlet 1.1 M1 Spring Extension issue

2008-01-15 Thread dev dev
that annotation. The test in the trunk runs fine. On Jan 13, 2008 1:36 AM, dev dev [EMAIL PROTECTED] wrote: Without looking at the Restlet code, i'm having problems with this simple configuration. I'm using Spring 2.5. bean id=server class=org.restlet.ext.spring.SpringServer

Restlet 1.1 M1 Spring Extension issue

2008-01-12 Thread dev dev
Without looking at the Restlet code, i'm having problems with this simple configuration. I'm using Spring 2.5. bean id=server class=org.restlet.ext.spring.SpringServer constructor-arg value=http / constructor-arg value=8182 / property name=parameters props

Re: Running Restlet with Spring 2.5 extension?

2008-01-08 Thread dev dev
: Hi, Spring 2.5 is already used in SVN trunk. Previous builds (1.1 M1)should work by simply upgrading the Spring JARs. Best regards, Jerome 2008/1/8, dev dev [EMAIL PROTECTED]: We are planning to use Spring to configure the Restlet server etc.. and our environment is currently running

Running Restlet with Spring 2.5 extension?

2008-01-07 Thread dev dev
We are planning to use Spring to configure the Restlet server etc.. and our environment is currently running with Spring 2.5 for all other modules. And it seems that Restlet 1.1 currently supports Spring 2.0 for its Spring extension. Is there an easy way for us to tell the extension to use Spring

include version number in the Restlet API call?

2008-01-03 Thread dev dev
I'm new to the Restful architectural style and I'm just wondering if it's a must to include version number in the Restful API calls e.g. /v01/users/{user}. It makes perfect sense to me that we should to support old and new APIs without too much impact to the client but then, I have used Amazon S3,

latest 1.1 version snapshot

2007-12-13 Thread dev dev
we are planning to use restlet 1.1 version for our WS deployment and we want to get a head start on using it or at least familiar with it and just download the RC version whenever 1.1 is available to public (hopefully not too much changes to the API). Is it possible if we can a stable snapshot of

http://www.restlet.org/downloads/1.1/current.zip

2007-09-30 Thread dev dev
Is this the latest version of reslet 1.1 and is it production ready? Thanks dev

what is the official release date of restlet 1.1 version?

2007-08-29 Thread dev dev
Thanks dev

integrate restlet framework with appfuse 2.0 M5

2007-08-29 Thread dev dev
Has anyone out there integrated the current restlet framework with appfuse 2.x (appfuse.org)? Thanks dev