Pedro Igor edited a comment on Bug PLINK-332

As mentioned before, the root cause of this issue is PicketLink trying to create the default partition during the startup. TomEE and probably Glassfish behaves quite different than EAP/Wildfly, in the sense that there is no active transaction when the IdentityManagerProducer is being initialized.

That said, we have added a new event called PartitionManagerCreatedEvent. Which can be used to provide any initialization logic right after the partition manager instance is built.

Also, if the observer of this event initializes the IDM with any partition, PicketLink won't try to create the default partition.

Please, can you guys take a look at PLINK-335 ?

Best regards.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira