[jboss-user] [JBoss/Spring Integration] - NotSerializableException: AbstractEntityManagerFactoryBean$M

2007-10-16 Thread alpheratz-jb
Question: has anyone seen the following before? [This is with 'All' config JBoss 4.2.1GA. and Spring 2.1M4 and Toplink Essentials JPA 2.0-b58g] | 14:36:08,158 ERROR | [org.jboss.web.tomcat.service.session.JBossCacheService] | externalizeSession(): exception occurred externalizing session

[jboss-user] [Clustering/JBoss] - Re: Session Replication - Concurrency Problems?

2007-05-08 Thread alpheratz-jb
Has anyone followed up on this issue? I am also seeing this (behind a cisco loadbalancer), my session timeout is 40 mins and I don't think that I am hitting this limit... | | 2007-05-08 16:14:38,538 INFO | [org.jboss.ha.framework.server.ClusterFileTransfer | ] Start push of file

[jboss-user] [Clustering/JBoss] - Re: Configuration for redundant ethernets

2007-04-10 Thread alpheratz-jb
Well, I have found a wrinkle... If I run $JBOSS_HOME/probe.sh, I don't get a listing of the cluster members. The application doesn't show any errors, it just behaves/exits normally, just as it would if there were no cluster members. Previously probe.sh gave me a listing of all the members in

[jboss-user] [Clustering/JBoss] - Re: Configuration for redundant ethernets

2007-04-10 Thread alpheratz-jb
Setting compatibility mode worked...I think. I now get: | [EMAIL PROTECTED] bin]# ./probe.sh | | -- send probe on /224.0.0.75:7500 | | | #1 (332 bytes): 147.209.225.205:37848 (TCEPartition) | local_addr=147.209.225.205:37848 | group_name=TCEPartition | version=2.4.1,

[jboss-user] [Clustering/JBoss] - Re: Configuration for redundant ethernets

2007-04-05 Thread alpheratz-jb
Thanks guys (all of you!). I picked up the 4.2.0CR1 version and so far it seems to be a thing of beauty. Cheers, Alph View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034956#4034956 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Configuration for redundant ethernets

2007-04-04 Thread alpheratz-jb
Thank you...fast reply, very impressive. Do you think that I will be able to pick up the version shipped with 4.2.0CR1 and put it into 4.0.5GA? | C:\DEVTOOLS\jboss-4.2.0.CR1\server\all\libjava -classpath jgroups.jar org.jgroups.Version | | Version:2.4.1 | CVS:$Id:

[jboss-user] [Clustering/JBoss] - Configuration for redundant ethernets

2007-04-03 Thread alpheratz-jb
I have two multihomed boxes. Each box is running two instances of JBoss 4.0.5GA, configured using the ServiceBindingManager. This all works very nicely as I have it at the moment. Now, Each box has 4 Ethernet NICs. I intend to use two NICs for HTTP service traffic and two for intra-cluster

[jboss-user] [Clustering/JBoss] - 2 instances/machine; redhat init script

2007-04-01 Thread alpheratz-jb
I have looked at $JBOSS_HOME/bin/jboss_init_redhat.sh. This seems inadequate if one wants to have 2 JBoss instances/machine... It can easily be copied/hacked to run $JBOSS_HOME/bin/run.sh -c config for each separate instance. BUT I can't see how the code for stop/status can relate to WHICH

[jboss-user] [Clustering/JBoss] - ServiceBindingManager and 4.2.0CR1

2007-04-01 Thread alpheratz-jb
I tried setting up ServiceBindingManager according to the wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine I find that when I start up the FIRST instance, I get an error telling me that port 4446 is already in use. The wiki says: anonymous wrote : AS

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JBoss 4.2.0CR1 chanaged behaviour: forTokens

2007-03-13 Thread alpheratz-jb
I didn't do anything special to get the error report...sorry. Alph View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027490#4027490 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4027490

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JBoss 4.2.0CR1 chanaged behaviour: forTokens

2007-03-12 Thread alpheratz-jb
The following had no problems under 4.0.5GA: | %@ page language=java pageEncoding=ISO-8859-1% | | %@ taglib prefix=c uri=http://java.sun.com/jsp/jstl/core% | | !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN | html | head | titleForTokens Test

[jboss-user] [Clustering/JBoss] - RFI: Minimal JBoss webapp cluster config

2007-01-11 Thread alpheratz-jb
I am developing a pure web application (no ejb/jms, etc.) using spring 2.0.1/spring webflow 1.0.1beta. I want this to run across a two-node JBoss cluster (not Tomcat...I SUSPECT that future iterations of the app WILL need EJB3 and I don't want to have to tell management to move platforms when

[jboss-user] [Installation, Configuration Deployment] - POSSIBLE: EAR with external 'content' directory?

2006-12-27 Thread alpheratz-jb
I'd like to deploy my application's 'code' (servlets/spring framework/ejbs/etc.) in an EAR. However, I'd like to have the associated 'content' stored outside the EAR...possibly as a exploded WAR, so that the content (JSPs and plain HTML) can be updated as needed, if not actually by an

[jboss-user] [Installation, Configuration Deployment] - Re: POSSIBLE: EAR with external 'content' directory?

2006-12-27 Thread alpheratz-jb
Thanks for the reply...appreciated. Alph View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996535#3996535 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996535 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: @Service EJB Undeploy error

2006-11-17 Thread alpheratz-jb
No answers? oh dear. I forgot to say that this is with the jems-installer-1.2.0.BETA3.jar. There is another post somewhere that indicates that this is jboss4.0.5 issue, since the poster says that going back to 4.0.4 solved is problem (can't find the other post now, though...) Cheers, Aplh

[jboss-user] [JBoss Seam] - Re: What do you guys think of this idea?

2006-11-16 Thread alpheratz-jb
I'd like to know your thoughts: what has driven you to propose this idea? I'm not sure I would use this in preference...in addition, possibly. I can see that it would make quick hacks easier and would be very useful for situations that only affect a single-page. I can see some disadvantages:

[jboss-user] [EJB 3.0] - @Service EJB Undeploy error

2006-11-15 Thread alpheratz-jb
I have an @Service EJB (see code). It deploys OK. it works OK. I can see the bean being driven through its lifecycle OK. I can see ssetValue being called. I can see the value in the MBean Inspector page. However on undeploy/redeploy I get an exception (see traces): |

[jboss-user] [JBoss Seam] - Re: Trinidad example uploaded to wiki

2006-11-12 Thread alpheratz-jb
Thanks, Gavin. I modified the inputText tags in 'register.xhtml' as follows. From: | table border=0 | s:validateAll | ... | tr |tdPassword/td |tdtr:inputText value=#{user.password} secret=true |

[jboss-user] [JBoss Seam] - Re: Trinidad example uploaded to wiki

2006-11-12 Thread alpheratz-jb
Understood...thanks Gavin. I believe that tr:input* / are UIComponents. The feeling I get here is: only use standard JSF for form components/validation. Maybe something should go in the doco regarding this, especially since Trinidad is now mentioned explicitly (ch 16): anonymous wrote : |

[jboss-user] [JBoss Seam] - Small typo in Beta2 PDF

2006-11-11 Thread alpheratz-jb
In the Beta2 PDF on page 179 of 193: | @PersistenceContext | public void setBookingDatabase(User em) { | this.em = em; | } | My guess is that the parameter type should not be a 'User.' Trivial, I know, but... Cheers, Alph View the original post :

[jboss-user] [JBoss Seam] - Re: Trinidad example uploaded to wiki

2006-11-11 Thread alpheratz-jb
Just tried this with Beta2 and jboss4.0.5ga. All is great when valid input is presented to the Register New User form. If, however just a single character is entered into each field, hibernate validation cuts in (good) and the browser is shown an error 500 (bad), thus: | HTTP Status 500 -

[jboss-user] [JBoss jBPM] - Re: org.jbpm.JbpmException: transition in node 'StartState(s

2006-10-31 Thread alpheratz-jb
I rolled back to jbpm-3.1.1.jar (from jbpm-3.1.2.jar) and all is now well. I noticed the following message on my console: transition to='page1' on node 'starter-upper' cannot be resolved I tracked this down to the following in org.jbpm.jpdl.xml.JpdlXmlReader: | public void

[jboss-user] [JBoss Seam] - org.jbpm.JbpmException: transition in node 'StartState(start

2006-10-30 Thread alpheratz-jb
Hi guys. I am getting the above exception and am a bit puzzled so any help is gratefully received (as always). Basically, I am just trying to define a two-page register user wizard but I am falling at the first hurdle. This is with Seam 1.1 beta1 and jboss 4.0.4ga. Cheers, Alph. --- My

[jboss-user] [JBoss Seam] - Re: Postback/form resubmission detection

2006-10-11 Thread alpheratz-jb
Sigh. Nothing is ever easy, eh! I get: === javax.servlet.ServletException: could not instantiate ClassValidator at javax.faces.webapp.FacesServlet.service(FacesServlet.java:121) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)

[jboss-user] [JBoss Seam] - Re: Postback/form resubmission detection

2006-10-11 Thread alpheratz-jb
current workaround is to copy default messageset from org.hibernate.validator.resources.DefaultValidatorMessages.properties Then...its like a bought one! Still...I'll have to give CVS version a try. Alph View the original post :

[jboss-user] [JBoss Seam] - Re: Postback/form resubmission detection

2006-10-10 Thread alpheratz-jb
It Just Works. It sure does! MANY thanks...it is coming together for me now! My (poor longsuffering) wife just heard me exclaim Gavin, you genious! I LIKE this feature (now I understand it, of course...) This is exactly what I mean by simple solution and a high-level note. When I evaluate a

[jboss-user] [JBoss Seam] - Re: Postback/form resubmission detection

2006-10-10 Thread alpheratz-jb
Looking forward to 1.1! Already like s:decorate... Any suggestions to how to handle the UI aspects of postback. At the moment, I can use h:messages / to display No conversation at the bottom of the page but I'd like to be able to display something nicer. I guess also I'd like to be able to

[jboss-user] [JBoss Seam] - Re: Postback/form resubmission detection

2006-10-10 Thread alpheratz-jb
I haven't yet actually tried the s:* tags YET. I have h:message for= with my input elements and h:messages in the page body... When I do a back-button/resubmit, I see no messages against any input element and only No conversation from the h:messages tag. I guess that the you are not in a

[jboss-user] [JBoss Seam] - Postback/form resubmission detection

2006-10-09 Thread alpheratz-jb
This is probably a FAQ but here goes anyway. Consider a very simple app (PURE JSF, no pageflows, etc): 1 home page that kicks off to a form that, on successful submission returns to the home page (which redisplays the--now updated--data). Consider: the user now hits the browser back button and

[jboss-user] [JBoss Seam] - Backing Bean not being updated

2006-10-01 Thread alpheratz-jb
Hi all, I am trying to build a simple test app with a single page that links to a second form page that on submission adds data to be displayed by the first page My problem is that the backing entity bean is never updated by the form. For example, regardless of whatever I enter into the

[jboss-user] [JBoss Seam] - Re: org.jboss.seam.jsf.SeamNavigationHandler is no javax.fac

2006-09-26 Thread alpheratz-jb
Thanks for the reply. I did think of classloading issues. I have tried modifying META-INF/jboss-app.xml: jboss-app loader-repository seam.jboss.org:loader=seam-dnd loader-repository-config java2ParentDelegation=false /loader-repository-config

[jboss-user] [JBoss Seam] - org.jboss.seam.jsf.SeamNavigationHandler is no javax.faces.a

2006-09-25 Thread alpheratz-jb
Tring to use apache Tomahawk table/scroller tags. App curently has 2 entities, 2 entity managers and just home.xhtml. Using myfaces 1.1.5 (have tried all versions, actually...same result as shown here) with Tomahawk 1.1.5. Myfaces jars only in