. You will see the same application you are about to build in action.
and we will help you out.
![]() |
and extract it.
for details.
CREATE TABLE DELIVERY (
CONTAINER_ID VARCHAR(60),
SHIPPER_ID VARCHAR(60)
)
.
.
smtp.location=mailto:testm2demo@gmail.com smtp.smtpserver=smtp.gmail.com smtp.useSSL=true #These values are only required for outbound communication smtp.username=testm2demo@gmail.com smtp.password=password
ftp.messageRepository=/tmp ftp.messageName=in.xml ftp.pollIntervalMillis=2000 ftp.use=literal ftp.url=ftp://joe:secret@localhost:21 ftp.dirListStyle=UNIX ftp.mode=BINARY
Note: If you are using a recent version of the m2app sources, you will be seeing this configuration file
# file to receive - used for inbound communication ftp.receiveFrom=/tmp/in.xml # file to send - used for outbound communication ftp.sendTo= ftp.user=joe ftp.password=secret ftp.host=localhost ftp.port=21 ftp.dirListStyle=UNIX ftp.mode=BINARY ftp.pollIntervalMillis=2000
### ### ### insert configuration ### ### ### jdbc.operationType=insert #jndi handle for datasource jdbc.jndiName=jdbc/__defaultDS #sql statement, e.g. INSERT INTO TEST (NAME, ID) values (?,?) jdbc.sql=INSERT INTO DELIVERY (CONTAINER_ID, SHIPPER_ID) VALUES (?,?) #parameter order, e.g. NAME, ID jdbc.paramOrder=ContainerId, EUID #table name jdbc.TableName=DELIVERY
<Manifest>
<Container>
<ContainerId>Ship001</ContainerId>
<Shipper>
<Name>Joe</Name>
<Id>ABC123</Id>
</Shipper>
</Container>
<Container>
<ContainerId>Ship002</ContainerId>
<Shipper>
<Name>Steve</Name>
<Id>XYZ000</Id>
</Shipper>
</Container>
</Manifest>
<Alarm>
<Container>
<ContainerId>Ship002</ContainerId>
<Shipper>
<Name>Steve</Name>
<Id>XYZ000</Id>
</Shipper>
</Container>
</Alarm>
| CONTAINER_ID | SHIPPER_ID |
|---|---|
| Ship001 | {12DJE23JDKCL229011} |
This page (revision-53) was last changed on
16-Mar-09 13:36 PM, -0700
by Annies Abduljaffar.
This page was created on
01-Oct-08 13:30 PM, -0700 by KeithBabo.
| Version | Date | Author | Size | Changes ... |
|---|---|---|---|---|
| 53 | 16-Mar-09 13:36 PM, -0700 | Annies Abduljaffar | 8188 | to previous |
| 52 | 16-Mar-09 13:33 PM, -0700 | Annies Abduljaffar | 7958 | to previous | to last |
| 51 | 16-Mar-09 13:29 PM, -0700 | Annies Abduljaffar | 7681 | to previous | to last |
| 50 | 16-Mar-09 13:28 PM, -0700 | Annies Abduljaffar | 7680 | to previous | to last |
| 49 | 04-Dec-08 11:14 AM, -0800 | MarkWhite | 7432 | to previous | to last |
| 48 | 20-Nov-08 21:21 PM, -0800 | KeithBabo | 7401 | to previous | to last |
| 47 | 24-Oct-08 11:31 AM, -0700 | srini_chikkala | 7769 | to previous | to last |
| 46 | 24-Oct-08 11:29 AM, -0700 | srini_chikkala | 7771 | to previous | to last |
| 45 | 23-Oct-08 23:05 PM, -0700 | srini_chikkala | 8496 | to previous | to last |
| 44 | 21-Oct-08 15:38 PM, -0700 | Annies Abduljaffar | 8173 | to previous | to last |
| 43 | 21-Oct-08 15:37 PM, -0700 | Annies Abduljaffar | 8264 | to previous | to last |
| 42 | 21-Oct-08 15:35 PM, -0700 | Annies Abduljaffar | 8176 | to previous | to last |
| 41 | 21-Oct-08 15:33 PM, -0700 | Annies Abduljaffar | 8172 | to previous | to last |
| 40 | 21-Oct-08 15:31 PM, -0700 | Annies Abduljaffar | 8171 | to previous | to last |
