Re: [appfuse-user] When the appfuse2.0 release?

2006-12-04 Thread Matt Raible
I can't promise anything because of developer's schedules and current commitments. My hope is we can have the first milestone release done by the end of the year. http://raibledesigns.com/wiki/AppFuseRoadmap.html Our biggest issues right now are documentation and finding the time to polish the

[appfuse-user] When the appfuse2.0 release?

2006-12-04 Thread George chlolz
look forward to it ! -- View this message in context: http://www.nabble.com/When-the-appfuse2.0-release--tf2759485s2369.html#a7693746 Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [E

Re: [appfuse-user] IE7 overlap issue

2006-12-04 Thread Matt Raible
If you wouldn't mind, please add any additional comments to this thread to the following issue: http://issues.appfuse.org/browse/APF-542 That we can track the best solution to the problem. Thanks, Matt On 12/4/06, kkus <[EMAIL PROTECTED]> wrote: This didn't happen in my IE7. Login page is

Re: [appfuse-user] Multiple Databases and DAO Layer Testing

2006-12-04 Thread Matt Raible
Have you tried searching/asking this question on the DbUnit mailing list? They might have more experience trying to accomplishing such a feat. Matt On 12/4/06, Christopher Thaddeus Kwiatkowski <[EMAIL PROTECTED]> wrote: Hello all, I have a situation where I need to create 5 local test database

Re: [appfuse-user] Unbound classpath container: Every time I build with ant and try to use in eclipse

2006-12-04 Thread Matt Raible
On 12/4/06, mas <[EMAIL PROTECTED]> wrote: Okay so let me elaborate futher I can fix the problems by doing the following sequence of actions: 1. I run the clean target, which after a refresh of the project results in a bunch of errors. (Probably due to the fact that I have my proje

Re: [appfuse-user] Unbound classpath container: Every time I build with ant and try to use in eclipse

2006-12-04 Thread maskkkk
Okay so let me elaborate futher I can fix the problems by doing the following sequence of actions: 1. I run the clean target, which after a refresh of the project results in a bunch of errors. (Probably due to the fact that I have my project pointed to the build directory for output; the

Re: [appfuse-user] OT: floating modal div

2006-12-04 Thread Sanjiv Jivan
fyi I found the prototype window to be pretty good as well. Loads existing content as well as external hrefs. http://prototype-window.xilinus.com/samples.html Sanjiv On 11/8/06, Matt Raible <[EMAIL PROTECTED]> wrote: On 11/8/06, Sanjiv Jivan <[EMAIL PROTECTED]> wrote: > Turns out that I did i

Re: [appfuse-user] IE7 overlap issue

2006-12-04 Thread kkus
This didn't happen in my IE7. Login page is controled by layout-1col.css. Once you login in, layout-navtop-subright.css will play a role instead of layout-1col.css. I will suggest changing tags' defiintion in your local CSS files to find why. After my try, the best tunings I can give for the ment

[appfuse-user] Unbound classpath container: Every time I build with ant and try to use in eclipse

2006-12-04 Thread maskkkk
Everytime I try to build with and and I get two problems in the problems tab everytime I do a build with ant: eclipse wrote: > > Unbound classpath container: 'path_to_project/build/dao/classes' in > project project_name > Unbound classpath container: 'path_to_project/build/web/classes' in > pr

[appfuse-user] Multiple Databases and DAO Layer Testing

2006-12-04 Thread Christopher Thaddeus Kwiatkowski
Hello all, I have a situation where I need to create 5 local test databases that mirror 5 databases in a production environment. I modified the metadata/sql/mysql-create.sql file so that the 5 databases are created and 'test' is given privileges to all of them. I want to be able to use DB-UNI

Re: [appfuse-user] IE7 overlap issue

2006-12-04 Thread jvosloo
This seems to work ok on the login page, but as soon as I've logged in, the menu bar still misbehaves. Any other ideas guys? Maybe specifying margin-top on another element as well? I just don't have an idea as to where. kkus wrote: > > This one is better than my previous posting which cause men

Re: [appfuse-user] unable to shutdown tomcat

2006-12-04 Thread Rich Yumul
I've noticed that happen to me several times, however, it's only happened when doing development. I figured that the multiple hot-deploys & all the class reloading caused the JVM to get into a bad state, which is why you need to 'kill -s 9' it. I haven't noticed it during acceptance testing tho,

Re: [appfuse-user] DataAccessException not thrown...

2006-12-04 Thread maskkkk
Oh I get it, so I should be testing for null, and if it returns null than I ought to throw that type of exception. Michael Horwitz wrote: > > Hi, > > According to the Hibernate Javadoc what you are seeing is the expected > behaviour. Session->get() returns null if no such entity exists in the

Re: [appfuse-user] AppFuse user registration - email auth

2006-12-04 Thread [EMAIL PROTECTED]
1.) In the signup action remember to set the user.setEnabled(false) 2.) Remove the auto login code 3.) Generate a token, store it on the user(add a collumn), make sure it's unique(just add the username at the begining or end of the token ) 4) Add the token link to the email that is sent, requires