hello, matt,
Great and congrat that internationalization works now.
But after war:inplace, "appfuse:full-source"-generated source code still
cant survive jetty:run, below is the exception I encountered after a few
trials. Would you like to handle this problem? I think the bold should be
taken ca
Hi,
I am using appfuse struts application.I have two roles (say
admin,customer) in my application,If customer login to the application,
mainMeu page should come.But If admin login to the application,some other
page should be displayed (say adminMenu.jsp).
At present appfuse app is display
On 8/11/07, BruceLee <[EMAIL PROTECTED]> wrote:
>
> Thank Matt. I use 1.9.4 + WebWork. Is struts.xml still used?
No. It's xwork.xml for WebWork.
> Now I don't use /mystuff.jsp instead of /user/mystuff.jsp. Even I comment
> out lines below in web.xml
>
>
> I still cannot bypass login for this for
It could be a memory issue. What happens if you increase the memory
for Maven? For example, et your MAVEN_OPTS environment variable to:
-Xms128M -Xmx256M
Matt
On 8/11/07, Britske <[EMAIL PROTECTED]> wrote:
>
> doing a walkthrough of th quickstart.
> every time I'm performing some tests by:
> mvn
On 9/16/07, Scott Ryan <[EMAIL PROTECTED]> wrote:
> I was able to upgrade but it looks like the JSF libraries were all moved up.
> For example myfaces was moved up to 1.2 which requires servlet 2.5 and many
> other upgrades. This change has broken my application as these libraries
> are not worki
Has anyone gotten the suggestion http://appfuse.org/display/APF/
AppFuse+Core+Classes mentioned in this passage to work? When I tried
it the hibernate plugin could not see across the different packages
using annotations and JPA. It complained that it could not see my
classes from the user
I was able to upgrade but it looks like the JSF libraries were all
moved up. For example myfaces was moved up to 1.2 which requires
servlet 2.5 and many other upgrades. This change has broken my
application as these libraries are not working fully with facelets
and require a lot of code c
There's two ways to bypass this:
1) Run mvn with "-o" to run Maven offline. It won't check for these
files and will run very fast.
2) In the maven-eclipse-plugin section of your pom.xml, change the
values from true to false:
true
true
Matt
On 9/16/07, Jim
On 9/16/07, nessus <[EMAIL PROTECTED]> wrote:
>
> hi, matt,
>
> the question is as subject. And the reproducible scenario is: I tried to
> create a totally new test project by running the command
> D:\nessus\appfuse>mvn archetype:create
> -DarchetypeGroupId=org.appfuse.archetypes
> -DarchetypeArti
Hi
This is maybe a maven question, but now with appfuse it is annoying when run
eclipse:eclipse, the maven seems check all source and javadoc again and again,
Is there a way to disable that ?
Thanks.
Jim Qiu
2007-09-17
Matt,
I encountered the problem
http://www.nabble.com/Is-AppFuse-well-versioned--tf4463967s2369.html
I will try the second question after you solve the versioning problem. But
Still I need you either convince me of my desired solution or suggest me a
brighter one.
Good luck and thank you very
hi, matt,
the question is as subject. And the reproducible scenario is: I tried to
create a totally new test project by running the command
D:\nessus\appfuse>mvn archetype:create
-DarchetypeGroupId=org.appfuse.archetypes
-DarchetypeArtifactId=appfuse-basic-struts
-DremoteRepositories=http://stat
Hi Matt,
On 16 Sep 2007 at 12:27, Matt Raible wrote:
> >From what I can tell, AppFuse 2.0 seems to be finished. In order to
> verify this, we need your help.
>
> If you have time, please test the latest code by 1) creating an
> archetype using 2.0-SNAPSHOT as the version or 2) try upgrading your
You might try:
Matt
On 9/16/07, arief <[EMAIL PROTECTED]> wrote:
>
> Hi Guys,
>
> I'm having similar problem (I guess) but not sure what went wrong.
> I'm using:
> - Appfuse 2.0 RC1 with basic Spring MVC
> - iBatis
>
> I tried using form:select where the path for form:select is the command's
>
Hi Guys,
I'm having similar problem (I guess) but not sure what went wrong.
I'm using:
- Appfuse 2.0 RC1 with basic Spring MVC
- iBatis
I tried using form:select where the path for form:select is the command's
setter/getter and with it i'm using
form:option (for displaying "Please select xxx")
I was unable to reproduce your error, but I did discover the following bug.
http://issues.appfuse.org/browse/APF-886
Can you rm -r ~/.m2/repository/org/appfuse and try again?
Thanks,
Matt
On 9/16/07, Struts2 Fan <[EMAIL PROTECTED]> wrote:
>
> mvn archetype:create -DarchetypeGroupId=org.appfuse
Unfortunately, I don't know how to do this off the top of my head. I
could spend the time figuring it out, but that sounds like consulting
work. ;-)
Matt
On 8/11/07, Sanath <[EMAIL PROTECTED]> wrote:
>
> Hi All,
> I have an issue in this script that needs some assistance from you all. We
> have
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes
-DarchetypeArtifactId=appfuse-basic-struts
-DremoteRepositories=http://static.appfuse.org/repository
-DarchetypeVersion=2.0-SNAPSHOT -DgroupId=com.mycompany.app
-DartifactId=myproject
mvn jetty:run-war or mvn jetty:run-exploded
both
You might try changing your relationship to using each fetching. For example:
@OneToMany(fetch = FetchType.EAGER)
Matt
On 9/16/07, jgardner16 <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I have a table called account with a one to many relationship to
> address and a one to many relationship to pho
You're doing "mvn jetty:run-war"?
On 9/16/07, Struts2 Fan <[EMAIL PROTECTED]> wrote:
>
> It passed after 3. try. Another one. I am using struts-basic.
>
> [INFO] Starting jetty 6.1.5 ...
> 2007-09-16 23:18:13.067::INFO: jetty-6.1.5
> 2007-09-16 23:18:13.661::INFO: No Transaction manager found -
Hi,
I have a table called account with a one to many relationship to
address and a one to many relationship to phone number. I am using spring
and struts. Everyhing is fine except when I create a new account I forward
to a page which lists all the accounts and their addresses and phone numb
It passed after 3. try. Another one. I am using struts-basic.
[INFO] Starting jetty 6.1.5 ...
2007-09-16 23:18:13.067::INFO: jetty-6.1.5
2007-09-16 23:18:13.661::INFO: No Transaction manager found - if your
webapp re
quires one, please configure one.
2007-09-16 23:18:14.676:/:INFO: Initializi
Can you post your pom.xml?
Thanks,
Matt
On 9/16/07, Struts2 Fan <[EMAIL PROTECTED]> wrote:
>
> I didn't run "appfuse:full-source"
>
> Just created a new 2.0-SNAPSHOT and run mvn jetty:run
>
> [ERROR] FATAL ERROR
> [INFO]
>
I didn't run "appfuse:full-source"
Just created a new 2.0-SNAPSHOT and run mvn jetty:run
[ERROR] FATAL ERROR
[INFO]
[INFO] Unable to load class declared as in the configuration:
[INFO]
-
It is ok now. I am moving forward. I'll inform you.
mraible wrote:
>
> Can you try it again?
>
> On 9/16/07, Struts2 Fan <[EMAIL PROTECTED]> wrote:
>>
>> Another problem
>> I created a new project.
>>
>> Downloading:
>> http://static.appfuse.org/repository/org/appfuse/appfuse-hibernate/
>> 2.0
Can you try it again?
On 9/16/07, Struts2 Fan <[EMAIL PROTECTED]> wrote:
>
> Another problem
> I created a new project.
>
> Downloading:
> http://static.appfuse.org/repository/org/appfuse/appfuse-hibernate/
> 2.0-SNAPSHOT/appfuse-hibernate-2.0-20070916.190810-88.pom
> [INFO]
>
Another problem
I created a new project.
Downloading:
http://static.appfuse.org/repository/org/appfuse/appfuse-hibernate/
2.0-SNAPSHOT/appfuse-hibernate-2.0-20070916.190810-88.pom
[INFO]
[ERROR] BUILD ERROR
[INFO]
--
Nice work Matt,
A problem I met
http://static.appfuse.org/repository/org/appfuse/maven-warpath-plugin/2.0-SNAPSHOT/maven-warpath-plugin-2.0-SNAPSHOT.pom
doesn't exist
--
View this message in context:
http://www.nabble.com/AppFuse-2.0-code-complete-tf4462199s2369.html#a12724955
Sent from the
For some reason, "mvn deploy" keeps putting timestamps on snapshots
when I deploy them. I've manually renamed the files so hopefully that
fixes the problem.
Matt
On 9/16/07, Struts2 Fan <[EMAIL PROTECTED]> wrote:
>
> Nice work Matt,
>
> A problem I met
>
> http://static.appfuse.org/repository/org
I'm glad you figured it out. I don't know if this helps, but XFire
uses the following:
So it looks like they need to do the same thing. The solution to your
problem might be explicitly add
On 8/4/07, Bob Fleischman <[EMAIL PROTECTED]> wrote:
>
> I tried that. I put the file in src/main/resources/appfuse/web/spring.
>
> No luck from the command line and from within Eclipse (version 3.3 on Linux)
> using the m2eclipse plugin I get this error:
>
> [INFO] appfuse:gen
> log4j:ERROR A "or
I'm guessing you figured this out or gave up altogether?
Matt
On 8/4/07, Tony.Cesc <[EMAIL PROTECTED]> wrote:
>
> I did clean the project. But the error still occur.
> Note: I can't run mvn -X | tee mvn.log command (I am running windows xp)
> * Error occur when I try running your command
> 'tee'
Hello everyone,
>From what I can tell, AppFuse 2.0 seems to be finished. In order to
verify this, we need your help.
If you have time, please test the latest code by 1) creating an
archetype using 2.0-SNAPSHOT as the version or 2) try upgrading your
own projects to use 2.0-SNAPSHOT.
For #1, I've
33 matches
Mail list logo