current version
This commit is contained in:
7
Resources/configurations/.folder
Normal file
7
Resources/configurations/.folder
Normal 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>
|
||||
45
Resources/configurations/HTTP Connection.sharedhttp
Normal file
45
Resources/configurations/HTTP Connection.sharedhttp
Normal 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>
|
||||
13
Resources/configurations/JDBC Connection.sharedjdbc
Normal file
13
Resources/configurations/JDBC Connection.sharedjdbc
Normal 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>
|
||||
22
Resources/configurations/Notify Configuration.sharednotify
Normal file
22
Resources/configurations/Notify Configuration.sharednotify
Normal 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>
|
||||
Reference in New Issue
Block a user