[appfuse-user] unbale to access file outside the application

2009-10-29 Thread Anil Rawat
hi, i am using appfuse1.93, spring,hiberante and struts 1.2 i am having an issue that is, i cant access a file(pdf,xls etc which is uploaded by the application outside my application for eg c:\myfile \myfile.pdf) which is outside my application regards, Anil

Re: [appfuse-user] calling action from outside the application

2009-09-22 Thread Anil Rawat
hi, i already solved this by removing the sercurity filter for this action anyway thanks for our reply On Tue, Sep 22, 2009 at 6:52 PM, ramzi khlil wrote: > Hi, > > make it public, remove the security constraint for this action. > > Ramzi > > On Tue, Sep 22, 2009 a

[appfuse-user] calling action from outside the application

2009-09-22 Thread Anil Rawat
hi, i am using appfuse 1.9.3 with struts and spring my problem is that when i am calling one of my action class which is mapped in my struts-config.xml from outside my application it is asking me to login and after logging then it is calling my action class. how can i call my action classl with

Re: [appfuse-user] lazy intialization problem

2009-09-16 Thread Anil Rawat
-Xms256M -Xmx256M -XX:PermSize=128m -XX:MaxPermSize=128m > -Djava.awt.headless=true -XX:+CMSClassUnloadingEnabled > -XX:+CMSPermGenSweepingEnabled -XX:+UseConcMarkSweepGC -server > > Matt > > > On Wed, Sep 16, 2009 at 2:14 AM, Anil Rawat wrote: > >> i am using appfuse1.9

[appfuse-user] lazy intialization problem

2009-09-15 Thread Anil Rawat
i am using appfuse1.93, spring,hiberante and struts 1.2 i am having an preformance issue with hibernate how can i set fetch mode= lazy dynamically at runtime so that only that class object is called because if i use lazy ="true" in hbm.xml file in my parent class which is called , then hibernat

Re: [appfuse-user] unable to open popup with my custom url with appfuse and spring

2009-09-02 Thread Anil Rawat
you tried "http://www.yahoo.com"; yet? > > I think this is a relative path. > > Br > Weerawit > > > On Wed, Sep 2, 2009 at 2:11 PM, Anil Rawat wrote: > >> hi guys, >> >> i am using appfuse 1.9.3 with spring >> >> i have a link in

[appfuse-user] unable to open popup with my custom url with appfuse and spring

2009-09-02 Thread Anil Rawat
hi guys, i am using appfuse 1.9.3 with spring i have a link in my jsp page as given below Test Window on clicking the link it is opening a popup window but the url is not www.yahoo.com but it s showing http://localhost:8080/mywebppname/www.yahoo.com. as i only want the url which i s

Re: [appfuse-user] role name menting dependency in security.xml

2009-04-17 Thread Anil Rawat
, Anil Rawat wrote: > i am having only rolename with no url field in my role table , so how can i > load database roles > as i am getting example that are parsed by url that are in role table > > and after below configuration when i call my login page the > system.out.print

Re: [appfuse-user] role name menting dependency in security.xml

2009-04-15 Thread Anil Rawat
ConfigAttributeDefinitions() { return null; } } On Fri, Mar 6, 2009 at 8:17 PM, Matt Raible wrote: > You could load your URL -> role names from a database instead of the > security.xml file. > > http://forum.springframework.org/showthread.php?t=29750 >

[appfuse-user] role name menting dependency in security.xml

2009-03-06 Thread Anil Rawat
hi all, i am using appfuse 1.9.3, when i make a new role in role table and assign to a user then that role is also have to be mentioned in security.xml , if i don't mention the name of the new role it does not process the user to whom the new role was assigned. i think this a dependency of appf

[appfuse-user] set customise application version by ant

2008-12-28 Thread Anil Rawat
I am using appfuse version 1.9.3 , i am having a problem that i want to update my applicationResources.xml file through ant. As my build.properties file is having some customise properties , I want to do some calculation on these properties and result is to be updated in my applicationResources.xml