|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
Join Date: Feb 2004
Location: Owings Mills, MD
Posts: 95
|
I have an issue with an application I am are trying to run on z/OS. The application runs on Websphere. I have this xsd file that holds a regular expression and it giving me this error.
BTW the app works great on Solaris OS, so that's what I don't understand. The error I get is this: |ERROR|WebSphere t=008b0748|System error :: Invalid request :: Invalid request received: Parsing errors :: [$error]InvalidRegex: Pattern value '[A-Z0-9a-z /-\'$?.:;#]*' is not a valid regular expression. The reported error was: 'This expression is not supported in the current option setting.'.| ***.***.controller.InvalidRequestException: Invalid request received: Parsing errors :: [$error]InvalidRegex: Pattern value '[A-Z0-9a-z /-\'$?.:;#]*' is not a valid regular expression. The reported error was: 'This expression is not supported in the current option setting.' the xsd looks like this: HTML Code:
<xsd:simpleType name="FillData"> <xsd:restriction base="xsd:string"> <xsd:minLength value="0" /> <xsd:maxLength value="40" /> <xsd:pattern value="[A-Z0-9a-z /-\'$?.:;#]*" /> </xsd:restriction> </xsd:simpleType> Last edited by Zick Boy; 05-04-2006 at 08:43 AM. |
|
|
|
|
|
#2 |
|
Member (7 bit)
Join Date: Feb 2004
Location: Owings Mills, MD
Posts: 95
|
Problem solved.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|