glassfish-3
The Eclipse plugin cannot communicate with the GlassFish server, status is :CREDENTIAL_ERROR
I am able to start Glassfish through command line. However, when I try to start the server through Eclipse I encounterthe following error:[详细]
2023-04-13 08:41 分类:问答unable to run comet sample code in java
Hi. I am trying to run Slideshow which is a comet sample code and i have downloaded it from here but when I am trying to run that sample code, I am getting following error at the time of deployment.[详细]
2023-04-13 03:32 分类:问答Glassfish containter security authentication - how to add salt (j_security_check)
How to add salt when I want to authenticate users using web.xml security (j_username, j_password, j_security_check)?[详细]
2023-04-13 00:11 分类:问答using an EJB 3.1 bean through a remote java stand-alone application
I have been trying to use Java EE 6 to create an Application Server based app which is to receive Job objects from a GWT Web Application and those Jobs would be pulled from a Java stand-alone applicat[详细]
2023-04-12 22:25 分类:问答JPA. Transaction problems while migrating from Hibernate to Eclipselink
Standard Java EE environment: JPA + EJB called from JSF beans. Server: glassfish 3.1.1 Code which is developed, tested and deployed with Hibernate as JPA provider, refuses to persist entities with Ec[详细]
2023-04-12 16:28 分类:问答Java EE 6 on Glassfish 3.1 CallbackHandler throws NullPointerException
I implemented an own LoginModule for a custom authentication process due to the need for find granular access control. The LoginModule looks like that:[详细]
2023-04-12 10:26 分类:问答JSF - Java - EJB
I am new to J2EE and having problem with EJB. I already have a JSF form that is working fine. I am adding a new field to this form and binding it to the java class (1), adding getter and setter method[详细]
2023-04-11 09:09 分类:问答glassfish 3.1.1 import ssl certificates
i`m trying to install some SSL certificates bought from godaddy.com. I found some tutorials like this one:[详细]
2023-04-11 04:19 分类:问答JAAS and Security - how to use custom tables with GlassFish Security?
Is it possible to use JAAS with GlassFish but using my custom tables ? I\'ve got a mapping like this tbUser -> user_roles <- tbRoles[详细]
2023-04-10 12:53 分类:问答JavaEE 6: java.lang.IllegalStateException: Unable to retrieve EntityManagerFactory for unitName null
Yesterday when I was working on my JavaEE application, it was happily getting deployed to Glassfish 3.1 and all the [web, ejb, jpa] engines were working and I was able to interact with database withou[详细]
2023-04-10 06:20 分类:问答