Re: [appfuse-user] a few struts2.x tag don't work within appfuse2.0M4

2007-05-14 Thread GBSGBSGBS
first, thanks for ur reply, matt i'v tried ur advice, in some sense, it takes effect. with commenting out the sitemesh filter from web.xml, "doubleselect" and "optiontransferselect" tags can show their graphical interfaces, but still with errors. ---

Re: [appfuse-user] a few struts2.x tag don't work within appfuse2.0M4

2007-05-14 Thread Matt Raible
For the last error, it looks like removing the # will solve the problem. The other one has an error from SiteMesh - you might try commenting out the sitemesh filter from your web.xml and see if that helps. Matt On 5/14/07, GBSGBSGBS <[EMAIL PROTECTED]> wrote: i'v done a test of struts2.x tag

[appfuse-user] a few struts2.x tag don't work within appfuse2.0M4

2007-05-14 Thread GBSGBSGBS
i'v done a test of struts2.x tags in appfuse2.0m4 ( test codes are copied from struts2.x site's tag examples) and some of these tags dont work here is the consequence -

Re: [appfuse-user] JPA problems

2007-05-14 Thread Matt Raible
If you recently updated from m4 to m5-SNAPSHOT, you should make sure you're excluding persistence.xml from the warpath plugin. applicationContext-resources.xml,ApplicationResources*.properties,ehcache.xml, hibernate.cfg.xml,jdbc.properties,log4j.xml,mail.prop

[appfuse-user] JSR-168 Portlets and Appfuse

2007-05-14 Thread martinr
Hi, I was wondering if anyone out there has used Appfuse to build a JSR 168 compliant Portlet? From what I can see this should be possible but would really appreciate any tips, comments etc on the process if it has been done before. I'm going to look into this in any case and am happy to feed cod

Re: [appfuse-user] Bug in 1.9.4 log4j settings?

2007-05-14 Thread rfisk
Well... All I can offer in reply is a sheepish grin. Thanks. mraible wrote: > > The first few lines of log4j.properties should help: > > # This is the configuring for logging displayed in the Application Server > log4j.rootCategory=INFO, stdout > > # Replace the line above if you want t

Re: [appfuse-user] JPA problems

2007-05-14 Thread jgardner16
Hi I have attached 3 files my persistence.xml, applicationContext-resources.xml and the dao let me know if you need anything else. thanks Jeff mraible wrote: > > Can you post the bean definitions or code you're trying to use? The > tutorials tell you to put your bean definitions in > src/

Re: [appfuse-user] JPA problems

