0
votes
1answer
17 views
JBoss MQ tutorial
I'm looking for a JBoss MQ tutorial (on JBoss Tools) so that I can write an MDB and a client.
I can find only JBoss Messaging.
4
votes
4answers
343 views
.NET - vs EJB
What is the comparable technology of EJB (Enterprise Java Beans) in .net?
0
votes
2answers
365 views
EJB JNDI lookup on different WebSphere servers
I have two separate installs of WebSphere. (Actually one is WebSphere Application Server V6.1 with EJB 3.0 and Web Services feature packs, and the other server is WebSphere ESB Se …
0
votes
1answer
478 views
weblogic context lookup error : java.rmi.UnmarshalException: error unmarshalling arguments
Hi,
We are facing an issue in our production env. We have searched the net high and low and we were not able to come up with any answers.
This error(stacktrace below) occurs when …
0
votes
2answers
47 views
Why make an EJB rather than a Web Service?
I would have thought that there is a lot of information out there on this, but I haven't found anything that really answers my question.
What are the advantages of making an EJB r …
0
votes
1answer
26 views
Maximum number of messages sent to a Queue in OpenMQ ?
I am currently using Glassfish v2.1 and I have set up a queue to send and receive messages from with Sesion beans and MDBs respectively. However, I have noticed that I can send onl …
0
votes
5answers
47 views
suggestion on batch processing db records
I am working on developing a webapp (visual jsf, ejb3, hibernate on glassfish/mysql) that works with an existing legacy system.
I have an 'employee' table (with fields such as nam …
0
votes
1answer
62 views
what is counterpart for ejb in dot net?
hey i have to migrate a project written in java 1.4 with ejb 2.0 to dot net 3.5 in c#.What i counter part for ejb model in dot net framework?
0
votes
4answers
25 views
How to call an EJB method when it deploys itself?
Hello,
I want to call to a method from an EJB in the same instant in which one deploys itself, without using a servlet.
Thanks.
David.
0
votes
5answers
41 views
Help me out in learning EJB
I am gonna start learning EJB. I just need your suggestion on picking the version for learning EJB 2.0 or EJB 3.0. Is it good idea to start with EJB 2.0 and migrate to EJB 3.0? If …
1
vote
1answer
125 views
Where can I find a complete Maven Cargo plugin example for EJB tests?
For tests of some small JBoss enterprise apps I would like to use JUnit, and the Maven Cargo plugin. (I know that there is also JSFUnit but first I would like to take a closer look …
1
vote
1answer
42 views
translating outer join SQL query into EJB entity beans
I'm new to EJB and trying to get my head around translating SQL concepts to EJB entity beans.
Suppose I have two tables: PEOPLE (id, name), CONTACT(pid, phone_number). If I wan …
3
votes
2answers
417 views
Maven EAR module and EJB dependencies tests
We are building our EAR & EJB projects with maven. It will build all the EJB projects and then they are used as the dependency for EAR, so they are packed into the EAR file eve …
2
votes
3answers
58 views
why pool stateless bean?
Normally we use singleton instance for business / dao layer. What is the reason behind pooling stateless session beans in case of EJBs?
0
votes
1answer
27 views
Hibernate Validator Exceptions
I'm using Hibernate Validator in an application with EJB and Spring MVC. I'm using JBoss 5, Hibernate 3 and Spring MVC version 3.
I'd like to try and catch validation exceptions …
