[JBoss JIRA] (TEIIDDES-2224) web service returns 500 when concurrent access
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2224?page=com.atlassian.jira.plu... ]
Steven Hawkins commented on TEIIDDES-2224:
------------------------------------------
I must be thinking of - Case 966118 - EDS fails on concurrent access via RestEasy WAR
> web service returns 500 when concurrent access
> ----------------------------------------------
>
> Key: TEIIDDES-2224
> URL: https://issues.jboss.org/browse/TEIIDDES-2224
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web Services Support
> Affects Versions: 8.5
> Reporter: Hisanobu Okuda
> Assignee: Ted Jones
> Fix For: 8.6, 8.5.1
>
> Attachments: reproducer.tar.gz
>
>
> Description of problem:
> web service returns 500 when concurrent access. It works fine with a single access.
> Version-Release number of selected component (if applicable):
> How reproducible:
> Please find the attached reproducer kit reproducer.tar.gz which contains
> reproducer
> ├── accounts.csv // data source
> ├── command.log // test result
> ├── SampleJDV.zip // project source code
> ├── server.log // test result
> ├── SOAP_TEST2.jmx // config file for JMeter
> ├── WSTest.vdb // VDB which contains web service model
> └── WSTest.war // generated JBossWS-CXF War
> Steps to Reproduce:
> 0. add user/user in teiid-security-users.properties
> 1. add datasource in standalone.xml
> <datasource jndi-name="java:/WSTest" pool-name="WSTest" enabled="true">
> <connection-url>jdbc:teiid:WSTest</connection-url>
> <driver>teiid</driver>
> <pool>
> <min-pool-size>100</min-pool-size>
> <max-pool-size>100</max-pool-size>
> <use-strict-min>true</use-strict-min>
> </pool>
> <security>
> <user-name>user</user-name>
> <password>user</password>
> </security>
> 2. unjar WSTest.vdb, change the path to accounts.csv in SampleJDV/sandbox/WSTest_Source.xmi, rejar WSTest.vdb.
> 3. deploy WSTest.vdb
> 4. deploy WSTest.war
> 5. run jmeter, and open SOAP_TEST2.jmx
> 6. run test on jmeter
> Actual results:
> Expected results:
> Additional info:
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (TEIIDDES-2074) Improve the Teiid Connection importer usability
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2074?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2074:
-----------------------------------
Fix Version/s: 8.5
(was: 8.6)
> Improve the Teiid Connection importer usability
> -----------------------------------------------
>
> Key: TEIIDDES-2074
> URL: https://issues.jboss.org/browse/TEIIDDES-2074
> Project: Teiid Designer
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Fix For: 8.5
>
>
> Teiid Connection importer needs to be easier to use. Currently, the user has to open the documentation to know what properties to enter so that, for example, the jdbc import is filtering on tables types, schemas, etc. Otherwise, the importer will grab everything. For JDBC, it should be as easy as the current JDBC importer.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (TEIIDDES-2074) Improve the Teiid Connection importer usability
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2074?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2074.
------------------------------------
Resolution: Done
Done
> Improve the Teiid Connection importer usability
> -----------------------------------------------
>
> Key: TEIIDDES-2074
> URL: https://issues.jboss.org/browse/TEIIDDES-2074
> Project: Teiid Designer
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Fix For: 8.5
>
>
> Teiid Connection importer needs to be easier to use. Currently, the user has to open the documentation to know what properties to enter so that, for example, the jdbc import is filtering on tables types, schemas, etc. Otherwise, the importer will grab everything. For JDBC, it should be as easy as the current JDBC importer.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (TEIIDDES-2224) web service returns 500 when concurrent access
by Hisanobu Okuda (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2224?page=com.atlassian.jira.plu... ]
Hisanobu Okuda commented on TEIIDDES-2224:
------------------------------------------
Confirmed it is not fixed in the upstream.
> web service returns 500 when concurrent access
> ----------------------------------------------
>
> Key: TEIIDDES-2224
> URL: https://issues.jboss.org/browse/TEIIDDES-2224
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web Services Support
> Affects Versions: 8.5
> Reporter: Hisanobu Okuda
> Assignee: Ted Jones
> Fix For: 8.6, 8.5.1
>
> Attachments: reproducer.tar.gz
>
>
> Description of problem:
> web service returns 500 when concurrent access. It works fine with a single access.
> Version-Release number of selected component (if applicable):
> How reproducible:
> Please find the attached reproducer kit reproducer.tar.gz which contains
> reproducer
> ├── accounts.csv // data source
> ├── command.log // test result
> ├── SampleJDV.zip // project source code
> ├── server.log // test result
> ├── SOAP_TEST2.jmx // config file for JMeter
> ├── WSTest.vdb // VDB which contains web service model
> └── WSTest.war // generated JBossWS-CXF War
> Steps to Reproduce:
> 0. add user/user in teiid-security-users.properties
> 1. add datasource in standalone.xml
> <datasource jndi-name="java:/WSTest" pool-name="WSTest" enabled="true">
> <connection-url>jdbc:teiid:WSTest</connection-url>
> <driver>teiid</driver>
> <pool>
> <min-pool-size>100</min-pool-size>
> <max-pool-size>100</max-pool-size>
> <use-strict-min>true</use-strict-min>
> </pool>
> <security>
> <user-name>user</user-name>
> <password>user</password>
> </security>
> 2. unjar WSTest.vdb, change the path to accounts.csv in SampleJDV/sandbox/WSTest_Source.xmi, rejar WSTest.vdb.
> 3. deploy WSTest.vdb
> 4. deploy WSTest.war
> 5. run jmeter, and open SOAP_TEST2.jmx
> 6. run test on jmeter
> Actual results:
> Expected results:
> Additional info:
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (TEIIDDES-2074) Improve the Teiid Connection importer usability
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2074?page=com.atlassian.jira.plu... ]
Van Halbert commented on TEIIDDES-2074:
---------------------------------------
With TEIIDDES-2093 done, what's left that you're planning to do to improve usability?
> Improve the Teiid Connection importer usability
> -----------------------------------------------
>
> Key: TEIIDDES-2074
> URL: https://issues.jboss.org/browse/TEIIDDES-2074
> Project: Teiid Designer
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Fix For: 8.6
>
>
> Teiid Connection importer needs to be easier to use. Currently, the user has to open the documentation to know what properties to enter so that, for example, the jdbc import is filtering on tables types, schemas, etc. Otherwise, the importer will grab everything. For JDBC, it should be as easy as the current JDBC importer.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (TEIIDDES-1243) When creating a web service model from WSDL, changing schema location to another project does not work
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1243?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-1243.
------------------------------------
Resolution: Done
changed filter to only allow selection of folder inside the current project.
> When creating a web service model from WSDL, changing schema location to another project does not work
> ------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-1243
> URL: https://issues.jboss.org/browse/TEIIDDES-1243
> Project: Teiid Designer
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Modeling
> Affects Versions: 7.4.2
> Reporter: Johnathon Lee
> Assignee: Barry LaFond
> Fix For: 8.6
>
>
> Selections of target project in the New Model Wizard are not used when creating a Web Service Model. This originates with: https://issues.jboss.org/browse/JBEDSP-762
> 1. Right click on the project and select New -> Metadata Model.
> 2. Create a file name for the new model.
> 3. Choose the "Web Service" metamodel and make sure the "Virtual Model" model type is selected.
> 4. Select the "Build from existing WSDL file(s)" model builder.
> 5. Click "Next."
> 6. Choose a WSDL. Click next, next, next.
> 7. In Schema Workspace Location Selection, change the Folder to another project, click apply.
> 8. Click "Next", and "Finish".
> The XSD is still created in the same project, not in the one selected in step 7.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (TEIIDDES-1243) When creating a web service model from WSDL, changing schema location to another project does not work
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1243?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-1243:
-----------------------------------
Fix Version/s: (was: 8.5.1)
> When creating a web service model from WSDL, changing schema location to another project does not work
> ------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-1243
> URL: https://issues.jboss.org/browse/TEIIDDES-1243
> Project: Teiid Designer
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Modeling
> Affects Versions: 7.4.2
> Reporter: Johnathon Lee
> Assignee: Barry LaFond
> Fix For: 8.6
>
>
> Selections of target project in the New Model Wizard are not used when creating a Web Service Model. This originates with: https://issues.jboss.org/browse/JBEDSP-762
> 1. Right click on the project and select New -> Metadata Model.
> 2. Create a file name for the new model.
> 3. Choose the "Web Service" metamodel and make sure the "Virtual Model" model type is selected.
> 4. Select the "Build from existing WSDL file(s)" model builder.
> 5. Click "Next."
> 6. Choose a WSDL. Click next, next, next.
> 7. In Schema Workspace Location Selection, change the Folder to another project, click apply.
> 8. Click "Next", and "Finish".
> The XSD is still created in the same project, not in the one selected in step 7.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (TEIIDDES-2224) web service returns 500 when concurrent access
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2224?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2224:
-----------------------------------
Affects Version/s: 8.5
(was: 8.4)
> web service returns 500 when concurrent access
> ----------------------------------------------
>
> Key: TEIIDDES-2224
> URL: https://issues.jboss.org/browse/TEIIDDES-2224
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web Services Support
> Affects Versions: 8.5
> Reporter: Hisanobu Okuda
> Assignee: Ted Jones
> Fix For: 8.6, 8.5.1
>
> Attachments: reproducer.tar.gz
>
>
> Description of problem:
> web service returns 500 when concurrent access. It works fine with a single access.
> Version-Release number of selected component (if applicable):
> How reproducible:
> Please find the attached reproducer kit reproducer.tar.gz which contains
> reproducer
> ├── accounts.csv // data source
> ├── command.log // test result
> ├── SampleJDV.zip // project source code
> ├── server.log // test result
> ├── SOAP_TEST2.jmx // config file for JMeter
> ├── WSTest.vdb // VDB which contains web service model
> └── WSTest.war // generated JBossWS-CXF War
> Steps to Reproduce:
> 0. add user/user in teiid-security-users.properties
> 1. add datasource in standalone.xml
> <datasource jndi-name="java:/WSTest" pool-name="WSTest" enabled="true">
> <connection-url>jdbc:teiid:WSTest</connection-url>
> <driver>teiid</driver>
> <pool>
> <min-pool-size>100</min-pool-size>
> <max-pool-size>100</max-pool-size>
> <use-strict-min>true</use-strict-min>
> </pool>
> <security>
> <user-name>user</user-name>
> <password>user</password>
> </security>
> 2. unjar WSTest.vdb, change the path to accounts.csv in SampleJDV/sandbox/WSTest_Source.xmi, rejar WSTest.vdb.
> 3. deploy WSTest.vdb
> 4. deploy WSTest.war
> 5. run jmeter, and open SOAP_TEST2.jmx
> 6. run test on jmeter
> Actual results:
> Expected results:
> Additional info:
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (TEIIDDES-2224) web service returns 500 when concurrent access
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2224?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2224:
-----------------------------------
Fix Version/s: 8.6
8.5.1
> web service returns 500 when concurrent access
> ----------------------------------------------
>
> Key: TEIIDDES-2224
> URL: https://issues.jboss.org/browse/TEIIDDES-2224
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web Services Support
> Affects Versions: 8.5
> Reporter: Hisanobu Okuda
> Fix For: 8.6, 8.5.1
>
> Attachments: reproducer.tar.gz
>
>
> Description of problem:
> web service returns 500 when concurrent access. It works fine with a single access.
> Version-Release number of selected component (if applicable):
> How reproducible:
> Please find the attached reproducer kit reproducer.tar.gz which contains
> reproducer
> ├── accounts.csv // data source
> ├── command.log // test result
> ├── SampleJDV.zip // project source code
> ├── server.log // test result
> ├── SOAP_TEST2.jmx // config file for JMeter
> ├── WSTest.vdb // VDB which contains web service model
> └── WSTest.war // generated JBossWS-CXF War
> Steps to Reproduce:
> 0. add user/user in teiid-security-users.properties
> 1. add datasource in standalone.xml
> <datasource jndi-name="java:/WSTest" pool-name="WSTest" enabled="true">
> <connection-url>jdbc:teiid:WSTest</connection-url>
> <driver>teiid</driver>
> <pool>
> <min-pool-size>100</min-pool-size>
> <max-pool-size>100</max-pool-size>
> <use-strict-min>true</use-strict-min>
> </pool>
> <security>
> <user-name>user</user-name>
> <password>user</password>
> </security>
> 2. unjar WSTest.vdb, change the path to accounts.csv in SampleJDV/sandbox/WSTest_Source.xmi, rejar WSTest.vdb.
> 3. deploy WSTest.vdb
> 4. deploy WSTest.war
> 5. run jmeter, and open SOAP_TEST2.jmx
> 6. run test on jmeter
> Actual results:
> Expected results:
> Additional info:
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months
[JBoss JIRA] (TEIIDDES-2224) web service returns 500 when concurrent access
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2224?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2224:
-----------------------------------
Assignee: Ted Jones
> web service returns 500 when concurrent access
> ----------------------------------------------
>
> Key: TEIIDDES-2224
> URL: https://issues.jboss.org/browse/TEIIDDES-2224
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web Services Support
> Affects Versions: 8.5
> Reporter: Hisanobu Okuda
> Assignee: Ted Jones
> Fix For: 8.6, 8.5.1
>
> Attachments: reproducer.tar.gz
>
>
> Description of problem:
> web service returns 500 when concurrent access. It works fine with a single access.
> Version-Release number of selected component (if applicable):
> How reproducible:
> Please find the attached reproducer kit reproducer.tar.gz which contains
> reproducer
> ├── accounts.csv // data source
> ├── command.log // test result
> ├── SampleJDV.zip // project source code
> ├── server.log // test result
> ├── SOAP_TEST2.jmx // config file for JMeter
> ├── WSTest.vdb // VDB which contains web service model
> └── WSTest.war // generated JBossWS-CXF War
> Steps to Reproduce:
> 0. add user/user in teiid-security-users.properties
> 1. add datasource in standalone.xml
> <datasource jndi-name="java:/WSTest" pool-name="WSTest" enabled="true">
> <connection-url>jdbc:teiid:WSTest</connection-url>
> <driver>teiid</driver>
> <pool>
> <min-pool-size>100</min-pool-size>
> <max-pool-size>100</max-pool-size>
> <use-strict-min>true</use-strict-min>
> </pool>
> <security>
> <user-name>user</user-name>
> <password>user</password>
> </security>
> 2. unjar WSTest.vdb, change the path to accounts.csv in SampleJDV/sandbox/WSTest_Source.xmi, rejar WSTest.vdb.
> 3. deploy WSTest.vdb
> 4. deploy WSTest.war
> 5. run jmeter, and open SOAP_TEST2.jmx
> 6. run test on jmeter
> Actual results:
> Expected results:
> Additional info:
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 10 months