[JBoss-user] [JBoss Portal] - 3rd Party SSO solutions

2006-06-07 Thread mcantrell
Will JBoss Portalworth with an external SSO solution such as CAS, Netegrity, Oblix, etc.? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949694#3949694 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949694

[JBoss-user] [JBossWS] - org.jboss.webservice.client.PortProxy - Port error NullPoint

2005-08-25 Thread mcantrell
I'm trying to build a DII client to my webservice as described in the Wiki here: http://wiki.jboss.org/wiki/Wiki.jsp?page=WSClientDII It's throwing a RemoteException on call.invoke | ServiceFactoryImpl serviceFactory = (ServiceFactoryImpl) ServiceFactory.newInstance(); | Service service

[JBoss-user] [JBossWS] - Re: org.jboss.webservice.client.PortProxy - Port error NullP

2005-08-25 Thread mcantrell
I forgot to post the server logs: | 09:46:55,787 DEBUG [ServiceEndpointServletJSE] doGet: http://localhost:8080/store-ws/StorePosServiceEndpoint?wsdl | 09:46:55,787 DEBUG [ServiceEndpointServletJSE] Set transport.url=/store-ws/StorePosServiceEndpoint | 09:46:55,787 DEBUG

[JBoss-user] [Messaging, JMS JBossMQ] - Re: EJBException: Could not instantiate bean

2005-08-22 Thread mcantrell
Thank you! I had Spring injecting a POJO service in the onEjbCreate method and it was reading the wrong context.xml file and I was getting a class cast exception. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3891126#3891126 Reply to the post :

[JBoss-user] [JBoss Portal] - CMS Portlet Features in Future Releases

2005-08-15 Thread mcantrell
We're evaluating JBoss Portal to replace an existing Portal (Jetspeed) with some custom CMS portlets that we've built. It doesn't appear that the current JBoss CMS will support most of the options that we need but I'd like to find out a little more about where it's headed in future releases. I

[JBoss-user] [Installation Configuration] - Internet Explorer errors on SSL with JBoss

2005-06-02 Thread mcantrell
I've recently installed a self-signed cert on JBoss-4.0.1sp1(with tomcat). Everything works great with Firefox and Java clients (we have servlet filters that are communicating over SSL with it). Every IE client we have renders a Page cannot be found error the first time. Upon reload, it just

[JBoss-user] [EJB/JBoss] - Re: Manifest Classpath Problem

2005-05-31 Thread mcantrell
Anyone have any ideas on this one? I'm still completely stumped. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879548#3879548 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879548

[JBoss-user] [EJB/JBoss] - Manifest Classpath Problem

2005-05-26 Thread mcantrell
I've got an EJB that won't deploy. The following error occurs: 11:15:17,875 WARN [verifier] EJB spec violation: | Bean : ItemAnalyzerService | Section: 22.2 | Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's

[JBoss-user] [Security JAAS/JBoss] - Importing Certificate Authorities

2005-05-25 Thread mcantrell
I have webapp that requires SSL communications to another webapp (which happens to be located on the same container for now). I've successfuly setup SSL according to the Wiki documentation: http://www.jboss.org/wiki/Wiki.jsp?page=SSLSetup SSL is working correctly. The certificate was signed

[JBoss-user] [Security JAAS/JBoss] - Re: Importing Certificate Authorities

2005-05-25 Thread mcantrell
Ahhh, please ignore. The answer seems obvious now. I had to add the ca root cert to the JRE's cacert keystore. I don't know why but I was expecting to put something into the jboss-service.xml. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879091#3879091

[JBoss-user] [JBoss Portal] - JAAS/SSO configuration

2005-05-24 Thread mcantrell
Hello, I'm researching JBoss Portal for a few projects. After browsing through the documentation, I have a few questions about JAAS and SSO. If someone has a few minutes to either go into detail on a few points or direct me to some further documentation, I'd greatly appreciate it. As I