[hibernate-dev] WFLY-1406 "Hibernate cannot process package-info.java any more" only on a Windows machine...
Emmanuel Bernard
emmanuel at hibernate.org
Thu Jul 25 11:23:01 EDT 2013
A package name is a package name. It contains dots not slashes.
The question is who is providing the package name and why it provides
it as path and not as a package name.
On Thu 2013-07-25 10:15, Scott Marlow wrote:
> I couldn't recreate this problem but the person that reported it, came
> up with a possible hack at line 121 in JavaReflectionManager:
>
> packageName = packageName.replace('/', '.');
>
> Could someone look at this and let me know if it deserves a HHH jira.
>
> Scott
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
More information about the hibernate-dev
mailing list