Re: [appfuse-user] multiple version of jar appeared in WEB-INF/lib/ after upgrade jar ver in pom.xml

2008-04-08 Thread thinkboy
anyone has idea for a solution? pls advise. million thanks ~thinkboy thinkboy wrote: > > what I did is only $mvn clean war:war > > then I will get multiple version of jars, pls advise. > > ~thinkboy > > > Mike Horwitz wrote: >> >> If you have run m

Re: [appfuse-user] multiple version of jar appeared in WEB-INF/lib/ after upgrade jar ver in pom.xml

2008-04-02 Thread thinkboy
what I did is only $mvn clean war:war then I will get multiple version of jars, pls advise. ~thinkboy Mike Horwitz wrote: > > If you have run mvn war:inplace at any stage please make sure that the > contents of WEB-INF/lib have been deleted under the source folder. > > Mik

[appfuse-user] multiple version of jar appeared in WEB-INF/lib/ after upgrade jar ver in pom.xml

2008-04-02 Thread thinkboy
may I know how to upgrade jar's version without having multiple jar versions in WEB-INF/lib/? -- scenario: -- i am using version appfuse 2.0.1. in pom.xml configuration change from: 1.1.1 change to: 1.2.1 $mvn clean compile war:war then I will end up to have 2 different ver

Re: [appfuse-user] how to config smtp via ssl ? for example gmail's smtp ?

2007-12-18 Thread thinkboy
anyway, I figure out how to config secure smtp via gmail 2 additional properties are required: mail.smtp.starttls.enable & mail.smtp.auth btw, I am using spring 2.5 & javamail 1.4 . it works fine

Re: [appfuse-user] problem setting up greybox in appfuse

2007-08-09 Thread thinkboy
commenting out the filter-mapping in web.xml). That > should allow you to view things w/o worrying about AppFuse's default > JavaScript or CSS. > > Matt > > On 8/9/07, Thinkboy <[EMAIL PROTECTED]> wrote: >> hi, >> >> sorry, this issue may not be v

[appfuse-user] problem setting up greybox in appfuse

2007-08-09 Thread Thinkboy
hi, sorry, this issue may not be very much about appfuse problem. anyone has successfully setup greybox in appfuse? it is very beauiful for popup windows: http://orangoo.com/labs/GreyBox/ however. I am unable to set it up in appfuse and not able to find any solution via google. i just doubt

[appfuse-user] Re: need help for decorators

2007-06-21 Thread Thinkboy
pretty easy in appfuse 1.x 1) create a new jsp(decorator) under /web/decorators/ (u may reference default.jsp as your template) e.g. minimum.jsp http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> <%@ include file="/common/taglibs.jsp"%> http://www.w3.org/1999/xhtml"; xml:lang="en"

[appfuse-user] anyone has tried restlet?

2007-06-14 Thread Thinkboy
hi all, does anyone has tried to integrated restlet in appfuse? ~thinkboy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] how to enable HTTP digest authorization in appfuse?

2007-06-14 Thread thinkboy
d in base64. If you > look in the mailing list archives, I posted a howto for changing from > form-based authentication to basic. At least I think I did - it was a > year or so ago. > > Matt > > On 4/5/07, thinkboy <[EMAIL PROTECTED]> wrote: >> >> I expe

Re: [appfuse-user] error in $mvn appfuse:full-source

2007-06-11 Thread thinkboy
FO] [AppFuse] If you manually rename your packages, make sure and set to true. [INFO] [INFO] BUILD SUCCESSFUL thinkboy wrote: > > i used the following archetype : spring mvc basic > > $mvn archetype:creat

Re: [appfuse-user] error in $mvn appfuse:full-source

2007-06-11 Thread thinkboy
/apache-tomcat-5.5.23.zip localhost 8081 false mraible wrote: > > Can you provide the steps to reproduce this problem? What archetype > did you use to create your project? > > Matt > > On 6/11/07, thinkboy <

[appfuse-user] error in $mvn appfuse:full-source

2007-06-11 Thread thinkboy
hi I encountered error when trying to do AppFuse's source into my project pls help $mvn appfuse:full-source [INFO] [appfuse:full-source] [INFO] [AppFuse] Installing source from data modules... [INFO] [AppFuse] Installing source from service module... [INFO] [AppFuse] Installing source from web-c

[appfuse-user] future upgrade from current 2.0

2007-06-07 Thread thinkboy
project and simply upgrade the version of maven-warpath-plugin in pom.xml in the future without a problem ? pls advise ~thinkboy -- View this message in context: http://www.nabble.com/future-upgrade-from-current-2.0-tf3887965s2369.html#a11021068 Sent from the AppFuse - User mailing list archive

Re: [appfuse-user] 2.0 M5: many exception after new installation > $mvn jetty:run-war

2007-06-06 Thread thinkboy
m. > > Matt > > On 6/6/07, thinkboy <[EMAIL PROTECTED]> wrote: >> >> hi , I got an exception after a brand new try on 2.0 m5 >> >> scenario: >> i) downloaded Spring MVC Basic via mvn archetype:create >> ii) mvn integration-test >> iii) mvn j

[appfuse-user] 2.0 M5: many exception after new installation > $mvn jetty:run-war

2007-06-06 Thread thinkboy
hi , I got an exception after a brand new try on 2.0 m5 scenario: i) downloaded Spring MVC Basic via mvn archetype:create ii) mvn integration-test iii) mvn jetty:run-ware although, it looks like WARNS only, but , may I know how to resolve them ? pls help [INFO] [jetty:run-war] [INFO] Configuri

Re: [appfuse-user] how to config smtp via ssl ? for example gmail's smtp ?

2007-04-17 Thread thinkboy
dn't rely on GMail to send a > production application's e-mail. It'd be much easier to setup a local > SMTP server. > > Matt > > On 4/17/07, thinkboy <[EMAIL PROTECTED]> wrote: >> >> hi, >> >> may I know how can I config appfuse to use

[appfuse-user] how to config smtp via ssl ? for example gmail's smtp ?

2007-04-17 Thread thinkboy
hi, may I know how can I config appfuse to use smtp via ssl to send email ? for example, using gmail's smtp to send email alert for appfuse application milliion thanks ~manchi -- View this message in context: http://www.nabble.com/how-to-config-smtp-via-ssl---for-example-gmail%27s-smtp---tf35

[appfuse-user] how to get message source without dependency Injection?

2007-04-10 Thread thinkboy
sorry for such an ignorance question. how can i get message source from programming API, not via DI. i did the following but failed. the log is not able to show "myapp". pls help. ApplicationContext ctx = WebApplicationContextUtils.getRequiredWebApplicationContext(context); String message = ctx

Re: [appfuse-user] how to enable HTTP digest authorization in appfuse?

2007-04-05 Thread thinkboy
gi so that www-authenticate: algorithm=md5 is inserted? hiugong.gwok wrote: > > I thought the algorithm is SHA1? > > > thinkboy wrote: >> >> hi >> >> sorry that i aware this may be more a acegi question. but I really hope >> someone here can h

[appfuse-user] how to enable HTTP digest authorization in appfuse?

2007-04-02 Thread thinkboy
hi sorry that i aware this may be more a acegi question. but I really hope someone here can help me too. pls guide me on how to setup Digest correctly in appfuse! pls advise I tried to setup my digestAuthorization and chellenge from my firefox 2.0, but failed my scenario: 1) firefox send reque

Re: [appfuse-user] Changing default extension from *.html to *.??

2007-01-15 Thread thinkboy
i just experienced the same HTML extension problem in Dojo setup. no doubt, I do agree that .html is a pretty good abstraction to underly implementation. however, can we add a filter by default to bypass all static html pages ? that is pretty essential, I believe. ~thinkboy. Rene Lavoie

[appfuse-user] problem running dojo's datepicker

2007-01-15 Thread Thinkboy
ri has no properties" dojo.js Line 156: if (djConfig.baseScriptUri.length) { what is my mistake? pls help ~thinkboy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[appfuse-user] exception found while shuting down tomcat

2007-01-15 Thread Thinkboy
i observed this exception while shutting down appfuse in tomcat. is it normal? do I need to concern? pls advise ~thinkboy INFO: Stopping service Catalina [platform] INFO [main] [/platform].log(646) | Closing WebApplicationContext of Spring FrameworkServlet 'action' [platform]

