Re: [appfuse-user] ClassCastException: $Proxy25

2008-03-10 Thread Matt Raible
If you've run "appfuse:full-source" then all the packages should've changed from org.appfuse to yourGroupId. You should search for org.appfuse and change it where you find it. Or try running full-source again. Matt On 3/8/08, gederer <[EMAIL PROTECTED]> wrote: > > Hi, > > I just created a new A

[appfuse-user] ClassCastException: $Proxy25

2008-03-08 Thread gederer
Hi, I just created a new AppFuse project, and ran mvn appfuse:full-source. I also made a couple of modifications to User.java and Address.java (but, I suspect that isn't what's causing this problem). Now, when I run mvn -Dmaven.test.skip=true jetty:run, I get the following output: DEBUG [main]