[appfuse-user] Adding files from another spring project to Appfuse

2007-05-22 Thread Luke
I have built a bare bones spring project with the functionality I want. Now I would like to integrate it with the base Appfuse project to get Acegi, SiteMesh and some other goodies. Is this still the direction to follow? http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseAddServlet

[appfuse-user] raibledesigns.net down?

2007-01-07 Thread Luke
I was looking for some appfuse articles I had bookmarked and noticed raibledesigns is not responding. Anyone else having this problem? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: [appfuse-user] raibledesigns.net down?

2007-01-07 Thread Luke
I don't suppose that article on setting up an appfuse dev environment on Suse is available somewhere else? Thanks, Luke - Original Message - From: "Matt Raible" <[EMAIL PROTECTED]> To: Sent: Sunday, January 07, 2007 2:46 PM Subject: Re: [appfuse-user] raiblede

Re: [appfuse-user] raibledesigns.net down?

2007-01-07 Thread Luke
Its back :-) Thanks Matt. - Original Message - From: "Luke" <[EMAIL PROTECTED]> To: Sent: Sunday, January 07, 2007 2:50 PM Subject: Re: [appfuse-user] raibledesigns.net down? I don't suppose that article on setting up an appfuse dev environment on Suse is ava

[appfuse-user] Solaris 10

2007-01-17 Thread Luke
nt on Solaris yet? Thanks, Luke

[appfuse-user] Appgen Question

2007-01-18 Thread Luke
/WEB-INF/action-servlet.xml]: Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: Validator [EMAIL PROTECTED] does not support command class [com.example.model.Student] Is the Pojo missing something? Any tips? Thanks, Luke package com.exampl

[appfuse-user] Suse Dev Question

2007-01-18 Thread Luke
I am sure this is an easy one, but I can't see what is going on. Thanks, Luke - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2007-03-07 Thread Luke Shannon
nject some data into a newly created object. I was thinking of doing this in the formBackingObject but the else block where the new object is created gets called twice (not sure why). Thanks, Luke protected Object formBackingObject(HttpServletRequest request) throws Exception { S

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

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] XFire: Wrapper vs. Non-wrapper Web Services

2007-04-05 Thread Luke McLean
interested in hearing your approach. Luke. -- View this message in context: http://www.nabble.com/XFire%3A-Wrapper-vs.-Non-wrapper-Web-Services-tf3481979s2369.html#a9848414 Sent from the AppFuse - User mailing list archive at Nabble.com

[appfuse-user] Many-to-Many Users/Roles

2007-04-05 Thread Luke McLean
something wrong but every example I can find on the net appears to be the same as what I have done. Luke. -- View this message in context: http://www.nabble.com/Many-to-Many-Users-Roles-tf3533962s2369.html#a9864027 Sent from the AppFuse - User mailing list archiv

Re: [appfuse-user] Many-to-Many Users/Roles

2007-04-06 Thread Luke McLean
Thanks for that, however all the examples I have seen specifically state NOT to do that from the non-owning side of the relationship, instead private Set users; @ManyToMany(mappedBy="roles") public Set getUsers(){ return users; } Perhaps if I cut and pasted my actual classes when I

Re: [appfuse-user] Child records get saved by only saving parent record?

2007-04-10 Thread Luke McLean
Check your mapping (I think that 1.9.4 uses XDoclet tags in the classes to define the relationships), it sounds like hibernate has been set up to cascade updates through a relationship between the two classes (parent/child). Therefore when you update the parent it will automatically cascade that

Re: [appfuse-user] How to customize login page

2007-05-18 Thread Luke McLean
sms message. To send validation via email is much easier. I can supply you some code to have a look through but it is at work. I can post code Monday (New Zealand time) if you are still interested. Are you using 1.9.4 or 2.0 appfuse? Luke. preman wrote: > > Dear appfuse fans, > &

Re: [appfuse-user] How to customize login page

