I haven't tried Tomcat/SSL so I would guess the credentials
are being stored differently and the JbossRealm needs to
access them differently. Can you post how your configuring
Tomcat with SSL so I can look into it?
On Mon, 14 May 2001 12:37:14 +0100
Shotton Mark MMUk <[EMAIL PROTECTED]> wrote:
>
That is correct.
On Mon, 14 May 2001 15:52:05 -0400
"Dale V. Georg" <[EMAIL PROTECTED]> wrote:
>
> OK, I think I understand now. Here's why I was getting
> confused: I was
> looking at the JAAS login module which uses the
> users.properties and
> roles.properties files and I was sort of equat
Great!!
10 Thank you Per !
20 Goto 10
__
Jaume Soriano Sivera <[EMAIL PROTECTED]>
Tel: 96504 -ext. 44744 Fax: 965040047
Portal y servicios multimedia - Nuevas tecnologias
W a n a d o o E s p a n a - http://www.wanadoo.es
Hi All...
We are getting ready to put a system into production and a question occured
to us. Our plan is to use jBoss/Tomcat 2.2.1 with PostgreSQL on
Debian/Linux. Postgres has a pgdump utility that will allow an online
backup that is guaranteed correct (from a referential integrity
standpoin
Hi John...
We ran into the same issue. Its logged as a bug on Sourceforge, assigned to
Scott Stark. I'm not sure what his plans are for addressing it.
My plan was to put the network down during deployments until there is a fix.
Jim
--On Monday, May 14, 2001 11:54 AM -0700 John Moore
<[EMAIL
Hi,
On 2001.05.14 11:47:44 -0400 danch (Dan Christopherson) wrote:
> [EMAIL PROTECTED] wrote:
>
> > Hi all,
> >
> > Is there any possibility to switch off the additional lookup when
> creating
> > the CMP entity bean?
> >
> > As far as I know, JAWS first invokes the "SELECT COUNT(*) FROM
> MYBE
Here is something interesting which I just discovered was added into the
man/man1/java.1 file which comes with the April 23 Release Candidate 2 of
JDK 1.3.1 for Linux:
-Xrs
Reduce usage of operating-system sig-
nals by Java virtual machine (JVM).
Sun's JVM catches signals to imp
OK, I think I understand now. Here's why I was getting confused: I was
looking at the JAAS login module which uses the users.properties and
roles.properties files and I was sort of equating it to NT security
where users.properties represents the NT users and roles.properties
represents the NT g
On Mon, May 14, 2001 at 09:24:23AM -0700, Dave Ortman wrote:
> Hi,
>
> I'm attempting to make a call to a CORBA service from within a session bean.
> The code below works perfectly fine when I run it from a Swing Java client.
> However, as soon as I place it in a session bean, I recieve a NULL
Hi!
I would view this question in this way:
Do you need the class when you compile? If the answer is positive, it would
be quite sure that you would need it when you use it (during runtime)
Just my 2cents
Arion
On Mon, May 14, 2001 at 08:44:10PM +0200, Tbone wrote:
> Hi,
> maybe i can help, i have some idea's how a pool can implemented.
My personal interest in pooling is restricted to the pooling of resource
manager connections, such as JDBC connections. I agree that Minerva's
pooling setup is probably
When I call the Servlets deployed with Tomcat,
everything is fine, calling the JSP's causes the Error
500 JAvac.main...
I know that this Bug is older, but I have not found a
Solution on the Web. (using JSDK 1.3)
__
Do You Yahoo!?
Yahoo! Auctions -
today i begun my diploma work in a company - they have been developing a
tool to test classes.
now they want to integrate a test environment for EJB's, but for it they
want to work with the real
bean and not with the remote reference, so they can hold always the same
instance of the class and
are
Plenty of info in the documentation:
http://www.jboss.org/documentation/HTML/ch05.html
-Dave Ortman
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ray
Sent: Monday, May 14, 2001 3:24 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] jaws.xml
What's the
I assume that you declared the method addNet() in the remote interface
right?
Ivan
- Original Message -
From: "Madhu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 14, 2001 7:08 AM
Subject: [JBoss-user] NoSuchMethodError
> Hi All,
>I have a SessionBean, in whic
Hi!In order to work with an ejb component,
does it really needed the interfaces of the EJBHome and EJBObject
subclasses to exist on the client side? Or these interfaces can be
dinamically loaded from the server side! How? Because I get the following
exception when I try to get the home inter
Hi,
maybe i can help, i have some idea's how a pool can implemented.
here is may setup
interface Pool {
public Object take() throws PoolException;
public void release( Object token ) throws PoolException;
}
interface PoolContext{
public void setFactory( Factory factory ) throws Factor
just checking:
where do you put the XML file and how do you 'set your classpath'
some thoughts:
have you tried creating a bean that prints out the classpath so you can
verify that it is 'correct'?
have you tried just putting the xml file in the lib/ext folder and not
modifying the classpath?
Hi,
can anyone tell me what I am doing wrong in this code block?
I am trying to establish a connection to a topicConnectionFactory from
within my client. Executing the code block results in a ClassCastException
during the lookup() call.
Properties env = new Properties();
env.setProperty("java.
I got a similar error and I'm not sure why. Can anyone explain?
In the meanwhile, if you change your scripts so that the Xerces jar files come
AFTER all the JBoss jar files (run.jar, etc.) in the CLASSPATH, then all should
work fine.
-Dave Ortman
>Folks,
>
>
>I tried to configure JBoss to
Thanks, actually this is more than I need. I just need to return the result
of lookup.
I've succeeded to do that locally, but from another host it doesn't work.
I did set a security manager.
//Lucian,
//
//it's not legal, according to spec, but it works in jboss:
//try
//{
//
Hey,
> Thank you for the answer... from the doc, it seems that this
> is scheduled
> for 2.4 but is it already in the jboss CVS...
Correct. This means that if you want to use this feature you have to check
out the latest CVS code.
> A new question then... that may seems obvious but does
> aut
[EMAIL PROTECTED] wrote:
> Hi all,
>
> Is there any possibility to switch off the additional lookup when creating
> the CMP entity bean?
>
> As far as I know, JAWS first invokes the "SELECT COUNT(*) FROM MYBEANTABLE
> WHERE MYBEANPK = ?", checks if the column contains 0, and only then issues
>
[EMAIL PROTECTED] wrote:
> Hi!
>
> Is it a must to place the classes of remote interface of EJB to classpath
> of Tomcat so that she can lookup?
> Why I can't make use of WEB-INF/classes?
That should work for JSP and servlet. If you only need support from
servlets, you should be able to simpl
Is ther any work arounds? I saw a post by Scott M Stark on 21 Nov 2000, is
it
useful for this situation?
http://www.mail-archive.com/jboss-user@list.working-dogs.com/msg06258.html
thanks!
Kai
Hello,
I use the JBossRealms and JDBCRealms with Hypersonic for jboss/tomcat
(2.2.1) security integration. It works fine to a certain extent.
When something goes wrong in the authentification, the DB connection to the
database is lost and I have to restart the server.
has somebody already experie
Folks,
What's happening with ZOAP? The links from the projects page
(http://www.jboss.org/zoap/zoap.htm) is dead.
Has anyone used ZOAP? Are there any examples?
Thanks - dam
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.n
I do that and nothing...
---
Message: 8
Date: Sat, 12 May 2001 06:55:02 -0700 (PDT)
From: Nikhil Patil <[EMAIL PROTECTED]>
Subject: Re: [JBoss-user] How to read a file as a Resource
To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Hi
Start the resource name with / assuming that t
I am not exactly confident that I understand your question, but you can do
things like that outside of EJB. See, for example:
http://java.sun.com/j2se/1.3/docs/guide/rmi/codebase.html
Obviously, you need to be able to locate the home interface from somewhere
by the time EJB gets involve
> -Ursprüngliche Nachricht-
> Von: Jung , Dr. Christoph
> Gesendet: Montag, 14. Mai 2001 10:33
> An: '[EMAIL PROTECTED]'; Jboss-Development (E-Mail);
> '[EMAIL PROTECTED]'
> Betreff: Open letter: ZOAP is dead, long live JBossSOAP!
>
> Dear fellow JBoss developers, dear JBo
I'm currently investigating federating an LDAP server (IPlanet currently)
into JBoss's namespace. I've been able to bind the LDAP namespace into
JBoss using the ExternalContext mbean, and have even deployed a bean into
that namespace. The problem I'm encountering is that when I perform a
loo
Hi
I really don't know if you need a MDB. You can achieve your goal by the
servlet invoking the Checker bean directly.
You're functinality is synchronous in nature. YOu could use MDB to do the
same, however it would be unnecessary use of resources.
-Original Message-
From: [EMAIL PROTECT
Yes, it is possible. The mod_jk.conf-auto that is generated should really
not be used -- you should copy it to mod_jk.conf and use this new file as
your include from Apache. If you do this, then you can make changes to it
without it being rewritten each time you restart Tomcat.
- Original M
I plan to subscribe this mailing list later
hava a nice day!! ^^
Your life on the net
DreamWiz Free Mail @ http://www.dreamwiz.com/
DreamSearch Click the world!!! http://search.dreamwiz.com/
Just to add a comment here, even bare tar would be really nice instead of
just zip. Unlike zip, tar preserves Unix ownership and permissions. At
present, these have to be set by trial and error, since as far as I know
the necessary information is not even documented. It is possible to set
every
Hi,
I'm using jboss-tomcat-2.2.
Crimson crashes when parsing the new web-app dtd (2.3). I've packaged my
.ear
file with deploy-tool of j2ee from sun and got this after deploying:
[Auto deploy] Auto deploy of
file:/D:/jboss-tomcat-2.2/jboss-2.2/deploy/CD.ear
[J2EE Deployer Default] Deploy J2EE
Hi there,
I have a question about security in jboss.
When I want to invoke a method on my bean, I get an Illegal access
Exception, because I have not set a in my
ejb-jar.xml. I found a posting in the archive, which is saying, that I
need for every method I want to access, but I could
not find an
The NamingService initialization intermittently fails for me on both
JBoss-2.2 and JBoss-2.2.1. I am running on Java 1.3 under Cygwin on
Windows 2000.
It looks like the org.jboss.naming.NamingService.initService() method is
creating an InitialContext. It seems strange that an InitialContext
I was told datasources can only be accessed from within servlets and or
ejbs.
Are you trying to access it from a regular client?
Ivan
- Original Message -
From: "alex gibbs" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 14, 2001 2:26 AM
Subject: [JBoss-user] Some questio
I seemed to have ranted abit, but I hope you'll find this useful.
On Mon, 14 May 2001 [EMAIL PROTECTED] wrote:
> (Excuse me if this e-mail appears twice)
>
> Thank you Per!!
>
> The origin of this confusion is a sample in JBoss Documentation,
> making more specific: example called "MDB as a
I'm not sure if you can reference a Properties from a bean. How would
you bind the Properties to JNDI?
I also have log4j setup for my beans. I reference the log4j properties
file as an , and look it up in the java:comp/env space.
Victor
- Original Message -
From: "Otis Gospodnetic"
On Mon, May 14, 2001 at 06:26:14PM -0400, Alexander Kogan wrote:
> Hi, Toby!
>
> Toby Allsopp wrote:
> >
> > > it's not legal, according to spec, but it works in jboss:
> >
> > Ok, I'm calling you on this. Section numbers (and spec version) please.
>
> Well, let say that in order to look up o
What's the difference between jaws.xml and standardjaws.xml?
Thanks.
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
htt
You're asking a bit much from the database with the timeout that you set - 18
miliseconds. Put 4 or 5 zeros at the end of that and it should work fine.
18
-Dave Ortman
> I'm not sure what I'm doing wrong, but it looks as if DefaultDS isn't coming
up correctly.
>
> Can anyone tell me if I've
Hello all,
I have downloaded a free LDAP brower from http://www.ldapbrowser.com
I am trying to use it to browse the contents of the JBoss naming service.
(I am not sure if it is even possible but I figure its worth a try.)
According to the company the folowing information is required
1) Host (
Hi, Toby!
Toby Allsopp wrote:
>
> > it's not legal, according to spec, but it works in jboss:
>
> Ok, I'm calling you on this. Section numbers (and spec version) please.
Well, let say that in order to look up other bean from a bean you
have to put in deployment descriptor. Correct?
What if
Looks like HypersonicSQL isn't listening on that port.
The Allisons wrote:
> I'm not sure what I'm doing wrong, but it looks as if DefaultDS isn't coming up
>correctly.
>
> Can anyone tell me if I've got something wrong in my jboss.jcml?
>
> The pertinet parts of jboss.jcml and the log
Could someone please provide info on the install for Petstore 1.1.2,
preferrably on JBoss 2.2.1 w/embedded Tomcat 3.2.1 ?
This is my first time using JBoss (or any J2EE app server), and it would
really clear a LOT up for me to be able to examine a fully working j2ee app
like petstore.
I tried i
I'm not sure what I'm doing wrong, but it looks as if DefaultDS isn't coming up
correctly.
Can anyone tell me if I've got something wrong in my jboss.jcml?
The pertinet parts of jboss.jcml and the log are attached.
If I'm mistaken and just wasting electrons, sorry
thanks for
The way I would approach this is get 1.1.1 and use the jboss patch for that
and then try to follow your way to 1.1.2 by spotting the differences.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Da-Ming Duan
> Sent: Monday, May 14, 2001 1:39 PM
> To:
Hi there ...
I have a table which has an auto incrementing field, and I'm accessing it
using a Contaimer Managed Bean
If I want create a new record, I just call rec.create("title"); I don't
bother with setting the id number because it's generated automatically.
Now I reckon that I still need
On Mon, May 14, 2001 at 11:37:37AM -0400, Alexander Kogan wrote:
> Lucian,
>
> it's not legal, according to spec, but it works in jboss:
Ok, I'm calling you on this. Section numbers (and spec version) please.
Toby.
>
> try
> {
> Object home = context.lookup(compon
Can somebody tell me how to deploy Pet Store1.1.2 on
JBoss2.2.1_Tomcat3.2.1 ? Especially the database (Cloudscape)
configuration part like that for Pet Store 1.1.1 at
http://www.jboss.org/documentation/HTML/ch11s167.html. I don't quite
understand steps 6,7 and 8 on this site. Step 9 even makes my
On Mon, May 14, 2001 at 07:38:25PM +0530, Madhu wrote:
> Hi All,
>I have a SessionBean, in which I have the method addNet(). The
> deployment process went on fine. When I try to access, first I try to get the
> Home Interface of the SessionBean, That works fine. I am able to get the
> Inte
On Mon, May 14, 2001 at 10:11:44AM +0200, Vesco Claudio wrote:
> Hi!
>
> I need also the source of minerva package because I have implemented
> connection sharing for jca... when can we have the new package in jboss?
Couple of days. It will remain at a couple of days until approximately
two day
On Mon, May 14, 2001 at 04:14:03AM +, john cooney wrote:
> I am having lots of problems starting an Oracle connection pool, I
> am getting a null pointer exception.
NPEs in Minerva on startup are a known problem. The cause is usually a
misconfiguration, but it should be reported more informa
Hello,
I encounter a strange problem while developing a new mbean.
I do not want it to extend ServiceMbeanSupport or any helper class: just the
strict minimum.
I did my xxxMBean class, xxx class (implementing xxxMBean and
MBeanRegistration) and added this to jboss.jcml:
lulu
But whe
Oscar -
I too noticed this problem, and it appears to me to be a Minerva problem
rather than oracle specific (if you followed the jboss documentation). If it
was a huge issue for me i probably would look into using a different
connection pool -- poolman comes to mind -- to replace it or modify th
Niklas Jönsson <[EMAIL PROTECTED]> wrote:
> The Client connects to y.y.y.y, rewritten to x.x.x.x-> this first
> call seems to work
> Then, next handshake, the Client tries to connect directly to
> x.x.x.x..and is quite lost.
Set the system property java.rmi.server.hostname to the cor
Title: Embedded Tomcat Load-On-Startup w/ EJB's
We have a servlet that loads static data into the application object through our entity beans; everything is running in jboss /w embedded tomcat. Because Embedded Tomcat starts before the EJB container the servlet can't get to the data. I mov
Hi.
I'm having problems connecting to the nameservice(jindi) on a remote
computer.
LAN 1: Client
LAN 2: JBoss (ip x.x.x.x)
Between the LANS there are a couple of firewalls and some routers
(ip-rewriting).
All ports are open between these machines.
The Client connects to y.y.y.y, rewritten to
(Excuse me if this e-mail appears twice)
Thank you Per!!
The origin of this confusion is a sample in JBoss Documentation,
making more specific: example called "MDB as a Listener".
How many "subscribers" appear in this example?
I think a subscriber is 'Worker Bean', isn't it?
Then, to have more
Hi,
I'm attempting to make a call to a CORBA service from within a session bean.
The code below works perfectly fine when I run it from a Swing Java client.
However, as soon as I place it in a session bean, I recieve a NULL exception.
I'm assuming it has something to do with the I/O and the EJ
Hi,
as far as I understand, MDB's are designed for 2 main issues.
1. to enable an asynchrone communication mechanism (i.e. to trigger
some actions where the client has no need to wait for the result.)
2. to enable a listener mechanism where sending and recieving processes
could be connected in a
> -Ursprüngliche Nachricht-
> Von: Jung , Dr. Christoph
> Gesendet: Montag, 14. Mai 2001 10:33
> An: '[EMAIL PROTECTED]'; Jboss-Development (E-Mail);
> '[EMAIL PROTECTED]'
> Betreff: Open letter: ZOAP is dead, long live JBossSOAP!
>
> Dear fellow JBoss developers, dear JB
Lucian,
it's not legal, according to spec, but it works in jboss:
try
{
Object home = context.lookup(componentName);
Method createMethod = home.getClass().getMethod("create",
null);
Object component = createMethod.invoke(home, null);
}
Thank you Per!!
The origin of this confusion is a sample in JBoss Documentation,
making more specific: example called "MDB as a Listener".
How many "subscribers" appear in this example?
I think a subscriber is 'Worker Bean', isn't it?
Then, to have more than one subscriber i've to create other B
Folks,
I tried to configure JBoss to use Xerces as suggested but get the following
error at start-up:
JBOSS_CLASSPATH=;/lib/tools.jar;D:\Development\Landmark\Xerces\Xerces-1_3_1\
xerces.jar;run.jar;D:\Development\Landmark\Xerces\Xerces-1_3_1\xerces.jar;..
/lib/crimson.jar
jboss.home = C:\JBoss
Thank you for the answer... from the doc, it seems that this is scheduled
for 2.4 but is it already in the jboss CVS...
A new question then... that may seems obvious but does automatic removal
means that EJB remove is called this is not clear in the specification.
François
- Original Message
The workaround I found was to ignore i-net data sources and use
OPTA 2000 as a JDBC 2.0 Optional Package non-compliant driver:
oto25
org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl
...
From the Minerva docs:
"You must determine whether your driver supports the JDBC 2.0
Yes, but how MyQueue is registered in JBoss? It is necessary to
raise again the server for it works?
Thank you very much!
Valentin.
-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]En nombre de Taylor,
Richard
Enviado el: lunes 14 de mayo de 2001 16:15
Para:
Hi all,
Is there any possibility to switch off the additional lookup when creating
the CMP entity bean?
As far as I know, JAWS first invokes the "SELECT COUNT(*) FROM MYBEANTABLE
WHERE MYBEANPK = ?", checks if the column contains 0, and only then issues
the "INSERT INTO MYBEANTABLE ".
Abov
Hi All,
I have a SessionBean, in which I have the method addNet(). The
deployment process went on fine. When I try to access, first I try to get the
Home Interface of the SessionBean, That works fine. I am able to get the
Interface of the SessionBean. When I try to access a method of the Se
If your queue name is MyQueue in JBoss, you have to look it up as
queue/MyQueue. Similarly MyTopic is topic/MyTopic.
Richard.
-Original Message-
From: Valentin Encinas [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 14, 2001 2:52 PM
To: Jboss-User
Subject: [JBoss-user] Registry of Queue i
Hello again!
Now I have the following error in JMS:
Queue name is MyQueue
JNDI lookup failed:
javax.naming.NameNotFoundException: MyQueue
not bound
The code of the program is simple and is the
following one:
import java.util.Properties;import
javax.jms.*;import javax.naming.*;
publ
* Manuel Alzola ([EMAIL PROTECTED]) [010512 12:09]:
> Hello, I´m trying to use xerces on jboss-tomcat, as I was doing in standalone
>tomcat, but it continues using crimsom , and I suppose it becouse of this lines in
>jboss run.bat
>
> set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;../lib/crimson.jar
DataSource are not remote objects in JBOSS, thus if you are executing this
code outside the JBOSS appserver
you will get that exception.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of alex gibbs
Sent: Monday, May 14, 2001 5:26 AM
To: [EMAIL PROTECTED]
Hello
Can anyone help me with a problem that I have with logging in to the JBoss
security realm via Tomcat with SSL ...
I am running JBoss with an embedded Tomcat that has SSL enabled. I login to
the tomcat SimpleRealm via SSL and the user is authenticated OK. However the
user credentials are no
I need to look up a bean without knowing about it's home interface.
Can i do that? I tried and it tells me that it cannot find the home
interface.
Can't i download somehow that .class file from the server?
Maybe with the RMI classloader.
Sorry if this is a silly question.
On Mon, 14 May 2001 [EMAIL PROTECTED] wrote:
> Hi:
> I'm testing JBoss with MDB but i'm still lost about its
> utility...
> I'd like to write an application to manage a little
> "web-shop" using EJBs and MDBs as follows:
>
> * A java servlet who takes data from web application, i.e.
>the i
I have a servlet application installed on c:\myapp. I have configured tomcat to call
this application sucessfuly. I am now moving onto Jboss/Jetty. How can I do this in
jboss/jetty without having to copy this application into the jett.home stucture? I
want is to be able to modify the jetty.xml
Hi all,
I've got a DataSouce question about JBoss.I'm trying to access database
connection from binding datasource in jboss.Below is my code:
System.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory");
System.setProperty("java.naming.provider.url","12
Hi all
I am using BMP's using a jboss server and it runs on windows 2000 and I am
accessing the bean services from a Linux machine(Client). But this gives the
following exception ::
Cannot instantiate class: org.jnp.interfaces.NamingContextFactory
The same client programe is run from a windows 20
Hi:
I'm testing JBoss with MDB but i'm still lost about its
utility...
I'd like to write an application to manage a little
"web-shop" using EJBs and MDBs as follows:
* A java servlet who takes data from web application, i.e.
the identifier of a client who wants to buy a book.
* Before allowi
Hi!
I need also the source of minerva package because I have implemented
connection sharing for jca... when can we have the new package in jboss?
Claudio
> -Original Message-
> From: Toby Allsopp [SMTP:[EMAIL PROTECTED]]
> Sent: Sunday, May 13, 2001 11:49 PM
> To: [EMAIL PROT
I have configured jboss.jcml to have an Oracle XA datasource:
[EstoreDB] Starting
[EstoreDB] XA Connection pool EstoreDB bound to java:/EstoreDB
[EstoreDB] Started
However I always get the following:
[Container factory] Deploying TheInventory
[Container factory] No resource manager found for jdbc
Then I guess (I found back an "old" JBoss on my PC - I collection them you
know :) )
>
Maybe you have Debug in it ?
> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Jim Archer
> Envoye : lundi 14 mai 2001 1:46
>
87 matches
Mail list logo