For the seond approach see my recent post "RE: [JBoss-user] Database
Issues -- InterBase (as a datasource)"
^torsten
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Thomas
> Gennburg/FRAN/Carrefour
> Sent: 27. marts 2001 09:26
> To: [EMAIL PROTECTE
On Tue, 27 Mar 2001, Chris Dole wrote:
> Hello,
>
> I'm writing a stateless session bean and need to get a connection to my
> connection pool. Does anyone have a code snippet for how to do this?
> Specifically, what is the URL to use in the call to either or both of:
>
> DriverManager.getCo
I can only answer for the first method... (the classic one)
With Jboss Pre 2.1
...
Class.forName("org.opentools.minerva.jdbc.xa.XAPoolDriver")
Connection conn=DriverManager.getConnection("jdbc:minerva:xa:MyPoolName")
..
I think that with JBoss FINAL 2.0 it was
...
Class.forName("org.jbos
Hi,
We are currently using Interbase in a pre-production environment.
(an e-commerce mall) So far it performs acceptable, but because
we are only in a test phase now there is a chance we will have to
switch to Oracle... i'll let you know if you like?!
Regarding Interbase as a java:comp/env/jdbc
Hey,
> Hi,
>
> We are new to JBoss. Have unzip and run it but could not run
> anything onport
> default 8083 as seen on the job log. Any hint on this ?
The "Web Server" on this port serves class files for RMI's dynamic class
download, so don't expect to see something.
Have a look to the manual
Hi
I use JBoss / MySql and it works fine. both BMP/CMP
I think the lack for transactions (rollback) is controlled by jboss
flemming
-Original Message-
From: Michael Quigley [mailto:[EMAIL PROTECTED]]
Sent: 27. marts 2001 02:12
To: [EMAIL PROTECTED]
Subject: [JBoss-user] JBoss/MySQL
Hello,
I'm writing a stateless session bean and need to get a connection to my
connection pool. Does anyone have a code snippet for how to do this?
Specifically, what is the URL to use in the call to either or both of:
DriverManager.getConnection("jdbc:xxx:yyy:MyPoolName")
or to:
DataSource
Hi Micheal,
The problem I have is that JETTY does not to support resource-ref,
env-entry, and ejb-ref.
Jetty does not also show [Auto deploy] Binding like TOMCAT is that
correct?
- errors during deployment --
[Jetty] Missing servlet-class in
webTierEntryPointcentralJspno
descriptionMai
Hi! Yes i've read numerous messages over the last couple of days about the
non-functioning autodeploy. And i can't still understand what the problem is... I'VE
NO PROBLEM WITH IT!!! Did a new test right now, with todays CVS. First i changed the
behaviour of a remote method, redeployed, called i
Vlad,
Thanks. Guess I need to wait for this feature :(
btw, how does one see what features are available and bugs are fixed in a
release?
Kashif
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Vladimir
> Blagojevic
> Sent: Tuesday, March 27, 2001
>
Hey,
> I am running Jboss 2.1 with Tomcat (which I downloaded from
> http://www.jboss.org/bin/jboss-tomcat-2.1-beta.zip). I think thats pretty
> uptodate.
Looks like not good enough. This is a really new feature, coded just before
2.1 release - so it looks like it did not make it into 2.1bet
Hi Vlada,
I am running Jboss 2.1 with Tomcat (which I downloaded from
http://www.jboss.org/bin/jboss-tomcat-2.1-beta.zip). I think thats pretty
uptodate.
I did as you suggested:
1. Added the following entry to jboss.jcml
2. Hit http://localhost:8082 and JNDIView and list(). I got the atta
Aoife wrote:
>I've trying to get the Interest example to ensure my installation is
>okay. The EJB container is starting up okay most of them time, (although
>sometimes I just get a core) and is successfully deploying my
>bean. However, my client never gets past the JNDI lookup. I don't get a
What problems have you encountered with JBoss-Jetty Lac?
Micheal
PS It would be great if you could post some notes on your work with
JBoss-Tomcat and JBoss-Jetty to the group. Every contribution helps to grow
the community...
> We are trying to deploy our applications on different servers
Hi Kashif,
Are you really running JBoss 2.1? How are you getting this output?
Well here is what is happening... you are somohow using old JNDIView Mbean
that only lists global namespace not java: namespace. That is why you dont see
DefaultDS.
Try using HTMLAdmin tool :
http://www.jboss.org/doc
Please read numerous messages here over the last couple days. Autodeploy
has problems in 2.1 - it is not picking up new versions. The only reliable
method I've found of dealing with this is to shut down and restart JBoss.
- Original Message -
From: "Daniel Sadilek" <[EMAIL PROTECTED]>
T
I am trying to get a handle on the DefaultDS which as showin the JBoss log
is bound to java:/DefaultDS
[DefaultDS] Starting
[DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS
[DefaultDS] Started
However, I am getting the familiar NamingExceptions for DefaultDS not being
bound. I f
> I'm using postgresql quite successfully.
That's good to know. I was actually checking out version 7.0.3 this evening.
> > Yesterday, I was experiencing a strange issue where if I had an isql
shell
> > open in one window, my CMP transactions would hang in JBoss. If I ran a
> > "commit;" in my i
I am trying to get a handle on the DefaultDS which as showin the JBoss log
is bound to java:/DefaultDS
[DefaultDS] Starting
[DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS
[DefaultDS] Started
However, I am getting the familiar NamingExceptions for DefaultDS not being
bound. I f
On Mon, 26 Mar 2001, Victor Lan wrote:
> Assuming you've setup a pool called PostgresqlTest in your jboss.jcml
> file, you need something like this in your jboss.xml:
>
>
>
> IDGenerator
>
> jdbc/PostgresqlTest
> PostgresqlTest
>
>
>
>
>
>
Michael Quigley wrote:
> All,
>
> Has anyone had any particular success with any open-source databases with
> JBoss? I had been interested in using InterBase with JBoss, but I've been
> experiencing a LOT of strange issues since porting my application from JOnAS
> to JBoss.
I'm using postgresql
Hi,
I'm new to JBOSS and am currently encountering a couple of difficulties
which I have not been able to resolve by looking through the list archives.
I'm using Jboss 2.1 on Linux with JDK 1.3.
I've trying to get the Interest example to ensure my installation is
okay. The EJB container is s
We are trying to deploy our applications on different servers ORION,
JBOSS-TOMCAT-JETTY. We have successfully deployed on ORION and
JBOSS-TOMCAT. Is there anyone who has successfully deployed J2EE
application on both TOMCAT and JETTY? Is there any differences between
TOMCAT and JETTY ?
Best Reg
This is standard database behavior. Make sure you have your isql set to
autocommit.
- Original Message -
From: "Michael Quigley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 7:23 PM
Subject: [JBoss-user] Database Issues -- InterBase
> All,
>
> Has anyone had
All,
Has anyone had any particular success with any open-source databases with
JBoss? I had been interested in using InterBase with JBoss, but I've been
experiencing a LOT of strange issues since porting my application from JOnAS
to JBoss.
Yesterday, I was experiencing a strange issue where if I
I'm sure this is a FAQ.
Does JBoss/JAWS support MySQL for CMP? How does JBoss deal with MySQL's lack
of transactions?
Is MySQL working with JBoss in any kind of CMP-based production system?
Thanks,
Michael
___
JBoss-user mailing list
[EMAIL PROTECTE
Hallo:
I'm trying to run zoap on top of jboss with tomcat. I have have limited
success.
I can compile the source and rebuild the jars. I can modify the conf and
xml files. I can startup the server with the zoap Http server apparently
running.
I can recompile and jar the clients. I can execute
I apologize if this sounds idiotically obvious, but when you mentioned
your classpath, you didn't list the jar that contains your remote and
home classes. It's a long shot since I'd expect a
ClassNotFoundException instead if that is indeed the problem.
- Original Message -
From: Tobia
Assuming you've setup a pool called PostgresqlTest in your jboss.jcml
file, you need something like this in your jboss.xml:
IDGenerator
jdbc/PostgresqlTest
PostgresqlTest
PostgresqlTest
java:/PostgresqlTest
- O
I have been deploying an ear that includes security constraints. The
ear works as expected except for security which seems to be ignored by
JBoss and Tomcat. Security works with a war that is deployed by Tomcat
but an ear deployed by JBoss seems to ignore the security constraints.
I am using ftp
> Question 1.
> How can I configure the JBoss server to become a Background Process?
See http://www.jboss.org/business/faq.html#FAQ-ADMIN-BOOT
>
> Question 2.
> How can I configure the Embedded Tomcat that can run JSP under
> Apache default Port 80 instead of 8080?
>
> Question 3.
> Did JBoss su
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Crothers.Dean
> Sent: 26 March 2001 20:14
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] JBoss Basic Questions
>
>
> Hi,
>
> we are in the process of evaluating whether we should migrate from out
> '
-Original Message-
From: Guy Rouillier [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 26, 2001 2:08 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JBoss Basic Questions
- Original Message -
From: "Crothers.Dean" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, Mar
I have created an Enterprise Application Archive (ear) that contains an ejb-jar, and a
war file.
The ejb-jar contains my bean implementation and the serializable classes used to pass
parameters to the bean methods. JBoss 2.0 found the helper classes in the ejb-jar.
JBoss 2.1 returns the excep
hiya. i'm writing a session bean which i'd like to have access to the same
datasource/connection pool that controls my entity beans. i've got this
section in my ejb-jar.xml file:
Generates IDs for the entity beans
IDGenerator
com.webslingerZ.news.beans.IDGen
On Mon, 26 Mar 2001, Crothers.Dean wrote:
> Hi,
>
> we are in the process of evaluating whether we should migrate from out
> 'home-grown' RMI based server to an EJB compliant app server. So with this
> is mind, I have a couple of basic questions:
>
> 1) with JBoss can you have Swing based clien
- Original Message -
From: "Crothers.Dean" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 2:14 PM
Subject: [JBoss-user] JBoss Basic Questions
> Hi,
>
> we are in the process of evaluating whether we should migrate from out
> 'home-grown' RMI based server to an
Hi!
> we are in the process of evaluating whether we should migrate from out
> 'home-grown' RMI based server to an EJB compliant app server. So with this
> is mind, I have a couple of basic questions:
>
> 1) with JBoss can you have Swing based clients (application based not
> applets) - or is the
Make sure Cloudscape is running. Also, by default, Cloudscape uses port
1099 which is also used by the JBoss naming service. Reconfigure JBoss
naming service to run on a different port. THis may help.
-
Anatoly Akkerman
Comp
In response to Scott's message below, I just downloaded the nightly snapshot
of JBoss2.1 source, built it and tried to use it. I found the following
problems (so far) on Windows 2000:
(1) I couldn't build with the supplied build.bat file. I unzipped into c:\
and ran build.bat from c:\jboss\src\
If the RemoteException is missing, you should see something like:
"The methods in the remote interface must include java.rmi.RemoteException
in their throws clause."
-- Juha
At 13:29 26.3.2001 -0500, you wrote:
>Thanks. But what other warnings (c) will be generated?
>Hi,
>
>the most common cau
Thanks. But what other warnings (c) will be generated?
Juha-P Lindfors <[EMAIL PROTECTED]> on 03/26/2001 11:30:09 AM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:(bcc: Kevin Monaghan/US/GM/GMC)
Subject: Re: [JBoss-user] Verifier Error Messages
Hi,
the most commo
On Sun, 25 Mar 2001, danch wrote:
> > 2. i have written a small set of CMP entity beans more or less along the
> > model in the o'reilly ejb book. now i'm looking to change them so that the
> > client doesn't have to manually choose a primary key when adding a new
> > entity, but i can't figure o
On Mon, 26 Mar 2001, Ryan Lau wrote:
> Hi,
>
> I just install the JBoss to my Linux server. However I have a set of questions,
>did anyone give me some information?
> First of all, I give you the configuration of my server.
> 1. Linux 6.2 Server
> 2. ApacheSSL 1.3.12
> 3. JBoss
> 4. JDK 1.3
Is AbstractRequirement your Remote interface? What the verifier is telling
you is that these methods are returning something that can't go over a
remote RMI call. Things have to be either atomic types (int, long,
et. al.), Remote interfaces, or Serializable.
On Mon, 26 Mar 2001 [EMAIL PROTECTED]
> How can I configure the JBoss server to become a Background Process?
Search the old jboss-user mail archives, there was a linux startup script
posted a few months ago.
> How can I configure the Embedded Tomcat that can run JSP under Apache
default Port 80 instead of 8080?
If you're using JBos
Hi,
can anybody help to resolve this problem:
i'm trying to define cloudscape db datasource, but jBoss hangs up during
starup after binding my datasource to JNDI.
I do following:
1. alter "jboss.properties" file
#---
jdbc.drivers=COM.cloudscape.core.JDBCDriver
#---
Hi,
the most common cause for this warning are
a) you are declaring subclasses of java.lang.RuntimeException
in your remote interface (EquipmentRequirement) method throws clauses.
b) you are using constant variables in the interface that are not
primitive types or String types.
c) you forgot to
You are running jboss 2.0?
try using org.jboss.minerva._and _some_more (see dokumentation)
instead of oracle.jdbc.xa.client.etc...
B.Vogel
- Original Message -
From: "Kirill Averianov" <[EMAIL PROTECTED]>
To: "JBOSS (E-mail)" <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 5:03 PM
Subject
Yes it is.
danch <[EMAIL PROTECTED]> on 03/26/2001 10:29:19 AM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:(bcc: Kevin Monaghan/US/GM/GMC)
Subject: Re: [JBoss-user] Verifier Error Messages
Is your primary key class Serializable?
[EMAIL PROTECTED] wrote:
> Hi -
unscribe
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
Hi,
I just install the JBoss to my Linux server. However I have a set of questions, did
anyone give me some information?
First of all, I give you the configuration of my server.
1. Linux 6.2 Server
2. ApacheSSL 1.3.12
3. JBoss
4. JDK 1.3
5. Tomcat 1.2 (Embedded Tomcat)
6. Oracle 8i
Question
Nothing... since in JBoss Pre-2.1 Tomcat's server.xml is parsed, everything
works as you'd expect it to.
-- Dewayne
- Original Message -
From: "Simphoukham, Southin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 8:57 AM
Subject: [JBoss-user] (no subject)
> Do
Is your primary key class Serializable?
[EMAIL PROTECTED] wrote:
> Hi -
>
> I have the following error message from jBoss 2.1:
>
>
> [Container factory]
> Deploying:file:/D:/jboss-tomcat-2.1-beta/jboss-2.1/tmp/deploy/Default/ejb_mats.ear
>
> [Verifier] Verifying
> file:/D:/jboss-tomcat-2.1-b
"Simphoukham, Southin" wrote:
>
> Does anyone know what needs to be modified (if any) to JBoss 2.1 with
> embedded Tomcat 3.2.1 so it can work with Apache on Unix? The online
> documentation does not provide much info.
>
> Southin
>
> ___
> JBoss-use
> Please help me with XADataSource error described below:
>
> This is a fragment from jboss.jcml
> ___
>
>
>
> name="URL">jdbc:oracle:thin:@USNJPRIDEV004:1521:DPRI
>120
>global_kir
>0
>global_kir
>
Hi -
I have the following error message from jBoss 2.1:
[Container factory]
Deploying:file:/D:/jboss-tomcat-2.1-beta/jboss-2.1/tmp/deploy/Default/ejb_mats.ear
[Verifier] Verifying
file:/D:/jboss-tomcat-2.1-beta/jboss-2.1/tmp/deploy/Default/ejb_mats.ear/ejb1001.jar
[Verifier]
Bean : Equipmen
> I am trying to deploy
> stateless EJB's . When a put a several jar files (one for each EJB)
> into deploy directory and than start JBOSS I get an output that all
> my jar files are DEPLOYED .
>
> However when I try to do lookup for my EJB's from a different VM
> using
>
Does anyone know what needs to be modified (if any) to JBoss 2.1 with
embedded Tomcat 3.2.1 so it can work with Apache on Unix? The online
documentation does not provide much info.
Southin
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sou
Tim,
Thanks for the information.
-Original Message-
From: Tim Yates [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 26, 2001 8:22 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Unix version
As JBoss is pure java, it will run "out of the box" on Unix systems so long
as you have dow
Hi,
it would be great to have sample code for two beans with bmp that have a
one to many relationship.
Is there such code?
Thanks,
Daniel Sadilek
P.S.: The example from Richard Monson-Haefel's Book "Enterprise Java
Beans" is not fully complete :(
___
unscribe
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
As JBoss is pure java, it will run "out of the box" on Unix systems so long
as you have downloaded and installed the JDK 1.3 from Sun.
- Original Message -
From: Simphoukham, Southin <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 3:01 PM
Subject: [JBoss-user] Uni
According to the java language specification an interface is inherently
PUBLIC and ABSTRACT.
If you try to use any access attribute such as PROTECTED or PRIVATE, you
will get a syntax error.
Since the EJB home and remote objects are defined as interfaces, there is no
way to limit visibility throug
Hi Michael,
On Mon, 26 Mar 2001, Michael Bauschert (web.de) wrote:
> Hi there,
>
> Getting a reference of the InterestBean fails:
>
> i am doing the
> Object ref = jndiContext.lookup("Interest");
>
> and get the exception:
>
> javax.naming.CommunicationException [Root exception is
> java.rm
Where can I download the Unix version of JBoss 2.1? Are there any gotcha's
on installing JBoss on a Unix server? Any instructions outside the
documentation on the Website?
Thanks,
Southin
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sou
I use a class (named Portable) in an ejb's method like this :
package com.thales.is.business.sommaire.impl;
import com.thales.is.business.sommaire.*;
import javax.naming.*;
import javax.sql.*;
import javax.ejb.*;
import java.sql.*;
import java.util.*;
import com.thales.is.shared.util.*;
publi
Hi there,
Getting a reference of the InterestBean fails:
i am doing the
Object ref = jndiContext.lookup("Interest");
and get the exception:
javax.naming.CommunicationException [Root exception is
java.rmi.ConnectIOException: Exception creating connection to:
149.225.117.146; nested exception i
Hello Arnaud,
You should use a "Value Object Assembler" Pattern to offer your client a unique object
that mixes different EJB sources. See >J2EE patterns at :
http://developer.java.sun.com/developer/technicalArticles/J2EE/patterns/J2EEPatternsRelationships.html
Hope this helps
A+
Philippe
Hi!
Yes, jboss gives out a message about the redeploy.
I have checked if my bean is compiled fresh: it is.
Btw: I'm not using JBuilder but "plain" javac.
Waht I didn't mention yet: jboss is running under jdk1.3 on a
linux-system (SuSE 7.1, kernel 2.4.2, ReiserFS).
Thank,
Daniel Sadilek
[EMAIL
> hi,
>
> On Mon, 5 Mar 2001, fractals wrote:
>
> > AFAIK, there's no way to make a method anything else than public in a
remote
> > interface. Sad, because I *would* like to hide some of the methods I
define
> > for some of my beans.
> >
> > Really, is there no way to get this cornerstone of OO p
Hello All,
I know that the bug is already registered under jboss's bugzilla, bug
#268.
Does anyone know a quick fix or a workaround for this issue? I'm having
several problems because I release datasource resources on the
ejbPassivate method and since it doesn't get called...
Thanks for your he
Hi,
one time you use ejbFind* and other time find*
ejbFind* methods are collections of primary keys
find* methods are collections of EJBObjects.
--- John Dubchak <[EMAIL PROTECTED]> schrieb: > Hi,
>
> I am using JBoss 2.1 beta with Embedded Tomcat
> support and have
> encountered what appears
Hi,
After extracting the jboss-2.1.zip to a proper
directory, I have tried to start the server from ../bin directory but get this
exception reported:
0
D:\Tools\jboss\dist\bin>java -jar
run.jarUsing configuration "default"
javax.management.ServiceNotFoundException: P
At 06:58 PM 3/25/01 +1000, you wrote:
>Hi all,
>
> This question isn't unique to jboss, but I hope that it's something a
>lot of people have thought about, and understand better than me...
>
> I'm trying to understand a good deployment scheme for a web application,
>that is, where do my cl
Does jboss give out a message about the redeploy?
Are you sure your beans are compiled fresh? Try to check this in the
jar-file. I found the rebuild option from JBuilder not quite rebuilding
everything...
Sorry for sounding very simplistic here, but it's from own (sad) experience
(manchmal hat ma
Hi,
i have deployed some Beans with JBoss pre 2.1 binary and now I am trying
to connect with a client application. The client code looks like the
examples from the JBoss website:
InitialContext jndiContext = new InitialContext();
Object ref = jndiContext.lookup("Login");
LoginHome home = (Login
HI all,
I would like to try test of JMS
JBoss2\bin\test\jboss\jmx\TestServer.class
I copy sample tu %JBOSS_HOME%\run\test\jboss\jmx\
I copy compile it and run like:
set
CLASSPATH=.\;%JBOSS_HOME%\lib\ext\jboss.jar;%JBOSS_HOME%\lib\ext\jnpserver.jar;%JBOSS_HOME%\lib\jmxri.jar
java -classpath
At 10:54 PM 3/24/01 -0500, you wrote:
>Hi,
>I am trying to runthe Interest rate example from Jboss.org and the client
>failed with the following message. Could anyone tell me why??
>
>F:\Jboss2.1\examples\interest>java InterestClient
>javax.naming.NoInitialContextException: Cannot instantiate cla
I dont think it is JBoss thing.
i'm not common with postgresql but in oracle NEXTVAL is not rollbackable.
I mean if you increase sequence it is way to rollback it. Its DB feature.
D&D
On Mon, 26 Mar 2001 18:01:31 +0800, Ricky wrote:
>
> Hi all , I am using Linux6.1 , jBoss2.1 , Tomcat3.2.1 a
hi,
On Mon, 5 Mar 2001, fractals wrote:
> AFAIK, there's no way to make a method anything else than public in a remote
> interface. Sad, because I *would* like to hide some of the methods I define
> for some of my beans.
>
> Really, is there no way to get this cornerstone of OO programming back
Hi jboss-users,
Question.
I have deployed multiple jar file in the deploy directory.
Jar A has multiple CMPBeans and SessionBeans and has an META-INF dir.
witch contains (ejb-jar.xml, jboss.xml, jaws.xml).
Jar B has multiple CMPBeans and has an META-INF dir. witch contains
(ejb-jar.xml, jboss
Sorry to bother this jboss list with a postgresql question, but this is a
simple one concerning PostgreSQL:
I get the following error:
Bad Timestamp Format at 19 in 2001-03-26 16:06:04.24+02
This is apparently due to the +02 part.
I've tried to set the DATESTYLE format to ISO and 'Europe/Pa
i just did an cvs update and everything worked now.
Scott M Stark wrote:
>
> You need the xml.jar for the build process currently. The xml.jar is only
> used by the xmlbeans ant task and the ejx editor app. Where are you
> seeing a conflict between crimson.jar and xml.jar?
>
> - Original Me
Hi all , I am using Linux6.1 , jBoss2.1 , Tomcat3.2.1 and jdk1.3 ,
postgresql.
I have the code below in the stateless bean : I trying to rollback the
transaction if there are existing sequence id in the table.
However , the method did not rollback because when i check the
sequence table
Hi,
> -Original Message-
> From: Kirill Averianov [mailto:[EMAIL PROTECTED]]
> Please send me an example of ear META-INF/application.xml
> where specified several EJB's jar files.
>
Its 'standard' ejb stuff - so RTFM ;-)
...althought I found it hard to find too...
Try th
Hello,
when I try to redeploy a jar-packaged bean the deployment seems to work
correctly. But when I access the bean the container seems to execute the
old version.
That even happens if I first delete the jar-packaged bean from the
deploy-directory and then copy the new version into it.
This prob
Hi,
> -Original Message-
> From: Kirill Averianov [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 23 March 2001 20:42
>
> Do I have to put my EJB.jar files into lib/ext folder if
> I intent to use them from another EJB's ?
>
I don't think that is recommended.
I'd suggest either
a)
Hi,
I followed instructions in the manual for setting up DB2 Connection Pool but
I'm not sure if this is working or not.
I have looked at the JNDI but couldn't see the context of my connection
pool.
Does anyone know how to test/verify the Connection Pool?
Thanks.
Nguyen Thanh Phong
Hi,
I'm currently using log4j to provide portable logging for my beans. I start
moving my code to Jboss but it complains about not finding the configuration
file for log4j (I'm using PropertyConfigurator). In the past I didn't
package the property file together with the EJB jar file.
Where shoul
> >
> > > className="org.apache.tomcat.request.Jdk12Interceptor" debug="99" />
> >
> > Everything should work.
>
> And everything does now work. Thank you. My question now is
> "What does the above request interceptor do?"
>
It establishes the request thread context class loader to be that
OK false alarm. It's all my fault. The error was somewhere else.
Sorry about the noise.
candide
- Original Message -
From: fractals <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 08, 2001 8:29 AM
Subject: Re: [JBoss-user] help needed: don't understand exception (jaws)
92 matches
Mail list logo