<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.milyn</groupId>
<artifactId>smooks-examples</artifactId>
<version>1.4</version> <!-- base pom version - do not remove this comment -->
</parent>
<name>Milyn Smooks D16A - EJC - Model Gen</name>
<groupId>org.milyn</groupId>
<artifactId>milyn-smooks-d16a-ejc-model-gen</artifactId>
<version>1.0</version>
<build>
<plugins>
<plugin>
<groupId>org.milyn</groupId>
<artifactId>maven-ejc-plugin</artifactId>
<version>1.4</version> <!-- base pom version - do not remove this comment -->
<configuration>
<ediMappingFile>VERMAS.xml</ediMappingFile>
<packageName>com.locuslive.odyssey.edi.d16a.vermas.model</packageName>
</configuration>
<executions>
<execution><goals><goal>generate</goal></goals></execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.milyn</groupId>
<artifactId>milyn-smooks-ejc</artifactId>
<version>${milyn.smooks.core.version}</version>
</dependency>
</dependencies>
</project>
That does create the EJC classes for VERMAS and a factory but it only does the actual message, not the interchange UNH ... UNT around it as with the other EDIFACT messages. How can I configure it to create a D16AInterchangeFactory?
Regards
Immo
--
You received this message because you are subscribed to a topic in the Google Groups "Smooks Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/smooks-user/vTwrHyWKZQk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to smooks-user...@googlegroups.com.
To post to this group, send email to smook...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/smooks-user/fc3f3a83-2213-4af0-b7b5-6c224b8d238a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Smooks Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smooks-user...@googlegroups.com.
To post to this group, send email to smook...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/smooks-user/21DCE7DE-0A8F-44D2-81EA-51252283F67A%40locussoftware.com.
and there it wasn’t available yet.
On 12 May 2016, at 18:51, Tom Fennelly <tom.fe...@gmail.com> wrote:
What's the zip file shown at the top of this page : http://www.unece.org/cefact/cf_news_archive.html
On 12 May 2016 at 18:46, Tom Fennelly <tom.fe...@gmail.com> wrote:
Ah sorry, you said that.Hmmm ... kinda scoobied without the .zip file. I think if it were me I'd run the build for one of the other versions that has the zip and see what it generates in terms of mapping files. Then I'd look and see if I could manually manipulate those for work for d16a.
On 12 May 2016 at 18:23, Dr Immo Benjes <immob...@locussoftware.com> wrote:
Hi Tom,no I don’t have the zip file for D16A only a PDF for the VERMAS message.I’ve taken the __message_definitions.xml file from a D09B version and modified the segments that have changed and created the VERMAS.xml definition by hand.
RegardsImmoDr. Immo BenjesSenior Software Architect
<PastedGraphic-2.tiff>
To view this discussion on the web visit https://groups.google.com/d/msgid/smooks-user/CA%2BbPaoLoRELDty15ZP-YqZfGR1qZG0wG0drTz8w5EJKCYFOw3A%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Smooks Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smooks-user...@googlegroups.com.
To post to this group, send email to smook...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/smooks-user/4786F58B-2646-4D80-8D3C-8F8F88B9310F%40locussoftware.com.
RegardsImmoDr. Immo BenjesSenior Software Architect
--
You received this message because you are subscribed to the Google Groups "Smooks Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smooks-user...@googlegroups.com.
To post to this group, send email to smook...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/smooks-user/4786F58B-2646-4D80-8D3C-8F8F88B9310F%40locussoftware.com.
For more options, visit https://groups.google.com/d/optout.
Castle Court
41 London RoadReigateSurrey RH2 9RJUnited KingdomTel: +44 (0)1737 735012Email: immob...@locussoftware.com
On 12 May 2016, at 20:13, Dr Immo Benjes <immob...@locussoftware.com> wrote:
Thanks, only checked on the download pageand there it wasn’t available yet.Will try to compile it tomorrow.
RegardsImmoDr. Immo BenjesSenior Software Architect
To view this discussion on the web visit https://groups.google.com/d/msgid/smooks-user/4786F58B-2646-4D80-8D3C-8F8F88B9310F%40locussoftware.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/smooks-user/CA%2BbPaoJ_Z41PsiGDd-rvZkir2eX6xgzhH4P_M9kQ0ACKDin5XA%40mail.gmail.com.