JasperReports Help

2013-05-25 Thread Theodore Petrosky
Does anyone have experience with JasperReports, especially dealing with to-many relationships? If we need to work out a consultancy, so be it. I need to get this fixed. Ted ___ Do not post admin requests to the list. They will be ignored. Webobjects-d

Re: Can't find stylesheets in deployment

2013-05-25 Thread James Cicenia
Hmm, I need to add the full path to the resource: stylesheets/bootstrap.css On May 25, 2013, at 2:18 PM, James Cicenia wrote: > > I have it thusly: > > WebObjectsDocumentRoot /var/www/html > WebObjectsAlias /apps/WebObjects > > > > On May 25, 2013, at 1:59 PM, Bastian Trille

Re: jasper report doesn't like my EO

2013-05-25 Thread Theodore Petrosky
I spoke too quickly. It seems that if I have the dispose() method I can rerun the JasperReport at will. So I thought it was fixed. if I log out and log in as a new user (creating a new session) I can not run the report. It hangs in the next() method. Ted --- On Sat, 5/25/13, Theodore Petrosky

Re: Can't find stylesheets in deployment

2013-05-25 Thread James Cicenia
I have it thusly: WebObjectsDocumentRoot /var/www/html WebObjectsAlias /apps/WebObjects On May 25, 2013, at 1:59 PM, Bastian Triller wrote: > Did you set WebObjectsDocumentRoot to /var/www/html in your apache > configuration? > > Am 25.05.2013 20:32 schrieb "James Cicenia" : > OK-

Re: Can't find stylesheets in deployment

2013-05-25 Thread Bastian Triller
Did you set WebObjectsDocumentRoot to /var/www/html in your apache configuration? Am 25.05.2013 20:32 schrieb "James Cicenia" : > OK- > > I have this in my startup monitor: NSProjectSearchPath > '(/var/www/html/WebObjects/YellaDashboard.woa)' > Which is correct as this is a split install. > > Howe

Can't find stylesheets in deployment

2013-05-25 Thread James Cicenia
OK- I have this in my startup monitor: NSProjectSearchPath '(/var/www/html/WebObjects/YellaDashboard.woa)' Which is correct as this is a split install. However, my stylesheets come back as: href="/ERROR/NOT_FOUND/app=YellaDashboard/filename=bootstrap.css" The files are in there.. though a dire

Re: jasper report doesn't like my EO

2013-05-25 Thread Theodore Petrosky
ok I found an answer!!! I had to add   ec.dispose(); to the finally section of Kieran's ERJRFetchSpecificationReportTask _call method. I will ask if there is a reason that this is needed. It must have something to do with the to_many relationship. oh well, I seem to recall when I listened to

Cannot find strings into WebObjects application files

2013-05-25 Thread Filippo Laurìa
Hello everyone, I use this mailing list as "last chance" to solve this problem that is serioulsy driving me crazy. I had always the same WebObjects application (Web-CAT), truely it's a collection of WebObjects frameworks linked together. After few weeks I can easily build this application (it's

Re: jasper report doesn't like my EO

2013-05-25 Thread Theodore Petrosky
i set in my properties file: log4j.logger.er=DEBUG and the program stalls with no error while executing the next() method in ERJRFoundationDataSource. I added NSLog statements just to see if I could determine what the issue was and to be honest, it appears as if this method doesn't really do a

Re: jasper report doesn't like my EO

2013-05-25 Thread Jesse Tayler
did you backtrace your hang to see where it is? On May 24, 2013, at 10:15 PM, Theodore Petrosky wrote: > I hope someone can help me with this. > > I am creating a report with a sub report. I have a to-many relationship like > this: > > project to-many projectSteps > > since I wanted to

Re: ERXPartialEntity doesn't return correct values for classPropertyNames method

2013-05-25 Thread Paul Yu
The little o is for optional Sent from my iPad On May 24, 2013, at 10:38 PM, David Holt wrote: > Class properties are determined by the diamonds. > > Sent from my iPad > > On 2013-05-24, at 6:13 PM, Jesse Tayler wrote: > >> >> you wanted Person.class).classPropertyNames() or Partial_Exploy