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

2007-11-11 Thread Shash Chaterjee
Java 1.5.0_11 made no difference (this is on Windows XP pro). mraible wrote: > > I would try using Java 5 instead of Java 6. > > Matt > -- View this message in context: http://www.nabble.com/Need-help-with-basic-relationship---JPA-%2B-MySQL-%2B-JSF-tf4708504s2369.html#a13698956 Sent from

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

2007-11-11 Thread Shash Chaterjee
chEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Shash Chaterjee wrote: > > For the fir

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

2007-11-02 Thread Shash Chaterjee
For the first one, I'll put in a JIRA issue and provide a patch once I setup a project with the plugin source. I'll at least put in a JIRA issue for the 2nd one, and it should be easy to comment out the components. Wish there was a supported pattern that workedthere's got to be one that's wi

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

2007-10-31 Thread Shash Chaterjee
The 2nd problem happens when from the list page of any entity that has a OneToOne relationship defined, the "Add" button is clicked or any record is selected for editing. The stack trace is below: This is likely from the following "todo"swhat do I need to change here? I could really use

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

2007-10-31 Thread Shash Chaterjee
not where I can try this right away. I am not typing in anything actually, just clicking from the menu and then clicking the Add button on the JSF CRUD UI page for the entity. But, I will double-check the URLs and everything. Shash mraible wrote: > > On 10/31/07, Shash Chaterjee <[EMA

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

2007-10-31 Thread Shash Chaterjee
s and everything. Shash On 10/31/07, Shash Chaterjee <[EMAIL PROTECTED]> wrote: Yes, the page should exist - as long as you're typing in the correct URL. ;-) Matt -- View this message in context: http://www.nabble.com/Need-help-with-basic-relationship---JPA-%2B-MySQL-%2B-JSF-tf4

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

2007-10-31 Thread Shash Chaterjee
Matt, Thanks for the response, I'll try with the cargo option. Running with Tomcat is not a problem for me. BTW, APF-856 talks about 404 pages when a page is not found. In my case, the page should exist, as generated by AppGen, right? Thanks again! Shash I've seen the "errors" issue you're

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

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

2007-10-28 Thread Shash Chaterjee
Hi! I am trying to do a very basic test with unidirectional one-to-one and one-to-many relationships, and doing something wrong. I have useed "mvn appfuse:gen" to generate the CRUD actions, UI and tests. I have three models, the basic definitions uploaded. First I has problems with CLEAN_INSER

Re: [appfuse-user] eclipse and JSF

2007-10-05 Thread Shash Chaterjee
I can't answer too many questions about this, and I am an absolute JSF newbie. However, I have started experimenting with this exact combo, and ran into the same problem with Eclipse (Europa) because I was using Tomcat-5.5. Use Tomcat 6, and define a Eclipse server to deploy your app to, and it

Re: [appfuse-user] Problem with CLEAN_INSERT

2007-10-02 Thread Shash Chaterjee
Thomas/Rob/Dusty, Thanks for the replies and help. I will try ordering the data as soon as I get a chance to go back and try the H2 config again (I moved on to experimenting with MySQL). BTW, I hadn't created any of my own models yet, this was the "canned" user/roles data that is created by def

Re: [appfuse-user] Problem with CLEAN_INSERT

2007-09-29 Thread Shash Chaterjee
Works for MySQL. Went back and did a "mvn clean" on project dir, followed by "mvn", followed by "mvn jetty:run" in web dir. I forgot to mention before that like H2, HsqlDB did not work either. Shash Chaterjee wrote: > > Hi, > > I ran in

[appfuse-user] Problem with CLEAN_INSERT

2007-09-29 Thread Shash Chaterjee
Hi, I ran into the following error, trying AppFuse-2.0. [INFO] [dbunit:operation {execution: test-compile}] [INFO] [ERROR] BUILD ERROR [INFO] [INFO]

Re: [appfuse-user] Appfuse M3 and Eclipse help

2007-03-04 Thread Shash Chaterjee
Shash Chaterjee wrote: > > - Modify myproject/pom.xml to add the "pom" module, in addition to core > and web in the modules section > - mvn install eclipse:eclipse > I also modified myproject/pom/pom.xml to remove the core and web modules, otherwise, "mvn insta

Re: [appfuse-user] Appfuse M3 and Eclipse help

2007-03-04 Thread Shash Chaterjee
In your zip file, I don't see a pom/pom.xml. [I am traveling today and tomorrow, so I won't have too much time to look at this, but I will look later if you are still stuck] I have same settings as attached zip file, if you can unzip in directory and run mvn install eclipse:eclipse; you will g

Re: [appfuse-user] Appfuse M3 and Eclipse help

2007-03-03 Thread Shash Chaterjee
The core/pom.xml and web/pom.xml should have this in the ...: com.mycompany myproject-pom 1.0-SNAPSHOT The pom/pom.xml should not have any section. /pom.xml should have: pom core web Is that what you have? Shash:

Re: [appfuse-user] Appfuse M3 and Eclipse help

2007-02-18 Thread Shash Chaterjee
Matt, I got the palin vanilla Eclipse/WTP/TOmcat integration to work without external/3rd-party plugins. Of course, others' mileage may vary... Shash >From what I've read on blogs, the WTP + Tomcat integration has quite a few issues. I saw the following blog entry yesterday - hopefully it wi

Re: [appfuse-user] Appfuse M3 and Eclipse help

2007-02-18 Thread Shash Chaterjee
OK, looks like I can get the AppFuse bare-bones project to work under Eclipse. At least for an initial level. Here, roughly, are the steps for Eclipse-3.2.x and WTP installed from the Callisto upgrade site: - Use the AppFuse archetypes to create the project. I used the Struts-2 Modular version

Re: [appfuse-user] Appfuse M3 and Eclipse help

2007-02-18 Thread Shash Chaterjee
Mike, Understood, thanks for the explanation. At this point, as you suggest, mvn has done it's trick and I am letting Eclipse use the WEB-INF as expanded by mvn, so it should be working. WTP, I believe, has some notion of dependent projects and it knows (maybe) how to accept contributions from

Re: [appfuse-user] Appfuse M3 and Eclipse help

2007-02-18 Thread Shash Chaterjee
Matt, I am sure AppFuse works, that's why I am spending time on it. For sure, most of the validation errors are because the WEB-INF/lib isn't setup correctly in my config, working on that. But, there are some true errors as well, I found. Once I get this all working, I'll checkout from the rep

Re: [appfuse-user] Appfuse M3 and Eclipse help

2007-02-17 Thread Shash Chaterjee
ind they work, please let us > know and we'll add it to the MyEclipse page on the wiki. > > Matt > > On 2/17/07, Shash Chaterjee <[EMAIL PROTECTED]> wrote: >> >> Hi! >> >> I am a complete newbie on AppFuse. Generated my project and did >&g

[appfuse-user] Appfuse M3 and Eclipse help

2007-02-17 Thread Shash Chaterjee
Hi! I am a complete newbie on AppFuse. Generated my project and did "eclipse:eclipse", imported the project into Eclipse-3.2.1. All my Java imports are fine, but I am getting about 140 errors in JSPs/XMLs, etc, and around 250 warnings. Can somebody please help me with the errors? Most of them