[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss - Error while checking if table aleady exists

2004-03-19 Thread loubyansky
Frankly, I don't know. Maybe there is some other cause. This is what I found in the 
net.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826534#3826534;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826534Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss - Error while checking if table aleady exists

2004-03-17 Thread loubyansky
Actually we have server.policy file that by default grants all permissions.
Is the user on behalf of which you run JBoss able to execute DDL using the driver 
(outside JBoss)?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826106#3826106;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826106Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss - Error while checking if table aleady exists

2004-03-15 Thread cmargulhano
Hi Alex,

I modified the file C:\java\JBuilderX\jdk1.4\jre\lib\security\java.policy inserting 
the permissions that you talked about. But does not work yet.
Is this the correct file?

Thank you.

Regards,
Claudio

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825756#3825756;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825756Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss - Error while checking if table aleady exists

2004-03-13 Thread loubyansky
This is the driver who threw the exception, not the JBoss. So, the problem is with the 
system setup.
Some snippets from SQL Server docs:

To use insensitive scrollable cursors, and perform client-side sorting of
some DatabaseMetaData ResultSets, all code bases must have access to
temporary files. If access to temporary files is not available, the driver
may throw an exception indicating that it is unable to set up a static
cursor cache.

For JDK 1.1 environments, access to current working directory must be
granted.

For Java 2 environments, access to the temporary directory specified by the
VM configuration must be granted.

The following is an example of permissions being granted for the C:\TEMP
directory:

// permissions granted to all domains
grant {
// Permission to create and delete temporary files.
// Adjust the temporary directory for your environment.
permission java.io.FilePermission C:\\TEMP\\-, read,write,delete;
}; 

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825484#3825484;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825484Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user