[JBoss-user] [Security JAAS/JBoss] - Re: Multible datasources, Virtual host and EJB Login help

2006-06-09 Thread captrespect
Turns out it was because of the infamous jboss classloader. Configuring the class loader as described here http://raibledesigns.com/page/rd?entry=jboss_classloader_logic fixed all my problems. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950114#3950114

[JBoss-user] [Security JAAS/JBoss] - Multible datasources, Virtual host and EJB Login help

2006-06-05 Thread captrespect
I'm stuck. I'm trying to get my application to be deployed twice on the same instance of the server using virtual hosts. Each application will deploy on it's own using the virtual host, but if I try to deploy both at the same time, I get: | java.rmi.AccessException: SecurityException;

[JBoss-user] [Security JAAS/JBoss] - Re: Multible datasources, Virtual host and EJB Login help

2006-06-05 Thread captrespect
Oh yeah, I'm using jboss 3.2.7. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949149#3949149 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949149 ___ JBoss-user mailing list

[JBoss-user] [EJB/JBoss] - Re: IllegalStateException when trying to remove CMR

2004-12-20 Thread captrespect
just call iterator.remove() right before you call the remove() on the bean. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3859306#3859306 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859306

[JBoss-user] [HTTPD, Servlets JSP] - Re: SSL tomcat/jboss error during startup and when hit the s

2004-08-10 Thread captrespect
We have the same problem. Basicly we want the data encrypted but don't care (for the moment) about the certificate being verified. So basicly we would like to just get rid of the warning that prints on every single connection. View the original post :

[JBoss-user] [Beginners Corner] - Mysql 5.1 datasource problems

2004-04-06 Thread captrespect
We are trying to migrate our sql server database to mysql 5. I can't seem to get a datasource from the mysql 5 connection in my servlets. I can connect to the database by not using dbcp and using the connection string and I can get a datasource from MS Sql Server. Has anyone been about to do

[JBoss-user] [Beginners Corner] - Re: Mysql 5.1 datasource problems

2004-04-06 Thread captrespect
Nevermind. I solved this one already. On a hunch I removed my ms sql server jdbc driver, thinking they may be conflicting. Now It works fine. Can you use multiable types of databases at the same time? Or is this just an error in the driver? View the original post :

[JBoss-user] [Beginners Corner] - Re: Strange problem

2004-03-22 Thread captrespect
It has to be your path, although you could check the web.xml in the tomcat app (deploy/jbossweb-tomcat41.sar/web.xml) to be sure the file types are listed. Show us an example of your link and exactly where your files are in your war. a

[JBoss-user] [Beginners Corner] - Re: CMP composite key help

2004-03-17 Thread captrespect
loubyansky you are friggin' genous. You have no idea how long I've been pulling my hair out over this. Change one stupid capial letter and it works. Thanks a million, seriously. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826126#3826126;View the original post/a a

[JBoss-user] [Beginners Corner] - CMP composite key help

2004-03-16 Thread captrespect
Ok, I'm getting desperate here. I have a composite key that I can't get to work. The wierd thing is that half of the key seems to work, but not the other. In other words the SQL generated by JBoss for the getPrimaryKey method is SELECT rid from t_movements where rid = ? It should be SELECT

[JBoss-user] [Beginners Corner] - Serving Static content

2004-02-26 Thread captrespect
I've figured out how to serve static content, like a ton of images, that you don't want to put into a war file. I've seen partial answers to this but noone really put it all together. So, here's what you do: --Create a directory on the server for the pictures or static content. --In this