ejb-3.0
JBoss 6: Injecting EJB into servlet
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.[详细]
2023-03-23 05:55 分类:问答@MessageDriven doesn't work in JBoss AS 5
The code as given below throws a javax.naming.NameNotFoundException. I think that it might be some kind of problem with JBoss AS 5.[详细]
2023-03-23 00:06 分类:问答EJB module from scratch
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[详细]
2023-03-22 21:57 分类:问答Unit test for EJB3
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.[详细]
2023-03-21 17:53 分类:问答Change ejb3 webservice url in weblogic
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[详细]
2023-03-20 14:28 分类:问答guidance on using ejb 3 with Datasource connection and lots of methods
I have to code an Stateless EJB3that uses callable statements, and builds a XML structure. I\'m getting a DataSource Connection from JNDI;[详细]
2023-03-20 04:09 分类:问答Is JPA locking considered atomic?
I am using Eclipse Link implementation, but maybe this is relevant also for Hibernate. At some point I called:[详细]
2023-03-19 00:46 分类:问答CommonJ TimerManager versus EJB3 TimerService
I have to implement a simple (not clustered) timer for WebLogic and it seems there are two different \'standard\' options[详细]
2023-03-19 00:11 分类:问答How to transfer a File from Java client to Java sever?
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.[详细]
2023-03-17 09:15 分类:问答sun.reflect.annotation.TypeNotPresentExceptionProxy error when deploy web-ear
When I try to deploy ejd-ear, web-ear on to glassfish server. I added an ejb client dependency in web project.[详细]
2023-03-17 05:51 分类:问答