-
Hi Daniel,
thanks for this advice, it works fine now!
Regards, Dominik.
2009-11-02 10:33:47 UTC in ServingXML
-
Hi Daniel,
I have got a little problem with fetching data from an oracle database. I have to write the field in the FieldElementMap with capital letters, that it is recognized.
I give you a small example:
working with the MySQL DB, the case of the field element depends of the case in the Select Statement:
SELECT c.customer_id AS ccustomer_id, c.lname, c.fname
<sx:fieldElementMap...
2009-10-22 13:53:39 UTC in ServingXML
-
Hi Daniel,
thank you for your answer, but I was not able to solve my problem with it.
Regards,
Dominik.
2009-09-02 06:26:08 UTC in ServingXML
-
maybe it's no installer, what I mean is that I executed the install.jar and a window opened "IzPack-Installation of servingxml" I can send you a screenshot if you want.
Dominik.
2009-08-24 14:35:35 UTC in ServingXML
-
Hi Daniel,
I want to work with several streams parallel, I'm going to introduce the problem with an example.
I have two stream sources, which are original databases, I want to walk through parallel. The records of the files are connected with each other like database tables are connected with keys. I want to join together the records belonging together.
Here are the two example files...
2009-08-24 12:54:55 UTC in ServingXML
-
Hi Daniel,
thank you, the composeRecord problem worked fine, but there appeared other problems, that I have think about a completely different solution. I will start a new thread with my issue.
One think that disturbed me a little bit, that when I installed the new version, in the installer dialog I saw something like "your installing version 0.7.2". It was on the welcome-site or...
2009-08-24 11:45:20 UTC in ServingXML
-
Hi Daniel,
thanks for your reply on my issue, the other post sounded to be the same problem as I have. So I will wait for the next release and check out if it works then.
I thought it was groupBy the out of memory error, but I'm not shure, it was some times ago, mayby I mixed something up. So maybe I will try it again with groupBy.
Regards, Dominik.
2009-08-17 07:00:12 UTC in ServingXML
-
Hi,
I have forgotten to mention one information. In my second composeRecord statement the XPath expression in the endTest attribute doesn't behave as I suspect.
I get the composite2 element and the detail2 element, but he doesn't know the deeper elements like employeeWithCustomersWithProducts and it's childs.
Here is the output of the first compose statement that is the input for the...
2009-08-14 11:57:58 UTC in ServingXML
-
Hi,
I want to combine several composeRecord elements. I want to introduce the problem with an example. My original datasource is an database but I use the xml-representation instead.
My sx:recordContent that has to fetch the data and compose the records looks as follows:
<sx:recordContent id="employeeWithCustomersWithProductsDoc">
<sx:sqlReader>...
2009-08-14 11:24:36 UTC in ServingXML