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:
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?
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
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
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
>>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
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
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
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
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.
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:
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)
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
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
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
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
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
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
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
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
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
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
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
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
--
24 matches
Mail list logo