my opinion!!
Regards,
Viggo Navarsete
Irshad Buchh wrote:
>
> Hi,
> We have a AppFuse JSF 1.9.4 JSF (MyFaces) +Hibernate+Spring application.
> We would like to use the latest RichFaces 3.2 from JBoss that supports
> SUN-RI JSF 1.2 out of the box in addition to myfaces. Would it be enough
Great!! Looking forward attending your talk :)
mraible wrote:
>
> I'll try to submit a talk next week.
>
> Matt
>
> On 4/17/07, viggo <[EMAIL PROTECTED]> wrote:
>>
>> Reminder...Call for paper end April 30th 2007.http://www.javazone.no/
>>
Reminder...Call for paper end April 30th 2007.http://www.javazone.no/
Matt Raible-3 wrote:
>
> I might be able to be talked into it - what kind of talk would you like to
> see?
>
> Matt
>
> On 2/10/07, viggo <[EMAIL PROTECTED]> wrote:
>>
>>
>>
hmm, where do I change the version of EhCache used? It's not defined in any
of my pom.xml.
mraible wrote:
>
> This is caused by an issue with EhCache. It's fixed in 1.3.0-beta.
> We'll be upgrading AppFuse to 1.3.0 when it's released (est. 2 weeks).
>
>
Thanks Matt, I will use the beta until the final release.
mraible wrote:
>
> This is caused by an issue with EhCache. It's fixed in 1.3.0-beta.
> We'll be upgrading AppFuse to 1.3.0 when it's released (est. 2 weeks).
>
> Matt
>
> On 3/18/07, viggo <[
ontext.java:571)
[INFO] [jar:jar]
[INFO] Building jar:
/home/viggo/workspace/HEAD/lpoints-core/target/lpoints-core-1.0-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing
/home/viggo/workspace/HEAD/lpoints-core/target/lpoints-core-1.0-SNAPSHOT.jar
to
/home/viggo/.m2/repository/com/loyaltyrewarded/l
UTF-8
mraible wrote:
>
> This file probably need to be processed as UTF8 or 8859_1. Any idea
> which one I should use?
>
> Thanks,
>
> Matt
>
> On 3/11/07, viggo <[EMAIL PROTECTED]> wrote:
>>
>> http://www.nabble.com/file/7086/norwegianCharact
http://www.nabble.com/file/7086/norwegianCharacters.jpg
--
View this message in context:
http://www.nabble.com/Norwegian-characters-are-not-displayed-correctly-tf3385776s2369.html#a9424458
Sent from the AppFuse - User mailing list archive at Nabble.com.
1. I've used modular projects so far (struts and Spring MVC). I think that
using modular projects is the way to go. Normally you will have business
logic that you perhaps want to expose through other channels than web or
reuse, so it's better to separate it in an own module.
2. I think in some ca
Hi,
today I read an article by Sverre H. Huseby, a programmer/security
consultant from Norway. He's concerned about Spring MVC and cross-site
scripting. The complete article can be read here:
http://shh.thathost.com/secadv/spring-form-xss/
Anyone here thinking about this when developing web appl
Updated!
mraible wrote:
>
> If you go to appfuse.org, it's under View -> Account -> Sign Up.
>
> On 3/4/07, viggo <[EMAIL PROTECTED]> wrote:
>>
>>
>> sure..will do:)
>>
>> But, where is the link where I can create the acc
sure..will do:)
But, where is the link where I can create the account? Haven't been able to
see it
mraible wrote:
>
> Yes, you are correct. Please feel free to create an account on the wiki
> and
> make the correction. ;-)
>
> Matt
>
> On 3/3/07, viggo <[EMAI
Is this correct? "To register a personDao bean, create
src/main/webapp/WEB-INF/applicationContext.xml (or
core/src/main/webapp/WEB-INF/applicationContext.xml for a modular
archetype)"
Shouldn't the applicationContext be in
src/main/resources/applicationContext.xml or
core/src/main/resources/appli
I realized that APF-672 answered my question.
viggo wrote:
>
> Why are you sometimes referring to M4 with 1.0-m4-SNAPSHOT, and sometimes
> 2.0-m4-SNAPSHOT? Is that the same, or two different versions?
>
>
> mraible wrote:
>>
>> The wiki has a QuickStart
Why are you sometimes referring to M4 with 1.0-m4-SNAPSHOT, and sometimes
2.0-m4-SNAPSHOT? Is that the same, or two different versions?
mraible wrote:
>
> The wiki has a QuickStart Guide that should help you out.
>
> http://appfuse.org/display/APF/AppFuse+QuickStart
>
> You might want to use
http://www.eu.apachecon.com/program/talk/75 ...sounds like a separate talk on
JavaZone 2007, and let AppFuse get full attention in another session at
JavaZone! ;)
Matt Raible-3 wrote:
>
> I like it - what's a good title?
>
> On 2/10/07, viggo <[EMAIL PROTECTED]> wr
allenge. How do I authenticate?
>
>
>
> mraible wrote:
>>
>> On 2/22/07, viggo <[EMAIL PROTECTED]> wrote:
>>>
>>> I haven't had time to do any more work on this for a while, but I guess
>>> you
>>> have to create a new
problem as a result of your solution is the UserManager, will
> this work with the new extended user object??
>
>
>
> Cheers All Sion!
>
> Matt keep up the hard work!
>
>
> viggo wrote:
>>
>> I've also been thinking of extending the original Use
Hi,
If you're using JPA annotations, you could probably take a look here (search
for @onetoone):
http://www.oracle.com/technology/products/ias/toplink/jpa/resources/toplink-jpa-annotations.html
or perhaps here?
http://www.hibernate.org/hib_docs/v3/reference/en/html/mapping.html#mapping-declarati
I've also been thinking of extending the original User class by adding more
properties to it. The way I did it was to extract the core model classes
from appfuse, add @Inheritance(strategy=InheritanceType.JOINED) to the
User.java, and then create a new class which extends User, and add @Entity
to
woow, great news Matt!! Congratulations :)
Matt Raible-3 wrote:
>
> On 2/20/07, viggo <[EMAIL PROTECTED]> wrote:
>>
>> Thanks Matt, that solved everything :)
>>
>> When will the final m4 be finalized?
>
> As soon as we finish AMP and fix all the remai
Thanks Matt, that solved everything :)
When will the final m4 be finalized?
Matt Raible-3 wrote:
>
> On 2/20/07, viggo <[EMAIL PROTECTED]> wrote:
>>
>> ok, thanks.
>>
>> But the, two questions:
>> 1. What about my PersonDaoTest.java? Why is it complai
> When packaging a context file in a JAR, the best way to refer to it is:
>
> classpath*:/filenamewithnowildcards.xml
>
> So "classpath*:/applicationContext.xml" should work.
>
> Matt
>
> On 2/20/07, viggo <[EMAIL PROTECTED]> wrote:
>>
>> I just
, Skipped: 0, Time elapsed: 0.929 sec
<<< FAILURE!
testFindPersonByLastName(com.xpoints.dao.PersonDaoTest) Time elapsed: 0.702
sec <<< ERROR!
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find
class [com.xpoints.service.impl.GenericManagerImpl] for bean with name
'
hmm...
- "Kickstart Web 2.0 development with AppFuse"
- "Web 2.0 development made easy with AppFuse"
- "You never loose with AppFuse"
...or something else;)
Matt Raible-3 wrote:
>
> I like it - what's a good title?
>
> On 2/10/07, viggo <
ble to be talked into it - what kind of talk would you like to
> see?
>
> Matt
>
> On 2/10/07, viggo <[EMAIL PROTECTED]> wrote:
>>
>>
>> Will any of you hardcore AppFuse developers be promoting AppFuse on
>> JavaZone
>> in Norway (Oslo) this yea
This issue is related to this one:
http://www.nabble.com/Error-creating-bean-with-name-%27sessionFactory%22-tf3196130s2369.html
I think, if I'm not wrong, that you have to update this dependency in
pom.xml:
org.appfuse
appfuse-service
2.0-m4-SNAPSHOT
; What happend with the fix for one
>>
>> Matt Raible-3 wrote:
>>>
>>> If you want to zip up and send me your project, I can try to fix #1.
>>> The
>>> solution I provided seems like it should work.
>>>
>>> Matt
>>>
fix for one
>
> Matt Raible-3 wrote:
>>
>> If you want to zip up and send me your project, I can try to fix #1. The
>> solution I provided seems like it should work.
>>
>> Matt
>>
>> On 2/8/07, viggo <[EMAIL PROTECTED]> wrote:
>>&
Will any of you hardcore AppFuse developers be promoting AppFuse on JavaZone
in Norway (Oslo) this year?
http://www.javazone.no/web/show.do?page=152&articleid=5049
--
View this message in context:
http://www.nabble.com/AppFuse-2.0-%2B-JavaZone-2007-%3D---tf3204829s2369.html#a8899426
Sent from t
I created in m2 a modular spring project, which I have tried to update on
every new milestone. Today (running m4) I have two
applicationContext-resources.xml, one in core/src/test/resources and one in
web/src/main/resources. Do I need both? If yes, what should the content be?
core/src/test/resour
Sure, what mailaddress do you want me to send it to?
As for the log4j.xml, I've created a jira issue: APF-633
Matt Raible-3 wrote:
>
> If you want to zip up and send me your project, I can try to fix #1. The
> solution I provided seems like it should work.
>
> Matt
&
hed
> file in core/src/test/resources:
>
> If that works, please enter an issue in JIRA and I'll fix it in the
> modular
> archetypes.
>
> As for log4j.xml - that might be a bug too. Try copying the one from web
> into core/src/test/resources.
>
> Thanks,
>
> M
yLastName(com.xpoints.dao.PersonDaoTest) Time elapsed: 0.564
sec <<< ERROR!
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find
class [org.apache.commons.dbcp.BasicDataSource] for bean with name
'dataSource' defined in URL
[file:/home/viggo/workspace/xpoints-trunk
Yes, I have upgraded from M2 to M3. I will try your "fix" in a second, and
give feedback:)
Matt Raible-3 wrote:
>
> On 2/8/07, viggo <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>> I've tried to get through the Persistence chapter in the tutorial
>&g
th name 'sessionFactory' defined in URL
[jar:file:/home/viggo/.m2/repository/org/appfuse/appfuse-hibernate/2.0-m3-SNAPSHOT/appfuse-hibernate-2.0-m3-SNAPSHOT.jar!/applicationContext-dao.xml]:
Cannot resolve reference to bean 'dataSource' while setting bean
I have successfully managed to import a appfuse m3 project (modular-spring)
to Eclipse. Could you please tell what errors you got, and what archetype
you used?
galen wrote:
>
> I have set M2_REPO path. but many errors after build.
>
--
View this message in context:
http://www.nabble.com/err
RA so we can track
> it in the upgrade guide?
>
> http://issues.appfuse.org/secure/CreateIssue!default.jspa
>
> Thanks!
>
> Matt
>
> On 2/4/07, viggo <[EMAIL PROTECTED]> wrote:
>>
>> I get the same error with both modular-spring and modular-struts.
>
I get the same error with both modular-spring and modular-struts.
Tuncay A. wrote:
>
> Hi,
>
> I get following error running mvn integration-test on JSF Moduler (Seems
> like can't resolve DwrServlet):
>
> Embedded error: The following error occurred while executing this line:
> E:\Workspace
o look at the pom.xml which is
downloaded when running "mvn archetype", change what's missing/wrong,
and than I can try another time later this evening (I'm in Norway).
->Viggo<-
Matt Raible-3 wrote:
>
> On 1/5/07, viggo <[EMAIL PROTECTED]> wrote:
>>
Exception
Embedded error: user_role
...which seems to be related to this issue:
http://issues.appfuse.org/browse/APF-519
Matt Raible-3 wrote:
>
> You shouldn't have to install Cargo from source. I deleted Cargo from
> appfuse.org/repository so hopefully that helps.
>
&
Great, I will try that :)
Do I have to do any changes to the AppFuse configuration (pom.xml) as well?
Viggo
On 1/4/07, J. David Mendoza <[EMAIL PROTECTED]> wrote:
Hi, viggo...
To get it working I had to install cargo from the source...
Hope it helps...
David M.
From: viggo
To:
, but with no luck :(
A question, why do AppFuse have an internal version of the
cargo-maven2-plugin at http://static.appfuse.org? Couldn't AppFuse use the
one located here? http://snapshots.repository.codehaus.org (perhaps a silly
questestion, but anyway;))
BR,
Viggo
Matt Raible-3 wrote:
&g
43 matches
Mail list logo