Posted
over 12 years
ago
Hello guys I'm having a problem with creating an IF statement and was wondering if anyone can translate the attached flow chart into an if statement for me please. You would help me out a lot. Thanks in advance.
Forum: AS2
AttachmentSize
blah.png40.64 KB
|
Posted
over 12 years
ago
Hi I would really appreciate it if somebody could help translate this flow chart into an IF statement for me. :)
Forum: Global
AttachmentSize
blah.png40.64 KB
|
Posted
over 12 years
ago
In reply to Import partner with a specified connection mode - bug
gusto2,
please write to service at mendelson dot de for commercial support. We will help you as soon as possible. This forum is mainly for the community versions.
Regards
Log in or register to post comments
|
Posted
over 12 years
ago
In reply to Import partner with a specified connection mode - bug
just considering - it could help if the add_partner_response would contain partner id.. but a fix would be most appropriate.
Log in or register to post comments
|
Posted
over 12 years
ago
Hello,
using a commercial version of the OFTP2 server have problems to import a partner with no outbound connection configuration.
Using the XML API we specify to 3, but the imported partner has still connection mode 1 (visible in the client and
... [More]
when exporting configuration).
There is a harder way too - it works when issuing a subsequent MODIFY_PARTNER request, but it is not very easy as it's not trivial to get a partner's id (using Linux bash).
Will there be a fix or is there another way?
Thank you very much
Best regards
Gabriel
Forum: OFTP2 [Less]
|
Posted
over 12 years
ago
In reply to gusto2,
Hello,
We are using a commercial edition and its API. We made a workaround - create a new PKCS12 keystore (using keytool) with a local server private key and than import partner certificates using API.
Best regards
Gabriel
Log in or register to post comments
|
Posted
over 12 years
ago
In reply to Import a local partner key via API
gusto2,
what exactly are you trying? There should be no API in the community version?
Regards
Log in or register to post comments
|
Posted
over 12 years
ago
Hello,
trying to configure Mendelson OFTP2 server after installation (as an automated script). Actually - we need to import partners, their certificates. Using Server API works and is ok until we import a public certificate.
If we try to import a
... [More]
private key for a local partner (-----BEGIN DSA PRIVATE KEY-----), the call fails. Is there a way to import a private keypair? or we have to do it manually (and eventually restore a backup during installation)?
Thank you in advance
Best regards
Gabriel
Forum: OFTP2 [Less]
|
Posted
over 12 years
ago
Since time immemorial, time is essentially the most loved issue people hold. All the items is finished round the philosophy of time from the next people wake up up to once they check out rest. When not put in properly, the actual backlashes could
... [More]
possibly be regrettable given that structured always be retrieved. It can be precisely because of this reason that watches have been developed. These offer people from various taking walks regarding life style to understand what you should execute because of the hours obtainable in daily. The will be flooded with numerous types of designer watches even though anyone would love the thought of having a designer observe, these are ranked among by far the most high-priced watches.Getting Eternal Issues of Look-alike Europe MilitaryThere are many models of wrist watches from which to choose and they are scored in respect at the pinnacle high quality and has included within them. These types of start off coming from rank 1 to 5 together with 1 receiving the absolute best. Timepieces you will get about the nearly all most respected web sites fall from the Initial rank. That is certainly generally known as Level A+++? along with order they purpose some higher training course Switzerland replica watches. These are by far the very very best and also yet, inexpensive identical that will evaluate being a great deal as the standard from a custom observe out there within the marketplace. tag heuer price
You can find out some specifics relating hentai as well . Angels As well as Vices According To Way of life Hurting Goals Hentai Relationship Sim Secrets Kagome Kagome3 Late Last year Hurting desires hentai relationship sim card dating free gay and lesbian private erie missouri obtaining gay intercourse in yonkers nyc photograph personals chilliwack tag heuer watches
Forum: mendelson business integration [Less]
|
Posted
over 12 years
ago
In reply to Connection refused to host: ***; nested exception is: java.net.ConnectException: Connection timed out: connect
Hmm, curious. If I disable the IP sec rules the application works as expected. Which ports do I have to open? I created an
... [More]
incoming (any to my ip) filter for port 9100 and an outgoing filter (my to any ip) for port 9100. Do I have to add more ports?
This is my configuration file.
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
<!-- =============================================================== -->
<!-- Configure the Jetty Server -->
<!-- -->
<!-- Documentation of this file format can be found at: -->
<!-- http://docs.codehaus.org/display/JETTY/jetty.xml -->
<!-- -->
<!-- =============================================================== -->
<Configure id="Server" class="org.mortbay.jetty.Server">
<!-- =========================================================== -->
<!-- Server Thread Pool -->
<!-- =========================================================== -->
<Set name="ThreadPool">
<!-- Default bounded blocking threadpool
-->
<New class="org.mortbay.thread.BoundedThreadPool">
<Set name="minThreads">10</Set>
<Set name="lowThreads">50</Set>
<Set name="maxThreads">250</Set>
</New>
<!-- Optional Java 5 bounded threadpool with job queue
<New class="org.mortbay.thread.concurrent.ThreadPool">
<Arg type="int">0</Arg>
<Set name="corePoolSize">10</Set>
<Set name="maximumPoolSize">250</Set>
</New>
-->
</Set>
<!-- =========================================================== -->
<!-- Set connectors -->
<!-- =========================================================== -->
<!-- One of each type! -->
<!-- =========================================================== -->
<!-- Use this connector for many frequently idle connections
and for threadless continuations.
-->
<Call name="addConnector">
<Arg>
<New class="org.mortbay.jetty.nio.SelectChannelConnector">
<Set name="port">
<SystemProperty name="jetty.port" default="9100"/>
</Set>
<Set name="maxIdleTime">30000</Set>
<Set name="Acceptors">2</Set>
<Set name="confidentialPort">443</Set>
</New>
</Arg>
</Call>
<!-- Use this connector if NIO is not available.
<Call name="addConnector">
<Arg>
<New class="org.mortbay.jetty.bio.SocketConnector">
<Set name="port">8081</Set>
<Set name="maxIdleTime">50000</Set>
<Set name="lowResourceMaxIdleTime">1500</Set>
</New>
</Arg>
</Call>
-->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- To add a HTTPS SSL listener -->
<!-- see jetty-ssl.xml to add an ssl connector. use -->
<!-- java -jar start.jar etc/jetty.xml etc/jetty-ssl.xml -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- =========================================================== -->
<!-- Set up global session ID manager -->
<!-- =========================================================== -->
<!--
<Set name="sessionIdManager">
<New class="org.mortbay.jetty.servlet.HashSessionIdManager">
<Set name="workerName">node1</Set>
</New>
</Set>
-->
<!-- =========================================================== -->
<!-- Set handler Collection Structure -->
<!-- =========================================================== -->
<Set name="handler">
<New id="Handlers" class="org.mortbay.jetty.handler.HandlerCollection">
<Set name="handlers">
<Array type="org.mortbay.jetty.Handler">
<Item>
<New id="Contexts" class="org.mortbay.jetty.handler.ContextHandlerCollection"/>
</Item>
<Item>
<New id="DefaultHandler" class="org.mortbay.jetty.handler.DefaultHandler"/>
</Item>
<Item>
<New id="RequestLog" class="org.mortbay.jetty.handler.RequestLogHandler"/>
</Item>
</Array>
</Set>
</New>
</Set>
<!-- =========================================================== -->
<!-- Configure the context deployer -->
<!-- A context deployer will deploy contexts described in -->
<!-- configuration files discovered in a directory. -->
<!-- The configuration directory can be scanned for hot -->
<!-- deployments at the configured scanInterval. -->
<!-- -->
<!-- This deployer is configured to deploy contexts configured -->
<!-- in the $JETTY_HOME/contexts directory -->
<!-- -->
<!-- =========================================================== -->
<Call name="addLifeCycle">
<Arg>
<New class="org.mortbay.jetty.deployer.ContextDeployer">
<Set name="contexts"><Ref id="Contexts"/></Set>
<Set name="configurationDir"><SystemProperty name="jetty.home" default="."/>/contexts</Set>
<Set name="scanInterval">1</Set>
</New>
</Arg>
</Call>
<!-- =========================================================== -->
<!-- Configure the webapp deployer. -->
<!-- A webapp deployer will deploy standard webapps discovered -->
<!-- in a directory at startup, without the need for additional -->
<!-- configuration files. It does not support hot deploy or -->
<!-- non standard contexts (see ContextDeployer above). -->
<!-- -->
<!-- This deployer is configured to deploy webapps from the -->
<!-- $JETTY_HOME/webapps directory -->
<!-- -->
<!-- Normally only one type of deployer need be used. -->
<!-- -->
<!-- =========================================================== -->
<Call name="addLifeCycle">
<Arg>
<New class="org.mortbay.jetty.deployer.WebAppDeployer">
<Set name="contexts"><Ref id="Contexts"/></Set>
<Set name="webAppDir"><SystemProperty name="jetty.home" default="."/>/webapps</Set>
<Set name="parentLoaderPriority">false</Set>
<Set name="extract">true</Set>
<Set name="allowDuplicates">false</Set>
<Set name="defaultsDescriptor"><SystemProperty name="jetty.home" default="."/>/etc/webdefault.xml</Set>
</New>
</Arg>
</Call>
<!-- =========================================================== -->
<!-- Configure Authentication Realms -->
<!-- Realms may be configured for the entire server here, or -->
<!-- they can be configured for a specific web app in a context -->
<!-- configuration (see $(jetty.home)/contexts/test.xml for an -->
<!-- example). -->
<!-- =========================================================== -->
<Set name="UserRealms">
<Array type="org.mortbay.jetty.security.UserRealm">
<Item>
<New class="org.mortbay.jetty.security.HashUserRealm">
<Set name="name">mendelson opensource AS2 server</Set>
<Set name="config"><SystemProperty name="jetty.home" default="."/>/etc/realm.properties</Set>
</New>
</Item>
</Array>
</Set>
<!-- =========================================================== -->
<!-- Configure Request Log -->
<!-- Request logs may be configured for the entire server here, -->
<!-- or they can be configured for a specific web app in a -->
<!-- contexts configuration (see $(jetty.home)/contexts/test.xml -->
<!-- for an example). -->
<!-- =========================================================== -->
<Ref id="RequestLog">
<Set name="requestLog">
<New id="RequestLogImpl" class="org.mortbay.jetty.NCSARequestLog">
<Arg><SystemProperty name="jetty.logs" default="./log"/>/yyyy_mm_dd.request.log</Arg>
<Set name="retainDays">90</Set>
<Set name="append">true</Set>
<Set name="extended">false</Set>
<Set name="LogTimeZone">GMT</Set>
</New>
</Set>
</Ref>
<!-- =========================================================== -->
<!-- extra options -->
<!-- =========================================================== -->
<Set name="stopAtShutdown">true</Set>
<!-- ensure/prevent Server: header being sent to browsers -->
<Set name="sendServerVersion">false</Set>
</Configure>
Log in or register to post comments
[Less]
|