[JBoss-dev] Re: [JBoss-user] JBoss/Websphere/Weblogic feature comparison

2002-06-11 Thread David Ward

Here's a starting point:
http://www.flashline.com/components/appservermatrix.jsp

--

Bill Burke wrote:
 I remember somebody doing research on this.  Can anybody help here?
 
 Bill


___

Multimillion Dollar Computer Inventory
Live Webcast Auctions Thru Aug. 2002 - http://www.cowanalexander.com/calendar



___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] 3RC1-catalina invokeHome/classload prob

2002-04-25 Thread David Ward

There's been a lot of back and forth under different subject names on 
this, so I thought I'd submit a sourceforge bug to make it official:

http://sourceforge.net/tracker/index.php?func=detailaid=548668group_id=22866atid=376685

Thanks!
David


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [JBoss-user] tomcat4 log dir in jboss3-rc1

2002-04-21 Thread David Ward

I don't know the ins-and-outs of creating a change request, but was
wondering if for the next rc of jboss3-tomcat4  the tomcat4-service.xml
file could be changed in this way:

 From this:

Valve className = org.apache.catalina.valves.AccessLogValve
prefix = localhost_access suffix = .log
pattern = common directory = ../jboss/log /

To this:

Valve className = org.apache.catalina.valves.AccessLogValve
prefix = localhost_access suffix = .log
pattern = common directory = ../server/default/log /


Currently it assumes the old JBoss-2.4.x-Tomcat-x.x.x dir structure
where jboss and tomcat/catalina were next to eachother as subdirs, which
isn't the case anymore.

Thanks,
David

As an aside, I like how the Ajp13 connector example is included in the
XML, but personally I think it would be cool to (leave it in there) but
comment it out by default.  Maybe also include (but leave commented out)
Warp - and maybe the new Coyote
(http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/)? -
Connector lines.

Thanks again.


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Re: [JBoss-user] Oracle claims to be our partner

2002-04-16 Thread David Ward

On a related note - I downloaded their OC4J app server (just being 
curious, not really straying from JBoss) in mid-March and it appears to 
be Orion underneath.  All the xml config files are orion-this and 
orion-that.

--

marc fleury wrote:
 http://www.oracle.com/corporate/press/index.html?1279885.html
 
 and we didn't even know about it! how about that...
 
 these people are incredible, I need someone like that JBoss partners with
 AOL and BellSouth to deliver the infrastructure of tomorrow and say it with
 a straight face.
 
 The world is coming to an end.
 
 marcf
 
 x
 Marc Fleury, Ph.D
 President and CEO
 JBoss Group, LLC
 x


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Re: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread David Ward

A combination of these has served well enough for me:

Online docs: http://www.jboss.org/online-manual/HTML/index.html

Forums: http://main.jboss.org/

User List Archive: 
http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/

David

--

Trawick, James wrote:
 Will the final release actually include documentation?
 
 (btw, whoever you went with to sell your JBoss 3 docs should be shot.  i
 went through their process several times, they said they had problems and
 would get back to me.  they never did.  just saying that unless JBoss 3 has
 some form of accessible documentation, i'm afraid that your vision will
 never come to pass.)
 
 chris
 
 -Original Message-
 From: marc fleury [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, March 14, 2002 9:50 AM
 To: Jboss-Development@Lists. Sourceforge. Net
 Cc: Jboss-User@Lists. Sourceforge. Net
 Subject: [JBoss-user] JBOSS 3.x FINAL
 
 
 jboss one is end of march, and we will shoot for mid april for the final
 release.  this gives us 4 weeks
 
 gentlemen put your final touches,
 
 4-3-2...
 
 marcf
 
 
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user



___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] RE: [JBoss-user] JBOSS 3.x FINAL

2002-03-14 Thread David Ward

It doesn't always lag - sometimes it's too eager!  Example: I had a 
gripe that 2.4 documentation started disappering off the web site, being 
replaced with 3.0 documentation when 3.0 was only alpha.  I think that 
the 2.4 docs should stay available online - at least until 3.x goes final.

Mac Rinehart wrote:
 The free user documentation is only moderately useful, and
 lags behind development on a number of issues.


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Re: jboss not sync'd with external db changes - OOPS

2001-07-27 Thread David Ward

Oops - sorry.  Should have sent this to jboss-user.  I'll do that now...

:(
David

--

David Ward wrote:

 I'm goin' a bit crazy here...
 
 If I have a sqlplus window open to my Oracle database, I can see the 
 data change as I change values via my CMP Entity Bean.  However, if I 
 change a value in the DB using sqlplus (and commit it), my already 
 active CMP Entity Bean doesn't pick up the change (it still has the old 
 value).
 
 What am I doing wrong?  I've attached my jaws/ejb-jar/jboss xml files. 
 I'm going to look real stupid if it turns out the kind of synchronicity 
 I'm looking for isn't supported...
 
 Thanks,
 David



___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] jboss not sync'd with external db changes

2001-07-27 Thread David Ward

I'm goin' a bit crazy here...

If I have a sqlplus window open to my Oracle database, I can see the 
data change as I change values via my CMP Entity Bean.  However, if I 
change a value in the DB using sqlplus (and commit it), my already 
active CMP Entity Bean doesn't pick up the change (it still has the old 
value).

What am I doing wrong?  I've attached my jaws/ejb-jar/jboss xml files. 
I'm going to look real stupid if it turns out the kind of synchronicity 
I'm looking for isn't supported...

Thanks,
David


?xml version=1.0?

jaws

	datasourcejava:/OracleDS/datasource
	type-mappingOracle8/type-mapping
	debugtrue/debug

	default-entity
		create-tablefalse/create-table
		remove-tablefalse/remove-table
		tuned-updatestrue/tuned-updates
		read-onlyfalse/read-only
		select-for-updatetrue/select-for-update
	/default-entity

	enterprise-beans
		entity
			ejb-nameProductionFileType/ejb-name
			table-namePRODUCTION_FILE_TYPES/table-name
			cmp-field
field-namefileTypeID/field-name
column-nameFILE_TYPE_ID/column-name
java-typejava.lang.String/java-type
jdbc-typeVARCHAR/jdbc-type
sql-typeVARCHAR2(10)/sql-type
			/cmp-field
			cmp-field
field-namedescription/field-name
column-nameDESCRIP/column-name
java-typejava.lang.String/java-type
jdbc-typeVARCHAR/jdbc-type
sql-typeVARCHAR2(35)/sql-type
			/cmp-field
			cmp-field
field-nameduration/field-name
column-nameDURATION/column-name
java-typejava.lang.Long/java-type
jdbc-typeBIGINT/jdbc-type
sql-typeNUMBER(38)/sql-type
			/cmp-field
			cmp-field
field-nameelectronicFile/field-name
column-nameELECTRONIC_FILE/column-name
java-typejava.lang.String/java-type
jdbc-typeVARCHAR/jdbc-type
sql-typeVARCHAR2(3)/sql-type
			/cmp-field
		/entity
	/enterprise-beans

/jaws


?xml version=1.0?

!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN' 'http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd'

ejb-jar

	display-nameDOCS/display-name

	enterprise-beans
		entity
			ejb-nameProductionFileType/ejb-name
			homecorp.docs.ejb.ProductionFileTypeHome/home
			remotecorp.docs.ejb.ProductionFileType/remote
			ejb-classcorp.docs.ejb.ProductionFileTypeBean/ejb-class
			persistence-typeContainer/persistence-type
			prim-key-classjava.lang.String/prim-key-class
			reentrantFalse/reentrant
			cmp-fieldfield-namefileTypeID/field-name/cmp-field
			cmp-fieldfield-namedescription/field-name/cmp-field
			cmp-fieldfield-nameduration/field-name/cmp-field
			cmp-fieldfield-nameelectronicFile/field-name/cmp-field
			primkey-fieldfileTypeID/primkey-field
		/entity
	/enterprise-beans

	assembly-descriptor
		container-transaction
			method
ejb-nameProductionFileType/ejb-name
method-name*/method-name
			/method
			trans-attributeRequired/trans-attribute
		/container-transaction
	/assembly-descriptor

/ejb-jar


?xml version=1.0?

jboss

	enterprise-beans
		entity
			ejb-nameProductionFileType/ejb-name
			jndi-namedocs/ProductionFileType/jndi-name
		/entity
	/enterprise-beans

/jboss