wither Docker support in Netbeans?

2020-09-15 Thread Peter L. Berghold
Hi folks,

Just asking where the status of Docker support in Netbeans lies.   Is
it going to happen or is it on the long "wish list" along with all the
other stuff the very busy developers are trying to get to. 

In particular I'm looking for support for creating images from Netbeans
as well as deploying projects to a Netbeans container.  A "would be
nice" feature would add integration with Docker Hub. 


Just curious...
-- 
Peter L. Berghold 
Blog:  http://cowdawgkitchens.com
Passions include: Dogs, Beer, Beer Making, Food and Cooking


-
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



Maven Error -- Illegal access exception?

2020-01-04 Thread Peter L. Berghold
what is Maven on about here?

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
com.google.inject.internal.cglib.core.$ReflectUtils$1
(file:/usr/share/maven/lib/guice.jar) to method
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.
security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of
com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further
illegal reflective access operations
WARNING: All illegal access operations will be denied in a future
release

-- 


Peter L. Berghold 
Professonally: (retired) IT Professional (DevOps, Puppet, Perl...)
Advocations: Dog Training, Beer Brewing, BBQ, Cooking 


-
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: Netbeans and Kubernetes; Hibernate Configurations

2020-01-03 Thread Peter L. Berghold
On Fri, 2020-01-03 at 22:09 -0500, Carl Mosca wrote:
> 
> Albeit a slightly different direction, we tend to do a good bit of
> Spring Boot which in addition to being Tomcat based and typically
> includes Hibernate, has, what I believe, is a (nice) opinionated way
> of doing such configurations.
> 
> 

Well that just gave me the impetus to take a look at Spring Boot.  Been
hearing about it and never gave it a thought....


-- 


Peter L. Berghold 
Professonally: (retired) IT Professional (DevOps, Puppet, Perl...)
Advocations: Dog Training, Beer Brewing, BBQ, Cooking 


-
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



Netbeans and Kubernetes; Hibernate Configurations

2020-01-03 Thread Peter L. Berghold
I have a web app that I've been working on for a while now and I plan
to deploy it into a Kubernetes cluster on top of Tomcat.  Back end is
going to be a MariaDB deployment with no connection to the outside
world. 

Given my persistance layer is Hibernate and while being developed
points to the local MariaDB on my workstation.  

When I go to deploy to Kubernetes I'll be using a service name to
connect to.  How have others handled this situation so that the
Hibernet configuration ends up pointed to the correct host after
deployment? 


-- 


Peter L. Berghold 
Professonally: (retired) IT Professional (DevOps, Puppet, Perl...)
Advocations: Dog Training, Beer Brewing, BBQ, Cooking 


-
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



SOLVED -- Re: Creating a Java library project with Apache Netbeans

2019-10-06 Thread Peter L. Berghold


Thanks for the help folks.  

One suggested feature I'd like to put out there?  Have an option for
initializing the Git repo (local) at project start? 


-- 


Peter L. Berghold 
Professonally: IT Professional (DevOps, Puppet, Perl...)
Advocations: Dog Training, Beer Brewing, BBQ, Cooking 


-
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



Creating a Java library project with Apache Netbeans

2019-10-03 Thread Peter L. Berghold
I seem to be missing something here. When I last used Netbeans 8.x I
was able to from the menu create a Java library.  That does not seem to
be the case with NB 11.0.  

Please advise

-- 


Peter L. Berghold 
Professonally: IT Professional (DevOps, Puppet, Perl...)
Advocations: Dog Training, Beer Brewing, BBQ, Cooking 


-
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



Netbeans and Jenkins

2018-08-05 Thread Peter L. Berghold
Hi folks,


Let me introduce myself first.   Been a programmer since 1972 in one
fashion or another in languages ranging from Dartmouth BASIC to
assemblber, C, C++, Java, PASCAL, FORTRAN, and more recently Ruby and
Perl.  (Actually Perl since 1999 or thereabouts) 

I think that eliminates me from the ranks of noobs. :-) 

In spite of that experience there is one goal I have yet to attain that
is driving me crazy.  I'm probably overlooking something obvious (I
seem to solve the complicated and miss the simple) so I won't be
surprised there if it happens.

I'd like to use my Jenkins server to build/test and deploy my
applications to their respective web containers when I check changes
into BitBucket.  I can't seem to get past getting Ant to run smoothly
against the build.xml generated by Netbeans.

Web searches?  There seems to be all sorts of folks that have written
how-tos on the subject and none of them seem to work.  Again I might be
missing something here. 

Anybody out there actually get this to work that can point to to a "how
to" that actually works?



-- 


Peter L. Berghold                                 
Professonally: IT Professional (DevOps, Puppet, Perl...)
Advocations: Dog Training, Beer Brewing, BBQ, Cooking 


-
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