Re: [appfuse-user] Appfuse 2.0 -> Oracle App server problem

2008-01-09 Thread VJ22
ttp://struts.apache.org/2.0.11/docs/strutsproperties.html. > > Hope this helps, > > Matt > > On 1/8/08, VJ22 <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> Our application which has got APPFUSE 2.0 (Struts 2.0.5) as the base has >> to >> be d

[appfuse-user] Appfuse 2.0 -> Oracle App server problem

2008-01-08 Thread VJ22
Hi, Our application which has got APPFUSE 2.0 (Struts 2.0.5) as the base has to be deployed on a Oracle Application server platform (specific version 10g R3)..So we got an HTTP server which routes requests to the OC4J server which processes them I am facing a peculiar problem with this...Whenev

Re: [appfuse-user] Locale Filter problem

2007-07-16 Thread VJ22
Correct... I was thinking of the same thing.I will be moving static content to the web server soonAny idea on the mapping issue (*.action) ? Thanks...Vijay mraible wrote: > > On 7/16/07, VJ22 <[EMAIL PROTECTED]> wrote: >> >> Hi Matt, >> >> My Stru

Re: [appfuse-user] Locale Filter problem

2007-07-16 Thread VJ22
You could also use > LocaleFilterTest to verify the proper functionality. > > Matt > > On 7/10/07, VJ22 <[EMAIL PROTECTED]> wrote: >> >> Hi Matt, >> >> These are my SOPs within the filterInternal method of the LocaleFilter >> >> System.

Re: [appfuse-user] Locale Filter problem

2007-07-10 Thread VJ22
x27;s getting executed > twice? > > Matt > > On 7/10/07, VJ22 <[EMAIL PROTECTED]> wrote: >> >> Hi All, >> >> I had commented out the usage of the LocaleFilter initially from the >> web.xml >> as I did not have a need for itWe did have a requ

[appfuse-user] Locale Filter problem

2007-07-10 Thread VJ22
Hi All, I had commented out the usage of the LocaleFilter initially from the web.xml as I did not have a need for itWe did have a requirement to have a user defined locale so I uncommented out the filter settingsI am using Struts 2 + Spring + JPA...While the filter does get executed, in m

[appfuse-user] Multiple Resource Bundles

2007-07-03 Thread VJ22
Hi, This is just a repeat of my previous post.Couldnt continue with that...I need to split my Application resources for Appfuse into multiple bundles..Just was figuring what would be the best way to do this -> Use the I can set a variable and scope it to sessionThen use the bund

[appfuse-user] DWR - Question

2007-06-20 Thread VJ22
Hi, I got a simple question regarding DWR converters in Appfuse. Suppose I get a customer object back from a DWR request if the customers email address is null, and I do this $("email").value = customerObj.email customerObj is the Customer object that comes back from DWRThis returns a null

[appfuse-user] Why entitymanager.flush() and not @Transactional ?

2007-06-08 Thread VJ22
Hi, The latest source code for userDAO jpa has an explicit call to entityManager.flush() and is not within a @Transactional annotation ?? Any specific reason , is this due to the cache setup for the user entities ? Thanks...VJ -- View this message in context: http://www.nabble.com/Why-entitym

[appfuse-user] @PersistenceContext in Appfuse

2007-06-05 Thread VJ22
Hello, Just wanted to confirm if the default creation of the entity manager is thread safe and transactional aware as defined in the app fuse configuration files ? Thanks...VJ -- View this message in context: http://www.nabble.com/%40PersistenceContext-in-Appfuse-tf3870153s2369.html#a10964655

[appfuse-user] Multiple ApplicationResources and dwr.xml

2007-05-26 Thread VJ22
Hello, Is it possible to split the dwr.xml and ApplicationResources.properties file ? Tks...Vijay -- View this message in context: http://www.nabble.com/Multiple-ApplicationResources-and-dwr.xml-tf3821441s2369.html#a10818852 Sent from the AppFuse - User mailing list archive at Nabble.com. ---

Re: [appfuse-user] DWR and i18n

2007-05-07 Thread VJ22
alert(x2); } While alert(x1) always returns the internationalized message from the ApplicationResources.properties alert(x2) gives the message ???dialog.close??? which seems to indicate that the message cannot be retrieved...Any help is glady appreciated Thanks...Vijay VJ22 wrote: &

[appfuse-user] DWR and i18n

2007-05-07 Thread VJ22
Hello, I am using DWR within appfuse for any ajax-requests.I seem to have reached a peculiar problem..Some of the modules return error messages as code e.g. "CORE-001" I need to convert them into the corresponding internationlized message in the javascript callback function which takes th

Re: [appfuse-user] session timeout

2007-04-12 Thread VJ22
Hello Matt...tks for the answer I have specified the same in the web.xml file but which filter is responsible for actually detecting a session timeout within Acegi within Appfuse ? mraible wrote: > > It should be specified in web.xml. > > Matt > > > On

[appfuse-user] session timeout

2007-04-12 Thread VJ22
Hello, Which filter in the acegi security filter chain checks for a session timeout within the Appfuse configuration ? I am using the default of 30 minutes in the web.xml ? I need a bit more flexibility in my logout process and was going through the maze of configuration files to figure out how t

[appfuse-user] ACEGI + STRUTS 2 + Appfuse

2007-04-09 Thread VJ22
hello, I am trying to modify the appfuse security.xml file just to try out some things... I have managed to get a simple inmemorydao impl workingin the default URL path I am routing it to a login action class (new request)I need access to the users details.Using getSecurityContext()

[appfuse-user] disabling user cache

2007-04-09 Thread VJ22
Hello, I was just wondering if it is possible to disable the user cache and use normal authentication procedures against the database in Appfuse... I presume just removing it from security.xml and service.xml wont suffice.reason being I need to have some more security in the login mechanism b

Re: [appfuse-user] Cannot Recognize JSTL tags

2007-04-05 Thread VJ22
I presume only the jstl.jar is required for running core tags right VJ22 wrote: > > I have included both of them in common/taglibs.jsp...compilation time it > shows an error ...which is fair enough as I have not included in my > dependencies.At runtime in the generated war I

Re: [appfuse-user] Cannot Recognize JSTL tags

2007-04-05 Thread VJ22
rather, your IDE doesn't recognize the > warpath plugin. This plugin should be recognized by both IDEA and > Eclipse. It did work with NetBeans at one time, but I've heard > NetBeans broke things at some point. > > Matt > > On 4/4/07, VJ22 <[EMAIL PROTECTED]>

Re: [appfuse-user] Cannot Recognize JSTL tags

2007-04-04 Thread VJ22
e you getting at compilation time? What are you using > for your dependency? This should already be included if you're > depending on any AppFuse web dependencies. > > Matt > > On 4/4/07, VJ22 <[EMAIL PROTECTED]> wrote: >> >> I have included both of them in c

[appfuse-user] Cannot Recognize JSTL tags

2007-04-04 Thread VJ22
I have included both of them in common/taglibs.jsp...compilation time it shows an error ...which is fair enough as I have not included in my dependencies.At runtime in the generated war I can see that the jar file is present...but it gives me the same error Any ideas ??? Rgds...VJ -- Vi

Re: [appfuse-user] JPA Problem

2007-03-28 Thread VJ22
Dale.You are my hero...it works after I dropped the schema and re-created it.. Any clue why this is like this ? tHanks a ton again DNewfield wrote: > > <[EMAIL PROTECTED]> wrote: >>when I use a simple query it gives the following error... >> >>//Query >>Query q = s

Re: [appfuse-user] JPA Problem

2007-03-28 Thread VJ22
from Bingo b "); //Error Caused by: java.sql.SQLException: ORA-00904: "BINGO0_"."BINGO1": invalid identifier Why does hibernate add a 0_ to the table name ? mraible wrote: > > If it's working fine with the others, maybe "model" is a keyword with >

Re: [appfuse-user] JPA Problem -> Continued

2007-03-28 Thread VJ22
e > IDENT instead of ID.... > > VJ22 a écrit : >> When I try to persist this class, it gives me the following error >> >> ORA-00904: "MODEL0_"."ID": invalid identifier >> >> >> Totally Lost. >> >> VJ22 wrote: >&g

Re: [appfuse-user] JPA Problem -> Continued

2007-03-28 Thread VJ22
When I try to persist this class, it gives me the following error ORA-00904: "MODEL0_"."ID": invalid identifier Totally Lost. VJ22 wrote: > > Hello All, > > Got stuck with a bit of a problem trying to use JPA..I have got a > simple model

[appfuse-user] JPA Problem

2007-03-28 Thread VJ22
Hello All, Got stuck with a bit of a problem trying to use JPA..I have got a simple model class called Model which maps to an underlying table PWM_MODELMy annotations for the ID are defined as follows: " @Id @GeneratedValue(strategy=GenerationType.AUTO) @Column(name="MODEL_ID")

Re: [appfuse-user] JMaki

2007-03-19 Thread VJ22
.html as it screws up the internal workings... Tks...VJ VJ22 wrote: > > Hi everyone, > > Do you think it would be a good choice to use JMaki as the wrapper class > for any AJAX widget in an Appfuse architecture > > I am thinking of integrating it within Appfuse

Re: [appfuse-user] JMaki

2007-03-16 Thread VJ22
sure...I am already getting a slight headache :) mraible wrote: > > I don't see a problem with it - let us know how it turns out! We may > make you write a tutorial if it works. ;-) > > Matt > > On 3/15/07, VJ22 <[EMAIL PROTECTED]> wrote: >> >>

[appfuse-user] JMaki

2007-03-15 Thread VJ22
Hi everyone, Do you think it would be a good choice to use JMaki as the wrapper class for any AJAX widget in an Appfuse architecture I am thinking of integrating it within Appfuse.any thoughts on this ? Reason being I do not want to have too many UI widgets cluttered across the app Desi

Re: [appfuse-user] Appfuse - JPA

2007-03-07 Thread VJ22
'-Ddao.framework=jpa-hibernate' pretty much every time you > do any 'mvn ...' command. > > --Bryan > > VJ22 wrote: >> Bryan, >> >> Tks for replying >> >> So I assume that the usage of entity managers and annotations is >> imp

Re: [appfuse-user] Appfuse - JPA

2007-03-07 Thread VJ22
e (http://appfuse.org/display/APF/Using+Hibernate) and here > (http://appfuse.org/display/APF/Using+JPA) for the available > documentation (as sparse as it may be at the moment). > > --Bryan > > VJ22 wrote: >> Hello, >> >> Our application running on Appfuse with Hib

[appfuse-user] Appfuse - JPA

2007-03-07 Thread VJ22
Hello, Our application running on Appfuse with Hibernate as ORM is to be ported onto JPA. Some questions: A) I presume Appfuse ships with Hibernate's implementation of the JPA...So this means that I create my domain objects using Hibernate Annotations but I still can use either Hibernate /

Re: [appfuse-user] JfreeChart - Struts2 - Appfuse detailed problem report -- I am a fool

2007-03-06 Thread VJ22
Draft ready...had to do it for our internal team alsowill be posting it up soon. apologies for the delay J. David Mendoza R. wrote: > > Any news on this? > > David M. > > VJ22 wrote: >> Sure thing.will sit down over the weekend and get it done >&g

[appfuse-user] Architectural Question

2007-03-05 Thread VJ22
Hello, Just a simple architectural questionShould we stick to modifying the existing application context files ( e.g. *dao.xml,*service.xml) or is it advisable to keep our dao/service classes seperately ? If I stick to re-using does this mean that I will have to check out the source code int

Re: [appfuse-user] DisplayTag and Struts 2

2007-03-02 Thread VJ22
ThanksI guessed so...but was wondering how this works in the lates version of Appfuse which I currently useThere does not seem to be an explicirt use of the tag Tks...VJ VJ22 wrote: > > Hello, > > Struts 2 question.Do my action classes have to be cofigured via Sprin

[appfuse-user] DisplayTag and Struts 2

2007-03-02 Thread VJ22
Hello, Struts 2 question.Do my action classes have to be cofigured via Spring if their values have to be retrieved of the value stack ? I got a list in my action class which is to be displayed via the display tagI got a corresponding "get" method too...unfortunately it does not work...Wh

Re: [appfuse-user] ServletRequest not being injected ......

2007-02-27 Thread VJ22
arpath-tf3204087s2369.html#a8897391 > > Matt > > On 2/27/07, VJ22 <[EMAIL PROTECTED]> wrote: >> >> Sorry...sent before completing >> >> I cud just see the warpath dependency in the dependencies section.but >> Netbeans does not seem to be recogn

Re: [appfuse-user] ServletRequest not being injected ......

2007-02-27 Thread VJ22
Sorry...sent before completing I cud just see the warpath dependency in the dependencies section.but Netbeans does not seem to be recognizing the org.appfuse.webapp folder ? VJ22 wrote: > > Thanks Matt > > > mraible wrote: >> >> It is in a WAR - we use

Re: [appfuse-user] ServletRequest not being injected ......

