Hi Yann,

Stripes's classpath scanning has its ways. It does several tricks in order
to try to find the classes in the "CLASSPATH", but this is off the Java
spec, and therefore not guaranteed to work correctly everywhere. It depends
a lot on the environment that creates the app's class loaders...

How is your app packaged (ie where are the action bean classes) ?
What app server are you using ?

Cheers

Rémi


2015-11-02 20:27 GMT+01:00 Yann Bourdeau <yann.bourd...@noviflow.com>:

> Hi All,
>
>         I’m trying to create a bundle in OSGi (Karaf 3,.0.3)  of a Stripes
> application. I’m not too much familiar with OSGi but i’m familiar with
> Stripes. I’m trying to run the calculator sample and everything is working
> fine except for the scanning of the action beans. The action bean do not
> seems to be found when scanned at the startup. Do I need to do something
> special to the package that contains the action beans. Like exporting it?
> Any help is welcome.
>
> thanks in advance.
>
> Yann Bourdeau, M.Ing.
> Senior Software Developer
> 438-499-4607
> yann.bourd...@noviflow.com
>
>
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to