Enterprise JavaBeans (EJB) is a managed, server-side component architecture for modular construction of enterprise applications. The EJB specification is one of several [Java] APIs in the [Java EE] specification.

learn more… | top users | synonyms

0
votes
1answer
67 views

Remote lookup using @ejb annotation

I have 2 servers instances of Jboss 5, each of which is deployed with two EAR's. Say Client.Ear and Server.Ear. Server Ear expose some ejb's. I want to inject this to ClientEar via annotation. Using ...
0
votes
0answers
13 views

Error while checking database.properties: Installing RUBiS Benchmark

I am currently trying to install RUBiS PHP version. $ make client #no problem $ make emultor /usr/lib/jvm/java-1.7.0//bin/java -classpath ./Client edu.rice.rubis.client.ClientEmulator RUBiS client ...
0
votes
1answer
103 views

Issue with an EJB Facade injection in a JSF Managed Bean [closed]

I am a newbie, working with java/ejb3/jpa2/jsf2 and Glassfish/netbeans7.2. I generate with Netbeans in auto mode my entities Beans and my facade Beans from my MYSQL DB. I injected my Facade Beans in ...
0
votes
1answer
63 views

No active contexts for scope in EJB service

I have EJB bean and there is a class RemoveInactiveUsersTask extends TimerTask when I invoke method which update user status in DB. This is sample code of my class: @Singleton @Named ...
0
votes
2answers
64 views

How can a singleton Java EE bean obtain a reference to itself?

I have a singleton bean for which the @PostConstruct method needs to call an @Asynchronous method within itself. It cannot do so directly using this because that makes the call synchronous. I cannot ...
0
votes
0answers
31 views

looking to create pluggable Java Server Faces web application similar to Rails Plugins

I am planning to create an product in that basic functionalities should be an open source version and certain module should be closed source. If product emerges with success then I will create an ...
0
votes
1answer
54 views

Cannot Cancel @Asynchronous call to EJB

What am I doing wrong in this simplest of examples? (Glassfish 4.0-b87 + Eclipse Kepler m6) Myself.java package com.example.cancelbug; import java.util.concurrent.ExecutionException; import ...
1
vote
1answer
50 views

WAS 7.0.0.23 - default interceptors in MDB with activation spec throws classcastexception

I am facing an issue with Interceptors for MDB in Websphere. I configured defaultInterceptor for MDBs with ActivationSpec and not listerner port in WAS 7.0.0.23. I am getting ClassCastException. The ...
0
votes
0answers
14 views

Throw TraversableResolver.isReachable() only on one of the three databases, other two are fine

I run the same application on local oracle database and testing db A, no problem when persisting a series of entities, but when comes to db B, when try to persist one of the entities, the server gives ...
1
vote
2answers
74 views

EJB - Lookup failed for 'ejb/BookRequestBean'

I am new to EJB, and was trying "Hello World" type of EJB Java program. Here is my EJB: package dukesbookstore.ejb; @Stateless(name="BookRequestBean", mappedName="ejb/BookRequestBean") @Named public ...
2
votes
1answer
116 views

Why @PostConstruct called twice on @Singleton

I am running a simple .war file under Glassfish 4.0-b87 that was created in Eclipse Kepler M6 using M2E as a simple project with Dynamic Web Module facet added, using Oracle Java 7 JDK/JVM. There is ...
0
votes
2answers
42 views

What kind of transaction context does an injected EntityManager have in an EJB whose transaction context is TransactionAttributeType.NOT_SUPPORTED?

Suppose I have an EJB that is annotated with: @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED) Suppose further that it has an EntityManager injected into it: @PersistenceContext ...
0
votes
2answers
44 views

Stateful session bean doesnt work in production - NoSuchObjectLocalException

I have a problem with deployed Java web application containing one Stateful session bean. Everything works fine until I try to invoke this bean. I get an exception: ...
1
vote
0answers
43 views

Tomcat External Executable Call

I am using an application that runs on Tomcat 5 environment. This application needs to call an external application (Delphi Executable). I am using the following command line to make the call: ...
0
votes
1answer
67 views

EAR cannot find EJBs in other EAR (WAS shared lib issue)

I've got an EJB set up in my entity-layer-EAR: <session> <ejb-name>DoctorDaoImpl</ejb-name> <business-local>mypath.DoctorDao</business-local> ...
0
votes
1answer
30 views

EJB Lookup inside SAR

My EAR contains an ejb file and a sar file. I cannot do a lookup on a deployed ejb bean inside of a MBEAN contained in the SAR file. I am getting NameNotFoundException. How can I do a lookup in the ...
0
votes
0answers
24 views

Class defination not found error in EJB application?

i m trying to create a simple ejb application. i have created a session beans in which i have specify the String method as @Override public String hello() { return "Suhas"; } but ...
0
votes
3answers
45 views

Hibernate is trying to add null to ID when using EJB

I am using Entity Manager to persist. If I use JPA stand alone in Java Application it works fine but when I try to run through EJB I get following Hibernate: insert into public.student (id, country, ...
0
votes
0answers
48 views

Display particular data record using JSF <h:commandLink>

I have a list of books which are stored in database. when i click any one record to see the details of that book, it displays all the book details stored in database. Following figures shows more ...
0
votes
0answers
53 views

Spring's Transaction manager not committing trancsactions intermittently

I am using spring 3.0.5 + hibernate with declarative transaction management in one of our components and everything seems to be working fine. But intermittently it so happens that one of the ...
1
vote
1answer
61 views

EJB + WebService on GlassFish with Netbeans enabling HTTPS

I have to enable HTTPS for webservice which is inside EJB application. My environment is Netbeans 7.2 + GlassFish 3.1.2.2 OpenSource Server. In EAR project there is no WebApplication, so I try to add ...
0
votes
1answer
202 views

calling EJB from remote standalone client

i have a problem with connecting standalone desktop client with ejb on Jboss AS. So the question is how to remote call for EJB class from standalone client propably in java SE with swing windows ? and ...
0
votes
1answer
53 views

What is @EJB annotation used for in class fields?

For example in this question I see: @ManagedBean @SessionScoped public class LoginBean { @EJB private LoginUserLocal loginUser; private boolean loggedIn = false; private User user; private ...
0
votes
1answer
27 views

Exception thrown when building EAR after switching to JDK 7

i'm trying to port my application to JDK 7 from JDK 6 and its giving this exception when i'm trying to build the project in Netbeans IDE. Error starting Sun's native2ascii: at ...
2
votes
2answers
116 views

TomEE DataSource isn't found

I have a strange problem regarding TomEE and using a DataSource specified in tomee.xml. It might be worth noting that I'm using Netbeans, TomEE and MySQL. Running on Ubuntu 13.04 (Xubuntu latest) The ...
0
votes
2answers
82 views

Java EE DAO without EJB

Is it possible to create a DAO in Java EE environment, which uses JPA, but does not need to be a Stateless bean? I am asking because I have a huge number of EJBs, just because I need a few @Resources ...
5
votes
3answers
194 views

Injecting an EJB into a dynamic mapped servlet

I have a filter where I am dinamically mapping servlet classes: @Override public void init( FilterConfig filterConfig ) throws ServletException { servletContext = ...
0
votes
1answer
83 views

How to get Glassfish/EclipseLink/JPA to cache entityManager.find results that return null

I though I had a problem where JPA/EclipseLink was not caching my entity objects in the L2 shared cache, because when I repeated a request I would get SQL statements hitting Derby. As I debugged this ...
-2
votes
2answers
60 views

Database Communication in JSF/EJB (theoretically) [closed]

I'm currently writing my diploma thesis and I'm stuck at the Database Communication topic. My problem is not the implementation, but rather the architecture behind JSF. I read a lot about it, but ...
-1
votes
1answer
35 views

How can I test an EJB method which calls another one? [closed]

If I don't call another EJB method then testing is simple. But calling another one is more difficult for testing. So, how can I test an EJB method which calls another one?
0
votes
0answers
23 views

Login page with entity

I want to create a simple login page, I use loginEJB, loginManagedBean, user entity clas and an xhtml index page. I want to check the user exist or not via ejb when the user put name and pasword to ...
0
votes
0answers
49 views

Failed to create EJB in REST service

I have a problem with injecting EJB inside of a REST service (using jersey on glassfish 3.2 server) and I'm puzzled. I have an EJB interface declared as: import javax.ejb.Local; @Local public ...
0
votes
0answers
66 views

Marshalling Error: failed to lazily initialize a collection of role (…), no session or session was closed

I`m using Eclipse RCP with EJB exposed like WebServices. My services beans looks like follows @Override @SuppressWarnings("unchecked") public List<Author> listAll() { final Query query = ...
0
votes
1answer
33 views

Synchronized block in stateless EJB

Is it okay to have a synchronized block in a stateless EJB in EJB 3.1? The synchronized block is for renewing a connection on connection errors.
0
votes
3answers
218 views

@EJB annotation does not work for initialize bean within the EJB application

I have a Maven project with this structure: -myproject -myproject-ear -myproject-service -webservice -myproject-ejb In the myproject-ejb I have this java packages: -src/main/java/ ...
0
votes
2answers
40 views

Does it worth to put entity under @Transactional service layer if just for searching?

In Spring MVC, I put most JPA entity (from domain layer) manipulation under service layer and for most CRUD actions, I have to make that service method or class @Transactional. But, just thinking, ...
0
votes
0answers
65 views

No datasource connection: Unknown service requested: ConnectionProvider(Hibernate)

I have a project EJB/JPA with Hibernate on Glassfish and I can not establish a connection to the datasource that I have properly configured(ping succeeded!) on glassfish. When my application tries to ...
1
vote
0answers
50 views

Spring Autowired Exception when a remote ejb is down

Hi, I have a simple question that I am not able to solve. I'm using Spring 3 to lookup Remote ejbs and I added lazy-init=true into bean definition because my application must starting also if some ...
0
votes
1answer
79 views

error executing Head First EJB first example

I am following Head First EJB. I know it has EJB 2.0 which is old as now EJB 3.1 is in. But I consider Head first book a good book for learning for amateurs like us. I am using J2ee 1.3.1 RI and jdk ...
0
votes
0answers
53 views

Thrown exceptions while deploying EJB Module with Eclipse using Glassfish 3.1

My problem is about eclipse and glassfish 3.1 I create simple EJB Project using Eclipse wizard; choose runtime server (glassfish 3.1, downaload all needed files by Eclipse) and all is ok. After i ...
0
votes
1answer
37 views

How to get rid of Java EE application client by using another technology?

I have Java EE application client which accesses remote EJBs. The reason for its existence is because we have some legacy system which requires a permanent TCP connection opened, and this is against ...
0
votes
1answer
64 views

Cannot use dependency jboss-javaee-6.0 in my Maven project

I have set up a maven project with JBoss 7.1.1 and I want to use JavaEE libraries. In the root pom.xml I have set: <repositories> <repository> <id>jboss</id> ...
0
votes
1answer
102 views

JSF Connection to EJB SOAP Web Service

I am trying to connect the managed bean of the JSF application to the EJB deployed as the SOAP web service. I have an EJB which implements SEI and methods exposed. The ejb-jar is deployed separately ...
0
votes
3answers
50 views

Does EJB need a dedicated server in order to be used?

I am new to Java EE. Does EJB need a dedicated server in order to be used or can I potentially make a Java EE application simulation on my laptop via only a web server?
0
votes
1answer
62 views

using parameter and null - SELECT NEW in HQL

I'm new to HQL. I hope to know whether I can create such HQL queries with select new: 1.select new MyObject(..., :MyParam) from ... - using parameters in the constructor 2.select new MyObject(..., ...
0
votes
0answers
71 views

Update entity with JPA 1.0 and Hibernate after change database value

I'm working on a Java project with EJB 3.0. I'm using JPA 1.0 and Hibernate as persistence provider. The problem is: when I change a value in the database, I can't see the change until I restart the ...
2
votes
0answers
39 views

Handling private write methods on singleton EJBs

I have a singleton EJB whose business methods are all @Lock(READ). However, on special ocassions, some of them call a private method that persists stuff on a database. What's the best way to handle ...
0
votes
0answers
33 views

How to add controllers to deployed JavaEE application on server

I'm trying to write specific Java application, leaning on MVC pattern. The idea is that I have controller, that creates new views and specific controllers (not CRUD) for them in working application. ...
1
vote
1answer
130 views

How can I change http session timeout for web service endpoint of an stateless EJB?

I have an stateless EJB and I've defined a web service endpoint for it by annotation @WebService (as seen below). I manage authentication and session using HTTP session and by using WebServiceContext. ...
0
votes
2answers
70 views

Does a new transaction detach all previous entities?

Let's say we have the following piece of code: @Entity public class User { @Id private String name; @OneToOne(cascade = CascadeType.ALL) private Address address; //getters and ...

1 2 3 4 5 54