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

2002-11-15 Thread John Snyder
oy <[EMAIL 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

[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 to

[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 live

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

2002-11-03 Thread John Snyder
nsfer-Encoding: quoted-printable Bug 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, 200

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

2002-11-03 Thread John Snyder
estart JBoss every time I want to redeploy, to avoid this exception??? That would hardly be a viable option in a production environment... Any information/guidance would be most appreciated. Thanks, -- John - Original Message ----- From: John Snyder To: [EMAIL PROTECTED] Sent: Sund

[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? T

[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 = j

[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:   Co

[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] 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] 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 configura

[JBoss-user] ClassNotFoundException when working with Template

2002-09-29 Thread John Snyder
tation. I would be 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

[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.xml file, located at C:\[whatever]\jboss-3.0.0_tomcat-4.0.3\server\default\deploy, said this:   ]> Given the directory structure above, the location of catalina was incorrect.  It is

[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 it

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

2002-09-17 Thread John Snyder
ml file, which 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\