Re: Adding Payara Server to Jakarta EE 9 Project

2022-06-27 Thread Mike Ryan
I have tested with Netbeans 14 and I still have the same problem for Jakarta EE 
9 projects.

Thanks,

Mike

> On Jun 17, 2022, at 7:38 AM, Amn  wrote:
> 
> Now that NB14, OOH HOO, has anyone of you tested Payara on it? 
> 
> Have a good weekend folks!
> 
> On 2022-05-11 11:08 a.m., Josh Juneau wrote:
>> Payara does work in NetBeans, but the Jakarta EE 9 schemas for Payara server 
>> may not have been updated.  I can check on that for a future update.
>> 
>> Incidentally, I am working on updating the Jakarta schemas for GlassFish.  
>> Hope to have this work completed for the next release.
>> 
>> Thanks
>> 
>> Josh Juneau
>> juneau...@gmail.com
>> http://jj-blogger.blogspot.com
>> Apress Author
>> 
>> 
>> 
>> On Wed, May 11, 2022 at 9:51 AM Laszlo Kishalmi  
>> wrote:
>> Payara shall work with NetBeans, some Payara devs even contribute code for 
>> the Payara plugin, however I have not checked the latest development in that 
>> area.
>> 
>> On 5/11/22 00:30, Amn wrote:
>>> I don't think Payara works under Netbeans. I am migrating from Win to 
>>> Linux, I'll try under the linux platform and see how things go here.
>>> 
>>> On 2022-05-04 09:50, Mike Ryan wrote:
 Hello,
 
 In both Netbeans 12.6 and 13 I’m having trouble figuring out how to add a 
 Payara Server to my Jakarta EE 9 project. 
 
 Payara version: 5.2022.2
 Apache NetBeans version: 12.6 or 13
 JDK: 11.0.8
 
 I have the following in my Gradle build file: 
 
 dependencies {
 providedCompile '
 jakarta.platform:jakarta.jakartaee-web-api:9.1.0’
 
 }
 
 The project compiles fine. I can add the Payara Server to my Java EE 8 
 projects. But when I go to my project’s Properties -> Run I see
 
 Java EE Version: Jakarta EE 9 Web
 
 but there are no servers in the Server dropdown. 
 
 I’m assuming there’s just some config I’m forgetting about somewhere. 
 
 Anyone have any ideas?
 
 Thanks,
 
 Mike
 -
 To unsubscribe, e-mail: 
 users-unsubscr...@netbeans.apache.org
 
 For additional commands, e-mail: 
 users-h...@netbeans.apache.org
 
 
 For further information about the NetBeans mailing lists, visit:
 
 https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
 
 
 
>>> -- 
>>> ArbolOne
>>> Using Fire Fox and Thunderbird.
>>> Developing using Java, C/C++, HTM/CSS and SQLite as our platform has been 
>>> exciting and most rewarding.[Ñ]
> -- 
> Using Fire Fox and Thunderbird. 
> Developing for Android using Java, C/C++, HTM/CSS and SQLite as our platform 
> has been exciting and most rewarding.
> [ Ñ ]
> 
>   Virus-free. www.avg.com


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

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



Re: Adding Payara Server to Jakarta EE 9 Project

2022-06-17 Thread Amn

Now that NB14, OOH HOO, has anyone of you tested Payara on it?

Have a good weekend folks!

On 2022-05-11 11:08 a.m., Josh Juneau wrote:
Payara does work in NetBeans, but the Jakarta EE 9 schemas for Payara 
server may not have been updated.  I can check on that for a future 
update.


Incidentally, I am working on updating the Jakarta schemas for 
GlassFish.  Hope to have this work completed for the next release.


Thanks

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
Apress Author 



On Wed, May 11, 2022 at 9:51 AM Laszlo Kishalmi 
 wrote:


Payara shall work with NetBeans, some Payara devs even contribute
code for the Payara plugin, however I have not checked the latest
development in that area.

On 5/11/22 00:30, Amn wrote:


I don't think Payara works under Netbeans. I am migrating from
Win to Linux, I'll try under the linux platform and see how
things go here.

On 2022-05-04 09:50, Mike Ryan wrote:

Hello,

In both Netbeans 12.6 and 13 I’m having trouble figuring out how to add a 
Payara Server to my Jakarta EE 9 project.

Payara version: 5.2022.2
Apache NetBeans version: 12.6 or 13
JDK: 11.0.8

I have the following in my Gradle build file:

dependencies {
 providedCompile 'jakarta.platform:jakarta.jakartaee-web-api:9.1.0’
}

The project compiles fine. I can add the Payara Server to my Java EE 8 
projects. But when I go to my project’s Properties -> Run I see

Java EE Version: Jakarta EE 9 Web

but there are no servers in the Server dropdown.

I’m assuming there’s just some config I’m forgetting about somewhere.

Anyone have any ideas?

Thanks,

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

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

-- 
*ArbolOne*

