[appfuse-user] Problem in Jasper report and Fedora 8

2009-02-09 Thread Developeryours
Hi all, I am working with appfuse spring.I have implemented jasper report appfuse.When i worked in windows ,and click print action the pdf file is generating.But the same code with in Linux fedora 8 when i am click print action the jetty server goes shut down,in my console java: xcb_xlib.c:50:

[appfuse-user] appfuse:full-source problem

2009-02-09 Thread Reza Farshi
Hi friends, after creating new project successfully I ran *mvn appfuse:full-source*command but i got error message below : java.net.ConnectException: Connection timed out: connect at org.apache.tools.ant.taskdefs.Get.execute(Get.java:80) I am behind proxy server, is this related to that?

Re: [appfuse-user] appfuse:full-source problem

2009-02-09 Thread Matt Raible
Yes, it could certainly be related. If you can get the following command working, this should work. svn co https://appfuse.dev.java.net/svn/appfuse/trunk appfuse Matt On Mon, Feb 9, 2009 at 5:28 AM, Reza Farshi wrote: > Hi friends, > after creating new project successfully I ran *mvn > appfus

Re: [appfuse-user] LogIn using my own User Table (2.0.2 Struts2 Modular-Eclipse -Poracle)

2009-02-09 Thread Ice-Man
Ah, Ok! Very good (thnx), Matt! But, could u advance if I can do everything right the way sad, except (change) the name of "User" Table??! :o (In my convertion (ASP->JAVA) the accord was keep the Original structure (page navigation), so I can't change it.) I wander, this way, I could make i

Re: [appfuse-user] LogIn using my own User Table (2.0.2 Struts2 Modular-Eclipse -Poracle)

2009-02-09 Thread Matt Raible
I don't understand your questions. Can you re-phrase or simply try my suggestions and report back with the errors you see (if any)? Matt On Mon, Feb 9, 2009 at 5:33 AM, Ice-Man wrote: > Ah, Ok! Very good (thnx), Matt! > > But, could u advance if I can do everything right the way sad, exc

Re: [appfuse-user] appfuse:full-source problem

2009-02-09 Thread Reza Farshi
>>svn co https://appfuse.dev.java.net/svn/appfuse/trunk appfuse I tested it , it doesn't work for me without proxy settings . I am using tortoise SVN client and when I set proxy it dl'd successfully. I read before about appfuse:fullsource plugin documentation in http://static.appfuse.org/plugins

Re: [appfuse-user] appfuse:full-source problem

2009-02-09 Thread Matt Raible
On Mon, Feb 9, 2009 at 5:55 AM, Reza Farshi wrote: > >>svn co https://appfuse.dev.java.net/svn/appfuse/trunk appfuse > I tested it , it doesn't work for me without proxy settings . I am using > tortoise SVN client and when I set proxy it dl'd successfully. > > I read before about appfuse:fullso

Re: [appfuse-user] appfuse:full-source problem

2009-02-09 Thread Reza Farshi
My question is how can I say to maven to use some proxy settings when downloading files. when ant task runs inside maven, it ignores any proxy settings so it could not download files. Here i send verbose report message : tidy at C:\.m2\repository\org\hibernate\jtidy\r8-20060801\jtidy-r8-200608

Re: [appfuse-user] appfuse:full-source problem

2009-02-09 Thread Matt Raible
Here's how to configure Maven to use a proxy - maybe this will help: http://maven.apache.org/guides/mini/guide-proxies.html Matt On Mon, Feb 9, 2009 at 6:27 AM, Reza Farshi wrote: > My question is how can I say to maven to use some proxy settings when > downloading files. when ant task runs

Re: [appfuse-user] Linux / Tomcat issue

2009-02-09 Thread Waldo Rochow
Matt, Thanks for taking the time to reply. I started fresh. The only thing different is I'm now on Tomcat 6. $ mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-spring -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0.

Re: [appfuse-user] Linux / Tomcat issue

2009-02-09 Thread Matt Raible
The ClickstreamListener is defined in web.xml. The dependency is inherited from appfuse-web-common. Matt On Mon, Feb 9, 2009 at 6:55 AM, Waldo Rochow wrote: > Matt, > > Thanks for taking the time to reply. I started fresh. The only thing > different is I'm now on Tomcat 6. > > $ mvn archetype:

Re: [appfuse-user] appfuse:full-source problem

2009-02-09 Thread Ice-Man
Matt, I think Reza is in the same situation of me. I've reached such mvn settings that in present moment I'm able to run almost every cmds (of AppFuse, as u know), but :full-source. (I noticed 'mvn eclipse:eclipse' had problems, so I discovered that's isse of mirroring (repositories)

Re: [appfuse-user] appfuse:full-source problem

2009-02-09 Thread Matt Raible
The easiest thing to do might be to copy your source to a laptop, walk to a Starbucks, and then run full-source there. ;-) Matt On Feb 9, 2009, at 7:31 AM, Ice-Man wrote: Matt, I think Reza is in the same situation of me. I've reached such mvn settings that in present moment I'm

Re: [appfuse-user] Linux / Tomcat issue

2009-02-09 Thread Waldo Rochow
Matt, Thanks... I'm away from the office now, but can you tell me what ClickstreamListener does and if it can be removed easily? Waldo Waldo Rochow Information Technology Prime Capra International Inc. 1557 Bella Vista Dr. Cumberland, Ontario K4C 1A7 http://www.capra.net On Mon, Feb 9, 2009 a

Re: [appfuse-user] Linux / Tomcat issue

2009-02-09 Thread Matt Raible
Yes, it can be removed, but you will have to remove its JSPs and menu items so users don't get errors. >From http://www.opensymphony.com/clickstream/: Utility to track the current users on your site, and where they've been in detail. This allows you to track 'click streams' or 'traffic paths' ac

Re: [appfuse-user] appfuse:full-source problem

2009-02-09 Thread Marcello Teodori
mraible wrote: > > The easiest thing to do might be to copy your source to a laptop, walk > to a Starbucks, and then run full-source there. ;-) > Great! I guess you've found what could easily be the definitive solution for maven as a whole: a partnership with starbucks so that you bring your

