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
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
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
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
nt on Solaris yet?
Thanks,
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
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]
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
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
(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
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
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
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
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
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,
>
&
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
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
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
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
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
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]
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.
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
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
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
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
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
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.
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
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
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
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.
>
tally comfortable with the framework.
Thanks,
Luke
public ModelAndView onSubmit(HttpServletRequest request,
HttpServletResponse response, Object command,
BindException errors)
throws Exception {
if (log.isDebugEn
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
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]>
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
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
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-
38 matches
Mail list logo