[appfuse-user] appfuse tutorials (Spring MVC + Hibernate) one-to-many mapping

2008-07-21 Thread icky
hi everybody! I'm new to appfuse, so please help me out here to find a tutorial, with an explanation of two objects related with a one-to-many relationship (for instance, Employee + Department) and how this can be mapped, etc. in appfuse using Spring MVC + Hibernate. Thanks in advance! Any an

[appfuse-user] netbeans 6.1 spring primer by M.Raible

2008-07-21 Thread douglasv
I'm a newbie, Netbeans 6.1, with maven and subversion plugins make appfuse is a snap! All Maven projects load as native code! using win xp, also tortoisesvn I ran Matt Raible's equinox as both a java and as a web project in netbeans 6.1, the browser had to be activated by me for the java pro

[appfuse-user] hibernate.cfg.xml related

2008-07-21 Thread kace
Hi, I have a similar setup to the appfuse structure but with additional modules so I have data data-core data-commerce hibernate-core hibernate-commerce service service-core service-commerce web common-core common-jsf-core common-jsf-commerce Everything but the web is ful

Re: [appfuse-user] How to add popup calendar in Appfuse (JSF framework)

2008-07-21 Thread Vincenzo Caselli
I have the same problem, so I am with you in asking help. Thanks Vincenzo Caselli On Mon, Jul 21, 2008 at 7:29 PM, pedro_burglin <[EMAIL PROTECTED]> wrote: > > All, > > I am trying to use t:inputCalendar with AppFuse JSF but there is a weird > behavior of this component in IE 6 (not sure about

Re: [appfuse-user] How to add popup calendar in Appfuse (JSF framework)

2008-07-21 Thread pedro_burglin
All, I am trying to use t:inputCalendar with AppFuse JSF but there is a weird behavior of this component in IE 6 (not sure about other IE versions) that I could not find how to correct yet. I also did not find other ppl discussing about it in this or a JSF/MyFaces forum. If you use IE to go to t

Re: [appfuse-user] CommunicationsException

2008-07-21 Thread J. David Mendoza
Are you using the latest mysql jdbc jar? 2008/7/21 java_user_ <[EMAIL PROTECTED]>: > > Has anyone figured out what is causing the CommunicationsException after 8+ > hours on idle time? > It is a stale connection and adding "autoReconnect=true" in the JDBC URL > has > not fixed the issue. > > Ther

Re: [appfuse-user] SQL does not store FK when implementing OneToMany relationship.

2008-07-21 Thread J. David Mendoza
Remove the *updatable = false, insertable = false* from the item's category JoinColumn tag (and leave the mappedBy='category')... David M. 2008/7/20 Alc4man <[EMAIL PROTECTED]>: > > Thanks for the quick reply. I tried to add mappedBy="category" as you said > but it did not help. > > Now it looks

Re: [appfuse-user] how to set in web.xml value from maven2 properties?

2008-07-21 Thread pedro_burglin
Cool! Running "mvn package -X" I found that both files were being processed but were being outputted (with the tokens replaced with property values!) into "$project_root\target\work\webapp" instead of "$project_root\target\work\webapp\WEB-INF". So, just adding a single line to override the target

Re: [appfuse-user] how to set in web.xml value from maven2 properties?

2008-07-21 Thread Matt Raible
You might try running "mvn package -X" and see if the files are being processed. Matt On Mon, Jul 21, 2008 at 9:42 AM, pedro_burglin <[EMAIL PROTECTED]> wrote: > > Hi, > > I also need help figuring out how to use properties defined in pom.xml in > files like web.xml and faces-config.xml. > > I fo

Re: [appfuse-user] how to set in web.xml value from maven2 properties?

2008-07-21 Thread pedro_burglin
Hi, I also need help figuring out how to use properties defined in pom.xml in files like web.xml and faces-config.xml. I found this thread but just looking at the contents in the URL sent by Matt I could not figure out the steps I need to implement to make it work. Can someone post the steps req

Re: [appfuse-user] appfuse tutorials (Spring MVC + Hibernate) one-to-many mapping

2008-07-21 Thread Matt Raible
I believe David Whitehurst wrote a tutorial on this, but I can't seem to find it. Matt On Mon, Jul 21, 2008 at 8:16 AM, icky <[EMAIL PROTECTED]> wrote: > hi everybody! > I'm new to appfuse, so please help me out here to find a tutorial, with an > explanation of two objects related with a one-to-m

[appfuse-user] appfuse tutorials (Spring MVC + Hibernate) one-to-many mapping

2008-07-21 Thread icky
hi everybody! I'm new to appfuse, so please help me out here to find a tutorial, with an explanation of two objects related with a one-to-many relationship (for instance, Employee + Department) and how this can be mapped, etc. in appfuse using Spring MVC + Hibernate. Thanks in advance! Any an

[appfuse-user] CommunicationsException

2008-07-21 Thread java_user_
Has anyone figured out what is causing the CommunicationsException after 8+ hours on idle time? It is a stale connection and adding "autoReconnect=true" in the JDBC URL has not fixed the issue. There appears to be a few threads on the forum discussing the issue but I have not seen a final resolut