[
https://issues.jboss.org/browse/TEIIDDES-1393?page=com.atlassian.jira.plu...
]
Paul Richardson edited comment on TEIIDDES-1393 at 6/12/12 2:32 PM:
--------------------------------------------------------------------
Current issues found when importing wsdl using new importer:
* WSDL does not use 'elementFormDefault="qualified"' in its schema
** (Created with annotation elementFormDefault = XmlNsForm.QUALIFIED in package-info.java
of StateService project)
** Result is that getStateInfo('ny') fails with a marshalling exception
concerning expected XML.
** To work with current WSDL it must have XMLNAMESPACES(DEFAULT '') added to the
transformation (see original US_States project for the full SQL.
* Both getStateInfo('ny') and getAllStateInfo() executed procedures get the data
from the stateService beans (confirmed with debug statements in StateServiceImpl) but both
return empty results tables.
** Needs to be confirmed that it is a problem with the example and not just my setup.
Convert State Service Example to Reflect New Importer
-----------------------------------------------------
Key: TEIIDDES-1393
URL:
https://issues.jboss.org/browse/TEIIDDES-1393
Project: Teiid Designer
Issue Type: Task
Components: Import/Export
Affects Versions: 7.7.1
Reporter: Ted Jones
Assignee: Dan Florian
Fix For: 7.7.1
Attachments: StateService.war
The State Service example use the old extract/create procedures. We should update it to
use the new wizard.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira