Hi,all
I update my guice to current subversion version, because I want a better
way to inject a provider to my Interceptor. But I found the follow code
does not work:

@Inject
private SqlMapClientProvider sqlMapClientProvider ;

Even the follow code does not work
private SqlMapClientProvider sqlMapClientProvider ;
@Inject
public void setSqlMapClientProvider(xxxxx){}

So, is there a better way to do this work? I want to supply AOP
transaction support so I need to get a connection in my Interceptor.

-- 

Thanks!

Mobile: +086-15864011231
Website:http://www.openmotel.cn
        http://www.vvthumb.com
GTalk:[EMAIL PROTECTED]
Skype:saharabear


Haulyn Runner Jason



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-guice?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to