It's all about the answers!

Ask a question

Component Creation Service Problems


Jamie Samdal (911) | asked Nov 10 '07, 4:26 p.m.
Hello,

I have been following all of the steps in the JazzTalk example, and I was able to get the JazzTalk packages to work and run. When I tried to run my own component that was essentially JazzTalk in a different package structure and with some things renamed, I ran into the following error concerning my Message and common package not resolving to an IItemType. This was after verifying that my IMessageBoardService did show up on http://localhost/8080/jazz, and trying to access http://localhost:8080/jazz/service/kf.messageboard.common.IMessageBoardService/allMessages .

Any ideas where I could have gone wrong such that the JazzTalk example works fine but I get an HTTP 500 error with my own component?

Thanks,
Jamie

HTTP ERROR: 500

-- The name (Message) and namespace URI (kf.messageboard.common) do not resolve to a IItemType

RequestURI=/jazz/service/kf.messageboard.common.IMessageBoardService/allMessages

11 answers



permanent link
Jamie Samdal (911) | answered Nov 17 '07, 3:45 p.m.
Ok, it looks like the combination of a new Jazz install, the fixes you suggested friday, and a new package structure that is long enough for the ecore generator (which doesn't just like a project or a single identifier in front of the project name) solved my problem. I can now run my service and get the xml output that is shown when JazzTalk runs correctly.

Thank you for all of your help. :)

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.