Re: [appfuse-user] Eclipse Appfuse project errors

2007-04-17 Thread Matt Raible
If you're using a basic archetype, no - you shouldn't delete them. Instead, I'd try importing the project, of if you created it in your workspace, just create a new project and type in the name when prompted. Matt On 4/17/07, nmall <[EMAIL PROTECTED]> wrote: I have a .project file and .class

Re: [appfuse-user] hibernate error due to name change

2007-04-17 Thread Matt Raible
It's probably from LookupDaoHibernate (http://tinyurl.com/2epscr): return getHibernateTemplate().find("from Role order by name"); Matt On 4/17/07, nmall <[EMAIL PROTECTED]> wrote: Hi I have changed a couple of column names and table names and I am getting hte following error from a hibernat

Re: [appfuse-user] Eclipse Appfuse project errors

2007-04-17 Thread nmall
I have a .project file and .classpath file. However, I am using basic struts2 app. Do I need to delete them anyway. Thanks! mraible wrote: > > When you run eclipse:eclipse, is there a .project or .classpath file > created in the root directory (I'm assuming you're using a modular > project)

[appfuse-user] hibernate error due to name change

2007-04-17 Thread nmall
Hi I have changed a couple of column names and table names and I am getting hte following error from a hibernate SQL query. Grepped all over but cannot find the query which is using this "name" - possibly happening due to role.name being changed to role.role_name. Thanks for your help! I am run

Re: [appfuse-user] terracotta integration?

2007-04-17 Thread Matt Raible
I'd rather use Geronimo than an IBM product. I'd rather use Tomcat than Geronimo. Remember, I worked for a company for a year and a half that did a lot of work around Geronimo. ;-) AFAIK, Jetty supports cometd as well. http://docs.codehaus.org/display/JETTY/Cometd Matt On 4/17/07, swordfish <

Re: [appfuse-user] terracotta integration?

2007-04-17 Thread swordfish
Hey guys, do you have chance to try the FREE IBM WASCE (WebSphere Application Server Community Edition) (http://www-306.ibm.com/software/webservers/appserv/community/) based on Apache Geronimo application server framework? It contains a full stack of proven open-source middle-ware technologies, s

Re: [appfuse-user] Eclipse Appfuse project errors

2007-04-17 Thread Matt Raible
When you run eclipse:eclipse, is there a .project or .classpath file created in the root directory (I'm assuming you're using a modular project). If so, delete them. Matt On 4/17/07, nmall <[EMAIL PROTECTED]> wrote: I am using eclipse 3.2.2. Not sure why it doesn't work for me :-( mraible w

Re: [appfuse-user] ant gen-forms problem

2007-04-17 Thread Matt Raible
I suspect the problem is you're WebAppGenerator 1.0 plugin - what is this plugin? I've never heard of it. Also, where did you get the idea you needed to run "ant gen-forms"? This only works for the Struts version. You might want to look into using AppGen: http://raibledesigns.com/wiki/Wiki.js

Re: [appfuse-user] Eclipse Appfuse project errors

2007-04-17 Thread nmall
I am using eclipse 3.2.2. Not sure why it doesn't work for me :-( mraible wrote: > > What version of Eclipse are you using? I've verified the following works: > > *These instructions were written using Eclipse 3.2.2 on OS X.* > >1. To create project files for Eclipse, run *mvn eclipse:ec

Re: [appfuse-user] ant gen-forms problem

2007-04-17 Thread Zoran Jeremi
HI Matt, I've done everything from QuickStart Guide. I'm using jsf and I have download https://appfuse.dev.java.net/files/documents/1397/42844/appfuse-1.9.4-src.zip. Zoran From: "Matt Raible" <[EMAIL PROTECTED]>Date: Tue, 17 Apr 2007 16:45:31 -0600Subject: Re: [appfuse-user] ant gen-forms problem

Re: [appfuse-user] Eclipse Appfuse project errors

2007-04-17 Thread Matt Raible
What version of Eclipse are you using? I've verified the following works: *These instructions were written using Eclipse 3.2.2 on OS X.* 1. To create project files for Eclipse, run *mvn eclipse:eclipse* from the root directory. 2. Launch Eclipse and go to *File* > *Import* > *Existing Pro

[appfuse-user] Eclipse Appfuse project errors

2007-04-17 Thread nmall
Hi, I am trying to setup my appfuse project in eclipse. Did the following mvn eclipse:eclipse in the root directory of my project Set M2_REPO as required in the classpath in Eclipse However, when I try to import existing projects into workspace using File->Import->Existing Projects into

[appfuse-user] Eclipse Appfuse project errors

2007-04-17 Thread nmall
Hi, I am trying to setup my appfuse project in eclipse. Did the following mvn eclipse:eclipse in the root directory of my project Set M2_REPO as required in the classpath in Eclipse However, when I try to import existing projects into workspace using File->Import->Existing Projects into

Re: [appfuse-user] Problem saving user or logging in

2007-04-17 Thread nmall
This doesn't work probably 'cos I have changed the names of the tables. Thanks. mraible wrote: > > mraible/tomcat -> admin user > tomcat/tomcat - normal user > > On 4/17/07, nmall <[EMAIL PROTECTED]> wrote: >> >> Thanks, the command went thru' but what is the default - I tried tomcat/A >> male

Re: [appfuse-user] Problem saving user or logging in

2007-04-17 Thread Matt Raible
mraible/tomcat -> admin user tomcat/tomcat - normal user On 4/17/07, nmall <[EMAIL PROTECTED]> wrote: Thanks, the command went thru' but what is the default - I tried tomcat/A male kitty, tomcat/mraible and others that were in sample-data.xml. It didn't work. mraible wrote: > > Sorry, I mean

Re: [appfuse-user] Problem saving user or logging in

2007-04-17 Thread nmall
Thanks, the command went thru' but what is the default - I tried tomcat/A male kitty, tomcat/mraible and others that were in sample-data.xml. It didn't work. mraible wrote: > > Sorry, I meant to type "mvn dbunit:operation". > > Matt > > On 4/17/07, nmall <[EMAIL PROTECTED]> wrote: >> >> mvn

[appfuse-user] Re: Error with mvn hibernate3:hbm2ddl under eclipse

2007-04-17 Thread Derek Broughton
Matt Raible wrote: > On 4/17/07, Derek Broughton <[EMAIL PROTECTED]> > wrote: >> I'm new to all of appfuse, maven and eclipse. Matt, you rock! > > It's not me - it's the community. This project wouldn't exist without > the users and all the other developers. > :-) Sorry, you ALL rock! -- dere

