Hi Lothar,
this is a new idea! I will ask our engineering department to get root access for
looking into the cron scripts to be sure. But I did a "lsof -p " to see which files
are actually used. I found that only "/tmp/hsperfdata_" was hold by the process (all
other temp-files are indeed under
This is a bug with the JMX wsdl genertor that has been fixed in cvs. If you are not
exposing JMX MBeans as web services, you can work around this problem by deleting the
jmx-net.wsr folder in the jboss-net.sar directory.
View the original post :
http://www.jboss.org/index.html?module=bb&op=vie
Hi,
JAR and WAR are deploying successfully in Jboss of Linux OS.
But EAR Deployment fails with the Exception "Exception in MBean operation
"Deploy(java.lang.String)'.
Can u please help me.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835762#3835762
Reply
Hello:
I am jboss3.2.3 with mysql. I am observing a behaviour which does not make sense.
I am creating an entity object and then trying to retrieve it through session facade.
Sometime findByPrimaryKey() is iving me "Object Not Found" exception and also deleting
the row from the database.
Can
I discovered that the classes that I had built under jaas_howto had the offending code
that you pointed to:
2004-05-14 17:19:22,465 INFO [STDOUT] Trying a to lookup the Adaptor...
$ find jaas_howto -type f -exec grep -l 'Trying a to lookup the Adaptor...' {} \;
jaas_howto/output/classes/org/jbos
I'm completely new to JSP. However, I'm familiar with servlets and tomcat. I'm
following an IBM tutorial from developerworks on jsp. Their first example is really
simple:
hello.jsp
|
|
|
| http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
|
| Hello World
| Hello W
i had experience this too on linux box 9, so i make a watch dog script to restart
jboss is things when down. but anyway thanks to the environment export its all hone
now. On windows we have'nt experience such things.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopi
I just starting trying out the JBoss clustering capability. I was using a cluster of
two nodes running the "all" configuration and I could see that they were talking to
each other. Then the first thing I tried was the clustering-wide deployment of my app
using the farming feature. When I put the
Hi,
Is there any way to monitor the size of the JBoss connection pools ?
I am interested to know both, programaticaly and by using any "free" monitor tool.
Thanks.
PS: I hope my question is clear, I am very new on this !!!
View the original post :
http://www.jboss.org/index.html?module=bb&op=v
Obviously I did but my book didn't describe the relationship part very well. Thus I
thought I might try my luck here in this forum but ..
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835752#3835752
Reply to the post :
http://www.jboss.org/index.html?mo
So it IS possible. Thats good.
If I don't want to modify the remote interfaces to my EJBs, will I be able to
reconfigure the JBoss MBean services to allow remote EJB access via RMI/HTTP?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835751#3835751
Reply to
@jboss-net.wsdd-operation is a single tag. It is placed on a method and uses the java
method argument names as the soap message part labels (instead of the autogenerated
in0..inN)
It also has an optional returnQName parameter that allows you to name the return
message part.
View the original
Thanks,
I don't want to mess around with -nonaming, sounds too brutal a solution to me..
The amity article looks to be exactly what I need. I'll give that a try tomorrow.. I
found org.apache.naming.factory.EjbFactory in the Tomcat source but looking at the
code it seems to use a hardcoded r
Hi,
Allways in debug mode...
It works perfectly with DatabaseServerLoginModule, I have the callbackHandler variable
not null, and all works perfectly.
But with my personal class which extends DatabaseServerLoginModule (or
UsernamePasswordLoginModule), I can't have that variable not null.
I don
We are using jboss-3.2.3 to deploy our software. We are using stateful and stateless
session bean, CMP and BMP beans in our software. The ear file could be deployed
successfully and run. Our problem is that when the use access stateful session bean,
the server swap some data between different se
http://localhost:8080/jmx-console
MainDeployer
deploy(URL)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835744#3835744
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835744
--
I saw a similar problem with cglib hanging onto old classes.
Is cglib in your application or server/default/lib?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835743#3835743
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&
Report it as a bug at www.sf.net/projects/jboss
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835742#3835742
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835742
-
The classes are in jboss-j2ee.jar
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835741#3835741
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835741
---
This SF.Net
You can access most things over http (jndi/ejb/jms/jmx). See the admin docs for
details.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835740#3835740
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835740
---
It looks like the interfaces are not included in your app-client.jar
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835734#3835734
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835734
Enable DTD validation on the EJB deployer in conf/jboss-service.xml
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835735#3835735
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835735
-
Hi,
I wrote a XMBean and defined notifications consistent with the jboss_xmbean_1_0.dtd
exactly as shown in Chapter 2 of the JBoss Development and Administration book.
Everything deploys fine, but for the life of me, I cannot see the bean's notification
events in MC4J!!
I compiled and deploy
Hello JBoss Development Team,
Im using JBoss 3.2.3 in production and just tried to use JBoss 3.2.4 in testing
szenario. In my application Jaxen is been heavily used, and all this is no more
working because JBoss 3.2.4 contains JDom already with an uncomplete Jaxen
distribution.
Is there any ch
You are trying to load it from a different classloader.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835737#3835737
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835737
-
Post an example application that reproduces the problem as a bug at
www.sf.net/projects/jboss
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835739#3835739
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835739
---
Hi all,
We currently have a somewhat major issue with JBoss clusters and NamingContexts.
Currently, if a client connects to HAJNDI and the server(s) are restarted in between
client requests, the client handle gets invalidated.
as in:
1) Client A creates an initialcontext for DefaultPartition
2)
XA if your db supports it and you are doing work with more than one transactional
resource.
If you are only doing jdbc (i.e. no jms or other transactional resource) you only need
local.
Search the internet for XA, two phase commit, etc.
or read the J2ee Connector spec.
View the original post :
This messages says JBoss failed to handle a request, but in the mean time
the client disconnected so it couldn't send the failure to the client.
FYI: in 3.2.4 these messages are DEBUG not ERROR
I don't know how your failover works, but UIL2 is configured to disconnect
clients that don't communica
I am exploring options for running one of our J2EE applications behind a firewall with
a minimal number of ports open outside the firewall. Before spending anymore time on
any approach, I just want to make sure that it is even possible. My configuration is:
Jboss 3.2.3 running on Linux.
1) Is i
I think I don't play with eager and lazy loading.
I also have seen it working some time ago. Current I use JBoss 3.2.4RC2.
Deployment descriptors are generated by XDoclet 1.2.1 and are accessible at
http://www.lafr.de/ejb-jar.xml
and
http://www.lafr.de/jbosscmp-jdbc.xml.
The EB Afsta ist called
We have a situation where JBoss is stored under a read-only disk except for
jboss-3.2.3/server/default/. That directory is symbolically linked to a default/
directory on a read-write disk. This read-write disk has a failover setup.
We experienced a situation where the read-write disk space for
The JNDI issue is *not* reproducable under JBoss 3.2.4RC2. I will wait the couple
weeks for 3.2.4 Final to continue my migration. Thanks!
I've just updated the bug request (#952672)
http://sourceforge.net/tracker/index.php?func=detail&aid=952672&group_id=22866&atid=376685.
View the original p
I'm reading the Jboss document,I'm no quite understand the diffrence of
local-tx-datasource and xa-datasource,I'm not sure when should use which
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835718#3835718
Reply to the post :
http://www.jboss.org/index.html
Hi,
I have just started using jboss 3.2.4RC2.
I have set-up a 2 node cluster which is 'out-of-the-box' using UDP. The two nodes are
on separate host machines. I am making use of the 'farm service' to deploy a simple
service to the cluster. The service is implemented as an mbean and is specified
Thanks for the prompt reply. Could find the files mentioned in the Getting started
doc.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835716#3835716
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835716
---
The site has been redesigned recently, might have something to do with it. The
jbossj2ee-src.zip download is on http://www.jboss.org/docs/index, and contains
build.properties. The 1.3 tutorial is the correct one, and once you have obtained
jbossj2ee-src.zip, it should help make things a bit clea
Aha,
Seems that the class not being found is not the one reported on in the stacktrace.
One of the libraries imported was not visible on the production box.
I think there should be a design pattern for classloaders and utilities that prohibits
them from catching and rethrowing exceptions. That
Hi Adrian, sorry if I posted this on the wrong forum, I was thinking that this is the
appropriate forum since this has something to do with JBoss internals.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835713#3835713
Reply to the post :
http://www.jboss.or
The Getting Started documentation asks to "download tutorial for version 1.3 and not
1.4 because the directory structure is different". So I downloaded the tutorial for
1.3. There was no build.properties in the /examples/bank directory. But there is a
jar directory. I also downloaded the 1.4
Is there any way I can run two Web Server listening on two different ports with only
one instance of JBoss running?
For our project needs, I would like to deploy a set of servlets on port 9192 and
another set of servlets on port 9295, as follows:
http://localhost:9192/context1/servlet1
http://l
Moved to the patterns forum. Please feel free to use the JBoss/JCA forum if you have
real questions/problems with datasource configuration
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835710#3835710
Reply to the post :
http://www.jboss.org/index.html?module
I am reading a very large result set and will be updating them as part of a separate
action ( in a different transaction ). Everything will be driven through an MBean so
basically here's the pseudocode:
1. do a select through a DAO which will return an iterator that will keep
track of the c
I'm not confident enough to answer your question straight away, but I did
some reading on linux threading and JVMs before we built one production server.
Linux added NPTL (Native POSIX Thread Library) from version 2.6.x. This thread
library is a much better implementation than the previous threa
I am having some trouble getting some BMP Entity beans to cluster properly, with JBoss
3.2.3
I have set up two nodes with the 'all' configuration. One node is running on Windows,
so I have set the loopback attribute to 'True' in cluster-service.xml. All the other
configuration is pretty much
jaxrpc.jar and saaj.jar are required in JBoss.NET for WSDL2Java.
Both jar files are missing. Why?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835700#3835700
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835700
---
Using JDK 1.4.2 for JBoss 4.0.0DR4 solves the problem.
Seems like JDK 1.5 can't be used (as with 4.0.0DR3).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835699#3835699
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=383
Looks like people are also using Jetspeed.
http://www.shiftat.com/blog/comments/werner?anchor=running_jetspeed_on_jboss
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835698#3835698
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
Hello all,
I'm a problem when I call a session bean method. I have configurated all
(ejb-jar.xml,jboss.xml,web.xml and jboss-web.xml).
The server gives me this error:
17:51:15,012 ERROR [SecurityInterceptor] Insufficient method permissions,
principal=null, method=create, interface=HOME, required
Many thanks Adrian. I tried with 3.2.4 RC2 and the bean gets undeployed fine.
Simone
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835696#3835696
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835696
--
Invoking a JSP like http://localhost:8080/jboss-net/happyaxis.jsp or
http://localhost:8080/jboss-net/happyjuddi.jsp I get the error message
that JASPER does not find the javac compiler.
I'm using Sun's JDK 1.5.0beta1
Using JBoss 4.0.0DR3 and JDK 1.4.2 everything works fine.
View the original pos
Hi,
We have a problem with Hibernate on JBoss 3.2.3.
When we redeploy our application, Hibernate stops working.
More specifically, we get this error when trying to access Hibernate objects:
"net.sf.hibernate.MappingException: No persister for: "
To get it working, we have to restart JBoss. Thi
Hi,
We have the following problem with one of our client: After a few day the JVM for
JBoss fork too many java process and finish by hanging JBoss.
Yesturday we reach 1037 java subprocess.
Here is the client environement:
JBoss 3.2.1(200305041533)
Java HotSpot(TM) Server VM (build 1.4.1_01-b01,
How do you change/set a system property in JBoss??
i.e. Frank, where did you set the jboss.server.home.dir property?? and can you add new
properties based on environment variables?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835691#3835691
Reply to the po
Hi all,
I have 3 days trying to make this works, but without exit. I use jboss 3.2.3:
In the server side the login_config.xml is configured with a DatabaseServerLoginModule
and works well with form basic authentication in my Jsp of test. No problem, the
server authenticates the users throught th
Whenever I redeploy my application to JBoss 3.2.3/Tomcat the struts config file fails
to parse and the struts web portion of the app stops responding. This effectively
forces me to restart jboss everytime I deploy.
Anybody else seeing this/solved this?
Here's a snip of my exception:
2004-05-
Here is my thought.
The JVM throws an exception if a class has two
methods with the same name and signature
becuase such a class cannot pass the bytecode
verification. This is the spec.
I guess the reason that the JVM accepts a class
that has two fields with the same name is because
the JVM wron
You are probably using Tomcat's embedded JNDI server without knowing it!
Read this:
http://www.amitysolutions.com.au/documents/JBossTomcatJNDI-technote.pdf
You might start Tomcat with the "-nonaming" option to disable their JNDI server.
Or you could programatically create an InitialContext with
If you have 3.2.3, you can touch your jms persistence manager -service.xml
which will redeploy the whole of jms (everything depends upon the persistence manager
either directly or indirectly).
But, if clients are connected you will get an error message saying the destinations
are in use and it won
You have changed the httpilservice, but not the httpinvoker used by jndi over http.
See deploy/http-invoker.sar/META-INF/jboss-service.xml
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835685#3835685
Reply to the post :
http://www.jboss.org/index.html?module
DISTINCT and FOR UPDATE are incompatible. This the reason of the Oracle-01786 error
message.
But why does generate different SQL code JBoss3.2.2RC and 3.2.4?
Can anyone help?
Csaba
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835684#3835684
Reply to t
Hi,
I am having problems deploying an EAR firl on my production machine.
The EAR works fine on my development machine but will not deply the EJB on the live
machine.
I have checked the configs and installed versions of JBoss, JDK and servers but can
not find differences (Same versions, etc)
You've probably hit the lifecycle bug in EJBModule, that was fixed in 3.2.4RC1
I've posted links to the fixes before in the EJB development forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835682#3835682
Reply to the post :
http://www.jboss.org/index.ht
Nukes 2.0
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835681#3835681
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835681
---
This SF.Net email is sponsored by:
What porlet container or portlet containers does JBoss support?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835680#3835680
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835680
-
"StephaneNicoll" wrote : Why not searching the origin of the deadlock in a first place?
|
I am looking into it.
But this is a production system that needs to be up all the time. Restarting JBoss is
bit drastic, as it kicks all users off and makes our app UI unavailable for a while.
Restar
I just read the other thread next to me... and it says that truely only the root
deployment can set the loader repository, but does that means all my wars are stuck
with the same loader repository?! isnt it against the j2ee spec for seperation of
loaders for each WEB-INF of each war?
View the o
Hi
I have
ear
--> war 1
--> war 2
--> war 3
all the wars have the same classes in their webinf (common infrastructure) However I
need those classes to be loaded by differerent classloaders, In case the wars are not
contained in an ear, Its fine i managed to do it with the jboss-web.xml u
Why not searching the origin of the deadlock in a first place?
Regards,
Stephane
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835673#3835673
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835673
first i must correct myself I meant:
"deploy/,file:///d:/temp/deploy/"
with the ending slash... yesh its working fine this way, its scanning my deploy
directory and deploying all the ear's war's in that directory...
but when I use file:///d:/temp/deploy/app.ear this for an exploded ear it didnt
Title: RE: [JBoss-user] [Beginners Corner] - Calling JBoss 3.2.3 from standalone Tomcat
Try including jbossall-client.jar in your classpath.
> -Original Message-
> From: damonrand [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 18, 2004 12:29 PM
> To: [EMAIL PROTECTED]
> Subject: [JB
Hi,
In debug mode, I see that the callbackHandler argument is null, when the
initialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map
options) method is call in AbstractServerLoginModule !
Any idea why ?
Can someone help me ?
Thanks
View the original post :
http://w
Que haces Guido,
te paso un ejemplo de un entity bean usando xdoclet:
a nivel de clase (despues de los imports) pone estos tags:
* @ejb.select
*signature="java.util.Collection ejbSelectGeneric( java.lang.String jbossql,
java.lang.Object[] args )"
*result-type-mapping="Local"
*me
Is it possible to restart JMS without restarting the JBoss server?
I'm using JBoss 3.2.3 and in some cases we run into a problem with JMS deadlocking.
Restarting JBoss server fixes the problem, but I'd like to be able to just stop and
restart JMS.
TIA
...richie
View the original post :
http
Because the deployment scanner searched the configured directory for deployable items,
by specifying your exploded dir it will scan the contents of it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835669#3835669
Reply to the post :
http://www.jboss.org/ind
Hi
I cant deploy any exploded folders .war or .ear when specifying them like this: (with
no ending "/")
deploy/,file:///d:/temp/deploy/app.ear
However this does work fine (its scanning the directory and deploying its
subdirectories fine...)
deploy/,file:
Hi,
Perhaps a bad news to you. JBossQL and DynamicQL is documented in the JBoss DOCO, and
you have to buy it.
The DOCO is "JBoss AdminDevel Documentation".
Pascal
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835667#3835667
Reply to the post :
http://www
"sesques" wrote : HI,
|
| JBossQL supports parameters in the IN operator. But is the number of your
parameters always the same ?
|
| If not, you should use DynamicQL instead.
|
| Pascal
|
Thanks for your prompt reply!
No, the list of parameters varies... :(
I've been searching a
HI,
JBossQL supports parameters in the IN operator. But is the number of your parameters
always the same ?
If not, you should use DynamicQL instead.
Pascal
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835665#3835665
Reply to the post :
http://www.jboss
Hi there guys!,
I need to create a EJBQL or JBossQL query that receives a list of values as an
argument, and checks a field against that list of values...
Do I have any way of doing that in any of the QL implementations?
It's equivalent in SQL would be like:
| SELECT * FROM Something w
heya,
Try changing:
* @ejb.value-objectmatch = "*"
to:
* @ejb.value-object
| * name="Language"
| * match = "*"
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835663#3835663
Reply to the post :
http://www.jboss.org/index.html?module=bb
Sorry, i was wrong on the previous two posts, because it seems that the error is
occuring when trying to lookup after the HTTPXAConnectionFactory; so it does't even
get the connection factory. Is possible that the connection to be made is a HTTPS
connection? the following debug appear in my log:
You'll have to pass the env variable to the jvm with the -D switch first. If you do,
then you can access it (as a system property).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835661#3835661
Reply to the post :
http://www.jboss.org/index.html?module=bb&
Hi, alexj,
I'm pretty sure that Nukes does not work with JBoss 4.0.0 yet.
Is your driver jar on the JBoss classpath somewhere, like in server/default/lib?
Sherman
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835660#3835660
Reply to the post :
http://ww
Well, src and dest are different CtClass, I mean they are produced from different
classes. When I try to define the class, in my classloader, as:
/* create the pools */
ClassPool aPool=ClassPool.getDefault();
this.addClasspathToPoll(aPool);
.
byte[] cod
Well, the forums report 102k now, so who won?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835658#3835658
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835658
--
The error does't occur when the actual topic connection is to be made, but when the
client application try to lookup after the topic's JNDI name.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835657#3835657
Reply to the post :
http://www.jboss.org/index.htm
This is how things are looking from my point of view: i have a client application who
want's to use JMS over HTTP; on the client side these jndi properties are used:
java.naming.factory.initial=org.jboss.naming.HttpNamingContextFactory
| java.naming.provider.url=http://public_IP_address:8080/inv
I'm currently installed the Jboss version 3.2.3, and my question is this:
I want to allow to access to JBoss (my applications: ejb's and jsp's) only a few
computers (this pc's will be my server's and the clients connect to them), so I don't
know how can I do this.
Can you help me???
thanks a l
The same story with the original nukes-ds.xml . I tried to make sure I can see mySQL
data via SQuirreL...
anonymous wrote : 2004-05-20 20:53:11,875 DEBUG
[org.jboss.deployment.scanner.URLDeploymentScanner] Watch URL for: file:/C:/Program
Files/jboss-4.0.0DR3/server/default/deploy/jms/jms-ds.xml
How to deploy a ModelMBean in JBoss? Declaring tag in jboss-service.xml will not be
sufficient. I need to access the database, create a managed resource which is a plain
java object and set this object as the managed resource of the ModelMBean.
Should I set the managed resource in the Life cycl
Hi.
Can anyone tell me how to tell JBoss to passivate specified bean (in this case - BMP
bean)? Is it possible to do it from web-console or something similar? Thanks in
advance.
Bart
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835650#3835650
Reply to t
Hi,
In Jboss 3.2.3 I have a sar file that contains an ear. Inside the ear I have two
jars. One with a session bean one with an MDB that depends on the session bean. The
sar deploys fine but when I do the undeploy my MDB stays bound so the next deployment
fails with an
javax.management.I
You can find information about the jboss cvs branch names
on the website.
Once you've read that, my previous answer should make sense
to you.
On Mon, 2004-05-17 at 10:33, Dasarath Weeratunge wrote:
> Adrian,
>
> Can you please illaborate a little on what you said.
>
> In which jboss version can
It looks like you should read teh EJB spec from SUN or any book about J2EE platform.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835648#3835648
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835648
---
hi,
i have two session beans a and b.
a runs under the caller's identity and b is configured to run under an internal role
(using security-identity/run-as).
the problem i encounter is the following:
after a has called any method on b all further calls of a to other beans run under the
internal r
you are right, the authentication date is cached.
for more information have a look at
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=45609
and look for UserManagerJBossSpecific at
http://jroller.com/page/RickHigh/20040305
View the original post :
http://www.jboss.org/index.html?module
Greetings,
I would like to know from your experience what kind of EJBs make sense
clustering for high availability and performance.
I know statefull session beans must be clusterable because if a server
instance goes down the session is lost.
But what about stateless session beans? Doe it make s
Dear Natalie,
Apology in advance.
After reading this thread
http://www.theserverside.com/news/thread.tss?thread_id=24059
and this one
http://theserverside.com/news/thread.tss?thread_id=23670
I have one question, do you sleep with Marc, Arun, and
Chip on alternating days, or all three at once?
Hello,
Can anyone tell me when the production release of Jboss 4 will be available?
Thanks in advance,
Julien Martin.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835645#3835645
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=r
1 - 100 of 111 matches
Mail list logo