>From watching the commit messages on the dev list it seems that this has only just
>been fixed. I _think_ that the recent
jboss3-tomcat4 bundle might include this fix - maybe try that.
alternatively, the problem only occurs using the njar protocol - so if you can deploy
some other way, then t
hi all,
I have installed JBoss-3.0.0RC1 on Debian Linux.
And I replaced jetty with Tomcat-4.0.4-b2-01.
After I started with run.sh, it complains the same error:
Starting deployment of package:
file:/opt/jboss-3.0.0RC1/server/default/deploy/webtest.ear
The JBoss-3.0.0RC1/Tomcat-4.0.3 bundle is now available from
the SourceForge files page:
http://sourceforge.net/project/showfiles.php?group_id=22866
Scott Stark
Chief Technology Officer
JBoss Group, LLC
_
WHOEVER YOU ARE PLEASE STOP SPAMMING US WITH THESE STUPID MESSAGES.
XML ATTACHMENTS ARE A VALID PART OF THIS MAILING LIST CONTENT.
IF YOU CAN'T STOP THESE FILTER NOTIFICATIONS PLEASE UNSUBSCRIBE
thanks
david jencks
On 2002.04.15 19:38:43 -0400 GroupShield for Exchange (AAQMAIP01) wrote:
> Acti
Hi,
Has anyone out there used JBoss with
InterSystems Cache database.
Unfortunately a search for Cache brings
up too much of the obvious so I am posting this new.
I am interested with any combination of JBoss
and Cache, just wondering the experience level out there.
Thanks,
Jake T
You need to set up a security policy in conf/login-config.xml:
yourprincipalname
youroracleusername
youroraclepassword
jboss.jca:service=LocalTxCM,name=
HRXOracleDS
and change the lin
Hello,
Since you have this entry:
ByContainer
DB login/password information is obtained from server/default/conf/login-config.xml,
not from oracle-service.xml.
Add a OracleDbRealm entry in login-config.xml.
Download the oracle-service.xml example file from here:
http://cvs.sourceforge.net/c
hey all,
Forums are down, so I'm posting this here.
Using JBoss 2.4.4, with PostgreSQL 7.1.3 on linux.
I have an entity bean, that has one field that is of type java.lang.Object. The
relevant section of the jaws.xml file is:
payload
payload
OID
Action Taken:
The attachment was quarantined from the message and replaced with a text
file informing the recipient of the action taken.
To:
jboss-user <[EMAIL PROTECTED]>
From:
Stephen Davidson <[EMAIL PROTECTED]>
Sent:
-997284224,29484243
Subject:
[JBoss-user] Stupid User? JCA Problem with O
Greetings.
I am trying to generate a connection to an Oracle Database. I am getting a large
stack trace trying to use the attached oracle-service.xml file.
Suggestions?
-Steve
18:11:39,588 INFO [STDOUT] ConnectionManager.:Platform = JBoss
18:11:39,589 INFO [STDOUT] ConnectionManager.Connec
-- Forwarded message --
Date: Mon, 15 Apr 2002 16:43:35 -0600 (MDT)
From: Mark Gulbrandsen <[EMAIL PROTECTED]>
To: JD Brennan <[EMAIL PROTECTED]>
Subject: RE: [JBoss-user] File-system access
String jarURLString = "templates.jar";
System.err.println("opening "
on 15-04-2 17.16, Simon Stewart at [EMAIL PROTECTED] wrote:
> How do I get to use Postgres as the backend database instead of hsqldb
> in Orion? I'd like to bind it to DefaultDS so that I can ditch hsqldb,
> but I'm not sure how to do this.
>
> I believe that all that needs to be done is to copy
After building catalina on the latest CVS (Branch_3_0). I try to deploy
the tomcat-test.ear.
The following message is displayed. Am I doing something incorrect?
I have not altered any config files. Tomcat is started. (if I go to
myserver:8080 is just says that tomcat-test context is not avail
I have an ejb jar file that is deployed in server/default/deploy. Call it
myejbs.jar.
I also have a jar file that has many resources called resources.jar.
resources.jar is placed inside of myejbs.jar. I can access resource.jar
through getClass().getResource("resource.jar"). This gives me a URL,
Guys,
deadline for early payment was today and the training is selling well. Come
to this 3 day training May 6-8. It is a brand new JBoss training that
covers 2.4 advanced stuff and 3.0 architecture and code.
The contents go from UnifiedClassLoader architecture to the detached invoker
and clie
You have the wrong postgres-service.xml file for rc1. Look in
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/jbosscx/src/etc/example-config/
I meant to ask Scott to make sure these made it into the binary distro but
forgot, I don't know if they are there I'll try to update the manual a
Simon,
db-service.xml files have changed for RC1.
You need to downloadd the new postgres-service.xml from:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/jbosscx/src/etc/example-config/
You also need to add a PostgresDbRealm entry in server/default/conf/login-config.xml,
since the user
Action Taken:
The attachment was quarantined from the message and replaced with a text
file informing the recipient of the action taken.
To:
[EMAIL PROTECTED] <[EMAIL PROTECTED]>
From:
Simon Stewart <[EMAIL PROTECTED]>
Sent:
-479115648,29484187
Subject:
Postgres and JBoss 3 RC1 (was: [JBoss-us
I just barely posted that message to the dev list. It seams someone
removed two necessary files from CVS.
On Mon, 2002-04-15 at 10:36, James Higginbotham wrote:
> Anyone seeing the following 2 errors when compiling catalina .sar? I did
> a checkout at 11:00 am this morning, a build init, modules
And here's the postgres-service.xml file.
Cheers,
Simon
--
"Those are pretty strong words coming from a guy who's been mistaken
for a plush toy" --- Get Fuzzy
ConnectionURL=jdbc:postgresql://localhost/ejb
DriverClass=org.postgresql.Driver
UserName=sms
Password=
If I may throw a couple of cents in, we originally thought about using
jini a year ago for dynamic service discovery and service resiliency.
We had a similar experience, different specific issues, and threw in the
towel. I believe it's the same group of very smart technology folks
(not the monkey
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 Sourcef
I know it's not a great idea to answer to your own post, but someone
suggested that I send a few more details. IMO, it was lame of me to
leave them out, so sorry for not doing this earlier!
I'm using jboss-3.0.0RC1, JDK 1.4, Postgres 7.2.1 and the
postgres-service.xml 1.3 file from CVS.
The only
How do I get to use Postgres as the backend database instead of hsqldb
in Orion? I'd like to bind it to DefaultDS so that I can ditch hsqldb,
but I'm not sure how to do this.
I believe that all that needs to be done is to copy pgjdbc2.jar to
"${JBOSS_HOME}/lib/ext and the postgres-service.xml fr
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...
I talked with the JXTA guys for like an hour at JBossOne. They were
very interested in the JBossMX core with dynamic services. I think JXTA
could be easily plugged into JBoss, but the the best place would be a
transport for JMS. Where do you think it would be most useful?
-dain
Paul McLach
This error is coming out of ear/war/WEB-INF/web.xml
The Servlet 2.3 DTD (from Sun - so something that we
have no control over) seems to be a little stricter
that the one that came with 2.2.
Someone needs to look at the web.xml in the manual
and figure out what the problem is. It is probably
ord
I build the manual.ear from jboss-docs in CVS and deployed it receiving
this error (jboss-3.0.0RC1). What am I doing wrong? Thank you.
11:04:33,956 INFO [Jetty] Extract
jar:njar:file:/usr/local/jboss/server/default/tmp/deploy/usr/local/jboss/server/default/deploy/manual.ear/76.manual.ear^/ma
The initial release candiate of the 3.0.0 series is available from
sourceforge
in the files section:
http://sourceforge.net/project/showfiles.php?group_id=22866
Scott Stark
Chief Technology Officer
JBoss Group, LLC
__
Sun has just published an article in the JDC
comparing JMS and JXTA. Since they build both technologies they do not
have a vested interest in recommending one over the other. Have a look
at:
http://developer.java.sun.com/developer/technicalArticles/peer/index2.html
If time is constrain
30 matches
Mail list logo