Rép : Re: ERPDFGeneration tutorial

2011-11-16 Thread Raymond NANEON
Hi All,I tried to generate a PDF file using ERPDFWrapper but I have a result.pdf file which is malformed. The page haven't time to get fetching data and the .pdf file is generated.So how Can I fix it.1:/ get fetch data2:/ generate pdf file from dataPS : There is a way to change file name?thanks

Re: EntityModelers gone wild

2011-11-16 Thread Travis Britt
Gah, it was eclipse running out of memory. At least it wasn't my SSD crapping out. :) tb On Nov 15, 2011, at 6:08 PM, Chuck Hill wrote: On 2011-11-15, at 2:17 PM, Travis Britt wrote: Anyone else seen this? EntityModeler complaining about the model's contents changing on disk, and

Re: Rép : Re: ERPDFGeneration tutorial

2011-11-16 Thread Ramsey Gurley
I'm not sure how it's becoming malformed for you, but I do know that the PDF generator requires well formed xhtml. If you are missing end tags or have an unencoded anywhere, you're going to be disappointed. Ramsey On Nov 16, 2011, at 2:11 AM, Raymond NANEON wrote: Hi All, I tried to

Re: [Wonder-disc] WOUnit and LocalDate problem

2011-11-16 Thread Henrique Prange
Hi Golnaz, Let's keep the discussion in the list. It can help others in the future. On 15/11/2011, at 12:58, Golnaz Sepehrband wrote: Hi Henrique, Thanks for that. Unfortunately, we don't use maven in our project and only using the wounit jar that we now upgraded to wounit 1.2. I just,

Re: Rép : Re: ERPDFGeneration tutorial

2011-11-16 Thread Raymond NANEON
Hi Ramsey, I use woongl in my page, the tag is not properly set. I would like to know why the fetching data is not finished and the pdf file is generated and how to change pdf file name. Thanks Envoyé de mon iPhone Le 16 nov. 2011 à 17:27, Ramsey Gurley rgur...@smarthealth.com a écrit :

Re: ERPDFGeneration tutorial

2011-11-16 Thread Paul Yu
Raymond Some thing like this String baseFileName = someString(); String filename = pdfDocumentPrefix() + baseFileName + .pdf; configuration.takeValueForKey(filename, filename); WOResponse pdfReport =

Re: Rép : Re: ERPDFGeneration tutorial

2011-11-16 Thread Ramsey Gurley
On Nov 16, 2011, at 10:24 AM, Raymond NANEON wrote: Hi Ramsey, I use woongl in my page, the tag is not properly set. Try loading the page without the pdf wrapper first and running the resulting html you get through W3C's validator. http://validator.w3.org/ If your output page is not well

Re: ERPDFGeneration tutorial

2011-11-16 Thread Paul Yu
Ramsey On a related subject, have you gotten the header and footer tags to work? Paul On Nov 16, 2011, at 12:35 PM, Ramsey Gurley wrote: On Nov 16, 2011, at 10:24 AM, Raymond NANEON wrote: Hi Ramsey, I use woongl in my page, the tag is not properly set. Try loading the page without

Re: ERPDFGeneration tutorial

2011-11-16 Thread Ramsey Gurley
HTML5 header and footer tags? I haven't tried them. Do they fail? Ramsey On Nov 16, 2011, at 10:42 AM, Paul Yu wrote: Ramsey On a related subject, have you gotten the header and footer tags to work? Paul On Nov 16, 2011, at 12:35 PM, Ramsey Gurley wrote: On Nov 16, 2011, at 10:24

D2W Finding duplicate rules

2011-11-16 Thread Markus Ruggiero
Hi all, after a long (weeks!) on and off debugging session between my development environment and the customer's deployment I finally found the issue. This might interest others here and then I have a related question. D2W application with one rule file with some 600+ rules, development on

Re: D2W Finding duplicate rules

2011-11-16 Thread David Holt
Hi Markus, One thing I often do is set an unusual priority (103?) for testing new rules. Then when I'm confident things are working I can find them easily and delete them or change their priority to something more reasonable. I also use PageConfigurations a lot in testing so that the rules can

Re: Error: table eof_tmp_table does not exist.

2011-11-16 Thread Chuck Hill
On 2011-11-15, at 8:38 PM, Kevin Spake wrote: I hope this was what you were asking for... Yes. You might want to try modifying them to look like this to see if that makes a difference: PastedGraphic-6.pdf Description: Adobe PDF document EOGEN2.tiffEOGEN1.tiff On Nov 15, 2011, at

Re: Error: table eof_tmp_table does not exist.

2011-11-16 Thread Kevin Spake
Unfortunately, it did not seem to make a difference. No new files in Sources and no error messages to system log. On Nov 16, 2011, at 10:45 AM, Chuck Hill wrote: On 2011-11-15, at 8:38 PM, Kevin Spake wrote: I hope this was what you were asking for... Yes. You might want to try

Maven

2011-11-16 Thread David Avendasora
Hi all, I was chatting with our favorite Icelandic WO Dev and he said Ant is simple. Maven is simpler, though. So, is Hugi right, or has the fermented shark finally pickled his brain? Let the fun ensue. Dave ___ Do not post admin requests to the

Re: Maven

2011-11-16 Thread Chuck Hill
On 2011-11-16, at 12:06 PM, David Avendasora wrote: Hi all, I was chatting with our favorite Icelandic WO Dev and he said Ant is simple. Maven is simpler, though. So, is Hugi right, or has the fermented shark finally pickled his brain? Let the fun ensue. Go read a Maven pom file.

Re: Maven

2011-11-16 Thread Hugi Thordarson
What's so bad about the pom-file? - hugi On 16.11.2011, at 20:17, Chuck Hill wrote: On 2011-11-16, at 12:06 PM, David Avendasora wrote: Hi all, I was chatting with our favorite Icelandic WO Dev and he said Ant is simple. Maven is simpler, though. So, is Hugi right, or has the

Re: Maven

2011-11-16 Thread Atli Páll Hafsteinsson
On Wed, Nov 16, 2011 at 8:46 PM, Hugi Thordarson h...@karlmenn.is wrote: What's so bad about the pom-file? - hugi It's written in XML :) Must say that after having used maven for a short time now I don't get all the maven hate thats out there. Maven certainly beats manually managing

Re: Error: table eof_tmp_table does not exist.

2011-11-16 Thread Kevin Spake
I tried it, still no new files in Sources Thanks, On Nov 16, 2011, at 10:45 AM, Chuck Hill wrote: On 2011-11-15, at 8:38 PM, Kevin Spake wrote: I hope this was what you were asking for... Yes. You might want to try modifying them to look like this to see if that makes a difference:

Re: Error: table eof_tmp_table does not exist.

2011-11-16 Thread Paul Yu
Kevin Could you do a search on the file system for your class file name(s)??? I've had the situation where it actually generated the files but in folders that I did not expect until I set them correctly. Paul On Nov 16, 2011, at 3:56 PM, Kevin Spake wrote: I tried it, still no new files in

Re: Maven

2011-11-16 Thread David Avendasora
On Nov 17, 2011, at 4:51 AM, Atli Páll Hafsteinsson wrote: On Wed, Nov 16, 2011 at 8:46 PM, Hugi Thordarson h...@karlmenn.is wrote: What's so bad about the pom-file? - hugi It's written in XML :) Must say that after having used maven for a short time now I don't get all the maven

Re: Maven

2011-11-16 Thread Andrew Lindesay
Hello; I have used maven with non WO projects and my experiences have been mostly good. Using maven feels a bit like being on a lovely but narrow garden path (with all the beer and fermented shark you could ever want) through hell. If you diverge off the path (break maven conventions) then

Re: Maven

2011-11-16 Thread Hugi Thordarson
Hi David. This is very, very ancient :). - hugi On 16.11.2011, at 22:00, David Holt wrote: Here's an old presentation I remember about this topic. http://wocreator.sourceforge.net/ ___ Do not post admin requests to the list. They will be

Re: Maven

2011-11-16 Thread Lachlan Deck
On 17/11/2011, at 7:51 AM, Atli Páll Hafsteinsson wrote: On Wed, Nov 16, 2011 at 8:46 PM, Hugi Thordarson h...@karlmenn.is wrote: What's so bad about the pom-file? - hugi It's written in XML :) Last time I checked Ant is also written in XML :) Lachlan Deck lachlan.d...@gmail.com

Re: Maven

2011-11-16 Thread Chuck Hill
That has been pretty much my experience with it. When it just works it is great. But... On 2011-11-16, at 2:12 PM, Lars Sonchocky-Helldorf wrote: My experience with Maven is: if everything works Maven is dead simple. BUT if something went wrong you need a Maven-maven or become one to make

Re: Maven

2011-11-16 Thread Chuck Hill
On 2011-11-16, at 2:35 PM, Lachlan Deck wrote: On 17/11/2011, at 7:51 AM, Atli Páll Hafsteinsson wrote: On Wed, Nov 16, 2011 at 8:46 PM, Hugi Thordarson h...@karlmenn.is wrote: What's so bad about the pom-file? - hugi It's written in XML :) Last time I checked Ant is also written

Re: Maven

2011-11-16 Thread Chuck Hill
On 2011-11-16, at 2:26 PM, Hugi Thordarson wrote: Aloha over there in Bhutranio! There's TWO WebObjects developers on Iceland?! There are more. Atli Páll is the pseudonym our 2000+ strong Icelandic iTunes Store slave labor camp posts under. Every person in Iceland works on iTunes?!!?

Re: Maven

2011-11-16 Thread Alexis Tual
Le 16 nov. 2011 à 23:26, Hugi Thordarson a écrit : Aloha over there in Bhutranio! There's TWO WebObjects developers on Iceland?! There are more. Atli Páll is the pseudonym our 2000+ strong Icelandic iTunes Store slave labor camp posts under. Are you real, or just the corporeal

Re: Maven

2011-11-16 Thread Andrew Lindesay
Hello; On 17/11/11 11:42 AM, Chuck Hill wrote: That has been pretty much my experience with it. When it just works it is great. But... Yes maven is very 'not fun' when it doesn't just work. It's interesting (to me) that the disadvantage in ant is maven's advantage and the disadvantage in

Re: Maven

2011-11-16 Thread Lachlan Deck
On 17/11/2011, at 8:13 AM, David Avendasora wrote: Ant is pretty simple. Mostly I don't even think about the Ant portion of my WO projects other than to tell Hudson that it has to issue an Ant command to build the project. It's true that various people have put a lot of effort into making

Re: Maven

2011-11-16 Thread Hugi Thordarson
Every person in Iceland works on iTunes?!!? :-P :) After two beers, everything is burry to David. Not just David if I recall correctly :-p Ant is pretty simple. Mostly I don't even think about the Ant portion of my WO projects other than to tell Hudson that it has to issue an Ant

Re: Maven

2011-11-16 Thread Lachlan Deck
On 17/11/2011, at 9:46 AM, Chuck Hill wrote: On 2011-11-16, at 2:26 PM, Hugi Thordarson wrote: Ant is pretty simple. Mostly I don't even think about the Ant portion of my WO projects other than to tell Hudson that it has to issue an Ant command to build the project. Before you can even

Re: Maven

2011-11-16 Thread David LeBer
On 2011-11-16, at 6:00 PM, Hugi Thordarson wrote: Every person in Iceland works on iTunes?!!? :-P :) After two beers, everything is burry to David. Not just David if I recall correctly :-p *burry*? Clearly two beers aren't required either. ;-) Ant is pretty simple. Mostly I

Re: Maven

2011-11-16 Thread Ramsey Gurley
My one maven experience was extremely... slow. I wanted to try out Apache ServiceMix and it required maven to build an eclipse project. Following their instructions, I kicked off maven and then waited what must have been an hour for it to collect all the dependencies and put everything

Re: Error: table eof_tmp_table does not exist.

2011-11-16 Thread Chuck Hill
That seems crazy. I trust you have tried restarting Eclipse a few times by now? On 2011-11-16, at 3:04 PM, Kevin Spake wrote: On Nov 16, 2011, at 2:30 PM, Chuck Hill wrote: Eclipse should just pick up anything you have added. The bizarre thing (to me) is that the eo folder is just

Re: Maven

2011-11-16 Thread Lars Sonchocky-Helldorf
Am 16.11.2011 um 23:46 schrieb Chuck Hill: The initial setup of a Maven environment for WO development may take an hour or two—that's because WO is proprietary and thus requires some installation. But once your environment is properly set up, Maven works great. I started out the easy

Re: Error: table eof_tmp_table does not exist.

2011-11-16 Thread Kevin Spake
Yes, I've restarted the entire computer a couple times by now. On Nov 16, 2011, at 3:08 PM, Chuck Hill wrote: That seems crazy. I trust you have tried restarting Eclipse a few times by now? On 2011-11-16, at 3:04 PM, Kevin Spake wrote: On Nov 16, 2011, at 2:30 PM, Chuck Hill

Re: Maven

2011-11-16 Thread Hugi Thordarson
Hi Ramsey. My one maven experience was extremely... slow. I wanted to try out Apache ServiceMix and it required maven to build an eclipse project. Following their instructions, I kicked off maven and then waited what must have been an hour for it to collect all the dependencies and put

Re: Maven

2011-11-16 Thread Hugi Thordarson
See what happens Dave! See what happens when you mention Maven in the Alps! http://www.metacafe.com/watch/2726955/big_lebowski_dude_do_you_see_what_happens_do_you/ - hugi On 16.11.2011, at 20:06, David Avendasora wrote: Hi all, I was chatting with our favorite Icelandic WO Dev and he

Re: Maven

2011-11-16 Thread Atli Páll Hafsteinsson
2011/11/16 David Avendasora webobje...@avendasora.com: On Nov 17, 2011, at 4:51 AM, Atli Páll Hafsteinsson wrote: On Wed, Nov 16, 2011 at 8:46 PM, Hugi Thordarson h...@karlmenn.is wrote: What's so bad about the pom-file? - hugi It's written in XML :) Must say that after having used

Re: Maven

2011-11-16 Thread Chuck Hill
On 2011-11-16, at 4:09 PM, Ramsey Gurley wrote: On Nov 16, 2011, at 4:13 PM, Hugi Thordarson wrote: Hi Ramsey. My one maven experience was extremely... slow. I wanted to try out Apache ServiceMix and it required maven to build an eclipse project. Following their instructions, I

Re: Maven

2011-11-16 Thread Hugi Thordarson
Yeah, it downloaded a crap-ton of stuff. One jar at a time. goiter:~ rgurley$ du -sh .m2 492M .m2 hugi:~ hugi$ du -sh /Library/Frameworks 170M/Library/Frameworks That's just WebObjects and Wonder. - hugi ___ Do not post admin requests to the

Re: Maven

2011-11-16 Thread Hugi Thordarson
Yeah, it downloaded a crap-ton of stuff. One jar at a time. goiter:~ rgurley$ du -sh .m2 492M .m2 Besides, I don't understand your point. You built one project and it downloaded half a gigabyte of jars? First of all, that's obviously a rather bloated project, secondly, how would Ant have

Re: Maven

2011-11-16 Thread Ramsey Gurley
On Nov 16, 2011, at 5:26 PM, Hugi Thordarson wrote: Yeah, it downloaded a crap-ton of stuff. One jar at a time. goiter:~ rgurley$ du -sh .m2 492M .m2 Besides, I don't understand your point. You built one project and it downloaded half a gigabyte of jars? First of all, that's obviously

Re: Delete rules on flattened relationships

