Hi All,
I am using JBoss3.0.Here i implemented the following code and i get the
following exception.
try {
ObjectName containerFactory
=null;
containerFactory = new
ObjectName("jboss.s
Hi All,
I am using JBoss3.0.Here i implemented the following code and i get the
following exception.
try {
ObjectName containerFactory =
null;
containerFactory = new
ObjectName(
"jbos
That worked!
Thanks very much,
Jim
- Original Message -
From: "David Jencks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 08, 2002 11:23 PM
Subject: Re: [JBoss-user] Deploying an expanded WAR file
> You might try something like
>
>
>
>
>
You might try something like
I'm not quite sure what the scanner uses to decide if it should scan a
directory or deploy it. I think it always scans directories and deploys
files. You might also try
david jencks
On 2002.07.08 22:45
Hi. I'm using JBoss 3.0.0 with the embedded Jetty. I'm trying to deploy my
war file as a directory. I named my directory myapp.war. In it were some
jsp's, html, and the required WEB-INF/web.xml.
I put this in my jboss-service.xml:
But
Hi Geeks
I am going to finish the JBoss 3.0 Quick Guide that
can be found under
http://sourceforge.net/project/showfiles.php?group_id=22866&release_id=97289
So if you have feedback for it please send it directly
to me. Note that the template project is a separate
download just underneath the Qui
Brian Topping wrote:
> Even suggestions of how I can start to trace down this problem, where to
> look, etc. would be appreciated...
>
> best,
>
> -b
>
>
>>-Original Message-
>>From: Brian Topping
>>Sent: Monday, July 08, 2002 2:27 PM
>>To: [EMAIL PROTECTED]
>>Subject: [JBoss-user] Or
Hi Bob,
Thanks for the tip... I actually copied the oracle-service.xml out of the
examples/jca as soon as I started having problems and didn't post the problem
until it seemed it didn't make a difference. I didn't notice the diff, but I
was sure of having a good config anyway :)
hopefully this
Title: bind external LDAP context into jboss3.0 server JNDI context
Hi
I am new to this mail list and new to JBoss 3.0.
I am following the Jboss document for federating external LDAP into Jboss JNDI context using ExternalContext MBean. From JNDIView MBean, I can see the service=ExternalC
> "Brian" == Brian Topping <[EMAIL PROTECTED]> writes:
Brian> G'day! Wondering if anyone has a solution to this. I'm
Brian> trying to regress a classloader problem that I am having
Brian> with 3.0 release, figured i would try 3.0.1RC1. I added
Brian> classes12.jar to server
I used chainsaw to do exactly this a long time ago.
I must have figured it out from the log4j or chainsaw docs...
I'm sure it's just a matter of specifying a differe log appender in the
log4j config file.
Jules
Dimitri PISSARENKO wrote:
> Hello!
>
> On the log4j homepage I found the desc
Frank Morton wrote:
> More detail that may change your mind on the diagnosis.
> In addition to a jsp directory containing .jsp files, there
> were other directories, such as "graphics" and "css" that
> also did not show when looking at the content through
> the browser that were deployed as part o
I think it should not be hard to change, just move the createDestination()
call from create()
in start() in the JMSContainerInvoker.
- Original Message -
From: "David Jencks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 08, 2002 4:05 PM
Subject: Re: [JBoss-user] topic se
Indeed, this seems to be the problem. I initially didn't suspect this,
because the error I posted was observed during manual deployment of the ejb
jar, but it seems to be working now.
Thanks David!!
-b
> -Original Message-
> From: David Jencks [mailto:[EMAIL PROTECTED]]
> Sent: Monday,
> -Original Message-
> From: Dain Sundstrom [mailto:[EMAIL PROTECTED]]
> Subject: Re: [JBoss-user] weblogic --> 3.0.0 --> 3.0.1 very buggy
>
> The Oracle drivers are very buggy. The only reason they work with
> weblogic is bea coded around Oracle specific bugs. At JBoss
> we try not
Even suggestions of how I can start to trace down this problem, where to
look, etc. would be appreciated...
best,
-b
> -Original Message-
> From: Brian Topping
> Sent: Monday, July 08, 2002 2:27 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] OracleDS binding on 3.0.1RC1?
>
>
> G'
Hello!
Thanks everyone, now logging works as desired!
Dimitri
On Mon, 8 Jul 2002 12:27:09 +0100, you wrote:
>On Mon, Jul 08, 2002 at 12:42:30AM +0200, Dimitri PISSARENKO wrote:
>
>
>
>> does not work in my case (although logger.isDebugEnabled() returns
>> true).
>>
>> Does someone know, how o
Hello!
On the log4j homepage I found the description of a tool which can
display log4j XML logfiles in a convenient way.
Is it possible to configure JBoss so, that I can use Chainsaw (or
other open-source GUI) in order to view the log file (instead of a
text editor or console window) ? How?
Tha
MDB shouldn't rely on the existence of outside objects until the start
step. How hard would this be to change?
david jencks
On 2002.07.08 14:57:17 -0400 Julien Viet wrote:
> I want to pack a topic service within my ear.
>
> The problem is that the topic is created and registered in JNDI afte
This might be an order-of-startup problem. If you deploy your ejbs "by
hand" after the OracleDS is started is there a problem?
You can include both in an .ear with a jboss-app.xml to get the
oracle-service.xml deployed, or change the names of the packages -- I think
10oracle-service.xml and 20m
More detail that may change your mind on the diagnosis.
In addition to a jsp directory containing .jsp files, there
were other directories, such as "graphics" and "css" that
also did not show when looking at the content through
the browser that were deployed as part of the same
.war file. Restart
It is not implemented yet.
-dain
[EMAIL PROTECTED] wrote:
> hi,
>
> what's the equivalent of weblogic's delayed database inserts? i'd like to
> keep my foreign key constraints.
>
> barbee.
>
>
> ---
> This sf.net email is sponsored by:Thi
Jetty and Tomcat both use Jasper as their JSP engine.
This is most likely a problem with Jasper, or some other process on your
box cleaning up /tmp.
If you are sure that no external process is screwing things up, then one
way to avoid this happening would be to precompile your JSPs.
This mean
I want to pack a topic service within my
ear.
The problem is that the topic is created and
registered in JNDI after my MDB checks
for its existence.
The Topic service binds in
startService() and MDB check existence of topic in createService().
Therefore MDB creates a temporary top
G'day!
Wondering if anyone has a solution to this. I'm trying to regress a
classloader problem that I am having with 3.0 release, figured i would try
3.0.1RC1. I added classes12.jar to server/default/lib put my
oracle-service.xml into server/default/deploy and the OracleDS reports it was
bound
hi,
what's the equivalent of weblogic's delayed database inserts? i'd like to
keep my foreign key constraints.
barbee.
---
This sf.net email is sponsored by:ThinkGeek
Oh, it's good to be a geek.
http://thinkgeek.com/sf
_
Look under mod_proxy on the apache site. Don't remember
if it compiles into httpd by defaultthink it does.
Then, when you configure apache, look in the conf files for
references to mod_proxy. As an example case I use, I
have the following in the apache config files that routes
port 80 to 8080
I have the following functionality I need to implement. I have a stream of
data from an external source that I need to broadcast to all my java
clients. The data is order dependent, the clients need to receive the data
in the order published. I've implemented a message-driven bean that
subscrib
Jboss 3.0.0
Linux/JDK 1.4.0
Second time this happened in about 3 weeks.
No error reported in any logs.
Was running just fine, but started getting 404 errors like the url
didn't exist trying to display a commonly used jsp (logon page).
If I look at the jsp directory created by deploying the .war
Frank,
Could provide me with some details on how your enabled/configured mod_proxy
for Apache?
Thanks,
David
> Message: 5
> From: "Frank Morton" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: Re: [JBoss-user] Jetty and Port 80
> Date: Mon, 8 Jul 2002 10:06:14 -0500
> Reply-To: [EMAIL
Are you using a cvs version? I recently fixed a bug with the UserTx from
the ejb context not enlisting connections.
david jencks
On 2002.07.08 11:39:30 -0400 Stephen Davidson wrote:
> Greetings.
>
> I am running into an odd error when doing a lookup on an Entity EJB. The
> Entity EJB is using
I had simular problems using Tomcat in a separate JVM. For me it turned out
that Tomcat security requires and java.* or javax.* to be in the Tomcat lib directory
rather than the web application lib directory.
> From: "Artur Jonak" <[EMAIL PROTECTED]>
> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Greetings.
I am running into an odd error when doing a lookup on an Entity EJB. The Entity EJB
is using BeanManagedPersistance. Any idea where I should look, or what I missed in my
port to JBoss?
The transaction in question is BeanManaged, as opposed to ContainerManaged. If it
would help,
Hi,
I've been trying to get ejbHome business methods working on a stateful
session bean.
Whenever I deploy the relevant bean I get a warning that the container has
failed to map my home methods ...
[INFO,J2eeDeployer] Create application AccessControl.jar
[INFO,J2eeDeployer] insta
I just use apache's mod_proxy to
redirect.
I'm obviously a newbie to JBoss/Jetty. Excuse
me if this post
would be better posted elsewhere but I would greatly
appreciate
any thoughts on the following
problem:
I'm running Redhat 7.2 which has IPCHAINS enabled by
defaul
The docs that I've been posting really shouldn't be needed. I've been
talking with some of the jakarta tomcat connectors developers about
improving the mod_jk2 docs, and have sent them patches against the CVS
version's docs.
The Jetty AJP13 HOWTO is now up on the Jetty site, but I've also got
it
On Mon, Jul 08, 2002 at 12:42:30AM +0200, Dimitri PISSARENKO wrote:
> does not work in my case (although logger.isDebugEnabled() returns
> true).
>
> Does someone know, how one can get the reference to the Logger from
> wihin an EJB?
I found that I needed to drop the Console appenders "Thresh
I'm having problems locating this document that is referred to in the
forums (http://jboss.org/forums/thread.jsp?forum=67&thread=15974)
Does anyone know where I can get a copy?
Many thanks
Ian
This E-mail transmission may contain confidential or legally privileged
information that is inten
Hi,
I'm facing problems trying to use JMS with a security manager.
I'm getting error message on both server and client side.
With the following policy file, i'm getting these errors.
policy file :
grant
{
permission javax.security.auth.AuthPermission
"createLoginContext.TestClient";
permission
39 matches
Mail list logo