From: Matt R. (JIRA) <no...@at...> - 2006-06-07 14:10:33
|
Reverse Engineering Strategy cannot find constructor ---------------------------------------------------- Key: HBX-685 URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-685 Project: Hibernate Tools Type: Bug Components: reverse-engineer Versions: 3.1.beta5 Reporter: Matt Read The custom reverse engineering strategy I was using on 3.1beta4 fails with the following error on beta 5. I've tried pasting the "ExampleStrategy" from the documentation (http://www.hibernate.org/hib_docs/tools/reference/en/html/reverseengineering.html#custom-reveng-strategy) and that fails too. "Could not create or find com.xxx.ExampleStrategy with one argument delegate constructor" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Max R. A. (JIRA) <no...@at...> - 2006-06-07 14:20:31
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HBX-685?page=comments#action_23288 ] Max Rydahl Andersen commented on HBX-685: ----------------------------------------- how does you strategy looks like ? > Reverse Engineering Strategy cannot find constructor > ---------------------------------------------------- > > Key: HBX-685 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-685 > Project: Hibernate Tools > Type: Bug > Components: reverse-engineer > Versions: 3.1.beta5 > Reporter: Matt Read > > > The custom reverse engineering strategy I was using on 3.1beta4 fails with the following error on beta 5. I've tried pasting the "ExampleStrategy" from the documentation (http://www.hibernate.org/hib_docs/tools/reference/en/html/reverseengineering.html#custom-reveng-strategy) and that fails too. > "Could not create or find com.xxx.ExampleStrategy with one argument delegate constructor" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Matt R. (JIRA) <no...@at...> - 2006-06-07 15:00:20
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HBX-685?page=all ] Matt Read updated HBX-685: -------------------------- Attachment: ExampleStrategy.java I used the one in the documentation which also fails with the same error as mine... attached. > Reverse Engineering Strategy cannot find constructor > ---------------------------------------------------- > > Key: HBX-685 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-685 > Project: Hibernate Tools > Type: Bug > Components: reverse-engineer > Versions: 3.1.beta5 > Reporter: Matt Read > Attachments: ExampleStrategy.java > > > The custom reverse engineering strategy I was using on 3.1beta4 fails with the following error on beta 5. I've tried pasting the "ExampleStrategy" from the documentation (http://www.hibernate.org/hib_docs/tools/reference/en/html/reverseengineering.html#custom-reveng-strategy) and that fails too. > "Could not create or find com.xxx.ExampleStrategy with one argument delegate constructor" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Max R. A. (JIRA) <no...@at...> - 2006-06-07 15:04:17
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HBX-685?page=comments#action_23290 ] Max Rydahl Andersen commented on HBX-685: ----------------------------------------- ok, could you show the full stacktrace ? in ant: ant -verbose in eclipse: look in the error log view > Reverse Engineering Strategy cannot find constructor > ---------------------------------------------------- > > Key: HBX-685 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-685 > Project: Hibernate Tools > Type: Bug > Components: reverse-engineer > Versions: 3.1.beta5 > Reporter: Matt Read > Attachments: ExampleStrategy.java > > > The custom reverse engineering strategy I was using on 3.1beta4 fails with the following error on beta 5. I've tried pasting the "ExampleStrategy" from the documentation (http://www.hibernate.org/hib_docs/tools/reference/en/html/reverseengineering.html#custom-reveng-strategy) and that fails too. > "Could not create or find com.xxx.ExampleStrategy with one argument delegate constructor" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Matt R. (JIRA) <no...@at...> - 2006-06-07 15:23:19
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HBX-685?page=all ] Matt Read updated HBX-685: -------------------------- Attachment: screenshot-1.jpg Sorry, nothing appears in the Error Log view or in the Eclipse .metadata/.log directory. Just this the popup I've attached here. > Reverse Engineering Strategy cannot find constructor > ---------------------------------------------------- > > Key: HBX-685 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-685 > Project: Hibernate Tools > Type: Bug > Components: reverse-engineer > Versions: 3.1.beta5 > Reporter: Matt Read > Attachments: ExampleStrategy.java, screenshot-1.jpg > > > The custom reverse engineering strategy I was using on 3.1beta4 fails with the following error on beta 5. I've tried pasting the "ExampleStrategy" from the documentation (http://www.hibernate.org/hib_docs/tools/reference/en/html/reverseengineering.html#custom-reveng-strategy) and that fails too. > "Could not create or find com.xxx.ExampleStrategy with one argument delegate constructor" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Matt R. (JIRA) <no...@at...> - 2006-06-07 16:13:40
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HBX-685?page=comments#action_23292 ] Matt Read commented on HBX-685: ------------------------------- I just deleted all old JBossIDE plugins and features from my Eclipse plugins and features folders and then re-installed and the problem has gone away. I must have had a mixture of update-site based installations and manual installations that conflicted in some way. Sorry for wasting your time. Matt. > Reverse Engineering Strategy cannot find constructor > ---------------------------------------------------- > > Key: HBX-685 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-685 > Project: Hibernate Tools > Type: Bug > Components: reverse-engineer > Versions: 3.1.beta5 > Reporter: Matt Read > Attachments: ExampleStrategy.java, screenshot-1.jpg > > > The custom reverse engineering strategy I was using on 3.1beta4 fails with the following error on beta 5. I've tried pasting the "ExampleStrategy" from the documentation (http://www.hibernate.org/hib_docs/tools/reference/en/html/reverseengineering.html#custom-reveng-strategy) and that fails too. > "Could not create or find com.xxx.ExampleStrategy with one argument delegate constructor" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
From: Max R. A. (JIRA) <no...@at...> - 2006-06-07 20:31:25
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HBX-685?page=all ] Max Rydahl Andersen closed HBX-685: ----------------------------------- Resolution: Rejected ok, thanks for telling me. > Reverse Engineering Strategy cannot find constructor > ---------------------------------------------------- > > Key: HBX-685 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-685 > Project: Hibernate Tools > Type: Bug > Components: reverse-engineer > Versions: 3.1.beta5 > Reporter: Matt Read > Attachments: ExampleStrategy.java, screenshot-1.jpg > > > The custom reverse engineering strategy I was using on 3.1beta4 fails with the following error on beta 5. I've tried pasting the "ExampleStrategy" from the documentation (http://www.hibernate.org/hib_docs/tools/reference/en/html/reverseengineering.html#custom-reveng-strategy) and that fails too. > "Could not create or find com.xxx.ExampleStrategy with one argument delegate constructor" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |