Tagged Questions
0
votes
0answers
14 views
In EAR project EJBs appear twice when deployng
When I deploy EAR project, I noted that same EJBs appear twice - in WAR and JAR(EJB) modules. Where can be problem?
I build project using Maven. And didn't explicitly define any ejb-jar.xml.
In ...
0
votes
0answers
13 views
Programmatic Login from Tomcat JSF2 Frontend to WebSphere 7
We are developing a distributed application, using a rather heavy weight approach.The UI is deployed as a WAR on Tomcat 6, the back-end is deployed as an EAR on WAS 7. Without application security ...
0
votes
0answers
26 views
EJB3 deployment descriptor. How to define two EJBs?
From tutorials I learn that for providing environment variables (env-entry) for EJB 3.0 we simply can use this:
<enterprise-beans>
<session>
...
1
vote
1answer
25 views
Is it harmful to inject en EJB into a viewscoped Bean?
In my web application I have a presentation Layer consisting of several jsf-viewscoped and some requestscoped beans. Normally I only want to have presentation logic in these, so whenever there's a ...
1
vote
1answer
24 views
EJB Injection in Application Client
I tried inject a stateless EJB in my application client and i get the following error
SEVERE: Exception while preparing the app : Unable to load the EJB module. DeploymentContext does not contain any ...
1
vote
0answers
18 views
Why does JTA have a Transaction and a UserTransaction interfaces to represent transaction?
The JTA api defines two interfaces
Transaction http://docs.oracle.com/javaee/6/api/javax/transaction/Transaction.html
UserTransaction ...
0
votes
1answer
27 views
@OrderBy annotation cannot order by sub relation
If There is a relation like this:
entity A (one) ---> (many) entity B (one)---->(one) entity C
And current JPA entity A has following relation definition:
@OneToMany(mappedBy = "A", fetch = ...
0
votes
1answer
40 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
1answer
27 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 ...
0
votes
0answers
10 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
59 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 ...
0
votes
0answers
38 views
An error occurred performing resource injection on managed bean conference - Java EE
I am attempting to read a value of a database table and I keep getting an
An error occurred performing resource injection on managed bean conference error.
I'm using Glassfish, JFS & Primefaces
...
2
votes
1answer
67 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
23 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:
...
0
votes
1answer
89 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 ...
5
votes
3answers
154 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
45 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 ...
0
votes
2answers
31 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
1answer
31 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
48 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
31 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. ...
0
votes
1answer
76 views
Failed to create remoting connection
Good Day!
I am doing migration from glassfish to JBoss 7.1.3 . I have .ear application which fails to create remoting connection.I guess having problem with my EJB.
Below is my EJB that deployed ...
1
vote
1answer
37 views
Duplicate ClassLoaders generated per persistence-unit on Websphere
We're running an EAR on WAS 8.5, and every one of our DAOs are duplicated 31 times. Noticing our persistence.xml has 30 JNDI datasources, I tested reducing the number, and indeed the duplicate count ...
0
votes
0answers
55 views
How to implement a push architecture in javaee : receiving and displaying an alert in the backoffice server?
I have to process an HTTP POST request, wich sends an alert from a mobile application, that will be displayed in the backoffice after that ( in a growl for example), this must be implemented via the ...
1
vote
1answer
60 views
Auto retry after EJB transaction rollback
Basically, I have a JMS queue and an MDB to collects the messages from the JMS queue, does some processing on them, and then persists the messages into the database via JPA. I marked the method, which ...
0
votes
0answers
23 views
junit assertions in server.log (using cactus to test ejbs in glassfish)
I am running junit tests thru cactus 1.8 to unit test ejbs running inside glassfish.
The log statements in the junit tests are going into the server.log. However, if there is a assertion failure in ...
0
votes
1answer
56 views
Full text search exception with special characters in PostgreSQL
I am trying to get the list of objects by search text. If I proceed this with special character string for ex,
searchText ="Agenya\\&\&";
query like this
(I am using Postgres's full text ...
0
votes
2answers
52 views
JPA: check whether an entity object has been persisted or not
Is there a general method that can
if(entity is persisted before){
entity = entity.merge();
}else{
entity.persist();
}
So the method contain above logic is safe everywhere?
0
votes
2answers
56 views
Working with Transaction Types in EJB
I have the following example:
public class MyEJBService implements javax.ejb.SessionBean {
public void modifyAllItems() {
doSomething...
for(...)
{
...
1
vote
1answer
52 views
how to call session bean method with a certain role when calling from an MDB?
My Session bean has several methods defined.
Some can be accessed by ADMIN role only, others can also be accessed by USER role.
@Stateless
@DenyAll
public class MyBean {
...
...
0
votes
1answer
41 views
Merge method doesn't make LAZY fetch mapping available
Here is a simple One-to-Many relationship: Order to Items. One order can have many items within. And there is an association table ORDERITEMSMAPPING between the two entities, following relation is ...
0
votes
2answers
108 views
Why can't I use the embedded EJB container with my own persistence unit?
I want to use junit in my project, but haven't been able to do so because I always get the following exception:
SEVERE: Exception while invoking class org.glassfish.persistence.jpa.JPADeployer ...
0
votes
2answers
211 views
Serializing JPA entities to JSON using Jackson
Question regarding combination of Jackson/JPA
If there are about 20 entities in current application and I have add Jackson dependency in POM, does it mean all entities are by default ready to ...
0
votes
1answer
69 views
What's the Java EE Payload Extractor Pattern?
Can anyone give a brief overview of the Java EE 6 "Payload Extractor" pattern?
Oracle seems to be promoting this as a key pattern for Java EE 6 but I don't see any information online about it other ...
0
votes
1answer
130 views
My first project EJB 3.0 / JSF 2.0 with Eclipse. How to test it?
I'm trying to create my first project EJB3 with JSF 2.0 & Eclipse.
My first project is roughly a Hello World Project. I have an EJB interface, a bean that implements the methods and JSF ...
0
votes
1answer
90 views
EJB with JBoss 7.1.1 leads to WELD 001303 error
I am trying to fire a get request which leads to a WELD 001303 problem.
@Path("/test")
@RequestScoped
public class TestRest {
@EJB
HelloWorldInterface helloWorld;
@GET
...
0
votes
1answer
65 views
EJB Session Bean / Client Hibernate Session interaction?
in a school project we are using an EJB Session Bean,
this EJB offers simple services such as add, delete, modify, findAll, findbyId. Such methods are implemented using hibernate 4.0 (add -> ...
1
vote
1answer
57 views
Stateless EJB threading issue
Consider the following two EJBs:
@Stateless
public class MyBean1 {
pulic void method1() {
//method implementation comes here
}
pulic void method2() {
//method ...
0
votes
0answers
40 views
Cannot start TomEE on Windows?
This is the cmd output...
----------------------------------------------------------------
Installing the service 'TomEE' ...
Using CATALINA_HOME: "C:\tomee"
Using CATALINA_BASE: "C:\tomee"
...
0
votes
0answers
50 views
Asynchronous EJB method returning unexpectedly with no useful error message
I am trying to perform a batch operation through an Asynchronous EJB method. This is how my EJB looks like shown below. If i run somemethod() synchronously (with the @Asynchronous annotation) it works ...
0
votes
1answer
178 views
sms/email alert in dynamic web project using servlet [closed]
i'm creating a dynamic web project using servlet(Eclipse) which consists of e-mail & sms alerts like for forget password options & for other related fields. i have no idea about how to ...
0
votes
0answers
78 views
Spring MVC with EJB 3.1 and JPA 2
I have a project that only uses Java EE 6 for services and persistance. I´m now going to add a web project ontop of this that will show the gui and only communicate with EJB service layer. Are there ...
1
vote
1answer
102 views
EclipseLink and GlassFish: Predeployment fails: NullPointerException
When I try to deploy my EJB-application to glassfish (3.1.2), I randomly get "Predeployment Errors". Some times it works, sometimes it doesn't, with a 50%-chance.
I searched the internet for this ...
1
vote
0answers
36 views
CDI event originator's transaction waits for Observer(AFTER_SUCCESS) transaction?
I have the following scenario: (pesudo-code)
CallerObject.method() {
SessionBean1.method1(); // through remote bean interface
// [1]
}
@TransactionAttribute(REQUIRED)
...
2
votes
4answers
132 views
How to implement a constantly running process in JavaEE
How would you suggest to implement the following in JavaEE:
I need to have a background process in the app server (I was thinking a stateful session beans) that constantly monitors "something" and ...
0
votes
1answer
48 views
Declarative transaction management in EJB
I know that the questions which refer to a link are not the favorite ones to the users of this great site, but I could not set my question in a different way. I am trying to delve into EJB and CDI and ...
0
votes
2answers
45 views
Using EJB transaction, when I insert a record in a main outer transaction, I can't find it in the inner transaction(Annotated by REQUIRES_NEW)
My goal is inserting a record into my database, then updating it in a new transaction.
I try it like this:
@PersistenceContext(unitName="Table")
private EntityManager manager;
@EJB
private ...
0
votes
1answer
86 views
JPA: stateless session beans and managed entities
Lets assume I have an JPA Entity called Foo with a String myStr property;
When I now define a stateless session bean like this:
@Stateless
@LocalBean
public class FooBean {
...
0
votes
1answer
71 views
Failed to Catch Hibernate OptimisticLockException
I'm using EJB 3 with Hibernate.
I have a stateless session Bean. There is a method deleteItem in that bean.
When a client call the deleteItem method then delete occurred without any problem.
But If ...
2
votes
1answer
174 views
Clustered EJBs not being balanced in JBoss AS 7
I've successfully setup a cluster of 2 JBoss AS 7 instances, and deployed the following SLSB:
@Stateless
@Remote(TestEJBRemote.class)
@Clustered
public class TestEJB implements TestEJBRemote {
...