Re: [appfuse-user] Linux / Tomcat issue

2009-02-09 Thread Waldo Rochow
Matt, Thanks for spending the time. Since that feature isn't important to me at this time, I don't mind removing it. I'm wondering if that sort of thing shouldn't be removed from the default archetype. Perhaps instructions in the tutorial for adding it might be better, at least until they fix th

Re: [appfuse-user] Linux / Tomcat issue

2009-02-09 Thread Matt Raible
I plan on removing this from 2.1. Matt On Mon, Feb 9, 2009 at 8:55 AM, Waldo Rochow wrote: > Matt, > > Thanks for spending the time. Since that feature isn't important to > me at this time, I don't mind removing it. > > I'm wondering if that sort of thing shouldn't be removed from the > defaul

[appfuse-user] Manually Inserted Entity and GenericHibernate DAO synchronization conflict

2009-02-09 Thread mettamara
Hello all, Sorry to post a basic problem here, but have struggling with finding the answer and not sure if anyone has encountered something similar. Long story short is I had manually inserted an entry directly into a MySQL DB using SQL, the problem is when I attempt to save a new entity through

Re: [appfuse-user] Manually Inserted Entity and GenericHibernate DAO synchronization conflict

2009-02-09 Thread Matt Raible
Hibernate uses the equals() method to verify objects match. You might need to adjust yours. Matt On Feb 9, 2009, at 11:59 AM, mettamara wrote: Hello all, Sorry to post a basic problem here, but have struggling with finding the answer and not sure if anyone has encountered something simila

Re: [appfuse-user] Manually Inserted Entity and GenericHibernate DAO synchronization conflict

2009-02-09 Thread Charles Girardot
Hi, If you have explicitly set the id in your SQL query then you have certainly screwed the internal counter for auto_increment. Ie MySQL thinks the next id to use is 100 but you have inserted it already. Try to reset the increment value for the table in question ie ALTER TABLE theTableInQu

Re: [appfuse-user] appfuse 2.0.2 gen-model and join columns?

2009-02-09 Thread Ice-Man
Matt (or all other forks), I couldn't find this issue in APF/JIRA. :o Plz, could u point it to me or even a temporary solution for the isse (join / foreing key)??! Anyway, could u point me to a tut./quickGuide to fix up Foreing Annotations?!! In advance, thnx, Ice-Man mraible wr

Re: [appfuse-user] appfuse 2.0.2 gen-model and join columns?

2009-02-09 Thread Matt Raible
To implement the fix described below, you'll have to run "appfuse:copy- templates" and then modify the appropriate .ftl file in the imported templates. Matt On Feb 9, 2009, at 5:24 PM, Ice-Man wrote: Matt (or all other forks), I couldn't find this issue in APF/JIRA. :o Plz, could u

[appfuse-user] Run an appfuse app on cdrom?

2009-02-09 Thread syg6
Is this possible? I've been looking at SQLLite, Jetty, and projects like Google Gears and Adobe Air. I would like to take my appfuse app and stick it on a cdrom. Of course the user would no longer be able to enter new data, only browse existing data. Has anyone ever done this? Thanks! Bob --