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

When using CORBA I get an Attribute validation error for CFOBJECT

New Here ,
Dec 22, 2012 Dec 22, 2012

Copy link to clipboard

Copied

Any ideas about whats going on here?

The value of the TYPE attribute, which is currently ”CORBA”, must be one of the values: CORBA,COM,COMPONENT,JAVA,DOTNET,WEBSERVICE,.NET.

Views

1.1K

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
Community Expert ,
Dec 23, 2012 Dec 23, 2012

Copy link to clipboard

Copied

Yeah, hilarious. Could we see the code?

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
LEGEND ,
Dec 23, 2012 Dec 23, 2012

Copy link to clipboard

Copied

What ColdFusion version, show us the code, and what happens if you try createObject() instead?

This is a significant occasion for me: its the first time I have ever encountered someone trying to use CORBA!

--

Adam

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 ,
Dec 24, 2012 Dec 24, 2012

Copy link to clipboard

Copied

Had a different error concerning CORBA config when I tried createobject.  I will work that out and let you know the outcome.

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
Community Expert ,
Dec 24, 2012 Dec 24, 2012

Copy link to clipboard

Copied

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 ,
Dec 24, 2012 Dec 24, 2012

Copy link to clipboard

Copied

Indeed...I have been using it. Thank you.

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
Community Expert ,
Dec 24, 2012 Dec 24, 2012

Copy link to clipboard

Copied

If we could see the code and error message, we might be able to offer suggestions.

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 ,
Dec 24, 2012 Dec 24, 2012

Copy link to clipboard

Copied

Here you go...

code:

<!--- <cfobject

action=”create”

type=”CORBA”

name=”session.TargetService”

class=”Targets.TargetService”

context=”NameService”

> --->

<cfscript>

session.TargetService = createObject("CORBA","NameService","Target.TargetService");

</cfscript>

<cfdump var="#session.TargetService#">

screenshots:

error.png

corbaconfig_screen_shot.png

ColdFusion Version: This is ColdFusion 10,283111

JVM Config (slightly redacted):

jvm_config.png



Message was edited by: Ched Cheatham

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
Community Expert ,
Dec 24, 2012 Dec 24, 2012

Copy link to clipboard

Copied

LATEST

Place c:/jacorb-3.2/etc/;c:/jacorb-3.2/lib/;c:/jacorb-3.2/lib/jacorb.jar; on the classpath

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