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
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.
>
>
>
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
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
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.
>
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
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
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: