Hello,
We are having some problems while using jrebel with our set of applications on Websphere.
Jrebel version : 6.4.6.1 IntelliJ idea 2016 community edition
Websphere version : WebSphere Platform 7.0.0.11 [BASE 7.0.0.11 cf111021.10]
There are two main problems :
JPA (Open JPA) : we have two jars with a persistence.xml file in it. One is na ejb-jar file, the other is also na ejb-jar file placed in the lib directory of the ear. We have one problem here. Both persistence xmls have the same persistence unit name. The kind of errors we are getting are related to class loading, but we are not sure if the cause is the duplicated persistence unit name.
Dependency Injection at the Faces layer :
When we add a @ManagedBean property that points to another backing bean, we get an invocation target exception.
I know that these descriptions are very vague, but I need to start somewhere in trying to tackle these problems with your help.
What more information do you need to help us get around these problems ?
Thanks