Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
Replies
22 replies
Answers
1 answer
Subscribers
8 subscribers
Views
17045 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
How to specify the uniqueidentifier datatype of SQL SERVER in XSD type?...
bharathwajanr587
over 11 years ago
How to specify the uniqueidentifier datatype of SQL SERVER in XSD type?...
OriginalPostID-104088
OriginalPostID-104088
Discussion posts and replies are publicly visible
Parents
0
vinitl522
A Score Level 2
over 10 years ago
Getting this error:
A type mapping annotation is invalid: The eclass: HbAnnotatedEAttribute does not have an efeature for GenericGenerator (APNX-2-4055-000)
for code: <xsd:element name="prospectName" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="appian.jpa">
@Id
@GenericGenerator(name = "generator", strategy = "guid")
@GeneratedValue(generator = "generator")
@Column(name = "prospect_name" , columnDefinition="uniqueidentifier")
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
vinitl522
A Score Level 2
over 10 years ago
Getting this error:
A type mapping annotation is invalid: The eclass: HbAnnotatedEAttribute does not have an efeature for GenericGenerator (APNX-2-4055-000)
for code: <xsd:element name="prospectName" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="appian.jpa">
@Id
@GenericGenerator(name = "generator", strategy = "guid")
@GeneratedValue(generator = "generator")
@Column(name = "prospect_name" , columnDefinition="uniqueidentifier")
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data