[JBoss JIRA] (JBDS-1958) EDS Teiid Designer Generating a RESTEasy War file returns no value
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-1958?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen updated JBDS-1958:
--------------------------------------
Fix Version/s: 7.0.0.GA
(was: 5.x)
> EDS Teiid Designer Generating a RESTEasy War file returns no value
> ------------------------------------------------------------------
>
> Key: JBDS-1958
> URL: https://issues.jboss.org/browse/JBDS-1958
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: teiid
> Affects Versions: 4.1.0.GA
> Reporter: Debbie Steigner
> Assignee: Barry LaFond
> Fix For: 7.0.0.GA
>
> Attachments: org.teiid.designer.dqp.ui.patch
>
>
> When following the published Teiid Designer documentation on generating a RESTEasy War file, a WAR file is produced with no error and deploys successfully. When "hitting" the web service, the HTTP status of 200 is returned with an empty body when there should be a result returned. This looks to be somewhat related to: https://issues.jboss.org/browse/TEIIDDES-1124. However, when checking the generated source code, it appears to be correct. Not sure if the generated src file is the actual generated class file that is being referenced. The procedure being "wrapped" with the RESTful Web Service executes fine from a Java client.
> This WAR file was generated on RHEL 6.1 (CSB) and the latest version of JBDS, 4.1.1.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBDS-1958) EDS Teiid Designer Generating a RESTEasy War file returns no value
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-1958?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen resolved JBDS-1958.
---------------------------------------
Resolution: Migrated to another ITS
setting as 7.0 but marking as migrated to another its since JBDSIS isn't covered in JBDS core.
Issue fixed via TEIDDES-1186
> EDS Teiid Designer Generating a RESTEasy War file returns no value
> ------------------------------------------------------------------
>
> Key: JBDS-1958
> URL: https://issues.jboss.org/browse/JBDS-1958
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: teiid
> Affects Versions: 4.1.0.GA
> Reporter: Debbie Steigner
> Assignee: Barry LaFond
> Fix For: 7.0.0.GA
>
> Attachments: org.teiid.designer.dqp.ui.patch
>
>
> When following the published Teiid Designer documentation on generating a RESTEasy War file, a WAR file is produced with no error and deploys successfully. When "hitting" the web service, the HTTP status of 200 is returned with an empty body when there should be a result returned. This looks to be somewhat related to: https://issues.jboss.org/browse/TEIIDDES-1124. However, when checking the generated source code, it appears to be correct. Not sure if the generated src file is the actual generated class file that is being referenced. The procedure being "wrapped" with the RESTful Web Service executes fine from a Java client.
> This WAR file was generated on RHEL 6.1 (CSB) and the latest version of JBDS, 4.1.1.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBIDE-15261) Cannot create wordpress example
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15261?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-15261:
------------------------------------------
created a new PR for master to get the lastest changes in jbosstools-4.1.x: https://github.com/jbosstools/jbosstools-openshift/pull/216
> Cannot create wordpress example
> -------------------------------
>
> Key: JBIDE-15261
> URL: https://issues.jboss.org/browse/JBIDE-15261
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Beta2
> Reporter: nan wei
> Assignee: Max Rydahl Andersen
> Fix For: 4.2.0.Alpha1
>
> Attachments: create-wordpress-example.png, initial-build-failed.png
>
>
> Version:
> JBoss Deverloper Studio 7 Beta
> OpenShift Plugin: 2.5.0.Beta2-v20130621-1052-B65
> OpenShift Enterprise 1.2/2013-07-18.4
> How reproducible:
> always
> Steps to Reproduce:
> 1. Create an app in the JBoss Deverloper Studio.
> Name: mysqltest
> Type: PHP 5.3(php-5.3)
> Embeddable Cartridges: MySQL Database 5.1(mysql-5.1)
> 2. Click Advanced
> Add Source Code:https://github.com/openshift/wordpress-example
> !create-wordpress-example.png!
> Actual results:
> When creating an app, check mysql cartridge and add source code together, it will fail, and return the following error:
> !initial-build-failed.png!
> {code}
> Could not create application "a3"
> Could not request https://broker.ose0717.com/broker/rest/domains/nwei/applications: The initial build for the application failed. Last 10 kB of build output:
> httpd (no pid file) not running
> Could not find mysql database. Please run:
> rhc cartridge add -a a3 -c mysql-5.1
> then make a sample commit (add whitespace somewhere) and re-push
> An error occurred executing 'gear postreceive'
> For more details about the problem, try running the command again with the '--trace' option.
> {code}
> But if use rhc client, there is no such problem, it is created successfully.
> # rhc app create mysqltest1 php-5.3 mysql-5.1 --from-code=https://github.com/openshift/wordpress-example
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBIDE-13790) Prepare fast-filter script for integration-stack-tests split
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13790?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-13790:
---------------------------------------
[~maxandersen] as far as I remember last time we tried to do this we discussed it on irc, I verified with Andrej (soa team) and then you left irc for lunch and never came back :)
So ok, I'll verify again next week that the filter is still working as expected and then let you know.
> Prepare fast-filter script for integration-stack-tests split
> ------------------------------------------------------------
>
> Key: JBIDE-13790
> URL: https://issues.jboss.org/browse/JBIDE-13790
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: build
> Affects Versions: 4.0.1.Final, 4.1.0.Alpha1, 4.1.0.Alpha2
> Reporter: Martin Malina
> Assignee: Martin Malina
> Priority: Blocker
> Fix For: 4.1.1.Alpha1, 4.2.0.Alpha1
>
>
> As discussed in JBIDE-12974 and elsewhere, we need to split https://github.com/jbosstools/jbosstools-integration-tests in two:
> - the current repo will contain tests for all features of JBT core
> - the new repo - integration-stack-tests - will contain all soa/drools/teiid related tests
> We need a fast-filter script to do the split while preserving history
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBIDE-14917) Warings in console, when stacks.yaml isn't reachable
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14917?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-14917:
--------------------------------
Fix Version/s: 4.1.1.Alpha2
4.2.0.Alpha1
(was: 4.1.x)
(was: 4.2.x)
> Warings in console, when stacks.yaml isn't reachable
> ----------------------------------------------------
>
> Key: JBIDE-14917
> URL: https://issues.jboss.org/browse/JBIDE-14917
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, project-examples
> Affects Versions: 4.1.0.Beta2
> Reporter: Radim Hopp
> Assignee: Rob Stryker
> Priority: Minor
> Fix For: 4.1.1.Alpha2, 4.2.0.Alpha1
>
>
> {noformat}
> $ eclipse/eclipse-jbt-4.1.0.Beta2/eclipse -data workspace-test
> Jun 18, 2013 2:03:47 PM org.jboss.jdf.stacks.client.messages.JBossLoggingMessages showWarnMessage
> WARN: It was not possible to contact the repository at https://raw.github.com/jboss-jdf/jdf-stack/1.0.0.Final/stacks.yaml . Cause raw.github.com
> Jun 18, 2013 2:03:47 PM org.jboss.jdf.stacks.client.messages.JBossLoggingMessages showWarnMessage
> WARN: Falling back to cache!
> Jun 18, 2013 2:03:47 PM org.jboss.jdf.stacks.client.messages.JBossLoggingMessages showWarnMessage
> WARN: Cache empty. Falling back to embed file
> {noformat}
> Is it possible to log these warnings to Error Log?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (JBIDE-15261) Cannot create wordpress example
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15261?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-15261:
------------------------------------------
Max +1'ed my PR and Xavier tested it. Pushing https://github.com/jbosstools/jbosstools-openshift/pull/215 upstream to jbosstools-4.1.x
> Cannot create wordpress example
> -------------------------------
>
> Key: JBIDE-15261
> URL: https://issues.jboss.org/browse/JBIDE-15261
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.0.Beta2
> Reporter: nan wei
> Assignee: Max Rydahl Andersen
> Fix For: 4.2.0.Alpha1
>
> Attachments: create-wordpress-example.png, initial-build-failed.png
>
>
> Version:
> JBoss Deverloper Studio 7 Beta
> OpenShift Plugin: 2.5.0.Beta2-v20130621-1052-B65
> OpenShift Enterprise 1.2/2013-07-18.4
> How reproducible:
> always
> Steps to Reproduce:
> 1. Create an app in the JBoss Deverloper Studio.
> Name: mysqltest
> Type: PHP 5.3(php-5.3)
> Embeddable Cartridges: MySQL Database 5.1(mysql-5.1)
> 2. Click Advanced
> Add Source Code:https://github.com/openshift/wordpress-example
> !create-wordpress-example.png!
> Actual results:
> When creating an app, check mysql cartridge and add source code together, it will fail, and return the following error:
> !initial-build-failed.png!
> {code}
> Could not create application "a3"
> Could not request https://broker.ose0717.com/broker/rest/domains/nwei/applications: The initial build for the application failed. Last 10 kB of build output:
> httpd (no pid file) not running
> Could not find mysql database. Please run:
> rhc cartridge add -a a3 -c mysql-5.1
> then make a sample commit (add whitespace somewhere) and re-push
> An error occurred executing 'gear postreceive'
> For more details about the problem, try running the command again with the '--trace' option.
> {code}
> But if use rhc client, there is no such problem, it is created successfully.
> # rhc app create mysqltest1 php-5.3 mysql-5.1 --from-code=https://github.com/openshift/wordpress-example
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months