2007-02-27 Thread VJ22
Thanks Matt mraible wrote: > > It is in a WAR - we use the warpath plugin to make Maven think WARs are > JARs. > > Matt > > On 2/27/07, VJ22 <[EMAIL PROTECTED]> wrote: >> >> Will try that out >> >> btwdumb question but where is the dep

Re: [appfuse-user] ServletRequest not being injected ......

2007-02-27 Thread VJ22
s/org/apache/struts2/interceptor/ServletConfigInterceptor.html > > Matt > > On 2/27/07, VJ22 <[EMAIL PROTECTED]> wrote: >> >> Thanks for the quick reply Matt >> >> but doesnt basicStack and the defaultStack have the servlet-config >> interceptor ? >

Re: [appfuse-user] ServletRequest not being injected ......

2007-02-27 Thread VJ22
l > getSession().getServletContext(). > > Matt > > On 2/27/07, VJ22 <[EMAIL PROTECTED]> wrote: >> >> I have a very simple action which implements both the ServletRequestAware >> and >> the Preparable interface: >> >> "public class PWMLiteReq

[appfuse-user] ServletRequest not being injected ......

2007-02-27 Thread VJ22
I have a very simple action which implements both the ServletRequestAware and the Preparable interface: "public class PWMLiteRequestCheck extends ActionSupport implements ServletRequestAware,Preparable" I have got both the methods defined : "public void setServletRequest(HttpServletRequest htt

Re: [appfuse-user] JfreeChart - Struts2 - Appfuse detailed problem report -- I am a fool

2007-02-26 Thread VJ22
Sure thing.will sit down over the weekend and get it done J. David Mendoza R. wrote: > > Of course we would love a Struts2 - JFreeChart tutorial!!! Please do... > > David M. > > > VJ22 wrote: >> Thanks Dusty >> >> I finally get this worki

Re: [appfuse-user] JfreeChart - Struts2 - Appfuse detailed problem report -- I am a fool

2007-02-25 Thread VJ22
more than glad to help As always thanks guys... Tks...VJ dusty wrote: > > What is the JFreeChart code in your action that creates the chart. > Perhaps you have a problem there and the chart is not getting created or > the variable is not getting populated? > > > >

Re: [appfuse-user] JfreeChart - Struts2 - Appfuse detailed problem report

2007-02-24 Thread VJ22
phony.com/webwork/wikidocs/JFreeChartResult.html > > It looks like in Struts they have formalized the JFreeChart result type: > http://struts.apache.org/2.x/struts2-plugins/struts2-jfreechart-plugin/apidocs/index.html > > > > VJ22 wrote: >> >> Thanks Matt/David,

Re: [appfuse-user] JfreeChart - Struts2 - Appfuse detailed problem report

2007-02-23 Thread VJ22
should work with > any web framework... > > David M. > > VJ22 wrote: >> Hello All, >> >> The problem that I face while integrating AppFuse with JFreeChart >> >> So I have a link which points to viewChart.html configured from the >> menu..Whe

[appfuse-user] JfreeChart - Struts2 - Appfuse detailed problem report

2007-02-23 Thread VJ22
Hello All, The problem that I face while integrating AppFuse with JFreeChart So I have a link which points to viewChart.html configured from the menu..When I click on this link I got an action class which populates the chart (Unit-tests prove that the png file is generated fine)...re-directs i

[appfuse-user] Appfuse - Jfreechart - Struts 2 Integration

2007-02-23 Thread VJ22
Hello, We are progressing quite ahead with our application based on Appfuse..though we keep on hitting roadblocks quite often... We plan to use the Jfreechart plugin available within Struts 2 for our chartsWe are able to generate the chart evident from our unit test cases However, we ar

Re: [appfuse-user] Kindly help

2007-02-19 Thread VJ22
eration" to populate the > database with sample data. > > Matt > > On 2/15/07, VJ22 <[EMAIL PROTECTED]> wrote: >> >> Hello Michael, >> >> As I said I do not have much expertise in Maven...so I did not want to >> follow that routeSo I just ran

Re: [appfuse-user] Kindly help

2007-02-15 Thread VJ22
on tests make sure the database tables are properly created > and > that the users are in the correct tables. Have you tried going the maven > route using the command line? and have you been able to make it all work > i.e. > run mvn jetty:run-war and get a working application? &

[appfuse-user] Kindly help

2007-02-15 Thread VJ22
Hello All, I am building an application using the Appfuse skeleton framework. I have downloaded the war files seperately rather than run the maven integration testsI have also created the database tables and loading of the data seperatelyWhen I try to login into the application, it gives