[JBoss-user] [JBoss Eclipse IDE (users)] - java.security.AccessControlException: access denied

2006-06-18 Thread bbeloff
Hi. I have a serious problem with starting JBoss from within the Eclipse JBoss-IDE. When I attempt to do a Start with the Server Navigator, I get: | Failed to boot JBoss: | java.security.AccessControlException: access denied (java.util.PropertyPermission * read,write) | at

[JBoss-user] [JBoss Eclipse IDE (users)] - Web Services Test Client, Axis, and J2SE 5.0

2006-05-26 Thread bbeloff
Hi I've been using the JBoss IDE Web Services Test Client wizard. It works great, but it doesn't generate J2SE 5.0-compatible code. It would be a big help to be able to fix this. It seems to me that the main problem is Axis, and specifically references to Axis packages named 'enum'. I

[JBoss-user] [Beginners Corner] - debugging class loading issues

2005-12-13 Thread bbeloff
Hi This might be a general Java programming qustion, but I think it's highly relevant to application programmers working with JBoss, given the complexity of class loading issues... It would be a great help to be able to know which JAR file was used by the classloader to load a specific class,

[JBoss-user] [Security JAAS/JBoss] - XMLLoginConfig / PassSecurityDomainName

2005-11-26 Thread bbeloff
Hi I've got a custom LoginModule that needs to obtain the security domain name for the request. Currently I do this with a module-option element of each application-policy / authentication in my own login-config.xml file. It would be a big help if this was passed automatically. I notice that

[JBoss-user] [Security JAAS/JBoss] - Custom Login Module and Web Context?

2005-11-20 Thread bbeloff
Hi I've got a situation where the context-root of each of a number of web applications should be used as part of the WHERE clause in the principalsQuery of a database login module. Specifically, I have a number of web applications that should share a single login module. But when the query

[JBoss-user] [Beginners Corner] - Different behavior of POJO in EJB and Web contexts

2005-07-28 Thread bbeloff
Hi I've got a collection of classes that use Castor to generate some XML, using a Castor-style XML mapping within a J2EE application. I've got a problem here that's got me beat, I hope someone can help. When I invoke this arrangement from a Web context (specifically, from the constructor

[JBoss-user] [JNDI/Naming/Network] - Starting failed jboss:service=Naming java.lang.ClassCastExce

2005-06-21 Thread bbeloff
Hi I've got a serious problem deploying an application to JBoss 4.0.2. The application ran fine on JBoss 3.2.6. Without the application deployed, JBoss 4.0.2 runs fine, with MySQL. With my application library JAR files in server/default/lib, startup always fails. The following is a snippet

[JBoss-user] [Beginners Corner] - Phantom goGet(..) Invocations?

2005-02-06 Thread bbeloff
Hi. I've got a problem I'm finding hard to nail down ... I'm running JBoss 3.2.6. I've got an application with a number of EJBs, Servlets, etc. I've found a peculiar issue with one servlet, which implements both doGet(...) and doPost(..). (1) In some cases, where a browser submits a POST

[JBoss-user] [Installation Configuration] - Re: security-domain and JBoss 3.2.6

2004-10-16 Thread bbeloff
Fixed it! The file deploy/jbossweb-tomcat50.sar/META-INF/jboss-service.xml had been over-written with the equivalent file from JBoss 3.2.5. With the correct file restored, the application-policy is found correctly. Bruno. View the original post :

[JBoss-user] [Installation Configuration] - security-domain and JBoss 3.2.6

2004-10-15 Thread bbeloff
Hi. I've got a problem moving from JBoss 3.2.5 to 3.2.6. It seems like my security-domain isn't being recognised. The security-domain is specified in the jboss-web.xml of a number of deployed applications as: | security-domainjava:/jaas/ClassCalendar/security-domain | The

[JBoss-user] [Installation Configuration] - Re: Configuring for application context root '/'

2004-08-26 Thread bbeloff
Thank you very much for that. This works fine, but I also removed ROOT.war from deploy/jbossweb-tomcat50.sar, and named my own application web archive ROOT.war (deployed within my own application's EAR file). I'm not sure what all the functions of the default ROOT.war are, and whether I'm

[JBoss-user] [Installation Configuration] - Configuring for application context root '/'

2004-08-23 Thread bbeloff
Hi. I want to configure the JBoss 3.2.5 default server to enable an application with context root '/', containing a servlet with url pattern '/' - so that I can invoke the servlet with the url 'http://localhost:8080/'. Is this possible? Is there any documentation covering this? Thank you

[JBoss-user] [Security JAAS/JBoss] - HTTPS Redirection to 8443

2004-08-13 Thread bbeloff
Hi I'm using JBoss 3.2.3. I'm trying to use HTTPS, and I've got a redirect problem - I want to redirect to port 8443, but the redirect goes to port 443. How do I correct this? My jboss-service.xml file contains: |!-- A HTTP/1.1 Connector on port 8080 -- |

[JBoss-user] [Beginners Corner] - Serving files with Tomcat / JBoss

2004-06-28 Thread bbeloff
Hi I'm writing a Servlet / EJB application and deploying to JBoss 3.2.3. One of the application's functions should allow a Web client to upload image files, which will then be served by Tomcat. The idea is to store the name of the image file in the back-end database, and store the file