2011-11-16 Thread Chuck Hill
On 2011-11-16, at 3:38 PM, David Avendasora wrote: On Nov 10, 2011, at 5:34 AM, Paul Hoadley wrote: Say I have two entities, User and Role, and a joining entity UserRole to create a many-to-many relationship between them. So I have a relationship 'userRoles' from User to UserRole (and

Re: Delete rules on flattened relationships

2011-11-16 Thread Chuck Hill
On 2011-11-09, at 4:08 PM, Paul Hoadley wrote: On 10/11/2011, at 8:25 AM, Ramsey Gurley wrote: Say I have two entities, User and Role, and a joining entity UserRole to create a many-to-many relationship between them. So I have a relationship 'userRoles' from User to UserRole (and a

Re: Maven

2011-11-16 Thread Lachlan Deck
On 17/11/2011, at 12:12 PM, Ramsey Gurley wrote: On Nov 16, 2011, at 5:26 PM, Hugi Thordarson wrote: Yeah, it downloaded a crap-ton of stuff. One jar at a time. goiter:~ rgurley$ du -sh .m2 492M.m2 Besides, I don't understand your point. You built one project and it

Re: Delete rules on flattened relationships

2011-11-16 Thread Paul Hoadley
On 17/11/2011, at 1:21 PM, Chuck Hill wrote: Say I have two entities, User and Role, and a joining entity UserRole to create a many-to-many relationship between them. So I have a relationship 'userRoles' from User to UserRole (and a relationship 'userRoles' from Role back to UserRole). I

Re: Delete rules on flattened relationships

2011-11-16 Thread David Avendasora
On Nov 17, 2011, at 7:48 AM, Paul Hoadley wrote: On 17/11/2011, at 10:08 AM, David Avendasora wrote: On Nov 10, 2011, at 5:34 AM, Paul Hoadley wrote: Say I have two entities, User and Role, and a joining entity UserRole to create a many-to-many relationship between them. So I have a

Re: Delete rules on flattened relationships

2011-11-16 Thread Paul Hoadley
On 17/11/2011, at 2:54 PM, David Avendasora wrote: On Nov 17, 2011, at 7:48 AM, Paul Hoadley wrote: On 17/11/2011, at 10:08 AM, David Avendasora wrote: On Nov 10, 2011, at 5:34 AM, Paul Hoadley wrote: Say I have two entities, User and Role, and a joining entity UserRole to create a

Re: Delete rules on flattened relationships

2011-11-16 Thread David Avendasora
On Nov 17, 2011, at 1:40 PM, Paul Hoadley wrote: On 17/11/2011, at 2:54 PM, David Avendasora wrote: On Nov 17, 2011, at 7:48 AM, Paul Hoadley wrote: On 17/11/2011, at 10:08 AM, David Avendasora wrote: On Nov 10, 2011, at 5:34 AM, Paul Hoadley wrote: Say I have two entities, User and

Re: Delete rules on flattened relationships

2011-11-16 Thread David Avendasora
On Nov 17, 2011, at 10:42 AM, Chuck Hill wrote: On 2011-11-16, at 3:38 PM, David Avendasora wrote: On Nov 10, 2011, at 5:34 AM, Paul Hoadley wrote: Say I have two entities, User and Role, and a joining entity UserRole to create a many-to-many relationship between them. So I have a

Re: Maven

2011-11-16 Thread Johann Werner
Following this thread with great interest, what about a 'match of the build systems' at next WOWODC comparing ant/ivy/maven/gradle/... ? Anyone? Am 17.11.2011 um 04:02 schrieb Lachlan Deck: On 17/11/2011, at 12:12 PM, Ramsey Gurley wrote: On Nov 16, 2011, at 5:26 PM, Hugi Thordarson

Rép : Re: ERPDFGeneration tutorial

2011-11-16 Thread Raymond NANEON
Hi Paul,I followed 60 secondes tutorial from wocommunity youtube channel about ERPDFGeneration and I didn't see this method. So it is used for japser report or ERPDFWrapper.Thanks.Envoyé depuis iCloudLe 16 nov 2011 à 09:28, Paul Yu p...@mac.com a écrit:RaymondSome thing like thisString