Component Creation Service Problems
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
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
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. :)
Thank you for all of your help. :)
page 2of 1 pagesof 2 pages