[jira] [Updated] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-04-13 Thread Martin (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin updated NETBEANS-2397:
-
Description: 
Please check the attached sample.

 

The sample is working with VS Code and IntelliJ Idea.

Also working when doing with "old school" netbeans (ant) projects.

 

Please fix urgently!

 

Some linker problem?

 



Problem is
 * mavenproject1 uses I_Sample
 * mavenproject2 provides I_Sample with SampleImpl
 * mavenproject3 requires mavenproject1 and mavenproject2

 

When you debug or run mavenproject3
 * it will call mavenproject1.Sample.load
 * since mavenproject2 is required, the serviceloader must return the loaded 
SampleImpl instance BUT IT DOES NOT

 

 

  was:
Please check the attached sample.

 

The sample is working with VS Code and IntelliJ Idea.

Also working when doing with "old school" netbeans (ant) projects.

 

Please fix urgently!

 

Some linker problem?


> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: sample.zip, vscode_sample.mp4
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?
>  
> 
> Problem is
>  * mavenproject1 uses I_Sample
>  * mavenproject2 provides I_Sample with SampleImpl
>  * mavenproject3 requires mavenproject1 and mavenproject2
>  
> When you debug or run mavenproject3
>  * it will call mavenproject1.Sample.load
>  * since mavenproject2 is required, the serviceloader must return the loaded 
> SampleImpl instance BUT IT DOES NOT
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-04-13 Thread Martin (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin updated NETBEANS-2397:
-
Attachment: vscode_sample.mp4

> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: sample.zip, vscode_sample.mp4
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?
>  
> 
> Problem is
>  * mavenproject1 uses I_Sample
>  * mavenproject2 provides I_Sample with SampleImpl
>  * mavenproject3 requires mavenproject1 and mavenproject2
>  
> When you debug or run mavenproject3
>  * it will call mavenproject1.Sample.load
>  * since mavenproject2 is required, the serviceloader must return the loaded 
> SampleImpl instance BUT IT DOES NOT
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-888) Open Recent file not working

2019-04-13 Thread Juan Miguel Escribano (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Juan Miguel Escribano updated NETBEANS-888:
---
Affects Version/s: 11.0

> Open Recent file not working
> 
>
> Key: NETBEANS-888
> URL: https://issues.apache.org/jira/browse/NETBEANS-888
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0, 10.0, 11.0
> Environment: MacOS High Sierra version 10.13.4
> MacOS Mojave 10.14.1
>Reporter: Javier A. Ortiz
>Priority: Major
>
> Clicking on File>Open Recent File>File doesn't open the file but using the 
> shortcut for the most recent one works.
> No error or suspecting messages in the log either.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-04-13 Thread Martin (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin updated NETBEANS-2397:
-
Attachment: netbeans11_sample.mp4

> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: netbeans11_sample.mp4, sample.zip, vscode_sample.mp4
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?
>  
> 
> Problem is
>  * mavenproject1 uses I_Sample
>  * mavenproject2 provides I_Sample with SampleImpl
>  * mavenproject3 requires mavenproject1 and mavenproject2
>  
> When you debug or run mavenproject3
>  * it will call mavenproject1.Sample.load
>  * since mavenproject2 is required, the serviceloader must return the loaded 
> SampleImpl instance BUT IT DOES NOT
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-04-13 Thread Martin (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16816887#comment-16816887
 ] 

Martin commented on NETBEANS-2397:
--

I attached two short screen records hope those will explain everything, let me 
know if I can do more to help

> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: netbeans11_sample.mp4, sample.zip, vscode_sample.mp4
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?
>  
> 
> Problem is
>  * mavenproject1 uses I_Sample
>  * mavenproject2 provides I_Sample with SampleImpl
>  * mavenproject3 requires mavenproject1 and mavenproject2
>  
> When you debug or run mavenproject3
>  * it will call mavenproject1.Sample.load
>  * since mavenproject2 is required, the serviceloader must return the loaded 
> SampleImpl instance BUT IT DOES NOT
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-888) Open Recent file not working

2019-04-13 Thread Juan Miguel Escribano (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Juan Miguel Escribano updated NETBEANS-888:
---
Environment: 
MacOS High Sierra version 10.13.4
MacOS Mojave 10.14.4

  was:
MacOS High Sierra version 10.13.4
MacOS Mojave 10.14.1


> Open Recent file not working
> 
>
> Key: NETBEANS-888
> URL: https://issues.apache.org/jira/browse/NETBEANS-888
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0, 10.0, 11.0
> Environment: MacOS High Sierra version 10.13.4
> MacOS Mojave 10.14.4
>Reporter: Javier A. Ortiz
>Priority: Major
>
> Clicking on File>Open Recent File>File doesn't open the file but using the 
> shortcut for the most recent one works.
> No error or suspecting messages in the log either.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-04-13 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16816938#comment-16816938
 ] 

Geertjan Wielenga commented on NETBEANS-2397:
-

Not clear for me, no. Can you, instead simply provide very clear step by step 
instructions (1) what the problem is and (2) what must be done to reproduce the 
problem?

> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: netbeans11_sample.mp4, sample.zip, vscode_sample.mp4
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?
>  
> 
> Problem is
>  * mavenproject1 uses I_Sample
>  * mavenproject2 provides I_Sample with SampleImpl
>  * mavenproject3 requires mavenproject1 and mavenproject2
>  
> When you debug or run mavenproject3
>  * it will call mavenproject1.Sample.load
>  * since mavenproject2 is required, the serviceloader must return the loaded 
> SampleImpl instance BUT IT DOES NOT
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-2411) JavaFX Maven projects are not OpenFX ready

2019-04-13 Thread Kenneth Fogel (JIRA)
Kenneth Fogel created NETBEANS-2411:
---

 Summary: JavaFX Maven projects are not OpenFX ready
 Key: NETBEANS-2411
 URL: https://issues.apache.org/jira/browse/NETBEANS-2411
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Maven
Affects Versions: 11.0
Reporter: Kenneth Fogel
 Fix For: 11.0
 Attachments: App_pom.xml, Parent_pom.xml

The pom file generated when requesting a JavaFX program assumes Java 1.7 where 
JavaFX was still part of the Java distribution. It also refers to the java 
packager that I believe is currently in limbo. There are also some other 
changes necessary so that Maven can execute an OpenFX project. 

I have included two pom files. One is a pom that is brought in with the parent 
tag and the second is the pom in the app. They should be reviewed by someone 
better versed in Maven and FX. If needed I can give you the GitLab URLs to the 
project that uses them. They could be combined into a single pom.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-04-13 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16816938#comment-16816938
 ] 

Geertjan Wielenga edited comment on NETBEANS-2397 at 4/13/19 1:17 PM:
--

Not clear for me, no. Can you, instead simply provide very clear step by step 
instructions (1) what the problem is and (2) what must be done to reproduce the 
problem?

To be honest, I have no clue what this means, i.e., even the subject line is 
unclear: "Java's provide ... with NOT working in maven projects".


was (Author: geertjanwielenga):
Not clear for me, no. Can you, instead simply provide very clear step by step 
instructions (1) what the problem is and (2) what must be done to reproduce the 
problem?

> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: netbeans11_sample.mp4, sample.zip, vscode_sample.mp4
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?
>  
> 
> Problem is
>  * mavenproject1 uses I_Sample
>  * mavenproject2 provides I_Sample with SampleImpl
>  * mavenproject3 requires mavenproject1 and mavenproject2
>  
> When you debug or run mavenproject3
>  * it will call mavenproject1.Sample.load
>  * since mavenproject2 is required, the serviceloader must return the loaded 
> SampleImpl instance BUT IT DOES NOT
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2400) AWS Cloud missing Region: US East(OHIO) Region

2019-04-13 Thread Pete Whelpton (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16817070#comment-16817070
 ] 

Pete Whelpton commented on NETBEANS-2400:
-

I had a very quick / little look into this, and I think what needs to be done 
to fix this is;

 

1) The regions and endpoints need updating in 
enterprise/cloud.amazon/src/org/netbeans/modules/cloud/amazon/ui/AmazonWizardComponent.java

 

2) I think a newer version of the aws-java-sdk.jar that supports the newer 
Regions needs to be compiled with the necessary modules for EBS and uploaded to 
the NB binary dependency server

 

3) /enterprise/libs.amazon/external/binaries-list needs updating to download 
above file during build

 

4) The  bundle file 
enterprise/cloud.amazon/src/org/netbeans/modules/cloud/amazon/ui/serverplugin/Bundle.properties
 needs updating to remove the "\ \" as it is causing a property to be treated 
as a value and means that NB crashed when right clicking -> properties on the 
Tomcat server node in the Services panel

> AWS Cloud missing Region: US East(OHIO) Region
> --
>
> Key: NETBEANS-2400
> URL: https://issues.apache.org/jira/browse/NETBEANS-2400
> Project: NetBeans
>  Issue Type: Bug
>  Components: core
>Affects Versions: 11.0
> Environment: Windows 10
>Reporter: Robert Campbell
>Priority: Major
>  Labels: AWS, Region
>
> in Add Cloud Provider Step 2 "Amazon Beanstalk" The Region: "US East (OHIO) 
> Region" is not available as an option. Is there an XML file or configuration 
> file I need to update to get this option ?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2397) Java's provide ... with NOT working in maven projects

2019-04-13 Thread Martin (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16816880#comment-16816880
 ] 

Martin commented on NETBEANS-2397:
--

Not sure why the environment has been changed, but I am on Ubuntu 18.10 with 
Java 12

> Java's provide ... with NOT working in maven projects
> -
>
> Key: NETBEANS-2397
> URL: https://issues.apache.org/jira/browse/NETBEANS-2397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Windows10
>Reporter: Martin
>Priority: Blocker
> Attachments: sample.zip
>
>
> Please check the attached sample.
>  
> The sample is working with VS Code and IntelliJ Idea.
> Also working when doing with "old school" netbeans (ant) projects.
>  
> Please fix urgently!
>  
> Some linker problem?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists