I been using HypersonicSQL with great joy and success for over 2.5 years now
and have not found any unstable issues with it - ... except when crashing it
and then have a unclean shutdown, then rebuild the db from backup ...
first how are You using it ?
- not at all
- for read data
- for read/writ
I recovered the following mail. I tried the
"DataSourceClass">oracle.jdbc.xa.client.OracleXADataSource
but got an Oracle exception: [Default] java.sql.SQLException: ORA-06550:
line 1, column 13:
PLS-00201: identifier 'JAVA_XA.XA_START_NEW' must be declared
Do you mean this when you say adding or
thanks for Scott's help
Now I have seen "estore/ReportForm" in jndi tree.
I can confirm it.
-
+- estore
| +- PLU
| +- Payment
| +- RTNReport
| +- DlvDtl
| +- Cheval
| +- RtnHead
| +- ReportForm
I did a fresh install of JBoss-2.4.1_Tomcat-3.2.3. Just in case, I made copies
of all the subdirs of "jboss/conf" (adding ".save" to the name). I modified
the "tomcat" configuration to match the need for my prototype application. I
was able to deploy it, and verify both the EJB and Servlet side
I have been trying to migrate from 2.2 to 2.4 and suddenly my Oracle8
driver doesn't work anymore.
I kept the same declaration in jboss.jmcl as I used for 2.3, namely;
oracle.jdbc.driver.OracleDriver
OracleDS
org.opentools.minerva.jdbc.xa.wrapper.XADataSourc
eImpl
jdbc
thanks for Scott's help
Now I have seen "estore/ReportForm" in jndi tree.
I can confirm it.
-
+- estore
| +- PLU
| +- Payment
| +- RTNReport
| +- DlvDtl
| +- Cheval
| +- RtnHead
| +- ReportForm
Read about the JNDIView mbean:
http://www.jboss.org/documentation/HTML/ch13s127.html
- Original Message -
From: "pyliu8621" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 5:45 PM
Subject: [JBoss-user] How can i see JNDI tree?
>
> Hi:
> In JSP I can get ej
Hi:
In JSP I can get ejb home by
initialContext.lookup("estore/ReportForm"),
while I can't get it from another application by
initialContext.lookup("estore/ReportForm"),
why?
so, i want to know if there is a tool to show jndi tree,
thanks for everyone.
pylio.
A¢Ë.±êæj)b
test, sorry
,ºÇ«¨¥x%ËI,ºÇ«+-²Ê.Ç¢¸ëa¶Úlÿùb²Û,¢êÜyú+éÞ·ùb²Û?+-wèþ6è²Ë¬z
I am using Castor with Hypersonic.
Castor expects the Tables to be created outside the scope of the
appServer. Otherwise queries will fail odviuosly. I know how to do this
with Oracle but not with Hypersonic?
[Default] Nested error: java.sql.SQLException: Table not found: ROOM in
statement [SELE
Its up to you to do this in your equivalent of AppCallbackHandler on the
client side.
This is called when the client calls the LoginContext.login() method.
- Original Message -
From: "Yahoo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 3:15 PM
Subject: Re
It looks like its looking for a relative path b/c of the forward slashes.
Are you using forward slashes in the conf file to define a physical path?
-Original Message-
From: Cor Hofman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 13, 2001 12:25 AM
To: Jboss
Subject: [JBoss-user] bu
Hi,
I think I didn't express myself well last time. The EJBs are secured. We
want a login window which will authenticate a user from client side, using
jboss's loginmodule. That means at the "login" stage, we are not going to
call any EJB methods yet. What we want at this time is whether this use
On Thursday 13 September 2001 04:34, you wrote:
> second point - is there any reason you're not running embedded tomcat -
> this would also remove the need to worry about it, as the properties are
> already set for you. afaik there are no drawbacks to running
> embeddedtomcat - you can still run
I think you will also need to do similar for jboss/tmp and depending on
your setup (most likely) do something with jboss/db
cheers
dim
On Thu, 13 Sep 2001, Bruyn, Bill wrote:
> Hi Tony,
>
> This is about how I did it for 2.3.3/3.2.3, I think. Enjoy...
>
> 1. Create subdirectories for each i
What's the point of authenticating the user if you not securing the EJB?
If you want authentication of the user you must assign a security context
to the EJB.
- Original Message -
From: "Yahoo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 2:20 PM
Subject:
Hi,
Now that part's done. How about I want user/pass sent from client to be
authenticated in Jboss(using DatabaseServerLoginModule), but without calling
a secured ejb method? I found the authentication did not excute if a secured
ejb is not called.
Thanks,
Burt
> Add a login module configurati
Add a login module configuration in the auth.conf file used by the client
to the "other" entry before the ClientLoginModule as the comments
indicate. The login module you add there will perform the client side
authentication.
other {
// Put your login modules that work without jBoss here
Title: RE: [JBoss-user] JBoss 2.2.2 and Xerxes/Xalan
Dirk,
If you question is to replace the -Djavax.xml.parser... lines in the
run.sh script I don't have an answer. I can tell you that we added
a reference to xerces.jar after crimson.jar in the JBOSS_CLASSPATH
(run.sh/run.bat) successfu
Hi,
From the client side, we need a "login" module
which ONLY authenticates a user. In jboss, the authentication is not excute
unless a secured ejb method is called. Please take a look of the following
client code, if we commented from
try{
InitialContext iniContext
= ...
The use
I
think you should get rid of HypersonicSQL. This is not a stable product. I have
seen this problem when using Hypersonic independently.
-Original Message-From: Matthew Baird
[mailto:[EMAIL PROTECTED]]Sent: Thursday, September 13,
2001 11:16 AMTo: 'A.L.';
[EMAIL PROTECTED]S
we've
also seen this error, fwiw. No solution here other than to comment out refs to
hypersonic
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
A.L.Sent: Wednesday, September 05, 2001 8:53 AMTo:
[EMAIL PROTECTED]Subject: [JBoss-user] JBOS
check to make sure an older castor jar file is not in lib/ext
m
-Original Message-
From: Paul McLachlan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 13, 2001 12:21 AM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] JBoss 2.4 and Castor 0.9.3 - ]
javax.naming.NameNotFoundException: my
Have you read this:
Using JavaMail in JBoss
http://www.jboss.org/documentation/HTML/ch13s90.html
- Original Message -
From: "Jarecsni János" <[EMAIL PROTECTED]>
To: "JBoss-User" <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 8:46 AM
Subject: [JBoss-user] beginner's question
> Hi
Hi,
we've been porting an application to JBoss 2.2.2 (with Tomcat embedded), and
everything looks just fine.
Except for one thing. Whenever there's a call to our "MailerEJB" (the one
dealing with mail-related stuff)we get an exception saying that "mail is not
bound". This has presumably something
Duncan,
If you are using CMP, or entity beans in general, just for the speed of
development, then you are probably misusing entity beans. If I were you, I
would check out Castor (www.castor.org). It allows the same speed of
development, but without all of the overhead that you encounter with
Hi,
As far as I know 2.4 does not use org.opentools.minerva anymore it
has been replaced by org.jboss.pool. Subsequently you have
to change your jboss.jmcl to contain org.jboss.pool instead
of org.opentools.minerva. This will most likely solve your
"Class Not Found Exception" problem.
Regards,
Hi Tony,
This is about how I did it for 2.3.3/3.2.3, I think. Enjoy...
1. Create subdirectories for each instance at jboss/conf jboss/deploy,
jboss/log, and tomcat
2. Change the following configuration entries at conf/INSTANCE
You need to checkout "jboss" not "jboss-all". jboss-all is used in the new
build structure in 3.0.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Sebastian
> Hauer
> Sent: Thursday, September 13, 2001 7:08 AM
> To: [EMAIL PROTECTED]
> Subject: R
Hi,
I am fairly new to EJB's and I want to use CMP for the speed of development as the
majority of tables are quite simple. There is one problem however the database (SQL
Server) have an IDENTITY column as a primary key. This means CMP cannot create the
object properly as it doesn't have the
To build the 2.4.1 release:
tst 1161>cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss
co -
r JBoss_2_4_1 jboss
cvs server: Updating jboss
cvs server: Updating jboss/build
cvs server: Updating jboss/docs
U jboss/docs/LICENSE.txt
U jboss/docs/index.html
U jboss/docs/styles.css
cvs server: Updating j
Hi Mariano,
Mariano Kamp wrote:
> I tried to setup a postgres datasource. Unfortunately the log says that it
> doesn't find the am class.
>
> I am using jboss 2.4.1. Do I have to add a particular jar to the
> installation?
did you copy the PostgreSQL jdbc driver to the $JBOSS_HOME/lib/ext
di
Hi,
I tried to setup a postgres datasource. Unfortunately the log says that it
doesn't find the am class.
I am using jboss 2.4.1. Do I have to add a particular jar to the
installation?
Thanks in advance,
Mariano
___
JBoss-user mailing list
[EM
Title: How to single login to jboss?
Hi,
Is anybody know how to login in before you access the security source such as jsp and ejb. I mean that usually we login when there are promp window request us to input username and password. Is any way to login before and bind to session.
regards,
Hi,
I think you can. However it may require changing of
one the JBoss/TC installation ports.
In this installation change the port which Tomcat
listens to something other than the default port or to
a port not been listened by the other TC installation.
Then do the same for the JNDI from 1099 to an
--- [EMAIL PROTECTED] wrote:
> Send JBoss-user mailing list submissions to
> [EMAIL PROTECTED]
>
> To subscribe or unsubscribe via the World Wide Web,
> visit
>
>
https://lists.sourceforge.net/lists/listinfo/jboss-user
> or, via email, send a message with subject or body
> 'help' to
>
There are a couple of points I like to emphasize to Paul's response.
1. If you go to the Lutris web site, and look at what they offer for
support, they sell incident packages for everything but EAS (unless I missed
a hidden link). If EAS is such a fast and great product, the wouldn't
Lutris a
> there is another way to provide the information, but what
> you're trying to
> do is much "better". An alternative is to use the InitialContext
> constructor that takes a Hashtable (?) as an argument, and set the
> key-value pairs in the hashtable instead of the properties
> file. BUT -
>
Hi Austin, Everybody
I have deployed the ear files into Jboss deploy directory and a war file within it
contains the jboss-web.xml. However I cant see any evidence that its content were
intepretedin the server.log file. I have attached the log and xml files would anyone
help. I am using JBoss2
i find a way to get it running:
moving all ejb-client relevant jars (including jndi.properties) from the
WEB-INF/lib directory to the tomcat/lib directory. i also have to place a
jar file with my ejb interface files in this directory.
why can't i use the WEB-INF/lib or WEB-INF/classes directory
Hi,
I'm trying two run two instances of Jboss2.4.1/tomcat3.2.2 on the same
machine, can anyone define the configuration files that need to be updated.
Cheers
TC
> Tony Cadogan
> Technology
> Tel: 020 7574 8120
> Fax: 020 7574 8141
> Mobile:
> E Mail: [EMAIL PROTECTED]
>
> Halifax Group Treas
there is another way to provide the information, but what you're trying to
do is much "better". An alternative is to use the InitialContext
constructor that takes a Hashtable (?) as an argument, and set the
key-value pairs in the hashtable instead of the properties file. BUT -
what you are doing
- Original Message -
From: "Paul A Morgan" <[EMAIL PROTECTED]>
>
> A few points of information:
>
> 1. Yes Lutris sells and supports both their Lutris
> Enhydra product, recently tested by Intel as the fastest
> application server around running a modified version of the
> PetStor
Hi Shamis,
I'm in the same situation as you are.
The only document I found so far is an e-mail describing the new build
process and the source structure.
http://www.mail-archive.com/jboss-development@lists.sourceforge.net/msg05677.html
Hope that helps you some.
Well here is my problem with th
hi!
i've successfully deployed a stateless session bean on my jboss server. on
another server i'm running an web application under apache/tomcat. from my
webapplication (from within a javabean) i would like to get a connection to
my ejb with the following lines:
InitialContext jn
Hi,
I have to use Xerces/Xalan but home do I have to configure JBoss so that I
can use it with Xerces/Xalan ?
Thanks!
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
Does any know of a bug in opening the transaction log of JMS.
Have a look at the stacktrace below and notice the '/' in front
of the Windows-NT file path.
[Default] javax.jms.JMSException: Could not open the queue's tranaction log:
/H:/JBoss/JBoss-2.4.0_Jetty-3.1.RC8-1/jboss/db/jbossmq/transactio
Hi,
I was successful in getting a project to run inside JBoss 2.2/Castor
0.9.3 however I have had to move to JBoss 2.4 for another reason and now
my castor development does not work.
I have placed the follwoing jars in $JBOSS/lib/ext; castor0.9.3.jar,
jboss-castorjdo.jar, xerces.jar (and also ejx
48 matches
Mail list logo