Hi Lukaz,

Its name is struts-plugin.xml, moreover i have used maven to generate
plugin structure for me.
Not sure why it is happening like this.

I even cross checked it with other plugin provided with Struts distribution
and everything is same not sure why this is happening.


On Mon, Oct 7, 2013 at 10:20 AM, Lukasz Lenart <lukaszlen...@apache.org>wrote:

> How did you name your xml file? It must be struts-plugin.xml and then
> framework will automatically load it.
>
>
> Regards
> --
> Ɓukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> 2013/10/5 Umesh Awasthi <umeshawas...@gmail.com>:
> > Hi All,
> >
> > Facing "Parent package is not defined" exception and not sure where
> things
> > are worng.
> >
> > I have created a new plugin and want to use this plugin in my web-app,
> this
> > is how i have defined my plugin package
> >
> > <package name="myPlugin" extends="struts-default">
> >
> > For testing purpose i created a blank application by using
> > "struts2-archetype-blank" and this is how i am using plugin package
> >
> >  <package name="example" namespace="/example" extends="myPlugin">
> >
> > but i am getting following exception on server startup
> >
> > Caused by: Unable to load configuration.
> > Caused by: Parent package is not defined: myPlugin - [unknown location]
> >
> > It seems that plugin is not getting included.
> > Initially i was serving plugin by Maven but in order to check i placed
> jar
> > inside lib folder and included it in class-path.
> >
> > Any idea where or what i am doing wrong ?
> >
> > --
> > With Regards
> > Umesh Awasthi
> > http://www.travellingrants.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>


-- 
With Regards
Umesh Awasthi
http://www.travellingrants.com/

Reply via email to