[JBoss JIRA] (JBIDE-19043) Error publishing jar inside utility project inside ear project
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19043?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-19043.
---------------------------------
Verified in JBDS 8.1.0.Beta1 B438
> Error publishing jar inside utility project inside ear project
> --------------------------------------------------------------
>
> Key: JBIDE-19043
> URL: https://issues.jboss.org/browse/JBIDE-19043
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.2.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.2.3.Beta1
>
>
> While verifying JBIDE-18862 I wanted to have some really big file to deploy so that I could see is an existing *.dodeploy marker is removed before the copying begins.
> So I created an ear project with a nested dynamic web project and utility project. Inside this utility project's src dir I copied JBDS installer jar. Then I tried to deploy the ear to a WildFly 8.2 server (both stopped and running).
> It seemed to work, the utility jar had 574 MB. But the tooling showed me this error:
> Publishing to wildfly has encountered a problem:
> {code}
> Error renaming /Volumes/Data/jbossqa/wildfly-8.2.0.Final/standalone/tmp/tmp582268190747176162.jar to /Volumes/Data/jbossqa/wildfly-8.2.0.Final/standalone/deployments/earproj.ear/lib/utilproj.jar/jboss-devstudio-8.0.2.GA-v20150114-2029-B382-installer-standalone.jar.
> This may be caused by incorrect file permissions, or your server's temporary deploy directory may be on a different filesystem than the final destination.
> You may adjust these settings in the server editor.
> {code}
> It's true that this was on a different FS, but both the tmp and deploy dirs were one FS, so that should be fine.
> And just to be sure, I tried the same on the same FS and the error was the same:
> {code}
> Error renaming /Users/rasp/jbossqa/runtimes/wildfly-8.2.0.Final/standalone/tmp/tmp7876542570838575938.jar to /Users/rasp/jbossqa/runtimes/wildfly-8.2.0.Final/standalone/deployments/earproj.ear/lib/utilproj.jar/jboss-devstudio-8.0.2.GA-v20150114-2029-B382-installer-standalone.jar.
> This may be caused by incorrect file permissions, or your server's temporary deploy directory may be on a different filesystem than the final destination.
> You may adjust these settings in the server editor.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-17460) Exception when back button on mouse is pressed
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17460?page=com.atlassian.jira.plugi... ]
Vlado Pakan resolved JBIDE-17460.
---------------------------------
Resolution: Done
> Exception when back button on mouse is pressed
> ----------------------------------------------
>
> Key: JBIDE-17460
> URL: https://issues.jboss.org/browse/JBIDE-17460
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim, upstream
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Linux 64bit
> Java 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.3.0.Alpha1
>
>
> 1.Open BrowserSim with empty page. BrowserSim is run with JavaFX engine
> 2.Click on empty page within BrowserSim
> 3.Click on Back button on mouse (back action is defined for back button on mouse within OS)
> ERROR:
> {noformat}
> 2014-05-28 11:52:08.348:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:56505
> Exception in runnable
> java.lang.NullPointerException
> at javafx.scene.Scene$ClickCounter.access$7600(Scene.java:3030)
> at javafx.scene.Scene$ClickGenerator.preProcess(Scene.java:3126)
> at javafx.scene.Scene$ClickGenerator.access$8400(Scene.java:3096)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3347)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3209)
> at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3164)
> at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1582)
> at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2267)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:194)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:176)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2.run(EmbeddedScene.java:176)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3414)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:114)
> Exception in runnable
> java.lang.NullPointerException
> at javafx.scene.Scene$ClickCounter.access$7900(Scene.java:3030)
> at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:3157)
> at javafx.scene.Scene$ClickGenerator.access$8600(Scene.java:3096)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3378)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3209)
> at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3164)
> at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1582)
> at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2267)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:194)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:176)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2.run(EmbeddedScene.java:176)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3414)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:114)
> 2014-05-28 11:52:24.202:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,null}
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-17460) Exception when back button on mouse is pressed
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17460?page=com.atlassian.jira.plugi... ]
Vlado Pakan commented on JBIDE-17460:
-------------------------------------
I was using older Java version. It works fine with Oracle Java 1.8.0-31
> Exception when back button on mouse is pressed
> ----------------------------------------------
>
> Key: JBIDE-17460
> URL: https://issues.jboss.org/browse/JBIDE-17460
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim, upstream
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Linux 64bit
> Java 1.7.0_51
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.3.0.Alpha1
>
>
> 1.Open BrowserSim with empty page. BrowserSim is run with JavaFX engine
> 2.Click on empty page within BrowserSim
> 3.Click on Back button on mouse (back action is defined for back button on mouse within OS)
> ERROR:
> {noformat}
> 2014-05-28 11:52:08.348:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:56505
> Exception in runnable
> java.lang.NullPointerException
> at javafx.scene.Scene$ClickCounter.access$7600(Scene.java:3030)
> at javafx.scene.Scene$ClickGenerator.preProcess(Scene.java:3126)
> at javafx.scene.Scene$ClickGenerator.access$8400(Scene.java:3096)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3347)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3209)
> at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3164)
> at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1582)
> at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2267)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:194)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:176)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2.run(EmbeddedScene.java:176)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3414)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:114)
> Exception in runnable
> java.lang.NullPointerException
> at javafx.scene.Scene$ClickCounter.access$7900(Scene.java:3030)
> at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:3157)
> at javafx.scene.Scene$ClickGenerator.access$8600(Scene.java:3096)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3378)
> at javafx.scene.Scene$MouseHandler.process(Scene.java:3209)
> at javafx.scene.Scene$MouseHandler.access$1900(Scene.java:3164)
> at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1582)
> at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2267)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:194)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2$1.run(EmbeddedScene.java:176)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.quantum.EmbeddedScene$2.run(EmbeddedScene.java:176)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2473)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3414)
> at org.jboss.tools.vpe.browsersim.BrowserSimRunner.main(BrowserSimRunner.java:114)
> 2014-05-28 11:52:24.202:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,null}
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19337) Generated JAX-RS endpoint hint in create method inline comment contains invalid code template
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19337?page=com.atlassian.jira.plugi... ]
Brian Fitzpatrick updated JBIDE-19337:
--------------------------------------
Fix Version/s: LATER
> Generated JAX-RS endpoint hint in create method inline comment contains invalid code template
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-19337
> URL: https://issues.jboss.org/browse/JBIDE-19337
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.3.0.Alpha1
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Priority: Minor
> Labels: jax-rs
> Fix For: LATER
>
>
> In JBIDE-18823 we implemented to generate create() method body in relation to (non)existing getId method in POJO class. If there is no such method, generated codes looks like this:
> {code}
> //TODO: process the given pojo
> //you may want to use the following return statement, assuming that Pojo#getId() or a similar method
> //would provide the identifier to retrieve the created Pojo resource:
> //return Response.created(UriBuilder.fromResource(PojoEndpoint.class).path(String.valueOf(pojo.getId())).build();
> {code}
> but the code in last inline comment should looks like this
> {code}
> Response.created(UriBuilder.fromResource(PojoEndpoint.class).path(String.valueOf(pojo.getId())).build()).build();
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19341) JAX-RS Resource wizard should allow to use various media types
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19341?page=com.atlassian.jira.plugi... ]
Brian Fitzpatrick updated JBIDE-19341:
--------------------------------------
Fix Version/s: LATER
> JAX-RS Resource wizard should allow to use various media types
> --------------------------------------------------------------
>
> Key: JBIDE-19341
> URL: https://issues.jboss.org/browse/JBIDE-19341
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: webservices
> Affects Versions: 4.3.0.Alpha1
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Priority: Minor
> Labels: jax-rs
> Fix For: LATER
>
>
> JAX-RS Resource wizard allows to create a new Endpoint and use several predefined media types for consume and produce. This set of media types is a list just of few of them, even it's the most often media types. It would be nice to add also own media type (after hitting the Add button), not just choose from predefined.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19337) Generated JAX-RS endpoint hint in create method inline comment contains invalid code template
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19337?page=com.atlassian.jira.plugi... ]
Brian Fitzpatrick reassigned JBIDE-19337:
-----------------------------------------
Assignee: Xavier Coulon
> Generated JAX-RS endpoint hint in create method inline comment contains invalid code template
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-19337
> URL: https://issues.jboss.org/browse/JBIDE-19337
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.3.0.Alpha1
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Priority: Minor
> Labels: jax-rs
> Fix For: LATER
>
>
> In JBIDE-18823 we implemented to generate create() method body in relation to (non)existing getId method in POJO class. If there is no such method, generated codes looks like this:
> {code}
> //TODO: process the given pojo
> //you may want to use the following return statement, assuming that Pojo#getId() or a similar method
> //would provide the identifier to retrieve the created Pojo resource:
> //return Response.created(UriBuilder.fromResource(PojoEndpoint.class).path(String.valueOf(pojo.getId())).build();
> {code}
> but the code in last inline comment should looks like this
> {code}
> Response.created(UriBuilder.fromResource(PojoEndpoint.class).path(String.valueOf(pojo.getId())).build()).build();
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19341) JAX-RS Resource wizard should allow to use various media types
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19341?page=com.atlassian.jira.plugi... ]
Brian Fitzpatrick reassigned JBIDE-19341:
-----------------------------------------
Assignee: Xavier Coulon
> JAX-RS Resource wizard should allow to use various media types
> --------------------------------------------------------------
>
> Key: JBIDE-19341
> URL: https://issues.jboss.org/browse/JBIDE-19341
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: webservices
> Affects Versions: 4.3.0.Alpha1
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Priority: Minor
> Labels: jax-rs
>
> JAX-RS Resource wizard allows to create a new Endpoint and use several predefined media types for consume and produce. This set of media types is a list just of few of them, even it's the most often media types. It would be nice to add also own media type (after hitting the Add button), not just choose from predefined.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBTIS-402) Cannot install Teiid Designer from JBDS-IS 7.1.0.CR1
by Paul Richardson (JIRA)
[ https://issues.jboss.org/browse/JBTIS-402?page=com.atlassian.jira.plugin.... ]
Paul Richardson commented on JBTIS-402:
---------------------------------------
What version of org.eclipse.datatools.sqltools.sqleditor is installed in JBSD-IS 7.1.0.CR1 then?
> Cannot install Teiid Designer from JBDS-IS 7.1.0.CR1
> ----------------------------------------------------
>
> Key: JBTIS-402
> URL: https://issues.jboss.org/browse/JBTIS-402
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 7.1.0.CR1
> Environment: JBDS 7.1.1.GA
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
> Priority: Blocker
>
> Cannot install Teiid Designer from JBDS-IS 7.1.0.CR1, the following error occurs
> Cannot complete the install because one or more required items could not be found.
> Software being installed: Teiid Runtime Clients 8.6.1.CR1-v20150219-1612-B790 (org.teiid.designer.teiid.client.feature.feature.group 8.6.1.CR1-v20150219-1612-B790)
> Missing requirement: Teiid DataTools Connectivity 8.6.1.CR1-v20150219-1612-B790 (org.teiid.datatools.connectivity.feature.feature.group 8.6.1.CR1-v20150219-1612-B790) requires '[rg.eclipse.datatools.sqltools.sqleditor [1.0.2,2.0.0)' but it could not be found
> Cannot satisfy dependency:
> From: Teiid Runtime Clients 8.6.1.CR1-v20150219-1612-B790 (org.teiid.designer.teiid.client.feature.feature.group 8.6.1.CR1-v20150219-1612-B790)
> To: org.teiid.datatools.connectivity.feature.feature.group [8.6.1.CR1-v20150219-1612-B790]
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBTIS-402) Cannot install Teiid Designer from JBDS-IS 7.1.0.CR1
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-402?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky commented on JBTIS-402:
-----------------------------------------
Note that Teiid Designer can be installed from project sites
1. Install Eclipse Kepler for Java EE Developer
2. Add update site http://download.jboss.org/jbosstools/updates/stable/kepler/
3. Add update http://download.jboss.org/jbosstools/updates/development/kepler/integrati...
4. Install Teiid Designer
> Cannot install Teiid Designer from JBDS-IS 7.1.0.CR1
> ----------------------------------------------------
>
> Key: JBTIS-402
> URL: https://issues.jboss.org/browse/JBTIS-402
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 7.1.0.CR1
> Environment: JBDS 7.1.1.GA
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
> Priority: Blocker
>
> Cannot install Teiid Designer from JBDS-IS 7.1.0.CR1, the following error occurs
> Cannot complete the install because one or more required items could not be found.
> Software being installed: Teiid Runtime Clients 8.6.1.CR1-v20150219-1612-B790 (org.teiid.designer.teiid.client.feature.feature.group 8.6.1.CR1-v20150219-1612-B790)
> Missing requirement: Teiid DataTools Connectivity 8.6.1.CR1-v20150219-1612-B790 (org.teiid.datatools.connectivity.feature.feature.group 8.6.1.CR1-v20150219-1612-B790) requires '[rg.eclipse.datatools.sqltools.sqleditor [1.0.2,2.0.0)' but it could not be found
> Cannot satisfy dependency:
> From: Teiid Runtime Clients 8.6.1.CR1-v20150219-1612-B790 (org.teiid.designer.teiid.client.feature.feature.group 8.6.1.CR1-v20150219-1612-B790)
> To: org.teiid.datatools.connectivity.feature.feature.group [8.6.1.CR1-v20150219-1612-B790]
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month