-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to deploy #19
Comments
That will happen when datasource is already configured in server. You should then remove one of the both configurations. The new |
I have already remove it, the tables has been created, but not completed, issues in entites, espacialy the token, also that is not the main issue, the main issue is that the apps is not deployed, it show errors like this one:
Caused by: java.lang.reflect.MalformedParameterizedTypeException |
You said the new |
I used MySQL as database, but it does not deployed at all, it show cant not start services... like
also these errors:
|
Already reported in #17.
You just need to install JDBC driver yourself and edit driver class/url/username/password in
Already reported in #20. |
The tables are being generated as I alrready mentioned which means nothing to do with database configurations: |
As commented on #20, it's a Hibernate bug. Frankly, if you continue to behave angry and rude to me about your own mistakes and misunderstandings when using this project, which is written and open sourced for completely free and nothing, then I honestly don't really feel the urge to hint a solution to your specific problem with Hibernate. Try again later. |
That is a misunderstanding of my way of speaking, and those are not my mistakes, I think it is your project, and your code there?, I only mentioned your bugs no more so at the end to get solutions for them. and get the chance for others to use your own project with no misktakes. and I apologize for the misunderstanding. |
After changing Hibernate version to either older or newer version, same errors occured, so I think that has nothing to do with Hibernate. |
Service jboss.data-source is already registered
web.xml:
persistence.xml
The text was updated successfully, but these errors were encountered: