Re: Still getting "No target class was defined for this finder"

2009-09-28 Thread Rhett Sutphin
Hi Norton,

Please don't post the same message multiple times on different lists.

Can you try 2.0M5 and see if it resolves the issue for you?

Rhett

On Sep 28, 2009, at 9:28 AM, norton borf wrote:

> Hi,
> I am running the 2.0 JEE Jars from the unstable URL at (http://www.restlet 
> .o​rg/downloads/2.0/res​tlet-jee-2.0snapshot​.zip) and am  
> getting this error still today. I've been working on trying to get  
> this working all day and am about to throw in the towel. I tried the  
> earlier poster's suggestions for a fix using the targetClass  
> solution, but then I cannot inject beans into my UserResource. I  
> also get this simular error using the SpringBeanRouter method  
> further below
>
> Error:
>
> Message ID
>
> No target class was defined for this finder
> Complete Message
>
> org.restlet.ext.spri​ng.SpringFinder$$E​nhancerByCGLIB$$aa​ 
> c352c...@5e0f81b1
>
> ---
> my config
> ---
>
> 
> 
>
> 
> 
> 
> 
>   bean="userResou​rce"/>
>  
>   
>
> 
> 
>   bean="userResou​rce"/>
>  
>   
>
> 
> 
> 
>
>
> class="com.my.p​ackage.rest.v1.resou​ 
> rce.UserResource​">
>
>
>
>
> Also was getting a simular error using the SpringBeanRouter below:
>
> ---
> THIS BELOW CONFIG WORKS AS EXPECTED;
> -
>
> 
>
> 
>
> 
> 
> 
> 
> 
> 
>
>
> ---
> THIS BELOW CONFIG FAILS WITH:
>
> No target class was defined for this finder
> org.restlet.ext.spri​ng.springbeanfin...@​47696dad
> -
>
> 
>
>id="userResource"
>autowire="byName"
>scope="prototype"
>class="com.my.p​ackage.rest.v1.resou​ 
> rce.UserResource​"/>
>
> --
> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2401247

--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2401380


Still getting "No target class was defined for this finder"

2009-09-28 Thread norton borf
Hi,
I am running the 2.0 JEE Jars from the unstable URL at 
(http://www.restlet.o​rg/downloads/2.0/res​tlet-jee-2.0snapshot​.zip) and am 
getting this error still today. I've been working on trying to get this working 
all day and am about to throw in the towel. I tried the earlier poster's 
suggestions for a fix using the targetClass solution, but then I cannot inject 
beans into my UserResource. I also get this simular error using the 
SpringBeanRouter method further below

Error:

Message ID

No target class was defined for this finder
Complete Message

org.restlet.ext.spri​ng.springfinder$$e​nhancerbycglib$$aa​c352c...@5e0f81b1

---
my config
---

 
 
 
 
 
 
 
  
  
   
   
 
 
  
  
   

 
 
 
 
 
 




Also was getting a simular error using the SpringBeanRouter below:

---
THIS BELOW CONFIG WORKS AS EXPECTED;
-



 
 
 
 
 
 
 
 


---
THIS BELOW CONFIG FAILS WITH:

No target class was defined for this finder
org.restlet.ext.spri​ng.springbeanfin...@​47696dad
-





--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2401247