[appfuse-user] open source or commercial social networking online application?

2007-03-23 Thread dev dev
Does anyone know of any good open source or commercial social networking online application leveraged on well-known open source technologies (Spring, Hibernate, Struts or Spring MVC etc..) ? Instead of building our own from scratch, we plan to see if we can find an already framework for social net

[appfuse-user] is AppFuse primed for large scale production deployment?

2007-04-19 Thread dev dev
Sorry for posting such a question but we just want to know if anyone out there are using the latest AppFuse version in production that handles 30 or more millions page views per month? Thanks dev

[appfuse-user] What is the difference between AppFuse and JBoss and Gerinomo?

2007-04-23 Thread dev dev
Thanks Dev

[appfuse-user] tutorial on configuring Apache2.0 + mod_jdk2 + Tomcat

2007-04-23 Thread dev dev
Can someone point me to a step-by-step tutorial on how to do this? Thanks Dev

Re: [appfuse-user] tutorial on configuring Apache2.0 + mod_jdk2 + Tomcat

2007-04-23 Thread dev dev
tomcat5 for Ubuntu. What OS are you installing on? Nathan dev dev wrote: > Can someone point me to a step-by-step tutorial on how to do this? > > Thanks > Dev - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

[appfuse-user] web tool(s) to create user stories or web flow

2007-04-26 Thread dev dev
We are trying to create the flow of the entire web site (quite large) and we need to find a tool (s) to allow us to create web flow and navigation links between various features. In other words, how the features are interconnected from the user perspective. Thanks Dev

[appfuse-user] optimal mysql configuration on linux

2007-04-27 Thread dev dev
If we are running drupal (or Java) + Mysql on a production linux machine, what is the recommended MySQL configuration to get the most optimal performance? We are running on MySQL 5 and innodb as db type. Currently, we set innodb_open_files 300 open_files_limit 65535 Thanks dev

Re: [appfuse-user] optimal mysql configuration on linux

2007-04-27 Thread dev dev
and ask Mark the same questions again :-) Cheers, Doug *Matt Raible <[EMAIL PROTECTED]>* wrote: You might try joining the AppFuse IRC channel - MySQL's Mark Matthews hangs out in there a fair bit. http://appfuse.org/display/APF/IRC+Channel Matt On 4/27/07, dev dev wrote: > If we are ru

[appfuse-user] JBossWeb versus Apache2.0+ mod_jk+Tomcat

2007-04-30 Thread dev dev
Have anyone running JBossWeb in production versus Apache2.0 + mod_jk+ Tomcat to handle very large load? thanks Dev

[appfuse-user] WCMS (Web Content Management System) recommendation

2007-05-01 Thread dev dev
Does anyone know or use of any CMS that enable the user to define a set of metadata or templates to ensure that the content itselft is in-line with the predefined metadata or templates? It's quite similar to XML schema or DTD for XML documents. Thanks dev

[appfuse-user] Installation of Subversion + Trac instructions on Fedora Core 7

2007-06-18 Thread dev dev
I'm planning to install Subversion and Trac on Fedora and new to this so just wondering if anyone has written a easy to follow instructions on how to do this. Thanks much. dev

[appfuse-user] Trac SCM rpm for CentOS 5

2007-06-19 Thread dev dev
Does anyone of where i can download the trac rpm for CentOS 5? Thanks dev

[appfuse-user] restlet framework integration

2007-07-18 Thread dev dev
Hi appfusers, Does anyone has tried to integrated restlet in appfuse 2.0? Thanks dev

[appfuse-user] Installing AppFuse's source into your project (2.0 M5)

2007-08-03 Thread dev dev
According to Matt, the below 2 supports are not yet available in 2.0 M5 and it's posted a month or so ago. Are these supports available now? mvn appfuse:full-source This goal will convert your project to use all of AppFuse's source and remove all dependencies on AppFuse. Known issues with "full-

[appfuse-user] Jetty 6.1 versus Tomcat 6.x

2007-08-14 Thread dev dev
Anyone have done any performance benchmark between the two and any preferences on which one is better to be deployed in production in terms of scalability, performance and ease-of-use? I'm gearing towards Jetty 6.1 but won't to hear from everyone input first. Thanks dev

[appfuse-user] Running Appfuse 2.0 M5 in Eclipse Europa/WTP ?

2007-08-26 Thread dev dev
I was able to deploy it to my local Tomcat 5.5 (WTP) and it seemed to work fine. However, when i made changes to for example, ApplicationResources.properties, i expected it to automatically hot deployed to the target tomcat server without restarting the server. I didn't see my changes even after i

