Folks, I am very annoyed by having to re-learn and waste time with this stuff every time a new version of JBoss rolls around.
The code as given below throws a javax.naming.NameNotFoundException. I think that it might be some kind of problem with JBoss AS 5.
I have decided to go into new technology which is EJB (do not ask why, just because). Once in a life time I would like to do everything from beginning to end from user ter开发者_开发百科minal, coding
I would like to setup un开发者_如何学运维it and integration for ejb3 (entity/jpa). I\'m using Eclipse, Maven, and Jonas server. It seems that easybeans is what I need for integration test.
I have an EJB3 session bean annotated with @WebService(serviceName=\"MyServiceName\", portName=\"MyPortName\"). When it is deployed into Weblogic 11g the service endpoint is located at
I have to code an Stateless EJB3that uses callable statements, and builds a XML structure. I\'m getting a DataSource Connection from JNDI;
I am using Eclipse Link implementation, but maybe this is relevant also for Hibernate. At some point I called:
I have to implement a simple (not clustered) timer for WebLogic and it seems there are two different \'standard\' options
I need to give to a java client a way to send files to another application running in an Application Server. I don\'t need to process the file, but do some actions when the file is received.
When I try to deploy ejd-ear, web-ear on to glassfish server. I added an ejb client dependency in web project.