Re:[JBoss-user] Feature not implemented: no details -- ??

2002-11-15 Thread John Snyder
PROTECTED] To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] On Wednesday, November 13, 2002, at 12:52 PM, John Snyder wrote: Feature not implemented I think this is coming from your JDBC driver. If my memory serves me correctly, it's a MySQL JDBC driver error. Are you trying to use CLOB's

[JBoss-user] Re: ClassCastException on redeploy of .ear

2002-11-12 Thread John Snyder
Hey, thanks for sharing your solution Robert. It turned out I had the same problem, and now I am good to go. This is very strange to me, since the jndi properties never changed between deployments. This was a really frustrating bug. But, thanks to you, I've got a workaround I can certainly

[JBoss-user] Feature not implemented: no details -- ??

2002-11-12 Thread John Snyder
Hi all, I am getting an exception which I do not understand, and am hoping for some help. I have a servlet (RegistrationServlet), which creates a stateful session bean (RegistrationBean), which in turn uses a CMP entity bean called PersonBean. My problem arises when the RegistrationBean tries

[JBoss-user] FileNotFoundException Accessing Session bean from Servlet

2002-11-03 Thread John Snyder
Hello all, Using jboss-3.0.0_tomcat-4.0.3, I am trying to access a Session bean called Registration from within a servlet, both of which are part of an application called pc, deployed as pc.ear. I can access the bean with no problem from a stand-alone client, with the following code:

[JBoss-user] ClassCastException on redeploy of .ear

2002-11-03 Thread John Snyder
Hello all,Using jboss-3.0.0_tomcat-4.0.3, I am trying to access a Session bean called Registration from within a servlet, both of which are part of an application called pc, deployed as pc.ear. Here is the code I’m using to do it: Context jndiContext = getInitialContext();Object ref =

[JBoss-user] Re: FileNotFoundException Accessing Session bean from Servlet

2002-11-03 Thread John Snyder
That makes sense -- thanks. Are there any configuration changes I have to make to deployment or service descriptors when I move from 3.0 to 3.0.4, or should what I have for 3.0 work in the upgraded version, too? If there are modifications, is there any documentation listing the needed changes?

[JBoss-user] Re: ClassCastException on redeploy of .ear

2002-11-03 Thread John Snyder
in 3.0.0. Upgrade to 3.0.4. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message -=20 From: John Snyder=20 To: [EMAIL PROTECTED]=20 Sent: Sunday, November 03, 2002 9:31 AM Subject: [JBoss-user] ClassCastException

[JBoss-user] DatabaseServerLoginModule - failing authentication?

2002-10-27 Thread John Snyder
Hello all, I am trying to use the DatabaseServerLoginModule with jboss-3.0.0_tomcat-4.0.3, using a FORM login. All I am trying to do at this point is to secure a JSP page called Office.jsp. When I try to go to the JSP page, the login page comes up, as expected based on the web.xml

[JBoss-user] Re: DatabaseServerLoginModule - failing authentication?

2002-10-27 Thread John Snyder
On further testing and research, it looks like I was not failing authentication -- rather, I was authenticated, but I was not assigned the role, "Player". This explains why I was not routed to the authentication failure page. However, I am still at a loss to see why I am not being placed

[JBoss-user] Re: DatabaseServerLoginModule - failing authentication?

2002-10-27 Thread John Snyder
I solved this problem. For those who are interested: 1) Apparently, the DatabaseServerLoginModule does not like underscores in the application-policy name, and/or 2) The value of the role group column must be 'Roles'. Hope somebody besides me can learn something from this.

[JBoss-user] ClassNotFoundException when working with Template

2002-09-29 Thread John Snyder
very grateful for any assistance. Thanks, -- Rick SequenceGeneratorBean.java: *** package com.pc.session.utility; import java.rmi.*; import javax.ejb.*; import java.util.*; import java.sql.*; import javax.sql.*; import javax.naming.*; /** * Encapsulates the retrival of DB data * * @author Jo

[JBoss-user] NoClassDefFoundError: org/apache/catalina/LifecycleListener

2002-09-19 Thread John Snyder
I have downloaded and unzipped the jboss-3.0.0_tomcat-4.0.3 package. When I try to start jboss with the run.bat -c default command, I get the deployment error below. This is on a Windows 2000 machine.Could anyone PLEASE explain what I can do about this -- I can't do anything with JBoss if

[JBoss-user] NoClassDefFoundError: org/apache/catalina/LifecycleListener

2002-09-19 Thread John Snyder
OK, I fixed this problem. Here's what it was, in case anybody else wants to know. The tomcat4-service.xmlfile, located at C:\[whatever]\jboss-3.0.0_tomcat-4.0.3\server\default\deploy,said this: ?xml version="1.0" encoding="UTF-8"? !-- Set catalina.home to the location of the Tomcat-4.x

[JBoss-user] web-client.war not deploying in template

2002-09-17 Thread John Snyder
hich references ant.properties: * * ant @ C:\Java\jboss\template * Buildfile: build.xml check-environment: check-jboss: wrong-jboss: check-xdoclet: wrong-xdoclet: init: [echo] build.compiler = ${build.compiler} [echo] user.home = C:\Documents and Settings\John Snyd