[appfuse-user] appfuse2.0 m5 bug

2007-08-26 Thread dev dev
I'm using Spring MVC basic 2.0 m5. Go to http://localhost:8080/mainMenu.html Under Welcome!, click on either "Edit Profile" or "Upload A File". If you click on "Edit Profile" , the href link is http://userform.html http:// (it should be http://localhost:8080/userform.html). Same issue with "Uploa

Re: [appfuse-user] appfuse2.0 m5 bug

2007-08-26 Thread dev dev
h JDK 5 on OS X. The rendered > HTML looks fine to me and clicking on both links works as expected. > > > > Edit Profile > > > Upload A File > > > > Matt > > On 8/26/07, dev dev <[EMAIL PROTECTED]> wrote: > &g

[appfuse-user] Error when trying to run mvn appfuse:full-source for core archetype 2.0 RC1

2007-09-05 Thread dev dev
Got this error $ mvn appfuse:full-source [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'appfuse'. [INFO] - --- [INFO] Building AppFuse Core Application [INFO]task-segment: [appfuse

Re: [appfuse-user] Error when trying to run mvn appfuse:full-source for core archetype 2.0 RC1

2007-09-05 Thread dev dev
will do. Thanks Matt On 9/5/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > Can you please enter this as an issue in JIRA? I forgot to test it on > the core archetype - sounds like there's a bug there. > > http://issues.appfuse.org/browse/APF > > Thanks, > &g

Re: [appfuse-user] Error when trying to run mvn appfuse:full-source for core archetype 2.0 RC1

2007-09-05 Thread dev dev
/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V(ActionCleanupDelayFilter. On 9/5/07, dev dev <[EMAIL PROTECTED]> wrote: > > will do. > > Thanks Matt > > On 9/5/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > > > Can you pleas

Re: [appfuse-user] appfuse:full-source works on modular projects on Appfuse2.0 RC1?

2007-09-05 Thread dev dev
i got the same error as Richard. All the properties required by the dependencies are missing after running mvn appfuse:full-source. dev On 9/5/07, Richard Brewster <[EMAIL PROTECTED]> wrote: > > > Thanks. That did work! I'll file the bug report. > > Richard > > > > mraible wrote: > > > > Line e

Re: [appfuse-user] appfuse:full-source works on modular projects on Appfuse2.0 RC1?

2007-09-05 Thread dev dev
yes Vista. On 9/5/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > Are you on Windows as well? > > On 9/5/07, dev dev <[EMAIL PROTECTED]> wrote: > > i got the same error as Richard. All the properties required by the > > dependencies are missing after running

[appfuse-user] running 2.0 RC1 with Eclipse Europa WTP

2007-09-06 Thread dev dev
Has anyone successfully got it to work? Following this tutorial is not working, http://appfuse.org/display/APF/Eclipse. Thanks dev

Re: [appfuse-user] appfuse:full-source works on modular projects on Appfuse2.0 RC1?

2007-09-06 Thread dev dev
will do Thanks Matt. To work around it, just run "dos2unix" (assuming you have cygwin installed on your machine) against all the pom.xml and everything should work fine. dev. On 9/6/07, mraible <[EMAIL PROTECTED]> wrote: > > > I've entered this issue in JIRA: > > http://issues.appfuse.org/browse/

Re: [appfuse-user] appfuse:full-source works on modular projects on Appfuse2.0 RC1?

2007-09-06 Thread dev dev
modular (not core) mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-struts -DremoteRepositories=http://static.appfuse.org/repository -DarchetypeVersion=2.0-SNAPSHOT -DgroupId=com.mycompany.app -DartifactId=myproject On 9/6/07, Matt Raible <[EMA

Re: [appfuse-user] appfuse:full-source works on modular projects on Appfuse2.0 RC1?

2007-09-06 Thread dev dev
Matt, I tested it and got these errors. [ERROR] AUTOWIRE_BY_NAME cannot be resolved [ERROR] The import org.jmock cannot be resolved [ERROR] MockObjectTestCase cannot be resolved to a type [INFO] [ERROR] BUILD ERROR [INFO] ---

[appfuse-user] Debugger does not stop at breakpoints when maven goal test -Dtest=UserDaoTest is run within eclipse

2007-09-07 Thread dev dev
It seems to run fine except it doesn't stop at the breakpoints (2.0 RC1 appfuse-modular-spring). I must be missing some simple steps here. Any ideas? dev

[appfuse-user] Re: Debugger does not stop at breakpoints when maven goal test -Dtest=UserDaoTest is run within eclipse

2007-09-07 Thread dev dev
BTW, i'm using m2eclipse plugin http://m2eclipse.codehaus.org/ . On 9/7/07, dev dev <[EMAIL PROTECTED]> wrote: > > It seems to run fine except it doesn't stop at the breakpoints (2.0 RC1 > appfuse-modular-spring). I must be missing some simple steps here. > > Any ideas? > > dev >

Re: [appfuse-user] Debugger does not stop at breakpoints when maven goal test -Dtest=UserDaoTest is run within eclipse

2007-09-07 Thread dev dev
Es debug params. > > Hope this helps, > > Matt > > > On 9/7/07, dev dev <[EMAIL PROTECTED]> wrote: > > It seems to run fine except it doesn't stop at the breakpoints (2.0 RC1 > > appfuse-modular-spring). I must be missing some simple steps here. > > &

[appfuse-user] tutorial on appfuse-modular-spring with FreeMarker as the view?

2007-09-07 Thread dev dev
Thanks dev

Re: [appfuse-user] tutorial on appfuse-modular-spring with FreeMarker as the view?

2007-09-07 Thread dev dev
Any particular reasons why FreeMarker is not supported in Appfuse? How about Velocity templates? Thanks dev On 9/7/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > No - FreeMarker is not supported in AppFuse. It is supported in AppFuse > Light. > > Matt > > > On 9/7

[appfuse-user] Issue running spring-modular-spring following the Spring+MVC tutorial

2007-09-07 Thread dev dev
Using appfuse-modular-spring as the base, i'm trying to create a Person screen following the tutorials and for web framework, i use http://appfuse.org/display/APF/Using+Spring+MVC tutorial. Run mvn integration-test at the end to the tutorial and everything build successfully. However, got this erro

Re: [appfuse-user] tutorial on appfuse-modular-spring with FreeMarker as the view?

2007-09-07 Thread dev dev
sing > FreeMarker with Spring MVC or Struts 2. However, you will need to keep > the existing JSP ViewResolver in place for Spring if you want to use > any of the current functionality. > > Matt > > On 9/7/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > On 9/7/07,

Re: [appfuse-user] Issue running spring-modular-spring following the Spring+MVC tutorial

2007-09-08 Thread dev dev
gt; wrote: > > You need to add it to core/src/main/resources/hibernate.cfg.xml. > > Matt > > On 9/7/07, dev dev <[EMAIL PROTECTED]> wrote: > > Using appfuse-modular-spring as the base, i'm trying to create a Person > > screen following the tutorials and for w

Re: [appfuse-user] Issue running spring-modular-spring following the Spring+MVC tutorial

2007-09-08 Thread dev dev
if you delete the one from the web module, it won't work. You can try it out and see. dev On 9/8/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > You should be able to delete the one from your web module. If that > works, it's a bug that one is put in the web module. >

Re: [appfuse-user] Issue running spring-modular-spring following the Spring+MVC tutorial

2007-09-08 Thread dev dev
i did some quick debugging and a quick fix is to make sure the " hibernate.cfg.xml" is NOT included in the web module... dev On 9/8/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > Please enter an issue for this and I'll try to reproduce. > > > On 9/8/07, dev d

[appfuse-user] generated dependencies in POM

2007-09-26 Thread dev dev
I'm using Spring MVC modular version 2.0. Afte running mvn appfuse:full-source, core and web directories got created. then cd to web directory and view the pom.xml, the core dependency is definded as follows: ${pom.parent.groupId} ${pom.parent.artifactId}-core

[appfuse-user] Suppress WARNINGs and Exceptions during the maven build (Spring MVC modular version 2)

2007-09-26 Thread dev dev
Why are we seeing these warnings and exceptions? and if these are OK warnings and exceptions, how do we suppress them? [WARNING] bad version number found in C:\Users\dev\.m2\repository\aspectj\aspectjrt\1.5.3\aspectjrt-1.5.3.jarexpected 1.5.2a found 1.5.3 WARN - JDBCExceptionReporter.logWarning

[appfuse-user] converting from data model in MySQL to Hibernate ORM

2007-09-30 Thread dev dev
Any easy ways to do this? Thanks dev

Re: [appfuse-user] converting from data model in MySQL to Hibernate ORM

2007-10-01 Thread dev dev
e, or do you > need to migrate data as well? > > Mike > > On 10/1/07, dev dev <[EMAIL PROTECTED]> wrote: > > > > Any easy ways to do this? > > > > Thanks > > dev > > > >

Re: [appfuse-user] converting from data model in MySQL to Hibernate ORM

2007-10-01 Thread dev dev
ew database. > > Mike > > > On 10/1/07, dev dev <[EMAIL PROTECTED]> wrote: > > > > i have a set of database tables in MySQL and want to use MiddleGen of > > some kinds to convert them to hibernate mapping files. Is this feature > > provided in AppFuse? &g

[appfuse-user] what is the purpose of this @Transactional annotation in AppFuse 2.0 RC?

2007-10-14 Thread dev dev
Thanks dev

Re: [appfuse-user] Custom checkstyles and Maven test classpath

2007-10-17 Thread dev dev
For some reasons, my Checkstyle is not currently scanning test source directory but it works find for the src/main directory. Any clues why? Thanks dev On 9/21/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > Here's the convoluted setup that Maven recommends: > > http://maven.apache.org/plugins/mav

[appfuse-user] why is BaseManagerTestCase defined in src/main and not src/test?

2007-10-21 Thread dev dev
Thanks dev.

[appfuse-user] any plans on moving away from HibernateSession to Hibernate EntityManager (JPA)

2007-10-22 Thread dev dev
Has anyone done this yet for Appfuse 2.0? Thanks dev

Re: [appfuse-user] any plans on moving away from HibernateSession to Hibernate EntityManager (JPA)

2007-10-22 Thread dev dev
Fuse 2.0 has full support for JPA. See the following tutorial for > details as to how to set up your project to use JPA: > http://www.appfuse.org/display/APF/Using+JPA > > Mike. > > On 10/22/07, dev dev <[EMAIL PROTECTED]> wrote: > > > > Has anyone done this yet for Appfuse 2.0? > > > > Thanks > > dev > > > >

[appfuse-user] why do we need "version" property for the User model?

2007-10-22 Thread dev dev
Why do we need to define "version" property in the User model object if MySQL already supports optimistic locking (by default) using multiversioning technique? Thanks dev

[appfuse-user] Unable to get class information for @throws tag when running mvn checkstyle:check

2007-10-25 Thread dev dev
Anyone seen this error? Thanks dev

[appfuse-user] Apache Commons Logging for AppFuse

2007-11-01 Thread dev dev
I noticed Appfuse is using the JCL from Apache and log4J as the underlying implementation but i don't see where do we define which logging implementation to use and no where in the POM.xml file we are defining the version of the Apache Commons Logging to use. Am i missing something here? Thanks d

Re: [appfuse-user] what is the purpose of this @Transactional annotation in AppFuse 2.0 RC?

2007-11-02 Thread dev dev
resend your question with a little more details. It's a > pretty vague question. What class/method are you talking about? > > Matt > > On 10/14/07, dev dev <[EMAIL PROTECTED]> wrote: > > Thanks >

[appfuse-user] release procedure with Appfuse

2007-11-05 Thread dev dev
Anyone can point us to the best release procedure or links that we can follow if we're running maven2, subversion and appfuse. Thanks dev

Re: [appfuse-user] release procedure with Appfuse

2007-11-05 Thread dev dev
;s own release process that we use: > > http://appfuse.org/display/APF/Release+Process > > Hope this helps, > > Matt > > On 11/5/07, dev dev <[EMAIL PROTECTED]> wrote: > > Anyone can point us to the best release procedure or links that we can > > fo

[appfuse-user] turn off schemaexport and dbunit data loading during testing for appfuse 2

2007-11-13 Thread dev dev
Any easy way to do this in the pom.xml? Thanks dev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[appfuse-user] Good Java Forum

2007-11-26 Thread dev dev
We are in the process of deciding whether to build our own forum or just rely on the best Java forum out there for our application? Any comments on which forum(s) we should integrate with. We have looked at JForum and but we are not very impressed with it. Thanks dev -

[appfuse-user] how to integrate junitperf to appfuse testcases?

2007-11-27 Thread dev dev
Have anyone using junitperf with appfuse testcases which extend from Spring AbstractTransactionalDataSourceSpringContextTests?

[appfuse-user] AspectJ syntax for Appfuse 2

2007-12-26 Thread dev dev
what is this wildcard expression "*..service" mean and can someone point me to the documentation on pointcut language and its regular expression definition? in the applicationContext-service.xml, Thanks dev

Re: [appfuse-user] AspectJ syntax for Appfuse 2

2008-01-02 Thread dev dev
Like always, thank you very much Matt. On Jan 2, 2008 12:41 PM, Matt Raible <[EMAIL PROTECTED]> wrote: > This means any package that ends with service. This article might help: > > http://www.infoq.com/articles/Simplifying-Enterprise-Apps > > Matt > > On 12/26/07

[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