[appfuse-user] Entity Not Found

2008-04-17 Thread Luke Shannon
I am playing with a new Appfuse project in eclipse. First thing I noticed is TestCase could not be found. I let Eclipse fix it by bringing Junit into the build path. But I thought this was a little weird since I see there is a Junit in the maven repository in my home directory (and I have a record

Re: [appfuse-user] Acegi and app_user. Recommended use of custom user classes

2008-04-08 Thread Luke Shannon
Hi Marc, I was following this thread as I am looking at a similar situation. So did you make your own object extend the Acegi user object? Thanks! On 4/8/08, mschipperheyn <[EMAIL PROTECTED]> wrote: > > Never mind. Rolling your own is actually quite easy once you start to read > the reference do

Re: [appfuse-user] JSecurity

2008-04-04 Thread Luke Shannon
I have no > plans to switch from Acegi Security to another mechanism at this time. > > Matt > > > On Fri, Apr 4, 2008 at 9:34 AM, Luke Shannon <[EMAIL PROTECTED]> wrote: > > Anyone have any opinions on this? &g

Re: [appfuse-user] Copy project files in 2.x

2008-04-04 Thread Luke Shannon
raible/myproject/src/main/archetype/archetype.properties (No > such file or directory) > > However, I currently have Maven 2.0.6 installed and I believe it might > require 2.0.8. > > Matt > > > > On Fri, Apr 4, 2008 at 9:47 AM, Luke Shannon <[EMAIL PROTECTED]&g

[appfuse-user] Copy project files in 2.x

2008-04-04 Thread Luke Shannon
Does Appfuse 2.x have a copy files feature like 1.x did (the target was called 'new' in the build file)? I think I read somewhere 2.x has ant support. Should I just lift the build.xml from 1.x and add it to my 2.x project get this functionality? Is there a tutorial or article on adding ant to 2.

[appfuse-user] JSecurity

2008-04-04 Thread Luke Shannon
Anyone have any opinions on this? http://www.jsecurity.org/docs/quickstart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[appfuse-user] Forum Posting

2008-04-04 Thread Luke Shannon
Hi I Posted this to the forum, but since it doesn't have a child forum I am guessing it was not posted to the list. Does anyone have any comments of this? http://www.nabble.com/Coming-back-to-Appfuse-to16467807s2369.html Thanks

Re: [appfuse-user] Getting Pojo information from a DB

2007-03-14 Thread Luke Shannon
(countryCode); Does the above make any sense at all? Is there an easier way to do this? If the stored proc idea looks ok, how do I call it (maybe if some code point to an example of using a stored proc in a Appfuse generated spring project)? Thanks, Luke On 3/7/07, Luke Shannon <[EM

Re: [appfuse-user] quality j2ee hosting

2007-03-12 Thread Luke Shannon
http://rimuhosting.com Great customer service, dependable hardware. I have been with them for 3 years. Their VPS will probably fit the bill of what you are looking for. Luke On 3/12/07, wish wish <[EMAIL PROTECTED]> wrote: hi, we are in search of a good hosting company to hose our tomcat, my

Re: [appfuse-user] Getting Pojo information from a DB

2007-03-07 Thread Luke Shannon
; } On 3/6/07, Luke Shannon <[EMAIL PROTECTED]> wrote: Hi Matt; I may be able to achieve my goal by calling a stored procedure using hibernate. The last part of chapter 7 of your book has me thinking this will work. I am going to give this a try tomorrow. Luke On 3/6/07, Luke Shan

Re: [appfuse-user] Getting Pojo information from a DB

2007-03-06 Thread Luke Shannon
Hi Matt; I may be able to achieve my goal by calling a stored procedure using hibernate. The last part of chapter 7 of your book has me thinking this will work. I am going to give this a try tomorrow. Luke On 3/6/07, Luke Shannon <[EMAIL PROTECTED]> wrote: Ah, I know the feeling. Than

Re: [appfuse-user] Getting Pojo information from a DB

2007-03-06 Thread Luke Shannon
e, I'm just swamped with work right now and couldn't think of an easy answer. ;-) Matt On 3/6/07, Luke Shannon <[EMAIL PROTECTED]> wrote: > Hi Matt; > > Am I totally missing the point with the code I sent? > > Thanks, > > Luke > > On 3/5/07, Luke Shannon <

Re: [appfuse-user] Getting Pojo information from a DB

2007-03-06 Thread Luke Shannon
Hi Matt; Am I totally missing the point with the code I sent? Thanks, Luke On 3/5/07, Luke Shannon <[EMAIL PROTECTED]> wrote: BTW: PatientData is an inner class of the PatientFormController class (just in case it wasn't clear). On 3/5/07, Luke Shannon <[EMAIL PROTECTED]>

Re: [appfuse-user] Getting Pojo information from a DB

2007-03-05 Thread Luke Shannon
BTW: PatientData is an inner class of the PatientFormController class (just in case it wasn't clear). On 3/5/07, Luke Shannon <[EMAIL PROTECTED]> wrote: Hi Matt; Actually I am going to do something like below. The data I'm getting this from is a seperate DB table than

Re: [appfuse-user] Getting Pojo information from a DB

2007-03-05 Thread Luke Shannon
agers, DAOs, etc. Showing us pseudo code for what you're trying to do with make it much easier to help. Matt On 3/5/07, Luke Shannon <[EMAIL PROTECTED]> wrote: > Thanks Mat, formBackingObject() seems to be the way to go. Do you see > any problem using the Jakarta-Commons DB con

Re: [appfuse-user] Getting Pojo information from a DB

2007-03-05 Thread Luke Shannon
might try storing the non-editable fields in hidden fields or read-only fields. Matt On 3/4/07, Luke Shannon <[EMAIL PROTECTED]> wrote: > > Hi; > > This may be a more of a Spring question, although I am hoping there is > something within the Appfuse tools to assist with this. >

[appfuse-user] Getting Pojo information from a DB

2007-03-04 Thread Luke Shannon
Hi; This may be a more of a Spring question, although I am hoping there is something within the Appfuse tools to assist with this. I have a Pojo I have created in my application and I have used Appgen to create everything I need for the CRUD operations. What I would like to do now is modify the

[appfuse-user] Feature Implementation Advice

2007-03-04 Thread Luke Shannon
Hello; In my appfuse application I have made a Doctor class that implements UserDetails, and an experimentor class which also implements UserDetails. So you can be logged in and have a role of one of these. I have a patient class which extends BaseObject and has all the CRUD operations generated