0
votes
1answer
26 views
Passing objects via EJB RMI - NullPointerException
I haven't been able to find anything useful in days of searching. Maybe I'm just not looking the right place.
Here's the idea - really simple: I want to pass an object from one EJB to another by the ...
0
votes
2answers
19 views
How can I make this sql query with jpa ?
I'm trying to create a query in my entities.
I have these following tables in mysql DB :
Categorie : id, nom ...
Article : num_code_barre_, categorie ...
In my entity Categorie :
...
@Id
...
0
votes
0answers
19 views
EJB's in glassfish cluster
I'm new to EJB technology and trying to run some examples.
My goal is to create an EJB, deploy it to glassfish cluster with couple of instances and make a client which will call this EJB.
I've ...
0
votes
1answer
34 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
68 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
75 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
31 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
35 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:
...
1
vote
1answer
44 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
0answers
33 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
45 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
0answers
49 views
Call to JPA (OpenJPA) within remote EJB fails the first time after deploy of application
I'm having a strange problem in our EJBs that are running on a Glassfish 3.1 using OpenJPA.
Firste there's our Enterprise-Application 'businessBeans' that handles all the JPA/Entity-Stuff. It offers ...
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
2answers
33 views
EJB Injection failure on deploy
I've got a problem exxh EJB's.
First of all, my setup: I am using GlassFish & JEE6. I got a REST-Service packaged as a WAR and a bean packaged as an EJB-Jar. They are not inside an EAR.
The EJB ...
0
votes
0answers
41 views
Correct usage of shared EntityManagerFactory across multiple EJB bundles on GlassFish
I'm building a new Java EE app which will run on GlassFish. I'm creating the APIs and functionality as OSGi bundles which will be deployed to GlassFish.
From what I can tell, I can no longer do this ...
2
votes
0answers
29 views
Is there a way to configure MDBs programatically?
I am currently working on a EJB 3.1 based project running on GlassFish that uses a custom built framework to configure the functionality of any SessionBeans. Using this we can enable, disable and ...
1
vote
1answer
114 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 ...
0
votes
0answers
82 views
tomcat and spring cant lookup for an ejb in glassfish server
I have a problem with Tomcat and Spring looking up for an ejb in a Glasfish server
here is the ejb-services.xml loaded:
...
<jee:jndi-lookup id="inscriptionService"
...
0
votes
0answers
190 views
java.lang.NoClassDefFoundError: with EJB and JasperReports
I need to generate a report using iReport 5.0 for my EJB application.
When I'm calling report from my front end it works fine but when I'm trying to call same report in my EJB module it gives me a ...
1
vote
0answers
56 views
WEB9031 - cannot store entity with sequence generated id
I am using glassfish, postgres and openjpa.
I only have one bean and first want to create a new intance and store it in DB. I created a new User-Object, filled it (except the id) and got - trying to ...
1
vote
1answer
72 views
Glassfish 3: Calling method on ejb in ServletContextListener.contextDestroyed method leads to exception
I have an @Singleton ejb which will be called in a ServletContextListener contextInitialized and contextDestroyed method. The call in the contextDestroyed method leads to an Exception:
...
0
votes
2answers
235 views
Application client using @EJB annotation and Maven on Glassfish
There is an example in NetBeans site how to create Application Client using simple projects (without Maven). There are 4 projects needed (EJB, EAR, Lib, Program). This tutorial is simple and works ...
0
votes
0answers
27 views
EJB-calls to GF wraps enums in javax.rmi.CORBA.EnumDesc
I am working on a client-server application using EJB for communication between the client and the server. Now I am updating from glassfish 3.0.1 to glassfish 3.1.2.2, so I wanted to change the ...
2
votes
2answers
91 views
Implement two phase commit protocol between EJB Application(Running on Glassfish) and Swing application
I have a EJB application running on Glassfish server which stores data on MySQL DB which I call as Global DB.
I have two exact remote Swing applications which are stand alone applications accessing ...
1
vote
1answer
62 views
Glassfish 3.1.2 seems not to run more than one thread in an EJB
I have an EJB to calculate sth. with increasing precision as long as the calculation runs.
So one async function starts the calculation and one async should stop it. But Running on Glassfish 3.1.2 ...
0
votes
2answers
200 views
Invalid ejb jar: it contains zero ejb.
I have 2 modules: ejb and war, and ear module, that contains them. Modules build successfully, but when I try to deploy ear to glassfish, I recieve this error:
...
0
votes
1answer
124 views
Glassfish - How to broadcast JMS message to all instances in a cluster?
I am using Glassfish 3.1.2, and I set up a cluster with one node and two instances.
I have an message driven bean in my application that subscribes to a topic, which I deployed to the cluster.
When ...
0
votes
0answers
126 views
Testing EJB Application using JUnit
I've been trying to find a way to test an EJB application with JUnit for the whole day now but it just won't work... I found many threads about that topic but none of them really helped..
so i hope ...
0
votes
0answers
102 views
Embedding EJB 3.1 container into your unit test
I'm making a unit test a bean, following information following link: http://netbeans.org/kb/docs/javaee/javaee-entapp-junit.html # Exercise_1c
I followed as it
Netbeans: 7.3
Jdk: 6
Glassfish: 3.1.2
...
3
votes
2answers
714 views
Returning an entity via remote EJB results in - java.lang.NullPointerException at com.sun.corba.ee.impl.orbutil.ClassInfoCache$ClassInfo.<init>
I'm trying to create an enterprise web application in the following environment.
NetBeans 7.2.1
Glassfish Server 3.1.2 (containing the Servlet 3.0 API)
EJB 3.1
JPA 2.0
JSF 2.1
jdk 1.7
Oracle 10g
I ...
0
votes
1answer
131 views
NullPointerException in InitialContext
NullPointerException in InitialContext
private void connect() {
try {
InitialContext ctx = new InitialContext();
IServerBean serverBean = (IServerBean)ctx.
...
0
votes
0answers
132 views
EJB 2.1 - TimedObject in GlassFish
I'm having problems getting an example EJB program to work.
It's from Chapter 11 of "Beginning J2EE 1.4 from Novice to Professional"
The example includes a Message-Driven Bean, but I can't seem to get ...
0
votes
1answer
76 views
How to exclude maven dependency while running test cases
Im working on ejb3 and testing with arqullian.
I have following dependency in pom.xml
<dependency>
<groupId>org.glassfish.main.ejb</groupId>
...
0
votes
3answers
89 views
Should we use ApacheCXF or EJBs for communicating the logic and web modules?
We are currently developing a web application for college and we would like some advice from a more experienced developer.
We have a backend using Hibernate to operate on a MySQL database. Another ...
1
vote
1answer
43 views
IllegalAccessException when accessing EJB separated interfaces
My EJB project has below structure and packaged using maven. It has the ejb packaged in the core.jar file. Remote lookup has been made possible by moving all interfaces and POJO's in a separate ...
0
votes
1answer
42 views
AtmosphereHandler is guaranteed to preserve the instance?
I'm using AtmosphereFramework's WebSockets, i've got a class annotated like this:
@WebSocketHandlerService(path = "/gts")
public class GameSocket extends WebSocketHandlerAdapter {
@Override void ...
3
votes
0answers
180 views
struts2-core shared dependency between ejb modules
I have an EJB application with the structure below. All dependencies are held in the /lib directory and shared among all web modules.
├── app1_war
│ ├── index.jsp
│ ├── META-INF
│ └── WEB-INF
|
...
1
vote
1answer
130 views
Dynamic Entity Manager in EJB
I have an application using Spring MVC and Spring Security.
The application project has ejbs and web application.
I have a common database for users and one database by users' group.
So, when a ...
0
votes
1answer
83 views
Cross development aspects between different Java EE implementations (especially Glassfish and JBoss)
I am working on an AddOn Web Application for an existing Enterprise Application deployed on a JBoss 4 AS instance. To keep it easy I am using the Glassfish Application Server delivered in Netbeans. ...
2
votes
2answers
294 views
How to define a test datasource for an embedded EJB container
I am trying to test my EJBs using an embedded EJB container. In production, I rely on a JTA datasource configured in the application server. However, during testing, I want to connect to a different ...
1
vote
1answer
46 views
Passwordless authentication on glassfish
I'm developing a web application using Glassfish that has to be interfaced with an existing php web application that uses a Joomla CMS.
I would like to use glassfish Security Roles to secure the ...
0
votes
1answer
59 views
Glassfish 2.x EJB library missing
I have a web-app running smoothly on GlassFish 3.1.2 which is on my local machine. However I get to put this app on an actual server which runs GF2.1.
When I tried to import the netbeans project into ...
3
votes
1answer
369 views
Easy way to access to a remote ejb located in another server
This is my first question in Stack Overflow so I expect it will not be too much simple. I've been looking around Internet for a good solution but by now I don't have it.
I am a very begginer to EJB, ...
1
vote
0answers
137 views
Error starting arquillian
I'm trying to get some unit tests running for an already-existing project, using Arquillian.
My basic test:
@RunWith(Arquillian.class)
public class InferenceTest {
@EJB private InferenceEJB ...
0
votes
2answers
93 views
ClassNotFoundException for skinny war
I'm facing class loading problem with class loading in my skinny war packaged within ear.
Where there are also other ejb modules packaged. Some can be loaded via spring while some not.
Imagine ...
0
votes
0answers
142 views
Testing Jersey on Glassfish
I have Jersey Rest service running on Glassfish, application also uses EJB's. I use eclipse, When I try to use jersey test framework, I get the error "sun.web.xml" does not exist.
Here is my pom ...
0
votes
1answer
134 views
Using @EJB injection in an Application Client, both in same EAR
I've searched now for days to find some solution for my, in my opinion not too hard but obviously unsolvable problem.
I have an EAR project containing Some EJB, a web client (works fine) and now I ...
0
votes
1answer
300 views
javax.ejb.TransactionRolledbackLocalException (Glassfish 3 + JPA + EclipseLink)
I've got a problem on an application developed using Glassfish 3.1.2 + JPA + EclipseLink + MySQL, Immediately after i deploy the application (No tables on DB) it runs just fine and apparently executes ...
1
vote
1answer
178 views
EJB as WebService context-root gone
I'm working on a project with JAX-WS.
When I annotate my endpoint class with @WebService the WSDL is marked in console like
.../<context-root>/XXXService?wsdl
When I add @Stateless on those ...
0
votes
1answer
118 views
NotSerializableException: com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate
im using Hazelcast HttpSession Clustering with two Glassfish 3.1.2.2 instance. Im using @EJB or @Inject annotation to inject EJB(s) in managed beans. In @ViewScoped and @SessionScoped managed beans, ...



