I am creating a proxy to an object (A SERIALIZABLE object) in the client layer, and send this object to a EJB (Using EJB 3.0 on Weblogic 10.3.4 server). In the EJB, the parameter is null!
As a postlude to Consuming an EJB question. I have created an ejb on JBOSS AS 6.0 and am consuming it in a java client using the following code.
I am using Netbeans to create EJB 2.0 module. In this module, I created both local and remote interfaces. When I added business methods in the bean class, Netbeans allows conveniently to add to either
I am writing a JavaEE Project and am trying to get some unit tests on the way. The unit testing framework we use is JUnit, alongside Maven and Hudson for building and CI.
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.
This is my first foray into using JMS.I have a successfully created/deployed a war file that contains a servlet that I can use to upload files.When a file is开发者_如何学运维 uploaded it sends a messa
This question already has answers here: EJB 3.1 Dependency Injection Failed (2 answers) Closed 2 years ago.
I think I am not getting something right with JMS and JTA. I am running in a Java EE container with all CMTs. Here is what I am doing:
I call the managed开发者_如何学JAVABean OverzichtAlle.java from the jsf page overzichtAlleGroepen.xhtml
I mean, is it possible to use seam in a back-end application that just offers functionality through remote EJBs or Webservices or MDBs or whatever? (ant therefore there is no http session or request).