-
```
Using ANT or command line it is possible to specify a set of copybooks to
process simultaneously.
Right now, the same taget namespace gets assigned to all XML schemas produced
while it would be…
-
```
Lists in XSDs and Java are mapped to variable size COBOL arrays (using
DEPENDING ON).
For each such list, a dynamic counter is added to support the DEPENDING ON
clause.
This additional counter s…
-
```
Right now we have COBOL copybook generation capabilities as part of
legstar-cobcgen and legstar-xsd2cob.
There is no reason to have 2 such generators, it is just that cobcgen took
annotated JAXB…
-
```
When generating Java Transformer classes from a COBOL copybook there is no way
to validate the string length when calling a setXXX(String foo) method.
Currently when setting a string that is lon…
-
```
Hi,
is it possible to add special elements to the generated XSD-File that are not
part of the COBOL copybook?
This element injection should happen after the XSD-file is generated in memory
and …
-
```
I am trying to transform a mainframe file into a simple text file by using
legstar.
I have created a xml schema with cobol annotation by using cobol copybook and
coxb2xsd package.
but,not able t…
-
```
What steps will reproduce the problem?
1. An COBOL structure with an upper level field named COM1
2. JAXB generation produces ObjectFactory but no Classes
The problem exist for any COMn where n …
-
```
What steps will reproduce the problem? If applicable, please provide a
mapping configuration and sample record input to recreate the problem.
1. Set org.beanio.configuration system property to fi…
-
```
What steps will reproduce the problem?
1. An COBOL structure with an upper level field named COM1
2. JAXB generation produces ObjectFactory but no Classes
The problem exist for any COMn where n …
-
```
With a copybook like so:
01 RDEF04-RECORD.
20 FIELD-A PIC S9(15)V99 COMP-3.
20 FIELD-B PIC S9(15)V99 COMP-3.
20 FIELD-C REDEFINES FIELD-B PIC S9(15)V99 COM…