2007-05-14 Thread Matt Raible
Can you post the bean definitions or code you're trying to use? The tutorials tell you to put your bean definitions in src/main/resources/applicationContext.xml, so it's strange to see the error coming from src/test/resources/applicationContext-resources.xml. Matt On 5/14/07, jgardner16 <[EMAIL

Re: [appfuse-user] Bug in 1.9.4 log4j settings?

2007-05-14 Thread Matt Raible
The first few lines of log4j.properties should help: # This is the configuring for logging displayed in the Application Server log4j.rootCategory=INFO, stdout # Replace the line above if you want to put a log file into the directory # you start Tomcat from # log4j.rootCategory=INFO, stdout, R M

Re: [appfuse-user] SVN

2007-05-14 Thread Eric Fitzsimmons
Generally with subversion and maven we commit all of our files except those in the target directory and obviously you don't need to have any libraries included because maven should take care of those based off of the pom. Hope that helps and I would like to hear what others have to say if you pra

[appfuse-user] Bug in 1.9.4 log4j settings?

2007-05-14 Thread rfisk
In 1.9.4 there is a log4j properties in WEB-INF/classes which attempts to stream output for the context into its own log file: [EMAIL PROTECTED]@.log The problem is that even after the build replaces @APPNAME@ with the proper context, the logfile .log is never created. All output ends up in cata

Re: [appfuse-user] JPA problems

2007-05-14 Thread jgardner16
I did follow the instructions I changed my POM.xml to use M5 and made the other changes on the website. When I build it has no problems creating the tables but when I get to the unit test they all fail with the nosuchbean error. thanks mraible wrote: > > What version of AppFuse are you usin

[appfuse-user] Backgammon Java application

2007-05-14 Thread jeanclaude
>From where should i start to make a rich with graphics and sounds http://www.backgammonmasters.com backgammon application? Like BM application or other complicated backgammon servers? -- View this message in context: http://www.nabble.com/Backgammon-Java-application-tf3752260s2369.html#a1

[appfuse-user] SVN

2007-05-14 Thread martinr
I'm just having my first play with Appfuse 2 (after several projects based on appfuse 1). Now, being sane, I'm going to check my code into subversion. Apart from the obvious tracking of my own code I'm assuming this will help with version upgrades in appfuse. My question to the list is : 'is ther

Re: [appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-05-14 Thread Irshad Buchh
Hi Hisham, Did you get it working now? I am looking for integration of icefaces, facelets and AppFuse 1.9.4. Can I share your notes in cas u got it working. --Irshad. shazam wrote: > > I changed the faces servlet mapping to use icesofts Persistent Faces as > follows: > > Persisten

Re: [appfuse-user] offtopic Tag list

2007-05-14 Thread tibi
perfect!! tibi Michael Horwitz wrote: Then I think this is what you are looking for: http://mojo.codehaus.org/taglist-maven-plugin/ Mike. On 5/14/07, *tibi* <[EMAIL PROTECTED] > wrote: thanks i will look at this. just to make clear reports like this one:

Re: [appfuse-user] offtopic Tag list

2007-05-14 Thread Michael Horwitz
Then I think this is what you are looking for: http://mojo.codehaus.org/taglist-maven-plugin/ Mike. On 5/14/07, tibi <[EMAIL PROTECTED]> wrote: thanks i will look at this. just to make clear reports like this one: http://maven.apache.org/scm/plugins/taglist.html tibi Michael Horwitz wrote:

Re: [appfuse-user] offtopic Tag list

2007-05-14 Thread tibi
thanks i will look at this. just to make clear reports like this one: http://maven.apache.org/scm/plugins/taglist.html tibi Michael Horwitz wrote: I know there is support for bug tracking systems like Bugzilla or Jira with the ability to generate reports as part of the build process. Take a l

Re: [appfuse-user] offtopic

2007-05-14 Thread Michael Horwitz
I know there is support for bug tracking systems like Bugzilla or Jira with the ability to generate reports as part of the build process. Take a look at the changes plugin: http://maven.apache.org/plugins/maven-changes-plugin/ Mike On 5/14/07, tibi <[EMAIL PROTECTED]> wrote: for maven2 that i

Re: [appfuse-user] offtopic

2007-05-14 Thread tibi
for maven2 that is... tibi tibi wrote: sorry a bit off topic bu hopefully easy to answer: i want to generate the TODO list (tag list) anyone knows which plugin that is? thanks tibi ps googleing will not work there are many pages with 'tag list report' in it :(

[appfuse-user] offtopic

2007-05-14 Thread tibi
sorry a bit off topic bu hopefully easy to answer: i want to generate the TODO list (tag list) anyone knows which plugin that is? thanks tibi ps googleing will not work there are many pages with 'tag list report' in it :( --

Re: [appfuse-user] JPA problems

2007-05-14 Thread Matt Raible
What version of AppFuse are you using? Did you following the integration instructions in the following tutorial? http://appfuse.org/display/APF/Using+JPA Matt On 5/14/07, jgardner16 <[EMAIL PROTECTED]> wrote: Hi I am new to JPA and am trying to convert my application to use JPA. Everything s

Re: [appfuse-user] No Bean named userDao found

2007-05-14 Thread Michael Horwitz
I have had similar problems before and all due to adding dependencies which pulled in very old versions of Xerces transitively. Looking through my pom file the guilty parties where fop and json-lib (but just about any new dependency could suck these in!). Please check the WEB-INF/lib directory und

Re: [appfuse-user] ESB

2007-05-14 Thread Michael Horwitz
I am using ServiceMix, which in many ways is similar to Mule. I was attracted by the JBI standard (it does provide a starting point, even if a somewhat open ended one!). I use it actively for a few projects, and on the whole it works pretty well. Mule may have changed since I last looked at it, b

Re: [appfuse-user] open / close hibernate session in appfuse

2007-05-14 Thread Michael Horwitz
Hi, Judging by the lack of responses, not a stupid question at all! I'm assuming you are using 2.0x of AppFuse: The transactions are opened and closed using Spring AOP proxies. The configuration is embedded inside the applicationContext-service.xml file inside the appfuse-service jar file. It is

[appfuse-user] JPA problems

2007-05-14 Thread jgardner16
Hi I am new to JPA and am trying to convert my application to use JPA. Everything seems to be working except when I run the unit tests I get the following error. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dealDao' defined in file [c:\svn\grandpacific