Re: [appfuse-user] ant gen-forms problem

2007-04-17 Thread Matt Raible
Which web framework are you using? Or rather, which file did you download? Have you tried following the QuickStart Guide? http://raibledesigns.com/wiki/AppFuseQuickStart.html Matt On 4/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, I'm new in using appfuse, and I can't solve one, ma

[appfuse-user] ant gen-forms problem

2007-04-17 Thread jeremycod
Hi, I'm new in using appfuse, and I can't solve one, maybe stupid problem from appfuse quick start guide. I can not start "ant gen-forms" because I don't have gen-forms statement in build.xml file. I use Eclipse 3.2, appfuse 1.9.4, apache ant 1.7, and WebAppGenerator 1.0 plugin. Thanks, Zoran

Re: [appfuse-user] Dojo Problem

2007-04-17 Thread Aridany Ramirez
Finally, I have dojo and scriptaculous working together. No changes made in the decorator, if you move above the scripts includes, scriptaculous crash. So you need to make the dojo include inside the body after , this works fine with both. Ari Ramirez. 2007/4/17, Nathan Anderson <[EMAIL PROT

Re: [appfuse-user] Problem saving user or logging in

2007-04-17 Thread Matt Raible
Sorry, I meant to type "mvn dbunit:operation". Matt On 4/17/07, nmall <[EMAIL PROTECTED]> wrote: mvn hibernate:operation doesn't work for me - here is the error. + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'hibernate'

Re: [appfuse-user] Problem saving user or logging in

2007-04-17 Thread nmall
mvn hibernate:operation doesn't work for me - here is the error. + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'hibernate'. [INFO] [ERROR] BUILD ERRO

Re: [appfuse-user] Problem saving user or logging in

2007-04-17 Thread Matt Raible
Can you try running rm -r src/main/webapp/WEB-INF/classes/org/appfuse/model/*. It's possible you have old classes lying around with the old table names. For debuggging, if you're using an IDE, you should be able to find the sources in your project, set a breakpoint (in something like UserManager

Re: [appfuse-user] Problem saving user or logging in

2007-04-17 Thread nmall
Actually, even when I enter an entirely new user, it refuses to add it. I have changed the names of the tables app_user and role to sa_account_user and sa_account_role. I have done this in c:\work\testapp\src\main\java\org\appfuse\model\User.java, Role.java as well as in sample_data.xml. When I

Re: [appfuse-user] Problem saving user or logging in

2007-04-17 Thread Matt Raible
The user's id is supposed to be null when you signup a new user - it's assigned after the record is inserted into your database. Looking at your log (2nd line from the bottom), it looks like the user you're trying to add already exists. If you run "mvn hibernate:operation" (or "ant db-load" with

Re: [appfuse-user] terracotta integration?

2007-04-17 Thread Matt Raible
On 4/17/07, Sanjiv Jivan <[EMAIL PROTECTED]> wrote: I'm really interested in seeing how it goes since AppFuse integration with Terracotta would definitely be a more real to us given the technologies we're using compared to what is demonstrated by their own tutorials / samples. I'd also like to kn

Re: [appfuse-user] terracotta integration?

2007-04-17 Thread Sanjiv Jivan
I'm really interested in seeing how it goes since AppFuse integration with Terracotta would definitely be a more real to us given the technologies we're using compared to what is demonstrated by their own tutorials / samples. I'd also like to know if AppFuse + Terracotta makes you nervous as some

Re: [appfuse-user] Error with mvn hibernate3:hbm2ddl under eclipse

2007-04-17 Thread Matt Raible
On 4/17/07, Derek Broughton <[EMAIL PROTECTED]> wrote: I'm new to all of appfuse, maven and eclipse. Matt, you rock! It's not me - it's the community. This project wouldn't exist without the users and all the other developers. Google hasn't been able to help me. I'm using Appfuse 2.0-m4, Ma

Re: [appfuse-user] Change webframework in a easy way?

2007-04-17 Thread Matt Raible
On 4/17/07, Matthias Mosimann <[EMAIL PROTECTED]> wrote: I'm sorry Matt, I didn't recognize that the expression: "... is not a friend of .." is so strong in English. In German it's not ... ;-) No worries - at least I know now. ;-) Maybe you heard out of my Mail that I'm a bit lost where to

Re: [appfuse-user] terracotta integration?

2007-04-17 Thread Matt Raible
I've been talking with the Terracotta folks and others about this. One AppFuse user tried to do this and found issues with Acegi and EhCache. I believe they narrowed the problem down to EhCache and they were able to workaround the issue with some additional configuration in their tc-config.xml fil

[appfuse-user] Error with mvn hibernate3:hbm2ddl under eclipse

2007-04-17 Thread Derek Broughton
I'm new to all of appfuse, maven and eclipse. Matt, you rock! Google hasn't been able to help me. I'm using Appfuse 2.0-m4, Maven 2.0.5 and Eclipse 3.2.1, on Linux (Ubuntu 06.10) When I run: mvn hibernate3:hbm2ddl from a terminal, my project compiles and generates the DDL. When I do it from

Re: [appfuse-user] Change webframework in a easy way?

2007-04-17 Thread Matthias Mosimann
I'm sorry Matt, I didn't recognize that the expression: "... is not a friend of .." is so strong in English. In German it's not ... ;-) Maybe you heard out of my Mail that I'm a bit lost where to start. Or wich framework I should prefer to beginn with. There is always the fear to choose the wro

[appfuse-user] terracotta integration?

2007-04-17 Thread Sanjiv Jivan
I remember reading about a AppFuse + Terracotta contest or something along those lines but cant find the URL. Did anyone successfully integrate AppFuse with Terracotta ? Thanks, Sanjiv

Re: [appfuse-user] Change webframework in a easy way?

2007-04-17 Thread Matt Raible
What version of AppFuse are you using? The easiest way to "switch" is likely to create another project from scratch and use some sort of diff tool to compare what's different. So the short answer is "no", it's not easy to switch. How much have you done in the web tier? Some stuff might be reusab

[appfuse-user] Change webframework in a easy way?

2007-04-17 Thread Matthias Mosimann
Hi Everyone What a shame: I didn't code anything for quite a while. But now I'm getting disatisfied ;-) doing nothing. So I want to come back (as a beginner) to the webstory of java. Ok, here is my question: Can I easily switch between the diffrent webframework (tapestry, webwork, jsf, whate

Re: [appfuse-user] AppFuse 2.0 + JavaZone 2007 = ?

2007-04-17 Thread viggo
Great!! Looking forward attending your talk :) mraible wrote: > > I'll try to submit a talk next week. > > Matt > > On 4/17/07, viggo <[EMAIL PROTECTED]> wrote: >> >> Reminder...Call for paper end April 30th 2007.http://www.javazone.no/ >> >> >> >> Matt Raible-3 wrote: >> > >> > I might

[appfuse-user] Problem saving user or logging in

2007-04-17 Thread nmall
Hi, I am having a problem logging in as a user that exists - it gives " invalid user name and password - please try again" error. Now these users/passwords exist in sample-data.xml as well as the database. I set log levels to DEBUG on the appfuse as well as acegisecurity modules. IT looks like t

Re: [appfuse-user] Hibernate Search and Appfuse

2007-04-17 Thread hetjongetje
Hi Paul, I'm looking to do the same thing. I've also had some limited luck with using Compass before (although with XML mapping, rather than annotations) but I've found their documentation to be lacking. I'm really interested to get Hibernate Search working with a couple Appfuse-based projects.

Re: [appfuse-user] build error from mvn integraton-test

2007-04-17 Thread nmall
Thanks a lot! There were some junk characters at the beginning of the sample-data.xml. Matt, you are a genius! nmall wrote: > > Hi, > > Things were working quite well with appfuse m4 and suddenly I am getting > this error from mvn -e integration-test or mvn -e jetty:run-war for that > matter.

[appfuse-user] How To Change field charsets automaticly

2007-04-17 Thread Struts2 Fan
Hi all, I am using 2.0m4 and making a project. You know the database is generated and I want to change the characterEncoding. It creates the database with latin5 character encoding but it doesn't make the column charsets latin5 and also the table charsets. What would I do to make this create the

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

2007-04-17 Thread Brett Knights
Googling "springframework smtp ssl" presents a number of links. I haven't tested the solution presented here but the text of the following article seems to cover all the bases. You'll probably have to override JavaMailSenderImpl (check your applicationContext-service.xml ) and configure it app

Re: [appfuse-user] Authenticating with ldap almost there

2007-04-17 Thread Nathan Anderson
The account that you use to fetch the LDAP data needs to have sufficient privilege to get user account passwords... so it would be an "admin" account of some sort. Here is the relevant portion of a security.xml file of an AppFuse 1.9.4 app we got working with AD. value="ldap://co

Re: [appfuse-user] build error from mvn integraton-test

2007-04-17 Thread Matt Raible
Look in your sample-data.xml - it sounds like something is unusual in that file. Matt On 4/17/07, nmall <[EMAIL PROTECTED]> wrote: Hi, Things were working quite well with appfuse m4 and suddenly I am getting this error from mvn -e integration-test or mvn -e jetty:run-war for that matter.

Re: [appfuse-user] Authenticating with ldap almost there

2007-04-17 Thread Matt Raible
On 4/17/07, reddeagle9 <[EMAIL PROTECTED]> wrote: Cheers Matt, Your correct i am following the one from the website (http://appfuse.org/display/APF/LDAP+Authentication) but the code in my example below is from debugging the acegic classes. I think i have over analyzed the problem. went thru the

[appfuse-user] build error from mvn integraton-test

2007-04-17 Thread nmall
Hi, Things were working quite well with appfuse m4 and suddenly I am getting this error from mvn -e integration-test or mvn -e jetty:run-war for that matter. [INFO] [compiler:testCompile] [INFO] Nothing to compile - all classes are up to date [INFO] [dbunit:operation {execution: test-compile}

Re: [appfuse-user] Authenticating with ldap almost there

2007-04-17 Thread reddeagle9
Cheers Matt, Your correct i am following the one from the website (http://appfuse.org/display/APF/LDAP+Authentication) but the code in my example below is from debugging the acegic classes. I think i have over analyzed the problem. went thru the log files and found LDAP: error code 49 - 80090308

Re: [appfuse-user] Dojo Problem

2007-04-17 Thread Nathan Anderson
I'll let you know once I get a combination that actually works ;) Nathan Matt Raible wrote: For those using Dojo - do you generally specify the Dojo includes inthe decorator or in the page itself? The reason I ask is there's somethings we can do to make things easier: 1. In the decorator, add

Re: [appfuse-user] JPA: Adding classes to persistence.xml NOT optional

2007-04-17 Thread Matt Raible
Did you run "mvn clean" from the top level? What's the error you get if you don't have your class listed in persistence.xml? Did you change your pom.xml so the hibernate3 plugin uses the jpaconfiguration? Matt On 4/17/07, citynomad <[EMAIL PROTECTED]> wrote: mraible wrote: > > What version

Re: [appfuse-user] JPA: Adding classes to persistence.xml NOT optional

2007-04-17 Thread citynomad
mraible wrote: > > What version of AppFuse are you using? There's some things we did in > M4 that made this possible. The code for the tutorial doesn't have a > new class registered in persistence.xml and it seems to work fine. > There is a note in the JPA tutorial that the instructions wil

[appfuse-user] Authenticating with ldap almost there

2007-04-17 Thread reddeagle9
Hi Guys, Appufse 1.9.4 spring mvc, with acegi Today i have swapped out dao authentication for ldap (active directory) and i am almost there. I followed the tutorial posted and can connect to ldap and find the user. In the LdapTemplate class public Object searchForSingleEntry(final String base,

Re: [appfuse-user] Problems with MultipartHttpServletRequest

2007-04-17 Thread hquinn
Sanjiv Jivan wrote: > > Do you have a multipartResolver the the one below bean defined? > Yes, I do have that bean in my action-servlet.xml... I found the > problem... I didn´t have the multipart/form-data in my form.jsp and that > cause the error with the cast. > > id="pictureForm" > enctype

Re: [appfuse-user] Dojo Problem

2007-04-17 Thread Matt Raible
For those using Dojo - do you generally specify the Dojo includes in the decorator or in the page itself? The reason I ask is there's some things we can do to make things easier: 1. In the decorator, add a comment that says "put dojo first". 2. In the decorator, move above the scripts so any sc

Re: [appfuse-user] AppFuse 2.0 + JavaZone 2007 = ?

2007-04-17 Thread Matt Raible
I'll try to submit a talk next week. Matt On 4/17/07, viggo <[EMAIL PROTECTED]> wrote: Reminder...Call for paper end April 30th 2007.http://www.javazone.no/ Matt Raible-3 wrote: > > I might be able to be talked into it - what kind of talk would you like to > see? > > Matt > > On 2/10/07

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

2007-04-17 Thread Derek Broughton
Matt Raible wrote: > Googling for it turns up a couple of commercial packages - the first > one costing $1000. > > http://www.google.com/search?q=smtp+ssl+java > That seems a hefty price to pay for what would seem like it should be built into javamail (most apps that talk SMTP have no trouble d

Re: [appfuse-user] spring 2.0.4 FrameworkServlet.refresh()

2007-04-17 Thread Matt Raible
On 4/17/07, Sanjiv Jivan <[EMAIL PROTECTED]> wrote: ah, I knew I was missing something :) However does it make sense for the context refresh() call to be in the ServletListener instead of directly in the ReloadController? With the call to refresh() in the StartupListener, the context will unneces

Re: [appfuse-user] spring 2.0.4 FrameworkServlet.refresh()

2007-04-17 Thread Sanjiv Jivan
ah, I knew I was missing something :) However does it make sense for the context refresh() call to be in the ServletListener instead of directly in the ReloadController? With the call to refresh() in the StartupListener, the context will unnecessarily be refreshed on startup. Sanjiv On 4/17/07,

Re: [appfuse-user] Dojo Problem

2007-04-17 Thread Nathan Anderson
Ahh.. that is interesting I'll have to play around with that Nathan Aridany Ramirez wrote: When running dojo.js and scriptaculous.js together, make sure you load dojo.js first. Loading scriptaculous.js first will cause Dojo to fail. http://www.dev411.com/blog/2006/06/13/dojo-and-proto

Re: [appfuse-user] Query regarding GenericDao

2007-04-17 Thread Matt Raible
A solution that does the trick is definitely ideal in my mind. I'd make sure you write some tests to ensure it functions like you expect it to. Matt On 4/17/07, Thomas Ramapuram <[EMAIL PROTECTED]> wrote: Actually I came up with this solution. Don't know if it is ideal but I guess it will do t

[appfuse-user] AppFuse JSF & Icefaces Integration

2007-04-17 Thread Irshad Buchh
Hi, 1.We are currently working on an AppFuse 1.9.4 JSF project. We would like to use Icefaces components in the jsp pages. Is it without issues? Has anyone tried it out. 2. We create a pojo and cd into appgen to run ant. It created all the code nicely in build/gen directory under appgen. Is there

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

2007-04-17 Thread Matt Raible
I don't know how to do this, but I wouldn'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 smtp via ssl to send email ? for example,

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

2007-04-17 Thread thinkboy
bcos, our company applied Google 's apps Enterprise service, which includes company's web site , email, calendar so we planned to use it smtp /ssl service for our application too. anyone has experience? pls help mraible wrote: > > I don't know how to do this, but I wouldn't rely on GMail to s

Re: [appfuse-user] spring 2.0.4 FrameworkServlet.refresh()

2007-04-17 Thread Matt Raible
StartupListener has a method that is called by the ReloadController. Matt On 4/17/07, Sanjiv Jivan <[EMAIL PROTECTED]> wrote: I understand that part, but why is the call the refresh() in the servlet listener (which is called only once on application startup) and not in some controller that gets

Re: [appfuse-user] spring 2.0.4 FrameworkServlet.refresh()

2007-04-17 Thread Sanjiv Jivan
I understand that part, but why is the call the refresh() in the servlet listener (which is called only once on application startup) and not in some controller that gets called when, say, the user clicks on a button. Sanjiv On 4/17/07, j2ee dodo <[EMAIL PROTECTED]> wrote: To reload all Spring

Re: [appfuse-user] AppFuse JSF & Icefaces Integration

2007-04-17 Thread Matt Raible
On 4/17/07, Irshad Buchh <[EMAIL PROTECTED]> wrote: Hi, 1.We are currently working on an AppFuse 1.9.4 JSF project. We would like to use Icefaces components in the jsp pages. Is it without issues? Has anyone tried it out. I haven't tried integrating ICEfaces with AppFuse, but you might want t

Re: [appfuse-user] Pretending to be another user

2007-04-17 Thread Matt Raible
You might try using Acegi's Switch User feature: http://www.acegisecurity.org/multiproject/acegi-security/apidocs/org/acegisecurity/ui/switchuser/SwitchUserProcessingFilter.html http://tinyurl.com/23vgf9 Matt On 4/17/07, Nigel in NZ <[EMAIL PROTECTED]> wrote: Hi, I have a scenario where my

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

2007-04-17 Thread Matt Raible
Googling for it turns up a couple of commercial packages - the first one costing $1000. http://www.google.com/search?q=smtp+ssl+java Matt On 4/17/07, thinkboy <[EMAIL PROTECTED]> wrote: bcos, our company applied Google 's apps Enterprise service, which includes company's web site , email, cal

Re: [appfuse-user] AppFuse JSF & Icefaces Integration

2007-04-17 Thread Irshad Buchh
Matt, Thank you very much for the valuable input. --Irshad. mraible wrote: > > On 4/17/07, Irshad Buchh <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> 1.We are currently working on an AppFuse 1.9.4 JSF project. We would like >> to >> use Icefaces components in the jsp pages. Is it without issues? H

[appfuse-user] Pretending to be another user

2007-04-17 Thread Nigel in NZ
Hi, I have a scenario where my admin user wants to pretend to be another user, so I added the following code ripped from the SignupAction class, public ActionForward mimicUser(ActionMapping mapping, ActionForm form, HttpServletRequest request,

Re: [appfuse-user] Dojo Problem

2007-04-17 Thread Aridany Ramirez
When running dojo.js and scriptaculous.js together, make sure you load dojo.js first. Loading scriptaculous.js first will cause Dojo to fail. http://www.dev411.com/blog/2006/06/13/dojo-and-prototype-together 2007/4/13, Aridany Ramirez <[EMAIL PROTECTED]>: This is weird, i´m getting the same e

[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

Re: [appfuse-user] spring 2.0.4 FrameworkServlet.refresh()

2007-04-17 Thread j2ee dodo
To reload all Spring config files without restarting the server at runtime ==> Save time during development Sam - Original Message - From: Sanjiv Jivan To: users@appfuse.dev.java.net Sent: Tuesday, April 17, 2007 11:10 AM Subject: Re: [appfuse-user] spring 2.0.4 FrameworkSe

[appfuse-user] display:table and editable/sorteble grids

2007-04-17 Thread tibi
i'm looking into: http://www.scbr.com/docs/products/dhtmlxGrid/index.shtml to make the grid editable and easily sortable (without refresh). anyone with experience in this with tips ideas? thanks, tibi - To unsubscribe, e-ma

Re: [appfuse-user] Query regarding GenericDao

2007-04-17 Thread Thomas Ramapuram
Actually I came up with this solution. Don't know if it is ideal but I guess it will do the trick. == package mypackage.dao.hibernate; import java.io.Serializable; import java.util.ArrayList; import java.util.Iterator; import java.uti