[JBoss-user] [JBoss Portal] - Personalization

2005-09-14 Thread rickmacc
This is more of a roadmap question but I don't see it in Jira so here goes: Are there any plans to allow individual users to select which portlets they'd like to see? Thanks, Rick View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3894735#3894735 Reply to the po

[JBoss-user] JBossSX Question

2003-09-24 Thread rickmacc
Hi, I've got a webapp deployed in a JBoss 3.2.2 server making RMI calls to some EJB's deployed in a remote JBoss 3.2.2 server. I've got method permissions on the remote EJB's and I'm trying to work through the most efficient way to maintain the correct security credentials as I make the EJB

[JBoss-user] War Client calling EJB's in remote server

2003-09-11 Thread rickmacc
I've been having trouble calling EJB's in a remote JBoss server from a War client. Here's my environment Client War deployed in JBoss 2.4.4 using Tomcat EJB ear deployed in remote JBoss 3.2 I can call the EJB's from a standalone client no problem, when I look at the output from the following co

[JBoss-user] Re: IllegalStateException in 3.2.1

2003-06-10 Thread rickmacc
I had some container-configuration elements in the jboss.xml from the 2.4.4 distro that were getting in the way. For what it's worth, I discovered it by rolling back to 3.0.8 and redeploying. 3.0.8 wrote out a log message saying that I should switch to the Proxy Factory when it deployed the ear

[JBoss-user] IllegalStateException in 3.2.1

2003-06-10 Thread rickmacc
I'm getting an IllegalStateException when trying to access my SLSB in JBoss 3.2.1. I'm trying to upgrade from JBoss 2.4.4 where the same ear runs without issue. I'm calling this SLSB from a tag in a jsp. The exception is being thrown in the StatelessSessionContainer and, from looking at the sour

[JBoss-user] JBoss 3 Newbie War Question

2003-06-04 Thread rickmacc
I'm trying to upgrade from the JBoss 2.4.4/Tomcat bundle to the JBoss 3.2.1/Tomcat bundle. I'm deploying an ear with a war packaged inside. The problem I'm having is that the War doesn't get expanded and part of what my application needs to do is locate some files in the war and read them at run

[JBoss-user] JBoss 3.2.1 Log4JService - possible configuration bug

2003-06-03 Thread rickmacc
Hi, I'm in the process of upgrading from JBoss 2.4.4 to JBoss 3.2.1. I was working on fixing up some of the configuration files and noticed in the stock jboss-service.xml file that the property for the org.apache.log4j.helpers.LogLog attribute is "QuiteMode" instead of "QuietMode". I'm sure you

Re: [JBoss-user] Startup Ordering problem with 4.0 Alpha

2002-12-10 Thread rickmacc
Sorry for the delayed response. We've not been able to get the dependency timing to work out. The queues start up and try to connect to hypersonic before hypersonic is ready. Even though there are dependencies set up in all of the queue entries, they don't seem to respect whether or not the Hyperso

[JBoss-user] Startup Ordering problem with 4.0 Alpha

2002-12-05 Thread rickmacc
Hi, I'm having trouble setting up JMS queues backed by Hypersonic with JBoss 4.0 alpha. The trouble is that the Hypersonic service appears to be up (at least as far as the dependency check is concerned) so the rest of the services try to start. The problem occurs when the Queue manager tries to

[JBoss-user] JBoss 4.0.0 alpha Transaction Problems

2002-09-05 Thread rickmacc
Hi, I'm using ZBoss 4.0.0 alpha to build some axis services. The problem I'm having though is related to the EJB container. I have a stateless session bean that throws an application exception (extending java.lang.Exception) and this causes my transaction to roll back. I thought that only excep

[JBoss-user] JBoss 2.4.6 Tomcat 4.0.3 webapp classpath problem

2002-07-31 Thread rickmacc
I downloaded the JBoss-2.4.6-Tomcat-4.0.3 distro and deployed my ear to the jboss/deploy directory. Unfortunately, Tomcat can't seem to find classes in my WEB-INF/classes directory. The same ear works fine with JBoss-2.4.4-Tomcat 3.2.3. If I add the classes to the JBOSS_CLASSPATH, everything works

[JBoss-user] InvalidClassException

2002-03-18 Thread rickmacc
I've got two Ear files, both of which contain some of the same classes. When I deploy both of them in the same JBoss instance, I get the following: java.lang.reflect.UndeclaredThrowableException: [EmbeddedTomcatSX] java.io.InvalidClassException Local class not compatible: stream classdesc seria

[JBoss-user] Startup Execution Order

2001-05-18 Thread rickmacc
We're having some trouble when we have to restart JBoss. The situation seems to be that the web server port starts listening for connections before the appserver is fully spun up. In our case, we're under a fair amount of load so while the server is coming up, it starts trying to take requests