2007-05-19 Thread Luke McLean
em. I have not performed any performance testing either to see whether I need to write to a queue and then send from that queue. There is example code in the smslib download including code to handle queues 0 refer to the SMSLIBServer code that can use a database or XML files, you could use quartz ins

Re: [appfuse-user] Basic One-To-Many

2007-05-23 Thread Luke McLean
dd that Address to the Person entity, otherwise you will get errors to say that associations still exist to the entity that you are trying to remove. I will find some more detailed code and post a complete tomorrow. Hope this helps, Luke. paulie wrote: > > I have been looking throu

Re: [appfuse-user] Basic One-To-Many

2007-05-23 Thread Luke McLean
mapping rather than annotations but logic still follows. Luke. Luke McLean wrote: > > I will find some more detailed code and post a complete tomorrow. > > -- View this message in context: http://www.nabble.com/Basic-One-To-Many-tf3764612s2369.html#a10775281 Sent from the AppFus

Re: [appfuse-user] How to avoid maven-appfuse not deleting the database on every build

2007-05-25 Thread Luke McLean
command line. It will skip all tests and the running of dbunit. Luke. Balaji D Loganathan wrote: > > Hi, > Hope this question is not asked already. (i did searched). :) > > I am using appfuse-spring-basic and every time i build my app using mvn > clean package, its dropping t

[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

[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] 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.

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

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

[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

[appfuse-user] jtds help

2007-01-17 Thread Luke McLean
forge/jtds/jtds/1.2 If anyone has done similar and has even sketchy instructions I'd love to know how please. Thanks, Luke -- View this message in context: http://www.nabble.com/jtds-help-tf3032097s2369.html#a8424579 Sent from the AppFuse - User mailing list archiv

Re: [appfuse-user] AppFuse 2.0

2007-01-17 Thread Luke McLean
m the central repository to my local user repository. Then mvn was able to continue with building the project. If anyone know why maven defaults to https://maven2-repository.dev.java.net for these files please explain (I'd love to understand what is going on here). Luke. Hi I tried maven 2.

Re: [appfuse-user] Appfuse 2.0 + MSSQL (jtds)

2007-01-18 Thread Luke McLean
install MySQL to get it up and running and eliminate all other factors then try the port to MSSQL again. I have attached the file generated using command 'mvn integration-test >>error3.log' http://www.nabble.com/file/5710/error3.log error3.log in case it sheds any additional light

[appfuse-user] Feature Implementation Advice

2007-03-04 Thread Luke Shannon
even know where to start. Can someone point me in the right direction? Is this there an easier way to do this, perhaps even with Appgen? Is Struts easier to do implement hibernate relationships in? Thanks, Luke - To unsubscrib

[appfuse-user] Getting Pojo information from a DB

2007-03-04 Thread Luke Shannon
the application so specific fields in the Pojo are set using data from a DB and not from user input from the web tier. Working within the Struts framework (Appfuse 1.9.4) where is the best place to implement such a change? Is there a best practise for something like this? Thanks, Luke

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. >

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

2007-03-05 Thread Luke Shannon
tally comfortable with the framework. Thanks, Luke public ModelAndView onSubmit(HttpServletRequest request, HttpServletResponse response, Object command, BindException errors) throws Exception { if (log.isDebugEn

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-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-06 Thread Luke Shannon
Ah, I know the feeling. Thanks for getting back to me though :-) I am reading your chapter in Spring Live on Hibernate (Chapter 7). I'm hoping to figure out a better way to do this from that. BTW: This is a great book! Luke On 3/6/07, Matt Raible <[EMAIL PROTECTED]> wrote: Nop

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

[appfuse-user] JRuby Spring Dynamic Language Support

2009-01-05 Thread Luke Galea
Hi all, I'm trying to put together a demo app using Appfuse and Spring's dynamic language support for JRuby to present to a Ruby group next week. I've run into a ton of problems: first when using Hibernate I was unable to get past the conflict with the ASM versions when running jetty:run-