[jboss-user] [Security & JAAS/JBoss] - Form Based Login Question: Redirect to different page after

2007-03-12 Thread rkapil
We are using form based J2EE security in combination with a custom UsernamePasswordLoginModule. The entire web site is protected. | FORM | ASM AD Authentication | | /login/login.jsp | |

[jboss-user] [Management, JMX/JBoss] - mbean definition doesn't work moving from 3.2.5 to 4.0.4

2006-09-14 Thread rkapil
Sorry if this is a redundant question. I searched the board and found something similar, but I still don't know what changes I need to make in my xml file. It works fine in JBoss 3.2.5, but throws an exception in 4.0.4. Any help would be appreciated. Here is the file: | | http://www.jbo

[jboss-user] [JBoss/Spring Integration] - NoSuchMethodError when trying to deploy sample ear

2006-09-28 Thread rkapil
Any help would be appreciated. 11:15:36,350 INFO [EARDeployer] Init J2EE application: file:/C:/usr/jboss4.0.4/server/default/deploy/JBoss-Spring. ear 11:15:36,541 INFO [CollectionFactory] JDK 1.4+ collections available 11:15:36,611 INFO [NamedXmlBeanDefinitionReader] Loading XML bean definitio

[jboss-user] [JBoss/Spring Integration] - Re: NoSuchMethodError when trying to deploy sample ear

2006-09-28 Thread rkapil
By the way, I'm definitely using the latest version of JBoss-Spring, and this doesn't look like a Spring version issue because the class/method involved are from JBoss-Spring. java.lang.NoSuchMethodError: org.jboss.spring.factory.NamedXmlBeanDefinitionReader.createReaderContext(Lorg/springfram

[jboss-user] [JBoss/Spring Integration] - Re: JBoss-Spring with Spring 2.0-rc1 NoClassDefFoundError

2006-09-28 Thread rkapil
"seko" wrote : Hi, | | I've tried to setup JBoss-Spring Integration version 4, jboss-spring-jdk5.deployer with JBoss4.0.4GA, and have found that it uses Spring 2.0-m3 jars. | So I've deleted those jars and put the all-in-one spring.jar in place, from version 2.0-rc1 of the Spring framewor

[jboss-user] [JBoss jBPM] - Missing project file in 3.2.2

2007-10-18 Thread rkapil
Tutorial says: anonymous wrote : Then do "File" --> "Import..." --> "Existing Project into Workspace". Click "Next" Then, browse for the jBPM root directory and click "Finish". Now you have a jbpm.3 project in your workspace. Problem is, there's no jbpm.3 project file. I've downloaded about 5 z

[jboss-user] [JBoss jBPM] - Re: Missing project file in 3.2.2

2007-10-19 Thread rkapil
"kukeltje" wrote : That is because there is no jbpm source tarball anymore. Use anonymous cvs access to get the source. Nah. I can't access the cvs server from work and don't need the hassle. Thanks anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40970

[jboss-user] [JBoss Seam] - Serious Classloader Problems

2007-11-01 Thread rkapil
Our JBoss instance has several JSF web applications with their own JSF implementations, so we had to remove the jars in jbossweb-tomcat55.sar\jsf-libs so they wouldn't conflict. So now I want to experiment with Seam, but when I try to deploy the 1.2.1.GA examples it starts puking about not hav

[jboss-user] [JBoss Seam] - Re: Serious Classloader Problems

2007-11-02 Thread rkapil
"thejavafreak" wrote : What JBoss version are you using? Try using JBoss 4.0.5 and don't add myfaces library in WEB-INF/lib. I'm using 4.0.5GA. Like I said, we had to remove the myfaces libraries from jbossweb-tomcat55.sar\jsf-libs because they conflicted with the JSF libraries used by other we