[appfuse-user] detect if javascript is enable

2007-01-08 Thread Thinkboy
ashed" in 0.5s while loading the web page initially. anyone is having a better solution like the one on google main page? (i am still not very sure how Google did it, sorry!) pls advise me ! ~thinkboy - To unsubscri

Re: [appfuse-user] is ReloadableResourceBundleMessageSource in favor?

2006-12-06 Thread thinkboy
ls. > > http://forum.springframework.org/showthread.php?t=13146&highlight=ReloadableReso%20urceBundleMessageSource > > I can see why ReloadableResourceBundleMessageSource is useful during > development but don't see much value during deployment. > > Sanjiv > > O

[appfuse-user] is ReloadableResourceBundleMessageSource in favor?

2006-12-06 Thread thinkboy
at real-time, it will be a plus for production environment. any problem or disadvantage that I missed out ? pls advise. ~thinkboy. -- View this message in context: http://www.nabble.com/is-ReloadableResourceBundleMessageSource-in-favor--tf2767327s2369.html#a7717143 Sent from the AppFuse - User

Re: [appfuse-user] how to use hibernate.criterion.Example to getUsers() regardless of "enabled" field

2006-11-30 Thread thinkboy
thanks Luiz, anyway, I just discovered the root cause, in fact, Spring's hibernate template does not support excludeProperty method.. etc. just use hibernate's API , the following code is working fine! == my correct code== public List getUsers(User user) { Example ex =

Re: [appfuse-user] how to apply the Open Session in View pattern in appfuse?

2006-11-30 Thread thinkboy
7?page=com.cenqua.fisheye.jira:fisheye-tabpanel > > On 11/30/06, thinkboy <[EMAIL PROTECTED]> wrote: >> >> thanks for help >> >> but I could not locate the "FishEye" link in JIRA. pls advise >> >> >> Matt Raible-3 wrote: >> > >> > I'

Re: [appfuse-user] how to apply the Open Session in View pattern in appfuse?

2006-11-30 Thread thinkboy
n JIRA, you should see the changes I > made. > > Matt > > On 11/30/06, thinkboy <[EMAIL PROTECTED]> wrote: >> >> hi matt, >> >> sorry to trouble. >> >> i looked at /test/web/...webapp.action/BaseControllerTestCase which >> actually >

Re: [appfuse-user] how to apply the Open Session in View pattern in appfuse?

2006-11-30 Thread thinkboy
xtend AbstractTransactionalDataSourceSpringContextTests from MyControllerTest.java? very sorry, if i sound a bit ignorance. thanks for your great help ~thinkboy. Matt Raible-3 wrote: > > If you extend AbstractTransactionalDataSourceSpringContextTests, it > should solve your LIE problems. > > Matt > > On

Re: [appfuse-user] how to apply the Open Session in View pattern in appfuse?

2006-11-29 Thread thinkboy
===setting=== ... ... thinkboy wrote: > > I managed t

Re: [appfuse-user] Validator error: does not support command class [com....model.User]

2006-11-28 Thread thinkboy
="required" */ public String getName() { return name; } btw, when I do $ant clean webdoclet there is no validation tag for service model inserted to validation.xml. anyway, i think it is ok. i can do it manually then. just a bit strange ~thinkboy. Mat

Re: [appfuse-user] to test a spring mvc controller that has acegi dependency?

2006-11-28 Thread thinkboy
) SecurityContextHolder.getContext().getAuthentication().getPrincipal(); String depCode = currentUser.getDepartmentCode() thanks for your great help ~thinkboy Matt Raible-3 wrote: > > The easiest way to do this is to use the remoteUser. In your test: > > MockHttpServletRequest request = ... > request.set

[appfuse-user] RE: Re: User Input form contains bug during validation error

2006-11-28 Thread thinkboy
gone. pls vote for this bug on http://issues.appfuse.org/browse/APF-518 ~thinkboy pjbrownva wrote: > > It worked. > > It's now issue http://issues.appfuse.org/browse/APF-518 > > Could you please mark issue APF-517 as a duplicate of 518, and then close > 517.