[JBoss JIRA] (JBIDE-20795) canonical form is required(project=arquillian-test)
by Lucia Jelinkova (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20795?page=com.atlassian.jira.plugi... ]
Lucia Jelinkova closed JBIDE-20795.
-----------------------------------
Ok, since no work on JBT side is needed, closing the issue.
> canonical form is required(project=arquillian-test)
> ---------------------------------------------------
>
> Key: JBIDE-20795
> URL: https://issues.jboss.org/browse/JBIDE-20795
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: arquillian
> Reporter: Aslak Knutsen
> Assignee: Snjezana Peco
> Fix For: 4.3.1.Beta1
>
>
> This code:
> {code}
> @RunWith(Arquillian.class)
> public class SimpleTestCase {
> @Deployment
> public static WebArchive test() {
> return ShrinkWrap.create(WebArchive.class)
> .addAsLibraries(Maven.resolver().resolve("").withoutTransitivity().asFile());
> }
>
> @Test
> public void shouldX() {}
> }
> {code}
> produce the following warning:
> {code}
> null
> org.jboss.tools.arquillian.core
> Warning
> Wed Sep 23 23:16:17 CEST 2015
> canonical form is required(project=arquillian-test)
> {code}
> On top of my head I have no idea what that means. The warning contains no stack trace so hard to tell where it comes from.
> With a little digging it's due to the resolve("") failing since the String input is not in the correct format.
> The warning is marked on the Method line, not on the line where the Resolver is called.
> Would it be possible to re position this somehow? At least get a stack trace or something in the warning?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBDS-3560) Arbitrary remote code execution with InvokerTransformer (COLLECTIONS-580)
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-3560?page=com.atlassian.jira.plugin.... ]
Fred Bricon edited comment on JBDS-3560 at 11/18/15 9:26 AM:
-------------------------------------------------------------
commons-collections 3.2.2 is now available from Eclipse Orbit: https://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg12654.html
was (Author: fbricon):
commos-collections 3.2.2 is now available from Eclipse Orbit: https://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg12654.html
> Arbitrary remote code execution with InvokerTransformer (COLLECTIONS-580)
> -------------------------------------------------------------------------
>
> Key: JBDS-3560
> URL: https://issues.jboss.org/browse/JBDS-3560
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 8.1.0.GA, 9.0.0.GA, 10.0.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Max Rydahl Andersen
> Attachments: apache-commons-collections-in-JBDS7,8,9,10.png, apache-commons-collections-in-JBDS7,8,9,10_refs1.png, apache-commons-collections-in-JBDS7,8,9,10_refs10.png, apache-commons-collections-in-JBDS7,8,9,10_refs7.png, apache-commons-collections-in-JBDS7,8,9,10_refs8-IS-fuse.png, apache-commons-collections-in-JBDS7,8,9,10_refs8.png, apache-commons-collections-in-JBDS7,8,9,10_refs9.png
>
>
> This is a container issue to wrap & track https://issues.apache.org/jira/browse/COLLECTIONS-580
> Problem is that JBDS 9 (and probably 8 and 10 too) include org.apache.commons.collections 3.2.0.v2013030210310, which is affected by COLLECTIONS-580 - Arbitrary remote code execution with InvokerTransformer
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBDS-3560) Arbitrary remote code execution with InvokerTransformer (COLLECTIONS-580)
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-3560?page=com.atlassian.jira.plugin.... ]
Fred Bricon commented on JBDS-3560:
-----------------------------------
commos-collections 3.2.2 is now available from Eclipse Orbit: https://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg12654.html
> Arbitrary remote code execution with InvokerTransformer (COLLECTIONS-580)
> -------------------------------------------------------------------------
>
> Key: JBDS-3560
> URL: https://issues.jboss.org/browse/JBDS-3560
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 8.1.0.GA, 9.0.0.GA, 10.0.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Max Rydahl Andersen
> Attachments: apache-commons-collections-in-JBDS7,8,9,10.png, apache-commons-collections-in-JBDS7,8,9,10_refs1.png, apache-commons-collections-in-JBDS7,8,9,10_refs10.png, apache-commons-collections-in-JBDS7,8,9,10_refs7.png, apache-commons-collections-in-JBDS7,8,9,10_refs8-IS-fuse.png, apache-commons-collections-in-JBDS7,8,9,10_refs8.png, apache-commons-collections-in-JBDS7,8,9,10_refs9.png
>
>
> This is a container issue to wrap & track https://issues.apache.org/jira/browse/COLLECTIONS-580
> Problem is that JBDS 9 (and probably 8 and 10 too) include org.apache.commons.collections 3.2.0.v2013030210310, which is affected by COLLECTIONS-580 - Arbitrary remote code execution with InvokerTransformer
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBDS-3489) Publishing existing eclipse project to OpenShift
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-3489?page=com.atlassian.jira.plugin.... ]
Fred Bricon commented on JBDS-3489:
-----------------------------------
the weird path contains the workspace variable. So if you reopen the workspace browser, the proper file will be selected.
I found m2e uses the same behavior in Maven launch configs.
And I just switched back to server templates because I was showing a nodejs app, so I had to use a nodejs template. The local templates were based on EAP
> Publishing existing eclipse project to OpenShift
> ------------------------------------------------
>
> Key: JBDS-3489
> URL: https://issues.jboss.org/browse/JBDS-3489
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: openshift, requirements
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Priority: Critical
> Labels: openshift_v3
> Fix For: 9.1.0.Beta1
>
> Attachments: project-selection.bmml, project-selection.png
>
>
> As a developer I would like to take an existing eclipse web project and deploy to my existing openshift v3 connection.
> * This is equivalent to 'oc new-app'
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21078) [bower] invalid numbers of parameters
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21078?page=com.atlassian.jira.plugi... ]
Pavol Srna closed JBIDE-21078.
------------------------------
Verified in Mars.1, JBossTools Latest Build: 4.3.1-SNAPSHOT (Beta1-v20151116-1009-B138)
> [bower] invalid numbers of parameters
> -------------------------------------
>
> Key: JBIDE-21078
> URL: https://issues.jboss.org/browse/JBIDE-21078
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: nodejs
> Affects Versions: 4.3.1.Beta1
> Environment: windows
> Reporter: Pavol Srna
> Assignee: Ilya Buziuk
> Priority: Blocker
> Fix For: 4.3.1.Beta1
>
> Attachments: screen.png
>
>
> {code}
> C:\Users\Pali:1
> (function (exports, require, module, __filename, __dirname) { Invalid number of parameters
> ^^^^^^
> SyntaxError: Unexpected identifier
> at exports.runInThisContext (vm.js:53:16)
> at Module._compile (module.js:414:25)
> at Object.Module._extensions..js (module.js:442:10)
> at Module.load (module.js:356:32)
> at Function.Module._load (module.js:311:12)
> at Function.Module.runMain (module.js:467:10)
> at startup (node.js:136:18)
> at node.js:963:3
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months