I want to fill a simple h:datatable tag with some values from a database. But i get an exception and i cant find what is the reason:
Glassfish 3.1.1 Jersey 1.8 I have the following stateless session bean exposed as a JAX-RS resource.VehicleResource is contained in a WAR, with the other EJBs in an EJB-JAR.The entire app is packaged
I am consistently finding that my already-existing transaction is getting committed inside any method of an EJB marked @ejb.transaction type=\"Required\". Can this be correct?
I never used the @Singleton new feature of JavaEE 6 and i want to give it a try. I was thinking in creating s Singleton to just hold a password that will allow the app adiministrator(The person that
I have 2 RESTful services realized in JAX-RS (Jersey): \"A\" and \"B\". They are deployed on a separate application servers. \"A\" and \"B\" are both of mine.
I have a JSF page with a few fields. I followed this tutorial from BalusC and all is good. I then added RichFaces support to it, which is working fine. I can see popups etc working.
We have a VIP (BIG-IP) that actually moves the web service requests to two nodes each with its own GlassFish server 3.1 and our services deployed. So it is not a true glassfish cluster.
I have code in one jar (a.jar) which contains an @Inject X x. I want to satisfy the injection with an implementation in another jar (b.jar, being a valid bean archive etc.).
I am trying to create a maven based Enterprise Application with an Application Client which runs in the Application Client Container from GlassFish. It should fit togheter as the Project template from
I\'m trying to use the authenticate() in a preRenderView listener method, in order to trigger authentication conditionally, depending on view parameters in the page. I tried adding a simple method: