Hi,
I have created an authorization webservice which is done by using my own
policy file.
And i have deployed my authorization webservice in JBoss 3.0 server.
Now when i try to call my webservice API to do user authorization, the
JBoss server throws
the following error.
java.security.AccessContr
Heh.. If you look at your query results, you will see:
"Did you mean:local ejb jboss"
You might try clicking on that..
Short answer: yes, they support local EJBs per the EJB 2.0 spec.
James
> -Original Message-
> From: otisg [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 16,
Hello,
I couldn't find a clear direct answer to
this anywhere:
Does JBoss 3.0.3 support EJB 2.1 spec and
LocalEJB stuff?
The FAQ doesn't answer this directly and a
Google query reveals only 2 hits:
http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&q=localejb+jboss&btnG=Google+Search
Thanks,
I'm using AIX 5.1 in a IBM M80 (8 processors) 8 giga RAM and ibm jdk1.4
64 bits.
With jboss3.0.0 it's running ok, just with 3.0.3 i have the following
error message :
obs: may I post a bug on this???
17:55:43,903 INFO [MainDeployer] Deployed package:
file:/optlocal/java/jboss-3.0.3/server/
On Wed, Oct 16, 2002 at 08:50:20PM +0200, Peter Fagerlund wrote:
>
> onsdagen den 16 oktober 2002 kl 18.49 skrev Vincent Stoessel:
>
> >I am finding that modeling my business logic in custom beans seems to
> >be
> >working fine for me in tomcat 4.1.x enviroment. But I know that my
> >managemen
onsdagen den 16 oktober 2002 kl 18.49 skrev Vincent Stoessel:
> I am finding that modeling my business logic in custom beans seems to
> be
> working fine for me in tomcat 4.1.x enviroment. But I know that my
> management would really like for me to add EJBs to the mix. I was
> looking at usin
Fellow JBossers,
I've been using JBoss-3.0.2+Tomcat-4.0.4 for a while and it's been great.
I decided to try out the new JBoss-3.0.3+Tomcat4.1.12 and I'm having this
weird startup problem (se below). This is a vanilla installation too.
I also have the same problem with JBoss-3.0.3+Tomcat-4.0.5
I haven't heard of anyone trying. You need a jca adapter, there are
several commercial ones. AFAIK none of these big ERP systems provide a
free downloadable tryout version, so you really need to be a preexisting
customer to experiment, so I can't.
Let us know how you get on with this and if the
Hello,
I am usinig JBoss 3.0.2 on Linux w/ Sun JDK 1.4.0. I am using the
standard JBossMQ setup that comes with the default 3.0.2 installation.
It is setup to use file persistence into the db/jbossmq/file directory.
I see messages being written into that directory. I shut down JBoss
(via
Maybe by going thru a simple tutorial it will become obvious to him whether
his app would benefit by moving to EJBs ->
http://developer.java.sun.com/developer/onlineTraining/J2EE/Intro2/j2ee.html
also..
http://www.jboss.org/overview.jsp
- Original Message -
From: <[EMAIL PROTECTED]
Has anyone worked on above area? Has anyone successfully used Jboss to
access PeopleSoft? Even possible? I couldn't find any information from the
online forum...
Thanks,
Mitchell
---
This sf.net email is sponsored by: viaVerio will pay yo
we are using this approache :
we use ifconfig to add virtuals ip's.
we have the following script to create a new user (each of uses a
different configuration)
obs: if you try to start two instances, it will cause conflict at the
TCP ports. That's why you have to set the bindAddress in each servic
i thin it's easier to change bindAddress ip, so u can have the same port
numbers...
Georg Schmid wrote:
> I have two instances running on the same system (Solaris), once I had
> even three..
>
> Make sure, you configure all the ports differently in both instances,
> eg.
> - hsqldb 1476 ->
i thin it's easier to change bindAddress ip, so u can have the same port
numbers...
Georg Schmid wrote:
> I have two instances running on the same system (Solaris), once I had
> even three..
>
> Make sure, you configure all the ports differently in both instances,
> eg.
> - hsqldb 1476 -> 1477
Vincent,
No one can answer your question without knowing your app requirements.
Vincent Stoessel wrote:
> Hello,
> I am using struts 1.1b2
> I am finding that modeling my business logic in custom beans seems to be
> working fine for me in tomcat 4.1.x enviroment. But I know that my
> managemen
Hello,
I am using struts 1.1b2
I am finding that modeling my business logic in custom beans seems to be
working fine for me in tomcat 4.1.x enviroment. But I know that my
management would really like for me to add EJBs to the mix. I was
looking at using jboss. Can some pro-Jboss/EJB person tell
Unsubscribe me
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 15, 2002 5:00 PM
Subject: JBoss-user digest, Vol 1 #3218 - 8 msgs
> Send JBoss-user mailing list submissions to
> [EMAIL PROTECTED]
>
> To subscribe or unsubscribe via the World W
Thanks. I've established 2 scenarios which work. My trouble is that I
have not found any reference that explains exactly how the action
attribute works in relation to the context root. If you know of any
good explanation, please let me know.
Here is what works:
Scenario 1
war file name:
In server/default/deploy/jms-service.xml, set the TrackByConnectionTx
attribute to true.
This config is fixed for 3.2.0beta2
jboss.jca:service=RARDeployer
JmsXA
true
Regards,
Adrian
>From: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PRO
Is the "/Foo" valid path in terms of the web application's context root?
That's all I can think of. The problem you are having is the most basic
feature of JSP/HTML... It's working fine for me. Have you set the web
app's context root correctly? Double check...
Mitchell
-Original Message
Hello,
i have an CMP 2.0 application which uses JMS and Hypersonic DB. It uses the
default configuration coming
with JBOSS 3.2.0beta. When sending a Message via JMS i get the following
exception.
I hope someone can help me...
Best regards,
Thomas
14:07:04,978 WARN [TransactionImpl] XAExcep
One design is to use mbeans which trigger message driven beans through jms
Regards,
Michael
saroj kumar wrote:
>Hi All,
>
>This problem is resolved now.
>
>We had a while loop which was checking for some boolean value. This
>boolean
>Was updated by worker threads.
>
>This update is done in a sy
Thanks Dude,I appreciate the help..
funnily enough we got it to work somehow though the design
needs to change...
- Original Message -
From: "Geer, Benjamin" <[EMAIL PROTECTED]>
Date: Wednesday, October 16, 2002 2:53 pm
Subject: RE: [JBoss-user] Strange Problem on Linux
> rahul ganjoo w
Hi All,
This problem is resolved now.
We had a while loop which was checking for some boolean value. This
boolean
Was updated by worker threads.
This update is done in a synchronized method call by worker threads.
On Windows, There is no problem. But, On Linux and Solaris, it creates a
deadloc
rahul ganjoo wrote:
> Yes Ofcourse the EJB spec doesnt recommend threading
> in EJBs...
It specifically *prohibits* threading. Section 24.1.2 of the EJB 2.0
spec says:
"The enterprise bean must not attempt to manage threads. The enterprise
bean must not attempt
to start, stop, suspend, or resum
rahul ganjoo wrote:
> Yes Ofcourse the EJB spec doesnt recommend threading
> in EJBs...
Section 24.1.2 of the EJB 2.0 spec says:
An enterprise Bean must not use thread synchronization primitives to
synchronize execution of
multiple instances.
--
In my previous posting I was signaling memory leaks problems with jboss. Now
I've updated SAPDB driver (from 7.0.3.23a to 7.0.3.28a) and things are going
MUCH better (4 days to get the first out of memory instead of only 1). But
I've also minimized JBOSS configuration (previously I was using "a
I have two instances running on the same system (Solaris), once I had
even three..
Make sure, you configure all the ports differently in both instances,
eg.
- hsqldb 1476 -> 1477
- JNDI 1099 -> 1098 (1100 is Jboss JNID HA standard port)
- JMS layer uses -> 4445
- Change the jetty port e
Title: RE: [JBoss-user] error adding container to app.: java.lang.NullPointerException
I was wrong, now it began to appear quite often. I tried to deploy an application that failed verifying, I corrected mistakes and tried to deploy it again. It passed the check but I got the error. I send t
29 matches
Mail list logo