Using Fire Fox and Thunderbird.
Developing using Java, C/C++, HTM/CSS and SQLite as our platform
has been exciting and most rewarding.[*Ñ*]



--
*Using Fire Fox and Thunderbird.*
Developing for Android using Java, C/C++, HTM/CSS and SQLite as our 
platform has been exciting and most rewarding.

[ Ñ ]

--
This email has been checked for viruses by AVG.
https://www.avg.com


Re: Adding Payara Server to Jakarta EE 9 Project

2022-05-11 Thread Josh Juneau
Payara does work in NetBeans, but the Jakarta EE 9 schemas for Payara
server may not have been updated.  I can check on that for a future update.

Incidentally, I am working on updating the Jakarta schemas for GlassFish.
Hope to have this work completed for the next release.

Thanks

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
Apress Author 



On Wed, May 11, 2022 at 9:51 AM Laszlo Kishalmi 
wrote:

> Payara shall work with NetBeans, some Payara devs even contribute code for
> the Payara plugin, however I have not checked the latest development in
> that area.
> On 5/11/22 00:30, Amn wrote:
>
> I don't think Payara works under Netbeans. I am migrating from Win to
> Linux, I'll try under the linux platform and see how things go here.
> On 2022-05-04 09:50, Mike Ryan wrote:
>
> Hello,
>
> In both Netbeans 12.6 and 13 I’m having trouble figuring out how to add a 
> Payara Server to my Jakarta EE 9 project.
>
> Payara version: 5.2022.2
> Apache NetBeans version: 12.6 or 13
> JDK: 11.0.8
>
> I have the following in my Gradle build file:
>
> dependencies {
> providedCompile 'jakarta.platform:jakarta.jakartaee-web-api:9.1.0’
> }
>
> The project compiles fine. I can add the Payara Server to my Java EE 8 
> projects. But when I go to my project’s Properties -> Run I see
>
> Java EE Version: Jakarta EE 9 Web
>
> but there are no servers in the Server dropdown.
>
> I’m assuming there’s just some config I’m forgetting about somewhere.
>
> Anyone have any ideas?
>
> Thanks,
>
> Mike
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, 
> visit:https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
> --
> *ArbolOne*
> Using Fire Fox and Thunderbird.
> Developing using Java, C/C++, HTM/CSS and SQLite as our platform has been
> exciting and most rewarding.[*Ñ*]
>
>


Re: Adding Payara Server to Jakarta EE 9 Project

2022-05-11 Thread Laszlo Kishalmi
Payara shall work with NetBeans, some Payara devs even contribute code 
for the Payara plugin, however I have not checked the latest development 
in that area.


On 5/11/22 00:30, Amn wrote:


I don't think Payara works under Netbeans. I am migrating from Win to 
Linux, I'll try under the linux platform and see how things go here.


On 2022-05-04 09:50, Mike Ryan wrote:

Hello,

In both Netbeans 12.6 and 13 I’m having trouble figuring out how to add a 
Payara Server to my Jakarta EE 9 project.

Payara version: 5.2022.2
Apache NetBeans version: 12.6 or 13
JDK: 11.0.8

I have the following in my Gradle build file:

dependencies {
 providedCompile 'jakarta.platform:jakarta.jakartaee-web-api:9.1.0’
}

The project compiles fine. I can add the Payara Server to my Java EE 8 projects. 
But when I go to my project’s Properties -> Run I see

Java EE Version: Jakarta EE 9 Web

but there are no servers in the Server dropdown.

I’m assuming there’s just some config I’m forgetting about somewhere.

Anyone have any ideas?

Thanks,

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

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


--
*ArbolOne*
Using Fire Fox and Thunderbird.
Developing using Java, C/C++, HTM/CSS and SQLite as our platform has 
been exciting and most rewarding.[*Ñ*]

Re: Adding Payara Server to Jakarta EE 9 Project

2022-05-11 Thread Amn
I don't think Payara works under Netbeans. I am migrating from Win to 
Linux, I'll try under the linux platform and see how things go here.


On 2022-05-04 09:50, Mike Ryan wrote:

Hello,

In both Netbeans 12.6 and 13 I’m having trouble figuring out how to add a 
Payara Server to my Jakarta EE 9 project.

Payara version: 5.2022.2
Apache NetBeans version: 12.6 or 13
JDK: 11.0.8

I have the following in my Gradle build file:

dependencies {
 providedCompile 'jakarta.platform:jakarta.jakartaee-web-api:9.1.0’
}

The project compiles fine. I can add the Payara Server to my Java EE 8 projects. 
But when I go to my project’s Properties -> Run I see

Java EE Version: Jakarta EE 9 Web

but there are no servers in the Server dropdown.

I’m assuming there’s just some config I’m forgetting about somewhere.

Anyone have any ideas?

Thanks,

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

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


--
*ArbolOne*
Using Fire Fox and Thunderbird.
Developing using Java, C/C++, HTM/CSS and SQLite as our platform has 
been exciting and most rewarding.[*Ñ*]