Re: [appfuse-user] Modular JSF/JPA, web tests not working

2007-05-19 Thread Andreas
Hi Matt After double checking the files I still have the mentioned issues: pom.xml : dao.framework = jpa-hibernate, appfuse.version = 2.0-m5-SNAPSHOT core/pom.xm : hibernate3-maven-plugin = jpaconfiguration web.xml : lazyLoadingFilter = org.springframework.orm.jpa.support.OpenEntityManagerInView

Re: [appfuse-user] cut down version of appfuse?

2007-05-19 Thread j2ee dodo
Done. http://issues.appfuse.org/browse/APF-753 The version of appfuse I was referring to is 1.9.4. Doing the same for 2.0 final would be nice to have. Note I want to create and develop Java Projects for weblogic using appfuse, dev work will be done on Eclipse, not creating jars for weblogic as w

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

2007-05-19 Thread Luke McLean
OK, found a copy of the source code here at home on an old backup disk. You first have to follow the instructions on the site http://smslib.sourceforge.net/ regarding setting up the comms package on the computer that is going to connect with the GPRS modem. After you have done that the old code

Re: [appfuse-user] execute junit tests in eclipse

2007-05-19 Thread Will Berger
thanks matt...that definantly got it. Here is the final syntax. I included the WEB-INF directory and that was incorrect. Here is what my spring subpublic class ScenarioDAOFileImplTest extends AbstractSingleSpringContextTests { public ScenarioDAOFileImplTest(String testName) {

Re: [appfuse-user] highlightTableRows limitation in Firefox?

2007-05-19 Thread Matt Raible
Yes, please enter an issue in JIRA. Matt On 5/19/07, pcberg <[EMAIL PROTECTED]> wrote: Firefox 2.0.0.3 seems to have a problem with highlightTableRows in 2.0-M4. I followed the tutorial (http://appfuse.org/display/APF/Using+Struts+2#UsingStruts2-listview) and added a new column on the table t

Re: [appfuse-user] cut down version of appfuse?

2007-05-19 Thread Matt Raible
I think it's a reasonable suggestion that we create an "appfuse-core" (or similarly named) archetype that allows you to create a project with only the service and dao layers. Most of the work has been done for this, we simple need to package it up. If you enter an issue for this in JIRA, I'll ma

Re: [appfuse-user] cut down version of appfuse?

2007-05-19 Thread Irshad Buchh
That is correct, you need to put appfuse-service.jar and appfuse-dao.jar files in the classpath. --Irshad. Philip Barlow-2 wrote: > > As far as i know all you should need is the > appfuse-service-[version].jar and appfuse-hibernate-[version].jar. > > Can anyone else confirm this? > > j2ee d

[appfuse-user] highlightTableRows limitation in Firefox?

2007-05-19 Thread pcberg
Firefox 2.0.0.3 seems to have a problem with highlightTableRows in 2.0-M4. I followed the tutorial (http://appfuse.org/display/APF/Using+Struts+2#UsingStruts2-listview) and added a new column on the table that has a clickable link to view custom details on a person. The behaviour is a bit strange

Re: [appfuse-user] cut down version of appfuse?

2007-05-19 Thread Philip Barlow
As far as i know all you should need is the appfuse-service-[version].jar and appfuse-hibernate-[version].jar. Can anyone else confirm this? j2ee dodo wrote: Hi guys, Is there a cut down version of appfuse that only deals with the backend dao and service layers without the web layer files?

[appfuse-user] cut down version of appfuse?

2007-05-19 Thread j2ee dodo
Hi guys, Is there a cut down version of appfuse that only deals with the backend dao and service layers without the web layer files?? Why wud I want that? Well, I only need to develop the backend package, web layer is taken care of by weblogic JPF which acts as front end controller calling servic