[JBoss JIRA] (JBTIS-719) Fix 'DataTransformationDeploymentEAPTest'
by Tomáš Sedmík (JIRA)
[ https://issues.jboss.org/browse/JBTIS-719?page=com.atlassian.jira.plugin.... ]
Tomáš Sedmík edited comment on JBTIS-719 at 5/31/16 4:17 AM:
-------------------------------------------------------------
{code}
Timeout after: 10 s.: console contains '(CamelContext: spring-context) started'
{code}
{code}
at org.jboss.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:173)
at org.jboss.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:126)
at org.jboss.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:91)
at org.jboss.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:61)
at org.jboss.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:46)
at org.jboss.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:34)
at org.jboss.reddeer.common.wait.WaitUntil.<init>(WaitUntil.java:25)
at org.jboss.tools.fuse.ui.bot.test.DeploymentEAPTest.testDeployment(DeploymentEAPTest.java:88)
{code}
was (Author: tsedmik):
{code}
Timeout after: 10 s.: console contains '(CamelContext: spring-context) started'
{code}
> Fix 'DataTransformationDeploymentEAPTest'
> -----------------------------------------
>
> Key: JBTIS-719
> URL: https://issues.jboss.org/browse/JBTIS-719
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: Fuse IDE, QE
> Affects Versions: 4.3.0.Final
> Environment: Fuse on EAP 6.3.0.ER1
> JBDS 9.1.0.GA
> JBDSIS 9.0.0.GA
> Reporter: Tomáš Sedmík
> Assignee: Tomáš Sedmík
> Fix For: 4.3.0.Final
>
>
> Fuse on EAP log was slightly changed.
> {code}
> ...file://src/data) Creating JAXBContext...
> {code}
> to
> {code}
> ...file://src/data) Created XMLInputFactory...
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBTIS-724) Create a test for FUSETOOLS-740
by Tomáš Sedmík (JIRA)
Tomáš Sedmík created JBTIS-724:
----------------------------------
Summary: Create a test for FUSETOOLS-740
Key: JBTIS-724
URL: https://issues.jboss.org/browse/JBTIS-724
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: Fuse IDE, QE
Affects Versions: 4.3.0.Final
Reporter: Tomáš Sedmík
Assignee: Tomáš Sedmík
Fix For: 4.3.1.Final
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBDS-3915) JBDS 8.1.0.GA crashes with OpenJDK 1.8.0.91-2
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBDS-3915:
---------------------------------------
Summary: JBDS 8.1.0.GA crashes with OpenJDK 1.8.0.91-2
Key: JBDS-3915
URL: https://issues.jboss.org/browse/JBDS-3915
Project: Red Hat Developer Studio (DevStudio)
Issue Type: Bug
Affects Versions: 8.1.0.GA
Environment: Fedora 22 x86_64
java-1.8.0-openjdk-1.8.0.91-2.b14.fc22.x86_64
Reporter: Andrej Podhradsky
JBDS 8.1.0.GA crashes with OpenJDK 1.8.0.91-2 if you try to install anything (via Install Software or JBoss Central) after installing the JBDS. Note that this happens only after new installation. After rerunning the JBDS it works as expected.
There are no errors, the JBDS just disappears
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22464) Jax-RS validation and browser doesn't understand mulitple jax-rs applicaitons in same project
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-22464:
--------------------------------------
Summary: Jax-RS validation and browser doesn't understand mulitple jax-rs applicaitons in same project
Key: JBIDE-22464
URL: https://issues.jboss.org/browse/JBIDE-22464
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Affects Versions: 4.4.0.Alpha2
Reporter: Mickael Istria
I'm testing an application with 2 Jax-RS application servlets. I've defined then in the web.xml as follows (I'm not using annotations):
{code:xml}
<servlet-mapping>
<servlet-name>my.app.services.RestServices</servlet-name>
<url-pattern>/api/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>my.app.pages.WebPages</servlet-name>
<url-pattern>/pages/*</url-pattern>
</servlet-mapping>
{code}
This cause a few issues:
* in web.xml "Multiple JAX-RS Activators are defined for the project." (error by default, I set it to warning)
* in the RestfulServices class, "The Application Path should be configured with an @ApplicationPath annotation or in the web deployment descriptor." error. It seems like the validator ignores a part of the web.xml
* In Project Explorer, the "Jax-RS Services" node shows incorrect children: it shows api/ endpoints under pages/api/... whereas pages and api are "siblings".
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22436) Intermittent NullPointerException upon opening helloworld, kitchensink cheat sheets in JBDS
by Michal Jurc (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22436?page=com.atlassian.jira.plugi... ]
Michal Jurc commented on JBIDE-22436:
-------------------------------------
[~snjeza] Fedora 23 with Cinnamon. I have seen the NPE being thrown on Fedora 20 aswell, though.
> Intermittent NullPointerException upon opening helloworld, kitchensink cheat sheets in JBDS
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-22436
> URL: https://issues.jboss.org/browse/JBIDE-22436
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples, upstream
> Affects Versions: 4.3.1.Final
> Reporter: Michal Jurc
> Assignee: Snjezana Peco
> Fix For: 4.4.x
>
> Attachments: JBIDE-22436-9.1-helloworld.log
>
>
> After finishing the import of {{helloworld}} and {{kitchensink}} quickstarts, the user is prompted whether the cheat sheet for the project should be opened. Upon opening it, JBDS 9.0 and 9.1 produces the following error message:
> {quote}An error has occurred. See error log for more details.
> java.lang.NullPointerException{quote}
> The detailed error log produces the same message.
> The quickstarts and their cheat sheets work even after the prompt with NullPointerException message.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months