> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: 3. desember 2002 23:46
> To: [EMAIL PROTECTED]
> Subject: [Middlegen-user] mssql 2000 jdbc driver
>
>
> Hi,
>
> I have a small problem with middlegen when I use the mssql 2000 jdbc
> driver.  It puts the schema name in front of the table name in the
> @ejb.persistence tag.  Instead of @ejb.persistence table-name="contacts",
> I get @ejb.persistence table-name="dbo.contacts".  This results in syntax
> errors which abort the deployment.
>

We added the schema name because some ejb container (or was it jdbc driver?)
required the schema name to _be_ present.

> I added an option to middlegen to take care of the problem but I was
> wondering if there was a way to fix it without a source change.  I didn't

Currently there is no such option. Your patch to make this optional is most
welcome.

> see one but I haven't used middlegen very long so I could have easily
> missed something.  If it turns out that the change is needed,  I'll submit
> it as a patch.
>
> Thanks,
> Scott
>

Cheers,
Aslak

>
> --------------------------------------------------------------------
> mail2web - Check your email from the web at
> http://mail2web.com/ .
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Microsoft Visual Studio.NET
> comprehensive development tool, built to increase your
> productivity. Try a free online hosted session at:
> http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
> _______________________________________________
> middlegen-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/middlegen-user



-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your 
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
middlegen-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/middlegen-user

Reply via email to