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
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
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
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.
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
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
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
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
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
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
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.
---
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:
&
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
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
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
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()
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
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
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]>
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
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
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
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
>
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
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
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")
.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
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:
>>
>>
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
'-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
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
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 /
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
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
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
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
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
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
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
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 ?
>
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
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
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
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?
>
>
>
>
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,
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
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
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
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
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?
&
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
51 matches
Mail list logo