I don't understand what you are saying. The code works fine under 2.1 with
Minerva. It does not work with the Oracle XA implementation.
- Original Message -
From: "Shahar Solomianik" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 21, 2001 7:09 AM
Subject: RE: [JBoss-
Rafizan Baharum wrote:
> how do u remove them? i mean besides the DataSourceLoader mbeans, hsqldb
> mbean, what else can you remove?
Those are all that I chop out.
> for example, can i remove blackboxDS?
I don't believe that removing that will harm anything. I was getting
errors from it anyway
how do u remove them? i mean besides the DataSourceLoader mbeans, hsqldb
mbean, what else can you remove?
for example, can i remove blackboxDS?
.r
danch wrote:
> I remove them pretty regularly. I don't use JBossMQ, but it does seem to
> start up all right.
>
> Alexander Jerusalem wrote:
>
> >
I put all of a bean's classes (impl, home and remote, as well as any
required support classes) into its jar. I believe this is required by spec.
I then create a jar containing the client bits (anything exposed as or
by an interface), then use the manifest header from client jars.
Lennart Peter
I remove them pretty regularly. I don't use JBossMQ, but it does seem to
start up all right.
Alexander Jerusalem wrote:
> Hi,
>
> Does anyone know if the hypersonic and/or instantDB datasources are
> needed by JBoss or JBossMQ or by the JNDI service? Or are they just
> there as an example to
Take a look in the server-side log. This will give you the server side
trace.
Have you recently changed the throws clause of 'setDevice', but
forgotten to change the interface? That's one possibility.
Another possibility is that that something on the server side is
throwing a strange exception
Hi,
It's here:
http://www.jboss.org/manual/third_party.html#tomcat
I don't know if this document is still valid for 2.1. but I suppose it
should be. It basically says that you have to start JBoss and Tomcat
separately and put the right jar files in the WEB-INF/lib directory of your
web app.
r
Hi,
Does anyone know if the hypersonic and/or instantDB datasources are needed
by JBoss or JBossMQ or by the JNDI service? Or are they just there as an
example to try out jaws? Can I safely remove them?
thanks,
Alexander
___
JBoss-user mailing list
Hi all , i am using Linux6.1 , jdk1.3 , jboss2.1 and Tomcat3.2.1.
We have been successfully embedded tomcat in the jboss. However what i
am trying to do
is that i want to run tomcat as standalone and separate from jboss2.1.
I did not see any documentation about it.
Maybe someone please gi
It will be in the jbosssx cvs module under src/main/org/jboss/plugins/samples. It
won't be there until later tonight.
- Original Message -
From: "Michel & Anke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 21, 2001 3:40 PM
Subject: Re: [JBoss-user] X509 Client certi
I am getting an UndeclaredThrowableException when trying to execute a
method within my Bean and not sure how to track it down. It looks like I
am able to create the bean ok. Here is the code:
InitialContext jndiContext = new InitialContext();
Object devRef = jndiContext.lookup("mls/DeviceIde
does the number of pool instances equate to the number of concurrent uses in
jboss? every "pool" i've worked with removes the object from the pool once
it's allocated (replacing it if the pool gets too small) and returns it when
it's available again. that traditional pool functionality helps the
Thanks, I will have a look at it. What's its location in the source tree?
Michel
> I have an LDAP based LoginModule just about ready for check in. It will be committed
> tonight. The credentials are whatever you pass in and could be an X509 cert.
>
> - Original Message -
> From: "Miche
Well, before I jump into it, it seems like a Good Idea to check that reuse
is not an option. Before I start working on it, I need to know what tools
are available.
Michel
> |[mailto:[EMAIL PROTECTED]]On Behalf Of Michel &
> |Anke
> |Sent: Wednesday, March 21, 2001 5:42 PM
> |To: [EMAIL PROTECTE
I have an LDAP based LoginModule just about ready for check in. It will be committed
tonight. The credentials are whatever you pass in and could be an X509 cert.
- Original Message -
From: "Michel & Anke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 21, 2001 2:42 PM
I get the following error trying to call a bean on JBoss-2.0 from Jakarta-4.0 servlet.
Running JDK1.3 on Linux(Mandrake) 7.1
When calling the same bean from a standalone Java client, it all works fine.
java.lang.reflect.UndeclaredThrowableException: java.net.MalformedURLException:
unknown protoc
>> Greetings all! Can anyone tell me about how the execution threads work
>> between JBoss and Tomcat, and how many there are, can we change them,
>> etc.?
>>
>> We've put a slew of timing debug statements in our code to try to narrow
>> down
>> a perceived bottle-neck in JBoss. We dump 100
|[mailto:[EMAIL PROTECTED]]On Behalf Of Michel &
|Anke
|Sent: Wednesday, March 21, 2001 5:42 PM
|To: [EMAIL PROTECTED]
|Subject: [JBoss-user] X509 Client certificate authentication module?
|
|
|Does anyone know of or have a security pluging for Tomcat/JBoss
|that allows to
|authenticate using X50
Maybe limit the number of pool instances would work?
Michel de Groot
> Is there a way to limit the number of EJB instances used concurrently?
>
> An example scenario:
>
> Two message queues, Q1 and Q2. Two message beans, B1 and B2 handling
> messages from their respective queues. B1 receives
Hi Uno,
move xerces.jar to the front of the classpath, like:
CLASSPATH=xerces.jar:$CLASSPATH
Works for me.
Sincerely,
Michel de Groot
> Hi, I'm trying to install the cocoon servlet from xml.apache.org
> on top of jboss with embedded tomcat.
> However there seam to be some class path error.
If you want to add another XML parser than the JBoss default (Sun XML),
f.e. Xerces, add it at the front of the classpath in run.sh
Michel de Groot
> hi, cocoon as been installed on top of jboss-tomcat by several people,
> there has been several post explainning it.
> have a look at the archive
You'll need to work with JBoss Pre-2.1 to get Apache+Tomact+JBoss to work.
Tomcat's server.xml isn't parsed in the 2.0 Final release, but it is in the
Pre-2.1 CVS sources. Get more information in the docs at JBoss --> JBoss
3rd Party --> Tomcat
or, more to the point http://www.jboss.org/busines
What free/open source replacements for tools.jar (especially the java
compiler) exist? Jikes seems to do it. Any other alternatives?
Michel de Groot
>
>
> Yeah you still need to add tools.jar from the JDK 1.2 or 1.3 into your
> classpath.
>
> Hope this helps
>
> Regards
>
> Scott Warren
> Lead
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
Hi again Dan,
And thanks so much for your patience !
Well, this is a neat solution indeed. The fact is, I've never used
transactions so I don't know what they cost. At the very moment, I am
beginning an implementation using JTA. To begin with, let's say that I'll
probably abandon this idea in fa
On Wed, 21 Mar 2001 [EMAIL PROTECTED] wrote:
> Greetings all! Can anyone tell me about how the execution threads work
> between JBoss and Tomcat, and how many there are, can we change them,
> etc.?
>
> We've put a slew of timing debug statements in our code to try to narrow
> down
> a perceiv
Does anybody know how to integrate the Apache web-server with JBoss and
embedded Tomcat? We've been developing an EJB/JSP web solution using
JBoss/Tomcat by doing all testing through a web browser connected to port
8080, but now we want to deploy to a real production environment using
Apache to se
Does anyone know of or have a security pluging for Tomcat/JBoss that allows to
authenticate using X509 client-side certificates? Anyone chance for an
integration with LDAP tools?
Can people provide some pointers to open source/free tools that could be
useful?
Michel de Groot
_
For your combination, use the docs at JBoss --> JBoss 3rd Party --> Tomcat
or, more to the point http://www.jboss.org/business/jboss-tomcat.html
Good luck...
-- Dewayne
- Original Message -
From: "Wayne Leishman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 21, 20
Hi,
for JBoss and Tomcat install you only need jboss-tomcat-2.1-beta.zip.
Unzip the zip file. That's it. You're ready, it works. Try to deploy an EAR containing
a
WAR in the jboss21/deploy directory.
Alternatively, you can modify the tomcat32/conf/serverl.xml and add a context pointing
to
a d
We are using a fairly effective approach based on CVS and make. However, I
wonder if anyone has posted a "bean/webapp" build/management pattern. For
example, how should you structure your repositories and how should
developers work through the build/test cycle?
Title: Oracle XA driver and CMP
Hi - we recently tried to get out first prototype app switched over from BMP with Oracle 8.1.7 running on Linux 7.0 over to CMP.
After wading thorough more self created errors than I`m prepared to admit to in a public forum we ended up with one I`m stumped on.
Check that your ejb-jar.xml file has
Bean and that you are looking up
"java:comp/UserTransaction" from the bean. It's not bound to
javax.transaction.UserTransaction.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kirill
Averianov
Sent: Wednesday, March
Try getting it from the session context.
On Wed, 21 Mar 2001, Kirill Averianov wrote:
> I tried to it in a session bean it DOES NOT FIND it too.
>
> Is UserTransaction implemented in JBOSS at all?
> Looks to me that it is not.
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mai
Greetings all! Can anyone tell me about how the execution threads work
between JBoss and Tomcat, and how many there are, can we change them,
etc.?
We've put a slew of timing debug statements in our code to try to narrow
down
a perceived bottle-neck in JBoss. We dump 100 virtual users on the b
Is that mean that the TransactionContext propogation is not implemented?
Also, does that mean that JTS is not supported yet?
- Mike Jau
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 3:06 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss
My patch didn't do any of the performance tuning Marc or Simone was
talking about. It only made sure that thousands of LOCKING-WAITING
messages weren't being printed to the log.
Bill
Juha Lindfors wrote:
> At 20:48 21.3.2001 -, you wrote:
>
>>> I was only planning to drop the patch in..
I posted an example (attached here) some time ago of a "hello world"-level
session bean that doesn't redeploy correctly. Whenever I redeploy session
beans using drag-and-drop into the deploy directory, I never get the new
code's behavior. I have to restart JBoss for it to pick up the changed
ver
I tried to it in a session bean it DOES NOT FIND it too.
Is UserTransaction implemented in JBOSS at all?
Looks to me that it is not.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 4:06 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-u
You're right, you have a problem.
Just off the cuff, here's what I'd think about doing.
I assume this is a web app? this makes it hurt worse.
This is an awfully long transaction. You really don't want a real
transaction open this long. Therefore, I'd use the HTTP Session to store
up all the inf
Sorry if this is old, I tried the archives but the mail list was not working
so here is my question.
I'm moving from Orion to JBoss. My orion model relies on dependent objects
so that the EJBs can return Java objects. We marshal/unmarshall the
dependent objects into/from XML using Castor.
How do
After looking through the mailing lists and other sources I know that
Sun's EJB 2.0 spec is still in flux and particularly the dependent
objects. But also looking through the archives it looks like some people
are using dependent objects with JAWS. So I have two questions.
1) Are dependant obj
Previous discussions indicate that this can't be done in JBoss and that
supporting it would be non-standard. I wanted to do this too and ran into
the same issue.
If you just want to use a UserTransaction from code in the same JVM as
JBoss, you have to use a session bean. You can't use the UserT
At 20:48 21.3.2001 -, you wrote:
>> I was only planning to drop the patch in...didn't want it to
>> get lost. But
>> you can have this one, you're more familiar with it :) Enjoy!
>
>???
>
>Did you attach something (a patch) ?
No, the code changes were in Bill Burke's email.
-- Juha
_
For those interested in Hypersonic SQL, here is some encouragement from their user
mailing lists.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 1:28 PM
To: [EMAIL PROTECTED]
Subject: [hsql-user] New Project Formed at SourceForge
Hi,
This is a very simple question concerning transactions:
I need to make a user-registration in multiple steps:
1. The user enters a pin code that corresponds to a certain amount of money
he/she spent to get access to the application
-> application checks the pin code, and marks a corresp
Hey Juha,
> Hey,
>
> At 13:43 21.3.2001 -, you wrote:
> >I'm also working on that, I fixed it but didn't tested it enough.
> >Keep me informed if you will work on this.
>
> I was only planning to drop the patch in...didn't want it to
> get lost. But
> you can have this one, you're more fa
Here's my SQL Server & Inet setup for JBoss 2.1, as promised. The
instructions Juha pointed to on Inet's web site are for 2.0. There have
been a couple of changes since (don't change properties, no MLET tag
needed in jboss.conf, etc.)
Note 1: I was doing BMP with these. For CMP to work you'll als
Hello.
I have downloaded jboss-2.1.zip and jboss-tomcat-2.1-beta.zip. I
extracted JBoss to C:\JBoss and Tomcat to C:\jboss-tomcat-2.1-beta
So far so good.
Could someone please point me to the correct documentation on how to run
Tomcat with JBoss ? I've find instructions in the following place
Hello.
I have downloaded jboss-2.1.zip and jboss-tomcat-2.1-beta.zip. I
extracted JBoss to C:\JBoss and Tomcat to C:\jboss-tomcat-2.1-beta
So far so good.
Could someone please point me to the correct documentation on how to run
Tomcat with JBoss ? I've find instructions in the following place
It should work from another VM? That would require all the minerva pooling
stuff as well as the Oracle drivers to be serializable, wouldn't it? Or it
would require the entry bound into JNDI to be a factory sort of thing,
right?
On Wed, 21 Mar 2001, Joe wrote:
> it should still work (when you say
On Wed, 21 Mar 2001, Joe wrote:
> danch wrote:
>
> > Note that you really should do your lookups at
> > "java:comp/env/jdbc/OracleDB", but that does require that you either set
> > up OracleDB as your default, or make a couple of mapping entries in
> > jboss.xml.
>
> can you explain why ? becau
I am trying to deploy a stateful bean but am failing.
Stateless is okay.
To narrow in on the problem I tried to deploy the interest.jar example after
changing its deployment descriptor to indicate that it was a stateful bean
instead of stateless and it failed to deploy in the same way as my ow
Yes , BEAN = EJB.
May be it should work , but it does not.
I can access it from EJB with no problem , but if
try InitialContext.lookup( dataSourceName ) from a different
VM it throws Exception : "javax.naming.NameNotFoundException:
OracleDB not bound
I realized I had another process running on 1099..
stopped it and it works fine now.
never mind.
On Wed, 21 Mar 2001, Daren R. Sefcik wrote:
> Hi, I am trying out the Jetty/Jboss bundle
> and everything works fine except for the
> Jboss demo. I get the initial page fine
> but when I try and ru
Hi,
At 13:43 21.3.2001 -, you wrote:
>I'm also working on that, I fixed it but didn't tested it enough.
>Keep me informed if you will work on this.
I was only planning to drop the patch in...didn't want it to get lost. But
you can have this one, you're more familiar with it :) Enjoy!
-- J
Hey,
At 13:43 21.3.2001 -, you wrote:
>I'm also working on that, I fixed it but didn't tested it enough.
>Keep me informed if you will work on this.
I was only planning to drop the patch in...didn't want it to get lost. But
you can have this one, you're more familiar with it :) Enjoy!
--
At 08:26 21.3.2001 -0500, you wrote:
>They compare i-net drivers to those of NetDirect, AveConnect, and J-Turbo as
>well as a JDBC-ODBC bridge. They test for performance, stability,
>reliability, etc...
>
>Of course, this is a commercial site, but it is more info for those
>searching for a driver.
it should still work (when you say BEAN you mean EJB right? )
- Original Message -
From: "Kirill Averianov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 21, 2001 6:50 PM
Subject: RE: [JBoss-user] Accessing DataSource from a client
> Your suggestion will work only
danch wrote:
> Note that you really should do your lookups at
> "java:comp/env/jdbc/OracleDB", but that does require that you either set
> up OracleDB as your default, or make a couple of mapping entries in
> jboss.xml.
can you explain why ? because the specs recommend you do ?
I am still pretty
Hi, I am trying out the Jetty/Jboss bundle
and everything works fine except for the
Jboss demo. I get the initial page fine
but when I try and run the HelloEJB
example I get the following:
=
Servlet calling EJB
Call failed... Except
Your suggestion will work only if it's implemented as a BEAN.
I want to access it from a different VM. It works fine with a weblogic.
Does JBOSS do it too ?
Thanks , Kirill.
-Original Message-
From: danch [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001
HI,
I see a bug in EJC editor,
when editing a JAWS file, CMP mapping ( DB is mySQL), changing a BLOB SQL type of a
java.lang.TimeStamp to an SQL type of TIMESTAMP is
not stored in the JAWS.XML file.
The JAWS.XML must be manually edited.
Thanks
http://www.ticino.com/u
Hi dan !
Thank you very much again for all your answers.
> > I read in the docs that objects should be bound to java:/env and not
java:/
> This binding here is really so that JBoss' internals can see it. You
> shouldn't access it here, although it will work if you do.
It does. What's the proble
1) Go to: http://lists.sourceforge.net/lists/listinfo/jboss-user
2) Enter your email address on the bottom of the page (next to the "Edit
Options" button) and press the "Edit Options" button.
3) Type in your password next to the "Unsubscribe" button and press the
"Unsubscribe" button.
4) If you
Joe wrote:
> your OracleDB is bound to "java:/OracleDB"
> your look up should look like this
> xads = ( javax.sql.DataSource )jndiCtx.lookup ( "java:/OracleDB" );
Note that you really should do your lookups at
"java:comp/env/jdbc/OracleDB", but that does require that you either set
up OracleDB
Interesting. Security works, and it has the jbosssx jars, so it's not
very old. Did that property ever get updated in the source?
Alexander Jerusalem wrote:
> Hi,
>
> I've downloaded the cvs files from sourceforge but I wonder if this is
> the latest version because the Ant build file has a l
Steven Webster wrote:
> Hi again all,
>
> Thanks for all the help with Hypersonic...can someone tell me where exactly
> JBoss
> decides that Hypersonic is the default database it will use for CMP ?
In standardjaws.xml, the default datasource is defined near the top.
>
> Meanwhile, back at the
PLEASE HELP !
> How to bind javax.transaction.UserTransaction to the JNDI
> at the JBoss startup ?
> What JBoss configuration files must be changed for that ?
>
>
> Thanks a lot , Kirill.
___
JBoss-user mailing list
[EMAIL PRO
Doesn't work... Sorry, my mistake...
Mathieu Viau wrote:
>
> To be removed from the list, send the following command to
> [EMAIL PROTECTED]:
>
> unsubscribe jboss-user
>
> Will Knoblauch wrote:
> >
> > Please unsubscribe everyone at telecomse.com from this list.
> >
> > Thanks.
> >
> > ---
Unable to load a ResultSet column into a variable of type 'int'OK,
you are probably not getting as far as being able to call the getHeadline()
method of your CMP-bean, because the container needs to instantiate (load)
the bean beforehand. During this loading I guess one of the columns which is
ass
Hi,
> -Original Message-
> From: Alexander Jerusalem [mailto:[EMAIL PROTECTED]]
>
> I've downloaded the cvs files from sourceforge but I wonder
> if this is the
> latest version because the Ant build file has a line:
>
>
oops - I think that was my fault...
I will try and correct i
Hi,
>
> > Have you got the jaws.xml flag set such that tables are
> dropped when the
> > application finishes - if this is set, it should mean that
> the tables are
> > re-created upon startup - curing your problem.
>
> We tried that in standardjaws.xml - there was no jaws.xml
> filethe
Hi,
On Wed, 21 Mar 2001, Alexander Kogan wrote:
> marc fleury wrote:
> >
> > Just out of curiousity Simone...
> >
> > when we benched at SUN one of the big difference under load was the thread
> > management.
> >
> > The best in terms of resource usage was put the thread to sleep (with a 5
>
The ZOAP docs (including loads of hierarchically structured UML/JavaDoc) are
available in the cvs directly as it would not fit in the web-site structure
...
Best,
CGJ
-Ursprüngliche Nachricht-
Von: Bankwalla, Viraf [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 21. März 2001 14:04
An: '
"Swarr, Bob" wrote:
>
> To address these problems a number of theorticians in concurrent
> programming, such as Brinch Hansen, developed the idea of a monitor. I guess
> today we would call it a design pattern. Some writers claim that Java
> wait() and notify() implement a monitor, although I've
I've been battling applets for a few days now. There seem to be several
problems in getting a JDK 1.1 applet to talk to an EJB, even indirectly
through JMS.
First, it's hard (impossible?) to use JNDI from an applet. jBoss' 2.0's
implementation of the JNDI InitialContext() method requires you t
Its really Flux (see http://www.simscomputing.com/products/flux/) which is a
really interesting implementation of
JMS which offers firing of messages on a ms basis. Is this firing possible
with jbossMQ as well?
- Original Message -
From: "marc fleury" <[EMAIL PROTECTED]>
To: <[EMAIL PROTE
Hi again all,
Thanks for all the help with Hypersonic...can someone tell me where exactly
JBoss
decides that Hypersonic is the default database it will use for CMP ?
Meanwhile, back at the ranch, we're now looking at using MS SQL Server, and
have
so far followed the documentation on the JBoss we
Hey,
> Which leads to a question since I'm a JBoss novice. Is there
> a way to set
> the number of threads in JBoss? I use WebLogic regularly and
> it provides a
> configuration parameter that allows you to set the number of
> threads in the
> VM that the server uses.
No. (but this is open s
Please assist to unsubscribe me out of this list
Thanks,
Steve Nguyen
--
KBMail Software & Java Hosting Support
E-mail: [EMAIL PROTECTED]
Web site: http://www.ebpcs.net | http://www.kbmail.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lis
your OracleDB is bound to "java:/OracleDB"
your look up should look like this
xads = ( javax.sql.DataSource )jndiCtx.lookup ( "java:/OracleDB" );
- Original Message -
From: "Kirill Averianov" <[EMAIL PROTECTED]>
To: "JBOSS (E-mail)" <[EMAIL PROTECTED]>
Sent: Wednesday, March 21, 2001 3:4
Regarding the discussions on Hypersonic SQL, there are some points worth
adding.
1. Hypersonic SQL is shipped with the Orion commercial web server
(www.orionserver.com) as the default rdms. When I raised this identical
question, someone from the Orion team said it is still a good database for
Marc,
I think that the body of opinion in CS literature is consistent with your
findings.
Busy/wait burns cpu and leads to various programming problems (race,
starvation, deadlock, etc).
To address these problems a number of theorticians in concurrent
programming, such as Brinch Hansen, develop
Hi,
I've downloaded the cvs files from sourceforge but I wonder if this is the
latest version because the Ant build file has a line:
regards,
Alexander Jerusalem
At 08:47 21.03.01, Scott M Stark wrote:
>The wait for CVS access appears to be over. I am seeing the code via the
>sourceforge
>c
Hi dan !
(this might be the second time you receive this message. It's just that,
weirdly, I don't receive any more messages from the jboss mailing-list, and
just to be sure I want to send this last message once again)
Thank you very much again for all your answers.
> > I read in the docs that
Title: Unable to load a ResultSet column into a variable of type 'int'
Mmm,
which column/file are you talking about? My client code is just calling
getHeadline() method that returns a String. Thanks!
-Original Message-From: Burkhard Vogel
[mailto:[EMAIL PROTECTED]]Sent: Wednesd
Title: RE: [JBoss-user] JAAS Based Security in JBoss
Your client should always use /client/auth.conf, the other one is to configure the SecurityManager Container. Again if you run Tomcat in standalone everything works fine.
standardjboss.xml
--
Standard S
marc,
Flux as in the Flux Scheduler at www.simscomputing.com. We are evaluating
it for use with JBoss. We need a Enterprise Scheduler for our J2EE
application, especially in the EJB area.
jee-meng.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf O
You can access to a datasource only in the jvm of the server but not outside it.
You must lookup on java:/OracleDB
Templ
>>> [EMAIL PROTECTED] 21/03/01 16h46 >>>
I have a stand alone java client (NOT A BEAN) where I am trying to
get a pointer
to "OracleDB" DataSource using the fo
I have a stand alone java client (NOT A BEAN) where I am trying to
get a pointer
to "OracleDB" DataSource using the following code :
xads = ( javax.sql.DataSource )jndiCtx.lookup ( "OracleDB" );
I get : "javax.naming.NameNotFoundException: jdbc not bound"
danch wrote:
>
> Constantin Teodorescu wrote:
>
> > Got the latest 2.1 jboss (PRE 2.1) and tried to run the same example
> > (interest.jar) that worked fine in 2.0
> >
> > Compilation OK, deployment OK, but received error running InterestClient
> > :
> >
> >
> > Got context
> > Got reference
> >
You're calling create on an EJB and it isn't working. Take a look at the
server log, there should be a couple other exception backtraces in there
that will tell you more.
Marteijn Nouwens wrote:
> HEllo everybody, I am trying to connect to an enterprise bean from an
> applet. This has worked
Hi,
> I think there is a big difference between default and recommended. HSql
is
> good for getting started quickly - but it has limits that need to be
> understood and accepted if it is to be used.
I think we're realising that already... ;)
> There is a client that comes with hsql - have you
Constantin Teodorescu wrote:
> Got the latest 2.1 jboss (PRE 2.1) and tried to run the same example
> (interest.jar) that worked fine in 2.0
>
> Compilation OK, deployment OK, but received error running InterestClient
> :
>
>
> Got context
> Got reference
> Exception in thread "main" java.lang
marc fleury wrote:
>
> Just out of curiousity Simone...
>
> when we benched at SUN one of the big difference under load was the thread
> management.
>
> The best in terms of resource usage was put the thread to sleep (with a 5
> sec timeout) and notify (1) and that REALLY flew and scaled REALLY
Nguyen Thanh Phong wrote:
> Hi,
> How about the stub/skeletons generate by ejb compiler when
> you deploy the EJB jar files?
Stubs are generated at runtime. There are no skeletons generated.
Generally, generated code does not 'inherit' the GPL from the tool that
generates it (you can compile no
I assume that you're calling from a stand-alone client? Did you point
that client at the auth.conf in the /client directory, or
the one in conf/default? The client needs to read the auth.conf from the
client directory in order to Do the Right Thing.
danch
thierry birre wrote:
> hi jboss-user
I had
the same problem with Tomcat embeded in Jboss 2.1, authentication works but
authorization fails with jaas/other configuration. However if you
run Tomcat as a separate process it works fine.
-Original Message-From: thierry birre
[mailto:[EMAIL PROTECTED]]Sent: Wednesday,
You're using JBoss 2.0, right? If so this is a known weakness of that
version.
Andy Evans wrote:
> Hi
>
> CMP beans work fine EXCEPT a primary key is not
> created in the database table just a normal column.
> This happens both with mySQL and InstantDB.
>
> Has anybody else noticed this.
>
>
1 - 100 of 130 matches
Mail list logo