The simplest way is to create two eomodel and set their connection
dictiionary respectively. It will then transparent to you when do fetching.
No worry b'cos it is wo.
- Original Message -
From: "Theodore Petrosky"
To:
Cc:
Sent: Thursday, August 23, 2012 9:55 AM
Subject: Re: creati
I hadn't even thought of JasperReports yet. but, I could probably create a
'special EO', copy the attributes that I want to report on. and print this
third EO.
or as you said pass the second EO as a parameter object and use a sub report. i
was doing that for my to-many relations.
My issue was
On 2012-08-21, at 4:23 PM, Oscar González wrote:
> Hi all,
> When i try to run my application got this error.
> I think there is a problem with this framework but I can't resolve it, any
> help will be appreciate.
>
> [2012-8-21 17:18:1 CST] : Warning - Unable to find
> project at path
> /Us
Jasper Reports? You can't use two data sources in the same report, you will
have to use sub-reports.
Envoyé de mon iPhone
Le 2012-08-22 à 19:19, "Theodore Petrosky" a écrit :
> db two is to read only. I want to munge together a report. I'll try the two
> models and see how it works out. it ju
db two is to read only. I want to munge together a report. I'll try the two
models and see how it works out. it just sounds too simple.
Ted
--- On Wed, 8/22/12, Paul Yu wrote:
> From: Paul Yu
> Subject: Re: creating a second database connection
> To: "Amedeo Mantica"
> Cc: "webobjects-dev@l
But cross model joins would be an issue?
Sent from my iPad
On Aug 22, 2012, at 4:09 PM, Amedeo Mantica wrote:
> Just create two eomodels
>
> Sent from my iPhone
>
> On 22/ago/2012, at 21:55, Theodore Petrosky wrote:
>
>> I have an app that captures data on events and writes this to my postg
Just create two eomodels
Sent from my iPhone
On 22/ago/2012, at 21:55, Theodore Petrosky wrote:
> I have an app that captures data on events and writes this to my postgresql
> database.
>
> I have other data that lives in an Oracle database that I need to query to
> merge with to create a re
I have an app that captures data on events and writes this to my postgresql
database.
I have other data that lives in an Oracle database that I need to query to
merge with to create a report.
like (data from PG) + (data from Oracle) = myReport.
I have no experience trying to connect to a secon
Hmm, seeing same thing under 3.7. Move along. Nothing to see here. Well
except for the exception when trying to enable bundle builds.
Ramsey
On Aug 21, 2012, at 8:55 AM, Ramsey Gurley wrote:
> Okay, another "Is it just me?" problem…
>
> When using bundleless builds, the bundle isn't being fo
So I will stick with stuffing data into memory...
Am 22.08.2012 um 16:41 schrieb Q:
> This is a known bug in 5.4.3 when deploying as a servlet. My notes on this
> indicate that the offending code should be in
> _WOApplicationWrapper.servletDispatchRequest() if you feel like getting your
> han
This is a known bug in 5.4.3 when deploying as a servlet. My notes on this
indicate that the offending code should be in
_WOApplicationWrapper.servletDispatchRequest() if you feel like getting your
hands dirty.
On 22/08/2012, at 11:30 PM, René Bock wrote:
> Hi every one,
>
> In order not to
Hi every one,
In order not to store my download data in memory, I'm saving the data into a
temp file. To download the data I stream the data directly from file:
public void appendToResponse(WOResponse response, WOContext context) {
response.setHeader("application/octet-stream", "Conten
12 matches
Mail list logo