Re: xwork-core-2.2.3.jar in Maven repository probably corrupt

2011-09-06 Thread Maurizio Cucchiara
Have you already tryied to delete xwork jar under your M2 repository, such that maven tryies to download again the artifact on the next iteration? Maurizio Cucchiara Il giorno 07/set/2011 04.36, "Chris Mawata" < chris_mawata_str...@mathcove.net> ha scritto: The xwork-core-2.2.3.jar we are getting

Re: Struts2-json-plugin serialization issue with a Hibernate backed JPA entity

2011-09-06 Thread Maurizio Cucchiara
You might take a look at [1], particoularly the section called "root object". That's because I'm afraid that json plugin is trying to serialize your EJB service. HTH [1] struts.apache.org/2.2.3/docs/json-plugin.html Maurizio Cucchiara Il giorno 07/set/2011 07.43, "Ken McWilliams" ha scritto: >

Struts2-json-plugin serialization issue with a Hibernate backed JPA entity

2011-09-06 Thread Ken McWilliams
I have a JPA entity, which hibernate is proxying. The following action works as it explicitly states the properties to include, however what I would much rather do is use excludeProperties to remove the problematic property. The problem property when serialized causes a "Positioned Update not su

xwork-core-2.2.3.jar in Maven repository probably corrupt

2011-09-06 Thread Chris Mawata
The xwork-core-2.2.3.jar we are getting via Maven seems to be corrupt. In my pom if I have org.apache.struts struts2-core 2.2.1 I get no issues and the application runs. If I have org.apache.struts struts2-core 2.2.3 it fail

Re: [S2] Random java.lang.reflect.InvocationTargetException and java.lang.NullPointerException error??

2011-09-06 Thread Burton Rhodes
Many thanks for the reply and good thought... but I can see through the log files that the current user object "AppUser" is set which would imply that the session has not expired. Also, I am using session management via Spring Security. So if the session expires - the user will be auto routed to

Re: [S2] Random java.lang.reflect.InvocationTargetException and java.lang.NullPointerException error??

2011-09-06 Thread Chris Pratt
Expired session maybe? (*Chris*) On Tue, Sep 6, 2011 at 1:39 PM, Burton Rhodes wrote: > I was wondering if anyone can help track down this error that I'm > getting. Unfortunately, I cannot reproduce the error with any > consistency - just sort of appears to happen randomly. My debug log & > s

[S2] Random java.lang.reflect.InvocationTargetException and java.lang.NullPointerException error??

2011-09-06 Thread Burton Rhodes
I was wondering if anyone can help track down this error that I'm getting. Unfortunately, I cannot reproduce the error with any consistency - just sort of appears to happen randomly. My debug log & stack trace is below. It happens only when a user submits this one form that may (or may not) cont

Modularisation of project web artifacts

2011-09-06 Thread Marcus Bond
Has anyone here much experience of separating out actions and associated jsp's into their own projects (cvs , git whatever) and incorporating these as artifacts into a larger project (aka the app)? I want to be able to separate out my JSPs into a number of projects which could be packaged into