• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ORM Code Generator not showing up

New Here ,
Jul 14, 2009 Jul 14, 2009

Copy link to clipboard

Copied

Hi, if I right click on a table in the RDS Dataview the "ORM Code Generator", "ModelGlue Assistant" and "Generate AS Class from DB Table" are not showing up. Does anyone has a clou why not ?

I had a CF8 & CF9 installation on the machine yesterday and got some error messages while trying to use the ORM Code Generator. I thought the problem was running CF8 & CF9 on the same pc. I unistalled everything: CF8, CF9 and ColdFusion Builder to have a "Clean" Testing Enviroment. After installing just CF9 and Buider new the already named options are missing in the RDS Dataview.  Thanks for your help.

TOPICS
Builder

Views

2.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Jul 14, 2009 Jul 14, 2009

Hi,

can you switch off show debug output setting in CF9 server admin and try again?

thanks,

Sandeep

Adobe ColdFusion team

Votes

Translate

Translate
Jul 14, 2009 Jul 14, 2009

Copy link to clipboard

Copied

Can you go to Preferences --> Extensions and check if the extensions are installed? Can you also check which server are they associated with? Is it same as the one you are using via RDS dataview?

In case you dont find an extension installed, you can easily install them from the zip file that is in the <install_root>/extensions folder. If the extensions are already installed, you can import them from your existing server.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 14, 2009 Jul 14, 2009

Copy link to clipboard

Copied

Thank you very much. The showing of the extensions works now. Create CFC works also. Trying to use the "Create ORM CFC" does not work. Right click on a Db table choosing "Create ORM CFC". The dialog shows up. But after entering the location for the CFC. "C:/ColdFusion9/wwwroot " a error message is shown:

"Error occured while parsing response from handler "/handlers/ormCFCGernerator.cfm". Check logo for more details."

Checking the error log file shows:

"rg.xml.sax.SAXParseException: The markup in the document following the root element must be well-formed.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at com.adobe.ide.coldfusion.appcodegeneration.runtime.DOMResponseParser.parse(DOMResponseParser.java:63)
at com.adobe.ide.coldfusion.appcodegeneration.runtime.CFMHandler.parseResponseBody(CFMHandler.java:249)
at com.adobe.ide.coldfusion.appcodegeneration.runtime.CFMHandler.callHandler(CFMHandler.java:220)
at com.adobe.ide.coldfusion.appcodegeneration.runtime.CFMHandler.performExecute(CFMHandler.java:113)
at com.adobe.ide.coldfusion.appcodegeneration.runtime.CFMenuHandler$1.run(CFMenuHandler.java:208)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)"

I installed the extention to C:/ColdFusion9/wwwroot  with my server CF9 set. Do you have any idea want I have done wrong ?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 14, 2009 Jul 14, 2009

Copy link to clipboard

Copied

Hi,

can you switch off show debug output setting in CF9 server admin and try again?

thanks,

Sandeep

Adobe ColdFusion team

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 21, 2009 Jul 21, 2009

Copy link to clipboard

Copied

Hi Sandeep, thank you now it works ! Mark

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Jul 23, 2009 Jul 23, 2009

Copy link to clipboard

Copied

LATEST

There is a latest version available here.

http://blogs.adobe.com/cfbuilder/2009/07/orm_cfc_generator_1.html

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation