Unsubscribe

2022-02-22 Thread Charles Johnson
- 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:

Re: Maven NB module cannot be run using Open JDK 11

2021-07-02 Thread Charles Johnson
On 02/07/2021 07:04, manikantanna...@gmail.com wrote: The steps were to show how to reproduce the problem. It might be better to post the minimal build files to reproduce it, e.g. a pom.xml and possibly some Java source -

Re: Maven NB module cannot be run using Open JDK 11

2021-07-01 Thread Charles Johnson
On 01/07/2021 10:00, manikantanna...@gmail.com wrote: I have a simple maven NB module; ON trying to run the module, I get the following error Might be worth executing the following as a sanity check (making sure it's with your JDK 11's java) java --list-modules | grep jdk\.jshell

Re: hashCode: same every run?

2021-05-06 Thread Charles Johnson
On 06/05/2021 12:37, Christopher C. Lanz wrote: It would be helpful if I could rely on hashCode*always* to return the same integer for the same object. What are you doing such that needs to be the case? CJ

'Entity Classes from Database' documentation

2020-07-20 Thread Charles Johnson
If you reverse engineer a DB with 'Entity Classes from Database' and 'JSF Pages from Entity Classes' you end up with DataItems. I'm finding it tricky to extend the results in my Faces app. There's stuff like 'pages' (PaginationHelper) and 'current' entity pointers to negotiate. I'm finding it

Glassfish server log empty

2020-06-29 Thread Charles Johnson
Sorry folks - forgot that i changed the logging configuration file by changing the value of system property java.util.logging.config.file I was trying to use slf4j without changing the logging backend. I think i might just use logback as well now. Still haven't worked out the best strategy

Glassfish server log empty

2020-06-29 Thread Charles Johnson
tail -f /home/goose/GlassFish_Server/glassfish/domains/domain1/logs/server.log was what i used to do to follow the log - much more convenient than looking in a panel in Netbeans Now it suddenly remains stubbornly empty and i can ONLY see the output in Netbeans. Can some kind soul tell me how

Re: Netbeans, JSF and Entity classes from database

2020-06-25 Thread Charles Johnson
On 25/06/2020 12:21, Josh Juneau wrote: With respect to your questions pertaining to the Java Persistence API (JPA), you many want to try the Jeddict plugin and see if that helps. Thanks Josh. Shall take a look at that C -

Netbeans, JSF and Entity classes from database

2020-06-23 Thread Charles Johnson
I departed from usual suspicion of using IDEs to generate stuff for me automatically and went for the above. That worked out OK, although the 'black-boxishness' of it makes extending the (admittedly quite full-featured) result tricky. One thing that is currently exercising me is to treat the