Thanks again for your explanation.

My project was created using the *Spring MVC Basic Archetype *and you mentioned that OGNL is part of Struts 2*. *Does this explain why my final war doesn't include any ognl jar file? If that's the case, why would the "Active User view doesn't display fullname" bug have something to do with the OGNL package as indicated in the bug descrption?

Chad


Rob Hills wrote:
Hi Chad,

Chad Chen wrote:
Thanks for the answer. I tried again with the following setting:

export MAVEN_OPTS=-Xmx=512m

and did see the fullname list showing up on the Active User view. However, the workaround doesn't seem to be stable because I got a successful display only sometimes but not always if I repeat mvn jetty:run a few times.

Given that the workaround relies on increasing memory, it's likely to be subject to the vagaries of memory usage during build/deploy/run processes. I'd probably keep cranking it up until you don't get the problem any more. I'd also guess that the amount of Xmx memory you'd need in production should probably be a bit less than what you'd need in the development environment, but maybe someone who knows more about it could comment on that.
By the way, I didn't see the ognl jar being included in my final war file. Is it being used in some other ways inside Appfuse?
OGNL is a fundamental component of Struts 2 so I'd expect the relevant class(es)/jar(s) to be located somewhere inside the libs built in by the AppFuse maven process. I'm not familiar with the structure of the Struts 2 Libraries so will leave the detail to someone who is.

Cheers,

Rob Hills
Waikiki, Western Australia.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to