current version

This commit is contained in:
wojciech
2024-07-24 17:04:39 +02:00
parent a64e35466a
commit 392ffd1dd6
60 changed files with 4148 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Repository:repository xmlns:Repository="http://www.tibco.com/xmlns/repo/types/2002">
<folder resourceType="ae.designerfolder" name="configurations" propLocks="" allowUserToChangeIcon="false" sortContents="false" acceptsResources="true" allowDuplicates="false">
<description/>
<fixedChildren/>
</folder>
</Repository:repository>

View File

@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<ns0:httpSharedResource xmlns:ns0="www.tibco.com/shared/HTTPConnection">
<config>
<Host>localhost</Host>
<serverType>Tomcat</serverType>
<HttpConnectionProperties>
<row>
<PropertyName>maxPostSize (bytes)</PropertyName>
<PropertyValue/>
<PropertyDefaultValue>2097152</PropertyDefaultValue>
</row>
<row>
<PropertyName>maxSavePostSize (bytes)</PropertyName>
<PropertyValue/>
<PropertyDefaultValue>4096</PropertyDefaultValue>
</row>
<row>
<PropertyName>uriEncoding</PropertyName>
<PropertyValue/>
<PropertyDefaultValue/>
</row>
<row>
<PropertyName>acceptCount</PropertyName>
<PropertyValue/>
<PropertyDefaultValue/>
</row>
<row>
<PropertyName>compressableMimeType</PropertyName>
<PropertyValue/>
<PropertyDefaultValue>text/html,text/xml,text/plain</PropertyDefaultValue>
</row>
<row>
<PropertyName>compression</PropertyName>
<PropertyValue/>
<PropertyDefaultValue>off</PropertyDefaultValue>
</row>
<row>
<PropertyName>connectionTimeOut (ms)</PropertyName>
<PropertyValue/>
<PropertyDefaultValue>60000</PropertyDefaultValue>
</row>
</HttpConnectionProperties>
<Port>8888</Port>
</config>
</ns0:httpSharedResource>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<BWSharedResource>
<name>JDBC Connection</name>
<resourceType>ae.shared.JDBCSharedResource</resourceType>
<config>
<driver>org.sqlite.JDBC</driver>
<maxConnections>10</maxConnections>
<loginTimeout>0</loginTimeout>
<connectionType>JDBC</connectionType>
<UseSharedJndiConfig>false</UseSharedJndiConfig>
<location>jdbc:sqlite:/tibco/designer/5.12/projects/httpRequest/database.db</location>
</config>
</BWSharedResource>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<BWSharedResource xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<name>Notify Configuration</name>
<resourceType>ae.shared.notifySharedConfig</resourceType>
<config xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsdString>
<xsd:element name="root">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="id" type="xsd:int" minOccurs="0"/>
<xsd:element name="firstname" type="xsd:string" minOccurs="0"/>
<xsd:element name="lastname" type="xsd:string" minOccurs="0"/>
<xsd:element name="date-of-birth" type="xsd:string" minOccurs="0"/>
<xsd:element name="date-of-death" type="xsd:string" minOccurs="0"/>
<xsd:element name="age" type="xsd:int" minOccurs="0"/>
<xsd:element name="status" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsdString>
</config>
</BWSharedResource>