Re: STILL TRYING: [JBoss-user] CMP: Iterate Collection Performance Killer

2002-04-24 Thread Dain Sundstrom
Frank Morton wrote: >>Does your ejb-jar have a jbosscmp-jdbc.xml, or a jaws.xml? It should >>be only jbosscmp-jdbc.xml (although any jaws.xml should be ignored by >>JBoss 3.0 or later). Trying to use jaws.xml with JBoss 3.x is getting >>to be a FAQ issue, but I know Dain's been trying to help

Re: [JBoss-user] Moving from EJB 1.x to 2.x

2002-04-24 Thread danch
Frank Morton wrote: > Anyone know what these error messages mean when deploying > a 2.x entity bean? What exactly does this message mean: > > org.jboss...DeploymentException: expected one strategy tag > > I do have in my ejb-jar.xml a ... > entry, which is what I assume it is talking about. >

Re: STILL TRYING: [JBoss-user] CMP: Iterate Collection Performance Killer

2002-04-24 Thread Frank Morton
> Does your ejb-jar have a jbosscmp-jdbc.xml, or a jaws.xml? It should > be only jbosscmp-jdbc.xml (although any jaws.xml should be ignored by > JBoss 3.0 or later). Trying to use jaws.xml with JBoss 3.x is getting > to be a FAQ issue, but I know Dain's been trying to help you with this > so I

Re: STILL TRYING: [JBoss-user] CMP: Iterate Collection Performance Killer

2002-04-24 Thread Dain Sundstrom
danch wrote: > Hmm. > Well I can help with JAWS: JAWS really should be removed from the 3.0 > codebase because even if you deploy a vanilla 1.1 CMP bean, Dain's > JDBCStoreManager should be handling it (uh, right, Dain?). It should. It is not used much, so the code is probably more buggy. >

Re: [JBoss-user] GMS address

2002-04-24 Thread Andrew Scherpbier
Remove cluster-service.xml from your deploy directory or enable multicasting on your box. Mike Dougherty wrote: >I am trying to run RC1 on a Win2K box that doesn't seem to like (it just >hangs) some of the addresses it chooses. The console output just stops >at this point: > >>-

Re: [JBoss-user] Moving from EJB 1.x to 2.x

2002-04-24 Thread Frank Morton
> Does your ejbCreate method have "throws CreateException" in its definition > and the interfaces? > > > > Bean: Identifier > > Method: public String ejbCreate(String) > > Section: 10.6.4 > > Warning: The throws clause must define the javax.ejb.CreateException Turns out the ejbCreate method did

Re: STILL TRYING: [JBoss-user] CMP: Iterate Collection Performance Killer

2002-04-24 Thread danch
Frank Morton wrote: >>Wait. Are you using JAWS? I only ask that because all of the log stuff >>is from JAWS. >> >>If you are using JAWS, I can't help, because I don't know anything about >>the JAWS optimized loading process. >> >>-dain >> > > Well, I'm using 3.0 as distributed. I assumed if I s

[JBoss-user] Configuring JBoss-2.4.5/Tomcat-4.0.3 to use virtual hosts

2002-04-24 Thread Jakob Kramer
Greetings, I fear this topic may be beaten to death but I am in need of some guidance. I know JBoss 2.4.5 has support for virtual hosts as per the change log. What I need to know is which files need to be configured to allow this, as well as how to alter those files. Despite being new to Java d

Re: [JBoss-user] Moving from EJB 1.x to 2.x

2002-04-24 Thread Hunter Hillegas
Does your ejbCreate method have "throws CreateException" in its definition and the interfaces? > From: "Frank Morton" <[EMAIL PROTECTED]> > Date: Wed, 24 Apr 2002 16:10:22 -0500 > To: <[EMAIL PROTECTED]> > Subject: [JBoss-user] Moving from EJB 1.x to 2.x > > Bean: Identifier > Method: public St

[JBoss-user] javax.transaction.xa.xid not found

2002-04-24 Thread Eric Kaplan
Hi When I upgrade to 2.4.4 from 2.4.1, simply by pointing at the new directories, I get a NoClassDefFoundError when the app server tries to find javax.transaction.xa.Xid. This apparently was not a problem with 2.4.1. Ideas on what has changed and what I need to do? Can I use my old jboss.jcml?

[JBoss-user] Moving from EJB 1.x to 2.x

2002-04-24 Thread Frank Morton
Anyone know what these error messages mean when deploying a 2.x entity bean? What exactly does this message mean: org.jboss...DeploymentException: expected one strategy tag I do have in my ejb-jar.xml a ... entry, which is what I assume it is talking about. Also I get this message deploying a b

[JBoss-user] GMS address

2002-04-24 Thread Mike Dougherty
I am trying to run RC1 on a Win2K box that doesn't seem to like (it just hangs) some of the addresses it chooses. The console output just stops at this point: > >--- >GMS: address is dev08:1890 >--

[JBoss-user] Context Configuration for EmbeddedCatalinaServiceSX

2002-04-24 Thread Leonard Crowe
Title: Context Configuration for EmbeddedCatalinaServiceSX I posted this in the forum but wanted to try here as well... Sorry if this is already covered in another thread but I was not able to find one that really addressed my issue. I have a system that currently runs on the JBoss-2.4.4_Tomc

[JBoss-user] JBoss-2.4.5.RC2 Available

2002-04-24 Thread Scott M Stark
The second 2.4.5 release candidate is available from SourceForge here: http://sourceforge.net/project/showfiles.php?group_id=22866 See the release notes here: http://sourceforge.net/project/shownotes.php?release_id=83816 Scott Stark Chief Technology Officer JBoss Group,

Re: [JBoss-user] Building Catalina .sar (Tomcat to work with JBossBeta 2 HOWTO)?

2002-04-24 Thread Stephen Davidson
I was talking to Jules during JavaOne about this. He was saying that this was an issue with the JasperC (JSPC compiler). The workaround that he recommended was to precompile all the JSPs and put the compiled class files in the war file. -Steve -- In Between jobs, and just getting my new dev

Re: STILL TRYING: [JBoss-user] CMP: Iterate Collection Performance Killer

2002-04-24 Thread Dain Sundstrom
Frank Morton wrote: >>Wait. Are you using JAWS? I only ask that because all of the log stuff >>is from JAWS. > > Well, I'm using 3.0 as distributed. I assumed if I set cmp-version to "2.x" > that I would be using the persistence-manager for Standard CMP 2.x > EntityBean, which in standardjboss.

Re: STILL TRYING: [JBoss-user] CMP: Iterate Collection Performance Killer

2002-04-24 Thread Jon Swinth
> Does anyone have an entity bean that has a method that > returns a Collection that performs well with ~200 elements > in the Collection? Reaching it through a session bean is > fine. If so, would you share the source? I'm beginning to > believe that no one actually has done this successfully. Y

Re: STILL TRYING: [JBoss-user] CMP: Iterate Collection Performance Killer

2002-04-24 Thread Frank Morton
> Wait. Are you using JAWS? I only ask that because all of the log stuff > is from JAWS. > > If you are using JAWS, I can't help, because I don't know anything about > the JAWS optimized loading process. > > -dain Well, I'm using 3.0 as distributed. I assumed if I set cmp-version to "2.x" that I

Re: STILL TRYING: [JBoss-user] CMP: Iterate Collection Performance Killer

2002-04-24 Thread Dain Sundstrom
Wait. Are you using JAWS? I only ask that because all of the log stuff is from JAWS. If you are using JAWS, I can't help, because I don't know anything about the JAWS optimized loading process. -dain Frank Morton wrote: >>Dain wrote: >>BTW: there is a difference between doesn't work and is

Re: STILL TRYING: [JBoss-user] CMP: Iterate Collection Performance Killer

2002-04-24 Thread Frank Morton
> Dain wrote: > BTW: there is a difference between doesn't work and is not fast enough > for me. You are right about that. With all the weird things I have tried on this, I have never gotten an exception that I didn't cause which is a real testimony to the stability of 3.0.0.RC1. > Have you look

[JBoss-user] Re: JBoss-2.4.5_Tomcat-4.0.3 MAPPING configuration error

2002-04-24 Thread M
Hi, Sorry the subject was supposed to be more informative on the original message. Hopefully this will help. I found that adding the xerces.jar file to catalina/common/lib enabled me to start tomcat on its own but still don't have jboss+tomcat working. :( -- Regards, M Martin Sillence PR News

[JBoss-user] JBoss-2.4.5_Tomcat-4.0.3

2002-04-24 Thread M
Hi, With the new build of JBoss/Tomcat I cant seem to access any web pages: [INFO,Engine] StandardHost[localhost]: MAPPING configuration error for request URI The deployed ear file worked in the last build of jboss/tomcat I get the same message when I start it up with the webtest.ear file that