-
```
What steps will reproduce the problem?
1. install lombok 1.12.2 as Eclipse agent (Kepler, including latest JBoss Tools
plugin) and start Eclipse
2. create some Maven project using EJB 3.1 / JPA 2…
-
```
I commented out the Lucence specific lines in the icat.properties file.
group = c.service.search(c.getSessionId(), "Group")[0]
rule = c.factory.create("rule")
rule.grouping = group
rule.crudFlags…
-
```
I commented out the Lucence specific lines in the icat.properties file.
group = c.service.search(c.getSessionId(), "Group")[0]
rule = c.factory.create("rule")
rule.grouping = group
rule.crudFlags…
-
The following code is more or less the same from the examples
```
public void run(MessageBean bean)
{
String query = bean.getQuery();
try (SessionsClient sessionsClient = Se…
-
EJB interceptors of a transactional EJB bean should be executed inside the same transaction of the intercepted bean. In BeanTest this doesn't happen because it seems that the TransactionalInterceptor …
agori updated
9 years ago
-
```
[#|2015-06-23T16:24:52.593+0100|WARNING|glassfish3.1.2|javax.enterprise.system.container.ejb.com.sun.ejb.containers|_ThreadID=74;_ThreadName=Thread-2;|EJB5184:A system exception occurred during an…
-
The aspect below fails to compile with 1.1b2, producing the compilation error: -------------------- $ ajc com/ibm/amc/.java com/ibm/amc/ejb/.java d:/eclipse/runtime-workspace-ajsamples/Mock EJBs/com/i…
-
I have a session bean which uses bean-managed transactions as follows: (The full bean is pasted below)
```
userTransaction.begin();
// create connection, session and message producer
// sends a messa…
-
This involves verifying following scenarios:
* Java client to access EJB remote deployed on GlassFish behind a NAT (see [http://java.net/jira/browse/GLASSFISH-17151](http://java.net/jira/browse/GLA…
-
### Description
I want to use the docker-maven-plugin with a multimodule EAR project with the following filestructure
```
demojee-server
demojee-server-ear
Dockerfile
pom…