Hi,
seems you are running into https://issues.jboss.org/browse/BYTEMAN-208
See also - https://community.jboss.org/thread/200634
We should upgrade the Byteman version.
--Hardy
On 10 Jan 2012, at 7:32 AM, Strong Liu wrote:
> seeing this failure on our CI a lot, anyone know how to workaround it
FYI, I created https://hibernate.onjira.com/browse/HHH-7519
--Hardy
On 10 Jan 2012, at 7:32 AM, Strong Liu wrote:
> seeing this failure on our CI a lot, anyone know how to workaround it?
>
>
>
> org.hibernate.test.annotations.xml.ejb3.OrmVersion1SupportedTest.testOrm1Support
>
> Failing for
I am noticing some inconsistencies in packages that i wanted us all to
talk through. Mainly what I have seen has related to services and that
sometimes they are put in o.h.services and sometimes in more "natural"
packages. Though, also, I think that some of this boils down to what
"engine" me
What is everyones thoughts on having Exporter contain methods for
create, drop and alter scenarios versus getting Exporter per each of
those actions?
interface Exporter {
public String[] sqlCreateStrings(T exportable, Dialect dialect);
public String[] sqlDropStrings(T exportable, Dialect
the first one looks simpler and more clear I think
On Aug 11, 2012, at 12:29 AM, Steve Ebersole wrote:
> What is everyones thoughts on having Exporter contain methods for create,
> drop and alter scenarios versus getting Exporter per each of those actions?
>
> interface Exporter {
> public S