[appfuse-user] Menu disappear in IE 6 ...!!

2007-10-30 Thread phamvubinh
I'm using appfuse with JSF framework. In IE 6, when I enter a long string, so the table is too large, it break the layout (horizontal) and the menu disappear. Everything seems ok with FireFox, IE 7 but not with IE 6. Any suggestion for me?? Thanks in advanced, Binh Pham. -- View this message

Re: [appfuse-user] AppFuse + modified core classes -> errors if maven run in console

2007-10-30 Thread Rob Hills
Hi Matt, On 30 Oct 2007 at 23:06, Matt Raible wrote: > Maven should be unaware of Eclipse, so I doubt it's reading from > classpath or anything like that. You should be able to run "mvn -X | > tee mvn.log" or "mvn dependency:analyze" to see which dependency is > pulling it in. Thanks for the rep

[appfuse-user] Failed to run the cargo when install appfuse 2

2007-10-30 Thread 罗霄
Hi all, I just build my ubuntu 7.10 system. Jdk, eclipse, tomcat, apache, svn, maven2 , mysql It is so cute and I am too impatient to wait for developing my appfuse on it. I downloaded the struts2 modular , modified the tomcat configuration and mysql configuration, run the "mvn" in the proje

Re: [appfuse-user] AppFuse + modified core classes -> errors if maven run in console

2007-10-30 Thread Matt Raible
Maven should be unaware of Eclipse, so I doubt it's reading from classpath or anything like that. You should be able to run "mvn -X | tee mvn.log" or "mvn dependency:analyze" to see which dependency is pulling it in. Matt On 10/30/07, Rob Hills <[EMAIL PROTECTED]> wrote: > Hi All, > > On 26 Oct 2

Re: [appfuse-user] AppFuse + modified core classes -> errors if maven run in console

2007-10-30 Thread Rob Hills
Hi All, On 26 Oct 2007 at 11:31, Rob Hills wrote: > On 25 Oct 2007 at 13:20, Matt Raible wrote: > > > Are you excluding appfuse-data-common in your pom.xml? If so, please > > copy/paste that configuration into an e-mail so we can verify it's > > correct. > > Wasn't sure if you really wanted the

Re: [appfuse-user] A serious problem about appfuse2 hibernate

2007-10-30 Thread Matt Raible
AppFuse 1.x uses XDoclet to generate hibernate mapping files (*.hbm.xml). AppFuse 2.0 uses annotations (metadata in code). There's nothing stopping you from using Hibernate mapping files in 2.0 - you just need to specify them in hibernate.cfg.xml. Matt On 10/30/07, Matthew Wu <[EMAIL PROTECTED]>

Re: [appfuse-user] Need help with basic relationship - JPA + MySQL + JSF

2007-10-30 Thread Matt Raible
I've seen the "errors" issue you're seeing on Jetty, but not on Tomcat. The following issue is tracking this bug. You should be able to do "mvn -Dcargo.wait=true" to run your app in Tomcat 6. http://issues.appfuse.org/browse/APF-856 Matt On 10/30/07, Shash Chaterjee <[EMAIL PROTECTED]> wrote: >

Re: [appfuse-user] A serious problem about appfuse2 hibernate

2007-10-30 Thread Matthew Wu
Thanks a lot, Rob Then, Should I modify all the annotation in POJO? (because annotation in appfuse2 is not the same as in appfuse1.9.x). Does it mean that annotation in appfuse2 is not compatible with in appfuse1.9.x? Matthew Wu Dalian China Rob Hills wrote: > > Hi Matthew, > > Matthew Wu

Re: [appfuse-user] add/update library

2007-10-30 Thread Nathan Anderson
The AppFuse 1.x documentation is located here: http://raibledesigns.com/wiki/ And the page you are looking for is here: http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseAddLibrary Enjoy :) Nathan - Original Message - From: "L." <[EMAIL PROTECTED]> To: users@appfuse.dev.java.net

Re: [appfuse-user] Many-to-many collection problem

2007-10-30 Thread Dale Newfield
syg6 wrote: Something else I have noticed: deleting members of the AAndBJoin Collection seems to be working, more or less, now that I put the DELETE_ORPHAN Hibernate Annotation. But there is one case where it does NOT work -- when you delete all of the elements. When you delete all of the element

[appfuse-user] add/update library

2007-10-30 Thread L.
Hi, I am using AppFuse 1.9.2 (modified). I want to use the latest 1.3 Javamail (1.3.3 instead of 1.3.1 that comes with AppFuse). I have seen before (and used) a document describing all the steps to integrate a new library in AppFuse (and I assume that's good for update too) but I can not find it

Re: [appfuse-user] Help! mvn jetty:run-war failed

2007-10-30 Thread Robert Han
Thanks, Matt. I did run "mvn install" from the core directory, but it didn't help. So I gave up and switched to the basic type. It goes well so far. -- View this message in context: http://www.nabble.com/Help%21-mvn-jetty%3Arun-war-failed-tf4699116s2369.html#a13499771 Sent from the AppFuse - U

Re: [appfuse-user] Need help with basic relationship - JPA + MySQL + JSF

2007-10-30 Thread Shash Chaterjee
It's been 2 days, I didn't get an answer and I am thinking this is a pretty vanilla test and there are likely plenty here who have done this and beyond. So, pleading again for some help with a gentle nudge and bump. Maybe my 1st post is too verbose. In summary: - I am trying to do a OneToOne

Re: [appfuse-user] appfuse:full-source removes .svn/tmp dirs

2007-10-30 Thread Daryl Handley
Turns out what I should have been using was war:inPlace. Accomplished what I wanted and a lot cleaner and better to upgrade in future. I read that when I originally did the tutorials, but at some point the full-source got in my head. Daryl Daryl Handley wrote: Currently, we expect full-so

Re: [appfuse-user] appfuse:full-source removes .svn/tmp dirs

2007-10-30 Thread Daryl Handley
Currently, we expect full-source to be run at the beginning of a project rather than after you've written code. Heh heh, I'm slowly finding that out the hard way. I'm running into a lot of issues there. Still debating whether there is any advantage to going full source or whether it's best

Re: [appfuse-user] appfuse:full-source removes .svn/tmp dirs

2007-10-30 Thread Matt Raible
The delete of .svn directories probably happens as part of the renaming packages logic. I'm not sure if we can change that or retain current directories. Currently, we expect full-source to be run at the beginning of a project rather than after you've written code. This is mainly because running f

Re: [appfuse-user] Action method error

2007-10-30 Thread Matt Raible
You might try executing the URL (editInstallation.html?method=Search) in your browser and (hopefully) you'll be able to see the error message. Matt On 10/30/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > Sorry to bother again. I'm running my action tests and this is what I

[appfuse-user] Action method error

2007-10-30 Thread vpacheco
Hi, Sorry to bother again. I'm running my action tests and this is what I get when I try to run 'InstallationActionTest' Again, I did see this error posted by someone, but didn't quite get a resolution out of it. Thanks in advance for any help, ~Vanessa [echo] Testing web...

Re: [appfuse-user] appfuse:full-source removes .svn/tmp dirs

2007-10-30 Thread Daryl Handley
FYI, this is happenning on TortoiseSVn and Subclipse and I guess could be considered a bug in those SVN clienst since they should probably create the dir if it doesn't exist. Daryl Handley wrote: When I run appfuse:full-source, it removes my .svn/tmp dirs. Not sure if this is a bug or not (or

[appfuse-user] appfuse:full-source removes .svn/tmp dirs

2007-10-30 Thread Daryl Handley
When I run appfuse:full-source, it removes my .svn/tmp dirs. Not sure if this is a bug or not (or if anyone else has experienced it), but it causes me to not be able to checkin or revert any of my code. My fix was to run find . -name .svn -exec mkdir {}/tmp \; from the root of my project an

Re: [appfuse-user] error creating jsps with associations

2007-10-30 Thread Matt Raible
No, AppFuse 2.0 doesn't handle associations. Rather, it doesn't generate a UI for them, but it should allow you to generate code on objects that have associations. The reason we don't generate a UI is I've yet to see a good pattern for handling associations. I'd be happy to add it if a good pattern

RE: [appfuse-user] error creating jsps with associations

2007-10-30 Thread vpacheco
Thanks, Will try this out for now. Does Appfuse 2.0 handle associations by any chance? If yes, then I would probably consider moving to 2.0, if I can manage it. Vanessa Pacheco Programmer Bowman Systems L.L.C 318.213.8780x307 == IMPORTANT WARNING: This messa

Re: [appfuse-user] error creating jsps with associations

2007-10-30 Thread Matt Raible
Unfortunately, AppGen was never designed to handle associations. We'd be happy to add this feature if someone provided the code for it. Otherwise, we suggest you remove the association, generate the code, and then add the association in later. Matt On 10/30/07, [EMAIL PROTECTED] <[EMAIL PROTECTED

[appfuse-user] error creating jsps with associations

2007-10-30 Thread vpacheco
Hi, Could someone please help me get around this issue. I am using Appfuse 1.9.x and am trying to generate jsps. For classes that don't have associations, it works fine, but I do have associations for about 2-3 of them and these are throwing an error. The error is below. I did see some

Re: [appfuse-user] shell script in java

2007-10-30 Thread Rob Hills
Hi Peter Schneider-Manzell wrote: Do you get error messages or exceptions? 2007/10/30, jithesh <[EMAIL PROTECTED] >: Hi, I am working with java in linux environment. I have to execute a shell script through my java class. I used runtime objec

Re: [appfuse-user] shell script in java

2007-10-30 Thread Michael Horwitz
On 10/30/07, jithesh <[EMAIL PROTECTED]> wrote: > > > Hi, > > I am working with java in linux environment. I have to execute a shell > script through my java class. > > I used runtime object to execute the script but its not executing. > my code is > > Runtime runtime = Runtime.getRuntime(); >

Re: [appfuse-user] shell script in java

2007-10-30 Thread Peter Schneider-Manzell
Do you get error messages or exceptions? 2007/10/30, jithesh <[EMAIL PROTECTED]>: > > > Hi, > >I am working with java in linux environment. I have to execute a shell > script through my java class. > > I used runtime object to execute the script but its not executing. > my code is > > Runtime

[appfuse-user] shell script in java

2007-10-30 Thread jithesh
Hi, I am working with java in linux environment. I have to execute a shell script through my java class. I used runtime object to execute the script but its not executing. my code is Runtime runtime = Runtime.getRuntime(); String cmd= "/opt/gs.sh"; runtime.exec(cm

Re: [appfuse-user] Many-to-many collection problem

2007-10-30 Thread syg6
Well, I guess if I changed the idObjectA to 'not null' in the AAndBJoin table, the insert would fail. But regardless, I *need* this column to be properly saved, otherwise the Collection of AAndBJoin objects won't be loaded when I load an ObjectA. I'm not sure what to do at this point. Hibernate h

Re: [appfuse-user] Problem with HIbernate Version

2007-10-30 Thread Michael Horwitz
I had exactly the same problem and rolled back the Hibernate version without issue. Hibernate 3.2.2 seems to work very happily with Hibernate Annotations 3.3.0. Mike. On 10/30/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > Yes, you should be able to upgrade by adding a newer dependency in > your

Re: [appfuse-user] A serious problem about appfuse2 hibernate

2007-10-30 Thread Rob Hills
Hi Matthew, Matthew Wu wrote: In my DAO, I want to query all data from database. In Appfuse1.9.x, I write: "getHibernateTemplate().find("from DqMenu"); I do that also in Appfuse 2.0 Now, In appfuse2.0. When execute this code there will be a error. because there is no hbm.xml in appfuse