-
Hi, jax-rpc developers.
In case wsdl:operation name begin with a upper-case letter as the [Extract1]
WSDL,
the clients, [Extract2] and [Extract4], get the stack straces, [Extract3] and
[Extract5], re…
-
### Brief Summary
On eclipse JEE 2023-09 with Payara *Eclipse IDE Plugin* and Payara 6.2023.8 runtime I'm unable to select Jakarta EE 9 or 10 facets for my Jakarta EE projects.
If I create a Jakar…
-
```
Find a way to break infinite loops.
Hi,
In our environment we run arbitrary beanshell scripts developed by our
customers.
If one of the scripts is buggy, it may fall into a infinite loop, which…
-
```
Currently it is not possible to enforce that a certain instance be a
singleton across multiple modules in the same JVM. This is most visible in
a J2EE context where you have several instances (ma…
-
```
Currently it is not possible to enforce that a certain instance be a
singleton across multiple modules in the same JVM. This is most visible in
a J2EE context where you have several instances (ma…
-
Cannot build using this nexus repo
```
Cloning "https://github.com/RedHatWorkshops/kitchensink" ...
Commit: 731c40ecf92a9bfe408338be5c002d2179149535 (Update pom.xml)
Author: VeerMuchandi
Da…
-
Hi,
We are facing an issue with C3P0 and Mysql ReplicationDriver (master & multiple slaves).
As per the public documentation of MySQL https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-maste…
-
```
I have:
My DAO Interface:
{{{
public interface UserDao extends IDao {
void persist(User user);
User findByLogin(String login);
}
}}}
My DAO Implementation:
{{{
@Repository
@Transac…
-
Injecting a datasource using the `@Resource` annotation does not work with a plain JAX-RS resource (with `@PATH` annotation). A NPE is thrown on the datasource object.
This works when the `@Appli…
-
- Check all TODO in the code - **DONE**
- Check all that the exceptions are handled - **DONE**
- Tests
- Write the Power Point
- Write documentation in the code
- Check If Triggers Are Ok - **DON…