RE: Support for Oracle Weblogic

2019-06-09 Thread Robert Erdt
Okay 

 

Where is the Oracle Weblogic source code for NetBeans 9.0?

 

The new glassfish does not work, as the J2EE name has changed to “jakarta”.

 

Thanks,

Rob Erdt

 

 

 

From: Geertjan Wielenga [mailto:geert...@apache.org] 
Sent: Saturday, June 08, 2019 1:32 AM
To: Robert Erdt 
Cc: users@netbeans.apache.org
Subject: Re: Support for Oracle Weblogic

 

If you make it happen, since you’re apparently someone who wants it, then yes.

 

Gj

 

On Sat, 8 Jun 2019 at 02:42, Robert Erdt mailto:rob.e...@charter.net> > wrote:

Is there going to be support for Oracle weblogic server?

 

Thanks in advance,

Rob Erdt



jdbc

2019-06-09 Thread mmouer
> Thanks Juan, you’ve helped an old dog learn new tricks.
>
> Michael
>
> Hi,
>
> I’m using MySQL driver in several projects with Netbeans 11 and I have no 
> problem.
>
> Perhaps you are using
>
> Class.forName(“com.mysql.cj.jdbc.Driver”);
>
> that is not necessary any more?
>
> You only need add the MySQL jar to the libraries of the project.
>
> Best,
> Juan Miguel

There are 10 types of people in the world,
those that understand binary and those that don't.


Re: jdbc

2019-06-09 Thread Juan Miguel Escribano
Hi,

I’m using MySQL driver in several projects with Netbeans 11 and I have no 
problem.

Perhaps you are using

Class.forName(“com.mysql.cj.jdbc.Driver”);

that is not necessary any more?

You only need add the MySQL jar to the libraries of the project.

Best,
Juan Miguel
El 9 jun 2019 2:45 +0200, mmo...@me.com.invalid, escribió:
> I keep getting java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver. in 
> both 10 & 11.
>
> I have no trouble connecting through services.
>
> I have looked everywhere and followed numerous examples and tutorials but to 
> no avail.
>
> When I started I had a full head of air, now I’m almost bald.
>
> HELP
>
> There are 10 types of people in the world,
> those that understand binary and those that don't.


UDDI server plugin?

2019-06-09 Thread Alex O'Ree
I remember with older versions of NB, probably 8.2 and older, there were
some plugins/adapters to discovering soap/rest services in a UDDI registry.
After searching the current code base, I don't see any references to it
anymore. Did oracle donate that bit of code? If not, are there any similar
existing components that i should look at in order to recreate the uddi
plugin or something similar? I'm thinking the hudson plugin may be a good
starting point.