David G. Friedman <da...@...> writes:

> 
> > Ivan L. <dukeofb...@...> writes:
> 
> Ivan,
> 
> I asked because something seemed familiar about your problem. I was as if I 
> had
> seen that problem before on the Struts mailing list many years ago.  Your note
> about the .war being pa..

Thank you David, but i think this is not the problem. I use Glassfish and
similar projects work fine. But I found out something very interesting. I use
EJB interceptor to inject EJBs in my ActionBeans. I use stripejb3, as it is
described on stripes web. EJB module is added as library in web app. Other
libraries in web app are stripes.jar (+ cos, commons...) and the
stripejb3-1.0.1.jar. BUT! in this configuration, i get exception:
java.lang.ClassNotFoundException:
net.sourceforge.stripes.controller.Interceptor
But it IS in classpath, in stripes.jar. So I tried some work around...I added
stripes.jar among EJB module libraries (just experiment:). Well....exception
disappears and it works, but can not find the .properties file. Ok I added the
.properties file on EJB module classpath, but still the same.
But the most important is, that without using EJBInterceptor it works and
.properties file is found (but my web app is without EJBs useless :)

Either I am missing something basic and important or it could be some bug.
But at least i moved a little bit forward :)




------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to