RE: [appfuse-user] Issue with UserService Webservice

2008-01-03 Thread GAFFAR Abdul Khaliq
Matt, Please let me know as to how I should be creating patch file. Currently I am using struts 2 basic archetype and I used mvn appfuse:full-source to get the source code .Unfortunately , the above command does not get .svn directory which indicates the source is from svn repository .Hence I

Re: [appfuse-user] just want to confirm if this is the correct way

2008-01-03 Thread Nathan Anderson
Hi Vanessa, See inline comments below... - [EMAIL PROTECTED] wrote: > Hi, > > > > I’m using Appfuse 1.9.4, Struts framework. I’ve made a few basic > appearance changes and just want to know whether it was the correct > way to go about it. Also have some questions at the same time. > > >

[appfuse-user] just want to confirm if this is the correct way

2008-01-03 Thread vpacheco
Hi, I'm using Appfuse 1.9.4, Struts framework. I've made a few basic appearance changes and just want to know whether it was the correct way to go about it. Also have some questions at the same time. Seems correct now, but you never know how the wrong way of doing things will affect later o

[appfuse-user] Does Hibernate support foreign key in String type?

2008-01-03 Thread dev dev
I have a table A, which has a column X defined as VARCHAR and a table B, which has a composite key in which one of the columns referred to table A.Xcolumn. When i map this in Hibernate, it automatically convert the key into Integer. It seems to me that Hibernate doesn't support foreign key in Strin

Re: [appfuse-user] Last week, mvn install eclipse:eclipse worked but now not works

2008-01-03 Thread Matt Raible
If you think it's caused by the date/year change - try changing your computer's clock back to 2007. Matt On 1/3/08, bilgin <[EMAIL PROTECTED]> wrote: > > Hi all > > Last week, I did a lot of projects like the following for JSF Basic > > mvn install eclipse:eclipse > or mvn was working properly. >

Re: [appfuse-user] Issue with UserService Webservice

2008-01-03 Thread Matt Raible
http://issues.appfuse.org - you may have to create an account first. You can attach your patch to the issue after creating it. Matt On 1/3/08, GAFFAR Abdul Khaliq <[EMAIL PROTECTED]> wrote: > Can you point the url where i can log this bug in jira ? Please let me know > where i should be inculdin

Re: [appfuse-user] Displaytag 1.1

2008-01-03 Thread wdbetts
I got burned by this too, sadly Jetty didn’t provide any output during failure so it took much longer to figure out than it should have. A google for “displaytag NestedNullException” turned up this JIRA issue for DisplayTag http://jira.codehaus.org/browse/DISPL-178. Looks like DisplayTag require

[appfuse-user] Last week, mvn install eclipse:eclipse worked but now not works

2008-01-03 Thread bilgin
Hi all Last week, I did a lot of projects like the following for JSF Basic mvn install eclipse:eclipse or mvn was working properly. Now I created new project with a name myproject or mydeneme When I did mvn jetty:run-war it works at http://localhost:8080/ But when I do mvn install eclipse: