RE: [JBoss-user] admins, could you please fix the mailing list?

2003-09-03 Thread James Higginbotham
Is is this result of intentional neglect from the JBoss team, or simply a matter of poor response from the actual list host - sf.net? Jboss isn't the only list seeing this problem, and sf.net isn't the only mailing list host that has these issues as well. A kind email to sf.net may help, though I

RE: [JBoss-user] JBoss: Not Ready For Prime Time

2003-03-26 Thread James Higginbotham
Ok, thanks. Your detailed analysis will be reviewed when more time allows. -Original Message- From: Ed Brown [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 9:02 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss: Not Ready For Prime Time I've been monitoring

RE: [JBoss-user] Jboss integration with Eclipse (remote deployment and control)

2003-02-28 Thread James Higginbotham
I do this with a combonation of JBoss IDE (rocks!) and an ant deploy target. You can see the logs, console output of jboss when the hotdeploy occurs from within JBoss IDE.. Give it a shot, its nice! Actually making me split my time between Emacs/JDE (opening non-project files and such) and

RE: [JBoss-user] jboss backup management: howto?

2003-02-15 Thread James Higginbotham
Here are the complete set of docs for you and David to munch on.. Hope this helps out with your needs and an overall solution from David (if the current option(s) don't meet your needs). This also hints to the multipool setup they have for DB failover if you are running hot spares, etc. James

RE: [JBoss-user] jboss backup management: howto?

2003-02-14 Thread James Higginbotham
How does WebLogic handle a database taken down (as the original appender posited)? Obviously, simply requesting a new connection because it's connection-testing SQL failed is not a great idea. If the database is taken out of service for 2 hrs for maintenance, a simplistic approach will

RE: [JBoss-user] jboss backup management: howto?

2003-02-14 Thread James Higginbotham
On 2003.02.14 10:17 James Higginbotham wrote: How does WebLogic handle a database taken down (as the original appender posited)? Obviously, simply requesting a new connection because it's connection-testing SQL failed is not a great idea. If the database is taken out of service for 2 hrs

RE: [JBoss-user] Interesting article! JBoss is scaring BEAway!!!

2003-02-07 Thread James Higginbotham
So, how long before BEA decides to embed jboss and simply build value add on top and stop maintaining its code that has been around since '98? Or, give their base server away for free and charge for support? I'd love to see the article: BEA accepts defeat against JBoss's superior architecture and

RE: [JBoss-user] Problems deploying an EAR on JBoss 3.2

2003-02-03 Thread James Higginbotham
Title: Message Wow! I've been seeing this on 3.0.6 as well but thought it was our complex build system.. I end up having to delete the tmp, db, and log directories (just be be sane and clear the logs for my sake) and things deploy fine.. This didn't happen on 3.0.4, so something has changed

RE: [JBoss-user] Building Jboss from the source

2003-01-20 Thread James Higginbotham
I think the jboss-all cvs module is dead.. Search the list archives at www.mail-archive.com to find the list of modules.. I know jboss-head is one, and maybe something like jboss-3.0 or something for the latest 3.0 code?! HTH, James -Original Message- From: Marco Tedone [mailto:[EMAIL

RE: Alternative JMS Providers (Was: Re: [JBoss-user] jms issues)

2003-01-20 Thread James Higginbotham
I had heard something about clusterable JMS support in 4.0? I know that doesn't solve your immediate problems, but thought that more work will be going into the JMS mbeans as that occurs.. Just a thought.. -Original Message- From: Stefan Arentz [mailto:[EMAIL PROTECTED]] Sent:

RE: [JBoss-user] Deploying tools

2003-01-19 Thread James Higginbotham
Get the Jboss source for the version you are using, and take a look at the testsuite/... For a JBossUnitTest.java.. In there, you will see setup information for deploying jars from a unit test. I'm going to be doc'ing them and repackaging them for use by the general populace, but its pretty

RE: [JBoss-user] Store large pdfs with JBoss

2003-01-13 Thread James Higginbotham
There are a lot of content management/HSM products already out there, but I personally have not found one within Open Source world that would satisfy my requirements, maybe you'll have better luck and share with us? :-) No kidding! I spent 2 weeks researching OSS CMS systems, and found

RE: [JBoss-user] Why PHP why not JSP?

2003-01-09 Thread James Higginbotham
No one to you? Jboss is going all PHP. Java is so '97 ;) j/k -Original Message- From: Christopher Blunck [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 7:45 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Why PHP why not JSP? Does anybody (other than me) find

[JBoss-user] RE: [JBoss-dev] ANNOUNCE: BeanShell JBoss sub-deployer in HEAD

2003-01-08 Thread James Higginbotham
I wonder if it would be possible to put the .bsh in a .sar in your .ear? Not sure, haven't tried it.. And agreed, this bsh support really is interesting.. -Original Message- From: Adam Heath [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 11:52 AM To: Jboss-Dev Cc:

[JBoss-user] RE: [JBoss-dev] ANNOUNCE: BeanShell JBoss sub-deployer in HEAD

2003-01-07 Thread James Higginbotham
Sounds very interesting.. I wonder how it might help to integrate Jboss and Emacs/JDEE, since they use the bsh to perform Lisp-Java integration.. James -Original Message- From: Sacha Labourey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 3:57 AM To: Jboss-Dev Cc:

RE: [JBoss-user] Some J2EE questions... please help

2003-01-07 Thread James Higginbotham
Title: Message Answers inline.. I'd suggest reading all the specs for the associated j2ee technologies to solve the simple questions.. HTH, James -Original Message-From: Sasidharan, Manoj [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 1:01 PMTo: [EMAIL

RE: [JBoss-user] Store large pdfs with JBoss

2003-01-03 Thread James Higginbotham
Title: Message Agreed.. Jakarta's Slide is another option, as it is an OSSWebDAV-compliant server that will let you configure namespaces for using the filesystem, a DB, or any pluggable store (e.g. /files is for the filestore, while /office_docs is targeted to a DB). It also supports the

RE: [JBoss-user] Non-HTTP Servlets?

2003-01-02 Thread James Higginbotham
Yes, this is quite standard. Use GenericServlet as your base class. That's cool.. You or anyone else remember if there is a deployment descriptor to indicate the port to bind to? Its been a looong time since I've looked at anything but HTTPServlets, but this thread sparked my interest once

RE: [JBoss-user] Non-HTTP Servlets?

2003-01-02 Thread James Higginbotham
of the Java Web Server or JSDK or something.. James -Original Message- From: James Higginbotham Sent: Thursday, January 02, 2003 10:34 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Non-HTTP Servlets? Yes, this is quite standard. Use GenericServlet as your base class. That's

RE: [JBoss-user] JBoss vs. JRun 4

2002-11-23 Thread James Higginbotham
Hi, Well, I haven't used Jrun in a few years, but I know that they are almost always behind on the specs. And since its not open source, you don't have a clue what's going on inside the server when something gets screwy. Take it from someone who used to be a big Weblogic fan (back to 4.x and even

RE: [JBoss-user] Re: [JBoss-dev] JBoss-3.2.0beta2 released

2002-11-20 Thread James Higginbotham
Its been moved to :8080/jmx-console (at least in 3.0.4 it was) James -Original Message- From: Tom Coleman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 5:34 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Re: [JBoss-dev] JBoss-3.2.0beta2 released Port 8082 in

RE: [JBoss-user] how to produce pdf files like jboss getting started guide?

2002-11-20 Thread James Higginbotham
Couldn't you just do DocBook and a PDF FO using Xalan? I use DocBook for about everything, esp project docs and such... It's a little cumbersome doing XML rather than WYSIWYG, but I can be in Emacs and edit my document as well as go to my code easily, and I can target HTML or whatever. Just my

RE: [JBoss-user] MBean Question

2002-11-04 Thread James Higginbotham
I believe the mbean spec from Sun requires the interface and impl to be in the same package, with a specific naming convention. Check the spec for details.. James -Original Message- From: Greg Turner [mailto:gturner;tiburon-e-systems.com] Sent: Monday, November 04, 2002 10:21 AM To:

RE: [JBoss-user] MBean Question

2002-11-04 Thread James Higginbotham
JBoss training has a diagram of a sar file that shows the MBean and its interface as being in different packages. Scott or Juha want to weigh in here ? Greg James Higginbotham wrote: I believe the mbean spec from Sun requires the interface and impl to be in the same package

RE: [JBoss-user] MBean Question

2002-11-04 Thread James Higginbotham
Title: Message Oh well, perhaps this could be thought of as a flaw in JMX spec. Agreed. I'd even consider the entire lack of the service lifecycle API that jboss provides as a big flaw in the JMX spec.It just makes sense to offer lifecycle support to any good framework, esp management APIs.

RE: [JBoss-user] LocalEJB support in 3.*?

2002-10-16 Thread James Higginbotham
Heh.. If you look at your query results, you will see: Did you mean:local ejb jboss You might try clicking on that.. Short answer: yes, they support local EJBs per the EJB 2.0 spec. James -Original Message- From: otisg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16,

RE: [JBoss-user] Log4j or apache.common.logging?

2002-10-15 Thread James Higginbotham
Title: Message Search www.mail-archive.com under the jboss-dev list for a thread on this. Short answer, no. James -Original Message-From: Enrique Vetere [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:33 PMTo: 'Jboss-UserSubject: [JBoss-user] Log4j or

RE: [JBoss-user] MBeans, EJBConnector, and Security

2002-10-08 Thread James Higginbotham
Title: Message Can anyone shed some light on this? Is there anything extra needed to help diagnose? I'm on JB 3.0.0 using JDK 1.3.1, also. Any pointers as to what I am doing wrong would be greatly appreciated! Thanks, James -Original Message-From: James Higginbotham Sent

[JBoss-user] Adding a custom DeploymentSorter

2002-10-08 Thread James Higginbotham
Title: Message I have created a custom deployment sorter and found that I had to add the jar to my classpath on the command line, rather than using -L or the bootstrap finding it automatically in JBoss 3.0.0 within the $JBOSS_HOME/lib dir. Is this an expected thing, or am I missing a step?

RE: [JBoss-user] Adding a custom DeploymentSorter

2002-10-08 Thread James Higginbotham
your sorter, putting the jar in server/[conf]/lib should work. Only put things in $JBOSS_HOME/lib that are needed for the boot process. Anything mentioned in server/[conf]/conf/jboss-service.xml should be found if it is in server/[conf]/lib david jencks On 2002.10.08 17:27:56 -0400 James

RE: [JBoss-user] Help!!!: Redeploy problem

2002-10-08 Thread James Higginbotham
Yeah, we've seen this one as well.. Though, we don't see it happen in either WLS or Tomcat, so they must compensate somehow.. Is there a way that Jetty could use a simliar approach to compensate for this issue? Nothing urgent, just wondering.. James -Original Message- From: Jules

RE: [JBoss-user] Help!!!: Redeploy problem

2002-10-08 Thread James Higginbotham
an exception, they just try again. Jeff Schnitzer [EMAIL PROTECTED] -Original Message- From: James Higginbotham [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 5:06 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Help!!!: Redeploy problem Yeah, we've seen

RE: [JBoss-user] Adding a custom DeploymentSorter

2002-10-08 Thread James Higginbotham
DeploymentSorter What happens if you change the line in the URLDeploymentScanner from Class.forName(blah) to Thread.currentThread().getContextClassLoader().findClass(blah); ? thanks david jencks On 2002.10.08 19:59:56 -0400 James Higginbotham wrote: David, I was hoping you

[JBoss-user] MBeans, EJBConnector, and Security

2002-10-07 Thread James Higginbotham
Title: Message All, I am deploying an mbean manually using the EJBConnector from a Web startup hook (not via a .sar file or *-service.xml file). I have to initialize the current thread with a user id and password to communicate with another EJB at the same time. I'm getting the

RE: [JBoss-user] Clustering and MBean Failover Question

2002-10-04 Thread James Higginbotham
This sounds like an interesting solution. A question, though: Are there any plans to implement a way to define an mbean as being in a master/slave configuration from a -service.xml descriptor? Not that I'm asking you to implement it, but wanted to see if this is something the JBoss team has

RE: [JBoss-user] JBOSS - Components library

2002-10-01 Thread James Higginbotham
Kevin, That is my point exactly - showcase Jboss, build as much using the standard j2ee approach, integrate interesting libs as needed, and make something professional. This may mean trying to find someone who is a graphic artist to put together a nice look for the examples. Anyone can write

RE: [JBoss-user] MBean service - overtakes jboss startup?

2002-10-01 Thread James Higginbotham
Yep.. Sounds like you need to spawn a thread, since your app loops indef, blocking the main jboss deploy thread. James -Original Message- From: McKnight, David [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 10:31 AM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] MBean

[JBoss-user] Order of container startup

2002-10-01 Thread James Higginbotham
Title: Message Hi, I am in the process of putting some startup hooks in my application. I noticed that with JBoss 3.0.0, the Jetty plugin runs before the EJB container. This seems backward, since the web tier (the client) should initialize after the EJB tier (business logic). Is there a

RE: [JBoss-user] Starting JBoss from ANT

2002-10-01 Thread James Higginbotham
Title: Message Right.. What we did was spawn the jboss process, then create an internal custom ant tag to watch the jboss log for the microkernel started (since it releases the blocking after its initial startup but before deployment has occurred. Once the log says that things are ok, we

RE: [JBoss-user] JBOSS - Components library

2002-09-27 Thread James Higginbotham
I agree, it would be nice if the goals were: 1. to showcase Jboss (yes, they could run on other servers, but focus on JB as the 1st server) 2. provide a set of components that could be used as-is or customized for your application 3. provide some example Uis either using a rich or thin

RE: [JBoss-user] location of changelog?

2002-09-03 Thread James Higginbotham
If you go to the files section on sf.net, you can click on the title of the release in the list and it will show the change notes - standard sourceforge feature.. http://sourceforge.net/project/showfiles.php?group_id=22866 James -Original Message- From: Seth Ladd [mailto:[EMAIL

[JBoss-user] A complex security question using JBossSX

2002-08-25 Thread James Higginbotham
Title: Message I am working on a project that will allow a user to belong to one or more projects, with the user being assigned one or more roles within the project. I want to be able to declaritively secure areas of a webpage and EJB based on first the project, then a role within the

RE: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread James Higginbotham
Absolutely! In fact, here is an snippet from an email I sent directly to Dimitri the other day as a followup to my question about any java client application frameworks having been built on Jboss already: quote Dimitri, Well, I'm specifically talking about constructing a Swing-based (read: Java

RE: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-16 Thread James Higginbotham
Man, you just have to give another hats off to the JBoss team for a such a beautiful architecture! {tearing} -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 7:49 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Launching Swing

[JBoss-user] Anyone using JBoss 3 for Swing apps?

2002-08-02 Thread James Higginbotham
Title: Message Hi! As I read the architecture docs for JBoss 3 some time ago, I started thinking how interesting it would be to use the core JBoss kernel to develop Swing-based applications. No, not using Swing to talk to JBoss, but rather as a platform for developing a Swing framework

[JBoss-user] Resend: EJB statistics?

2002-06-12 Thread James Higginbotham
Title: Message Is there a way to determine what the current size of the cache,requests, other performance indicatorsfor an EJB via the JMX 8082 viewer? Or, is there anything else out there that acts similiar to the weblogic console for seeing what thestats are for an EJBto better tune

[JBoss-user] Determining current EJB stats?

2002-06-11 Thread James Higginbotham
Title: Message Jbossians, Is there a way to determine what the current size of the cache for a stateless session bean is via the JMX 8082 viewer? Or, is there anything else out there that acts similiar to the weblogic console for seeing what the min/max/current size is for an EJB for

RE: [JBoss-user] Deploying a web application from the file system?

2002-05-15 Thread James Higginbotham
is replaced by the URLDeploymentScanner + MainDeployer. Did you name your unpacked war directory like a .war? .../my-web-app.war/... david jencks On 2002.05.13 18:21:21 -0400 James Higginbotham wrote: Is there a way that one can extract a .war file to the file system and have jboss

RE: [JBoss-user] Deserializing objects to DB

2002-05-15 Thread James Higginbotham
I have seen this one on mySQL - maybe some of it will translate. Basically, if you are letting Jboss create the tables if they don't exist, it will create the row as a BLOB. In mySQL, BLOB is limited to 64k, so you really need a LONGBLOB. If the serialized byte stream gets cut off, the built in

RE: [JBoss-user] Changing Pool Parameters

2002-05-13 Thread James Higginbotham
To change the size of the pool, you can place a container configuration in your jboss.xml and have the bean reference it by name. Take a look at: http://www.jboss.org/online-manual/HTML/ch07s16.html Simply put, copy and paste the appropriate configuration (CMP 1.1 or 2.0, JDK 1.3+ or JDK 1.2)

RE: [JBoss-user] BLOB type in a CMP

2002-05-13 Thread James Higginbotham
. This could be a change in the default mapping if everyone thought it was worth it in the MySQL case - since 64k *may not* be all that useful for a BLOB column. James -Original Message- From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 4:11 PM To: James Higginbotham

[JBoss-user] Deploying a web application from the file system?

2002-05-13 Thread James Higginbotham
Title: Message Is there a way that one can extract a .war file to the file system and have jboss handle it from there? We have a large amount of graphic files and want to only copy what files have changed via ant. We have added an entry to the URLDeploymentScanner in jboss-service.xml to

RE: [JBoss-user] Porting from Weblogic to Jboss

2002-05-10 Thread James Higginbotham
to Jboss We too have just finished this task. We used xdoclet to handle much of the configuration issues through the generation of the deployment desciptors, etc. Might be worth looking into. Laine - Original Message - From: James Higginbotham [EMAIL PROTECTED] To: Mahesh

RE: [JBoss-user] Porting from Weblogic to Jboss

2002-05-09 Thread James Higginbotham
Having just taken on this task, I can say with certainty that you may have no problems or plenty :). Most of our issues revolved around understanding custom configuration differences for EJBs between the servers. Jboss.xml, cmp configuration, and JMS configuration isn't hard under Jboss, but it

RE: [JBoss-user] Exclusive locking of CMP in JBoss 3?

2002-05-06 Thread James Higginbotham
- From: Burkhard Vogel [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 05, 2002 5:33 PM To: James Higginbotham; [EMAIL PROTECTED] Subject: Re: [JBoss-user] Exclusive locking of CMP in JBoss 3? Hi, there used to be a locking as part of the container configuartion, which menas you have

RE: [JBoss-user] java.lang.InstantiationException (Exclusive locking of CMP in JBoss 3)?

2002-05-06 Thread James Higginbotham
- From: James Higginbotham Sent: Monday, May 06, 2002 1:14 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] java.lang.InstantiationException (Exclusive locking of CMP in JBoss 3)? Taking the advice of Burkhard and Dennis, I now (think) I have exclusive locking for the CMP. I am now getting

[JBoss-user] Exclusive locking of CMP in JBoss 3?

2002-05-05 Thread James Higginbotham
Title: Message Is there a JBoss extension to the deployment descriptors that enables turning on an exclusive lock mode for CMPs in v3.0? We are using Weblogic's feature to require pessimistic locking for a specific CMP bean and need a similiar feature under JBoss. Any suggestions are

[JBoss-user] Best way to snoop JMS queues?

2002-05-03 Thread James Higginbotham
Title: Message Can anyone tell me if there is a log filter I can apply to log4j or a utility out there that I can use to see messages enter on a queue in JBoss? I'm using JBoss 3.0 beta 2 (March 30 build). Thanks, James

RE: [JBoss-user] RE: log4j

2002-04-23 Thread James Higginbotham
Title: RE: [JBoss-user] RE: log4j I'll throw this out, though it may not directly relate to your problem.. We encountered a VerifyError when trying to call the Logger, part of log4j 1.2 beta, that isn't part of log4j1.1.3 that is distributed with Jboss 3 (not sure about 2.4). I simply

[JBoss-user] create-table, jaws.xml and JBoss 3.0 beta2

2002-04-23 Thread James Higginbotham
Title: Message Can someone please tell me why the following entry in a jaws.xml file inside my entity bean's jar continues to cause jboss to create the table in mysql (named workflowstoragebean after the EJB) rather than using the one specified in the jaws file (workflowejb)? When JBoss

RE: [JBoss-user] create-table, jaws.xml and JBoss 3.0 beta2

2002-04-23 Thread James Higginbotham
-Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 7:08 PM To: James Higginbotham Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-user] create-table, jaws.xml and JBoss 3.0 beta2 Any chance you are using cmp2 in enough places so that jbosscmp

RE: [JBoss-user] java.lang.NullPointerException: METHOD IS NOT FOUND

2002-04-21 Thread James Higginbotham
Jason, and others: Yes, this has been the bane of my existance for the last several weeks. Apparently, there is an issue with the way the servlet 2.3 classloader works that is breaking some forms of deployment of applications when using Jboss 3.0 and Tomcat 4. Everything operates as normal under

[JBoss-user] JBoss 3.0, MDBs, and max retries?

2002-04-19 Thread James Higginbotham
Title: Message All, Is there a way in JBoss 3.0 beta 2 to specify the maximum number of retries an MDB will make as well as the interval between retries usinga JBoss-specific descriptor (sometimes called a backoff time)? A setting globally for a queue or specifically for an MDB are both

RE: [JBoss-user] tomcat 4 issue

2002-04-16 Thread James Higginbotham
This is absolutely essential for my project, since I've been seeing the NPE as well but have to produce a product that can deploy under WL 6.1 and JB 3.0. I'm in the midst of porting to JB 3.0 with an application from WL 6.1 and its been quite painful with the various snafus in the beta 1, beta

[JBoss-user] Tracing classloading of an EJB

2002-04-16 Thread James Higginbotham
Is there any way to trace the classloader for an EJB to determine where a class referred to by the EJB is loaded from? I need to know how/why an EJB that has a newer version of Log4j (1.2beta3 I think) in its EAR is instead getting the version distributed by Jboss (1.1.3) instead. Should this

[JBoss-user] RE: Tracing classloading of an EJB

2002-04-16 Thread James Higginbotham
To: James Higginbotham Cc: [EMAIL PROTECTED] Subject: Re: Tracing classloading of an EJB On 2002.04.16 21:42:24 -0400 James Higginbotham wrote: Is there any way to trace the classloader for an EJB to determine where a class referred to by the EJB is loaded from? I need to know how/why an EJB

RE: [JBoss-user] RE: Tracing classloading of an EJB

2002-04-16 Thread James Higginbotham
: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 9:49 PM To: James Higginbotham Cc: David Jencks; [EMAIL PROTECTED] Subject: Re: [JBoss-user] RE: Tracing classloading of an EJB On 2002.04.16 22:22:29 -0400 James Higginbotham wrote: Ok, so to reiterate, the current

RE: [JBoss-user] Ubiquitity - embedded JBoss and JXTA

2002-04-15 Thread James Higginbotham
Take it from someone who used JXTA to launch their startup a year ago this month (when it was hinted at by Sun): JXTA isn't there yet for application development Note: I do hope it succeeds and I hope these things listed have been fixed, but be aware of what you are getting into beforehand...

[JBoss-user] Compile errors for Catalina with CVS head

2002-04-15 Thread James Higginbotham
Title: Message Anyone seeing the following 2 errors when compiling catalina .sar? I did a checkout at 11:00 am this morning, a build init, modules-all from the main build, and an init, build from catalina. If someone is working on this in an effort to release jboss rc1 with Tomcat to

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

2002-04-12 Thread James Higginbotham
- Original Message - From: James Higginbotham [EMAIL PROTECTED] To: Dennis Muhlestein [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Scott M Stark [EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 5:08 PM Subject: RE: [JBoss-user] Building Catalina .sar (Tomcat to work with JBossBeta 2 HOWTO

[JBoss-user] Jboss 3,Jetty, and the Struts html:base tag

2002-04-12 Thread James Higginbotham
This was a response from the struts mailing list while trying to use Jetty because of the afore mentioned Servlet 2.3 classloader problem. Anyone know if this has been fixed recently? Can Jboss 3 run with Jetty 3.1.3, since it seems to be more stable for struts? Thanks, James -Original

RE: [JBoss-user] Jboss 3,Jetty, and the Struts html:base tag

2002-04-12 Thread James Higginbotham
to you all ASAP. Thanks for your patience, Jules P.S. Running Jetty3 with JBoss3 would probably involve code changes, a number of interfaces have changed. In short, it is probably more work to get Jetty3 into JBoss3 than to fix the JSP problem. James Higginbotham wrote

RE: [JBoss-user] JBoss 3.0.0beta CMP Problem

2002-04-11 Thread James Higginbotham
Title: Message Brent, Not sure about the first issue, since I have yet to port a 2.0 CMP to JBoss. But, for the manifest issue, we hit this. There was a bug in the deployer for beta 1 (available via sourceforge for download). When I did an anon CVS checkout of jboss-all (see the developer

RE: [JBoss-user] is it a bug?

2002-04-09 Thread James Higginbotham
Well, I noticed that one message: called from java.lang.Throwable: here at org.jboss.web.catalina.EmbeddedCatalinaServiceSX.startService(EmbeddedCa tali naServiceSX.java:229) Twice! Can someone please remove that, as it appears to be a silly check of the stacktrace for debugging but is

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

2002-04-09 Thread James Higginbotham
this to within the development team. If you have any questions about the testcase, feel free to send me an email to this address. Regards, James -Original Message- From: Dennis Muhlestein [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 4:29 PM To: James Higginbotham

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

2002-04-08 Thread James Higginbotham
) at java.lang.Thread.run(Thread.java:484) -Original Message- From: Alex Loubyansky [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 1:34 AM To: James Higginbotham; [EMAIL PROTECTED] Subject: RE: [JBoss-user] Building Catalina .sar (Tomcat to work with JBoss Beta 2

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

2002-04-08 Thread James Higginbotham
that whatever home method you are calling isn't properly mapped to whatever is supposed to handle it. What home method is being called? What should handle it? It looks like we could provide a better error message;-) david jencks On 2002.04.08 11:18:49 -0400 James Higginbotham wrote

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

2002-04-08 Thread James Higginbotham
- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 11:53 AM To: James Higginbotham Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Building Catalina .sar (Tomcat to work with JBoss Beta 2 HOWTO)? Basically I don't have a clue about what is going

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

2002-04-08 Thread James Higginbotham
relating to this. Dan -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 11:42 AM To: James Higginbotham Cc: David Jencks; [EMAIL PROTECTED] Subject: Re: [JBoss-user] Building Catalina .sar (Tomcat to work with JBoss Beta 2 HOWTO)? Well

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

2002-04-08 Thread James Higginbotham
that Jboss + Tomcat in 3.0 would be a possibility in the very near future. Thanks, James -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 1:39 PM To: James Higginbotham Cc: David Jencks; [EMAIL PROTECTED] Subject: Re: [JBoss-user] Building

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

2002-04-05 Thread James Higginbotham
be invoking to build the catalina module. Thanks, James -Original Message- From: Alex Loubyansky [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 11:10 AM To: James Higginbotham Subject: RE: [JBoss-user] Tomcat to work with JBoss Beta 2 HOWTO? Well, James... don't

[JBoss-user] Timeframe for 3.0.0 beta 2 or production?

2002-04-04 Thread James Higginbotham
Title: Message What is the estimated date for a new release of either a beta 2 or production version of JBoss 3.0.? I'm currently using the CVS version of the product from a week ago, but I thought that a blessed release in a tarball might be coming soon. Regards, James

[JBoss-user] Tomcat to work with JBoss Beta 2 HOWTO?

2002-04-04 Thread James Higginbotham
Title: Message I've been looking through the volunteer documentation on the web site and mailing list archives, but haven't found a page that describes how to configure 3.0.0 beta 2 to use Tomcat 4.. Can someone point me to a past email that I've missed, to new docs, or provide a quick

RE: [JBoss-user] Jboss 3.0.0 beta, classpaths, and EARS

2002-04-02 Thread James Higginbotham
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 10:34 AM To: James Higginbotham Subject: Re: [JBoss-user] Jboss 3.0.0 beta, classpaths, and EARS There are plenty of problems with ears in the beta (binary) version. Please try with the cvs version and if there is still a problem

[JBoss-user] Jboss 3.0.0 beta, classpaths, and EARS

2002-03-29 Thread James Higginbotham
Title: Message Hello all! My apologies for a possible duplicate post to this list, but I did a search and manual walk of the Geocrawler archives first. Here is the problem: I have an ear file with 1 EJB that I am porting to Jboss from Weblogic (with no weblogic-specific stuff). The EJB's

RE: [JBoss-user] Jboss 3.0.0 beta, classpaths, and EARS

2002-03-29 Thread James Higginbotham
order with no problem and no special workarounds? Thanks, James -Original Message- From: Alex Loubyansky [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 11:55 AM To: James Higginbotham; [EMAIL PROTECTED] Subject: RE: [JBoss-user] Jboss 3.0.0 beta, classpaths, and EARS