Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] DBWS output format

I rerun testSQL wich modifications and effect is the same. The same error


Mike Norman wrote:
> 
>   Could you re-run with the following modifications to your testSQL.xml 
> file:
> 
> <dbws-builder>
>    <properties>
>      <property  name="projectName">testSQL</property>
>      <property  name="driver">oracle.jdbc.OracleDriver</property>
>      <property  name="url">jdbc:oracle:thin:@xxx:1521:xe</property>
>      <property  name="username">test</property>
>      <property  name="password">test123</property>
>      _<property 
> name="platformClassname">org.eclipse.persistence.platform.database.oracle.Oracle10Platform</property>_
>    </properties>
>    <sql
>      name="tablewithpk"
>      isCollection="false"
>      returnType="testSQLType"
>      >
>      <statement>_<![CDATA[_select id,text from
> TEST.TABLEWITHPK_]]>_</statement>
>      <build-statement>_<![CDATA[_select id,text from TEST.TABLEWITHPK
> where 0=1_]]>_</build-statement>
>    </sql>
> </dbws-builder>
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/DBWS-output-format-tp29903283p30010866.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top