eclipse-ee4j / eclipse-ee4j/genericmessagingra
Defaults are not set properly?
- Dominant language
- Java
- Stars
- 2
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Feedback from cheeweng...
Other feedback report
2\. PS: It was a pain to get GJMSRA working on AS81UR2 built-15 in the sense that
when i deploy the rar it will ask all the default properties like Connection
class etc etc
However some some reason even if i fill in all the value it gets only 6
properties into the
RA propertry. --> You will notice we cannot edit it after deploy and i had
to go to domain.xml to correct this
3\. If not, i get all those NullPointer exceptions. Basically the code in GJMSRA
could do better to
replace the idiom of doing
if (parameter.equals(Constant.XXXXX))
to
if (Constant.XXXX.equals(parameter))
=> This was happening due to SupportsXA missing or ProviderIntegrationMode is
missing
due to the above deploy...
PS: In short it is a bit of a mystery initially to know what really when wrong...
#### Environment
Operating System: All
Platform: Sun
#### Affected Versions
[current]
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.