[JBoss-user] [JBossWS] - Re: No Internet Connection: Dom4J XML Parsing Error

2005-05-06 Thread jbriscoe
The solution to this problem was to change the web.xml file's web-app_2_3.dtd DTD to a location on the server's file system, so that JBossWS, dom4j would not attempt to retrieve the dtd durring server startup. I used an absolute path to the file using the file:/// protocol. I hope this helps.

[JBoss-user] [JBossWS] - Re: No Internet Connection: Dom4J XML Parsing Error

2005-05-06 Thread jbriscoe
Here is my web.xml file's contents: | | http://java.sun.com/dtd/web-app_2_3.dtd";> | | |Application | | | com.hello.security.SecurityServletListener | | | 20 | | | | action | org.apache.struts.action.ActionServlet |

[JBoss-user] [JBossWS] - No Internet Connection: Dom4J XML Parsing Error

2005-05-04 Thread jbriscoe
I have deployed a web service in 4.0.2RC1. My application cannot have an internet connection and when I startup JBoss I receive the following ERROR: | 2005-05-04 13:53:03,890 ERROR [org.jboss.webservice.ServiceDeployer] Cannot startup webservice for: my.war | org.jboss.deployment.Deploymen

[JBoss-user] [Installation & Configuration] - Re: Scheduling an Event

2005-04-15 Thread jbriscoe
You need this jar: $JBOSS_HOME/server/$YOURSERVER/lib/scheduler-plugin.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874099#3874099 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874099 --

[JBoss-user] [EJB/JBoss] - Lighter EJB Client Library

2005-02-11 Thread jbriscoe
I have an applet that calls upon a Stateless Session Bean deployed on JBoss 4.0.0RC2. I am currently using the following signed jboss client libraries; jbossall-client.jar, jcert.jar, jnet.jar, and jsse.jar. The jbossall-client.jar is a huge file; 4,218 KB , I was just wondering if anyone know

[JBoss-user] [Beginners Corner] - Re: File System ExternalContext Problem

2005-01-14 Thread jbriscoe
Sorry for taking so long to reply... Layout You need this layout: | C:\jboss\server\default\deploy\external-fs.sar | You need these files here: providerutil.jar, fscontext.jar | | \META-INF (This directory is where you put the files you wish to mount.) | You need these files here: jb

[JBoss-user] [Security & JAAS/JBoss] - Re: CustomLoginModule does not work because of cache?

2004-09-13 Thread jbriscoe
I don't want to set the cache to 0 because, I need a running list of authenticated users on the server. But at the same time I need the server to attempt to authenticate when a login is requested and the username and password is already authenticated. I think the JBoss or Tomcat code looks lik

[JBoss-user] [EJB/JBoss] - Re: Applet Security Error?

2004-07-23 Thread jbriscoe
What was the JAR file, I'm having the same problem. Thanks, Jacob View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843092#3843092 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843092 --

[JBoss-user] [Beginners Corner] - Re: File System ExternalContext Problem

2004-02-13 Thread jbriscoe
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821404#3821404 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821404 After fighting with mounting a file system in JNDI with JBoss 3.2.2 I have finally solved the problem!

[JBoss-user] [Datasource Configuration] - Re: ExternalContext Problem

2004-02-13 Thread jbriscoe
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821403#3821403 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821403 After fighting with mounting a file system in JNDI with JBoss 3.2.2 I have finally solved the problem!

[JBoss-user] [Installation & Configuration] - Re: Cannot see external context in JNDI namespace

2004-02-13 Thread jbriscoe
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821402#3821402 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821402 After fighting with mounting a file system in JNDI with JBoss 3.2.2 I have finally solved the problem!

[JBoss-user] [Beginners Corner] - File System ExternalContext Problem

2004-02-12 Thread jbriscoe
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821214#3821214 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821214 I am trying to load a directory's contents into JNDI, not an LDAP directory. I'm using JBoss 3.2.2RC3

[JBoss-user] [Datasource Configuration] - ExternalContext Problem

2004-02-12 Thread jbriscoe
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821213#3821213 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821213 I am trying to load a directory's contents into JNDI, not an LDAP directory. I'm using JBoss 3.2.2RC3