well, the sort of thing i am after is information on more advanced selectors.
the sort of thing i want to do is
(field1=1 and field2=2) or (field1=2 and field2=1)
I just can't find any documentation to find out if that is possible
View the original post :
http://www.jboss.com/index.html?mod
Looks like this error happens when the token iterates over its chilldren to end
them. I guess the Hibernate mappings have a bug. I'm not sure, tough. I'll set
up a project and try to reproduce the problem. Could you share the WSDL
definitions of your partner processes?
By the way, your process
The big problems are:
(1) Some examples (issues and dvdstore) are living in their own little universe
with a totally different directory layout and build.xml to everyone else.
(2) Not all the examples have a tomcat build.
(3) I should not need a seperate build script for tomcat. It should work
The tomcat build seems pretty good. What problems do you mean? Anything in
the tomcat realm (where I'm living), or is it all jboss related? Anything
others can help with?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916819#3916819
Reply to the post :
h
Done:
http://jboss.org/index.html?module=bb&op=viewtopic&t=74754
Here's hoping they're anywhere near as responsive as you ;-)
Cheers!
Rob
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916818#3916818
Reply to the post :
http://www.jboss.com/index.html?modu
I am working with Seam, in its microcontainer-under-Tomcat configuration. I'm
using the latest CVS version of Seam.
I am able to get the noejb example (which uses the JBoss microcontainer under
Tomcat) to work fine with ant, both the TestNG tests (ant testexample) and the
deployment under Tomc
I ditched the logging because I'm really trying to show the simplest possible
code, without the noise. Just to show people how simple this stuff (EJB3) is.
I think it's perfectly reasonable to make that adjustment to the build scripts.
But, frankly, right now the build have bigger problems, and
Well, not wanting to litter your nice source tree with my random broken
log4j.properties, I instead inserted these lines between lines 113 and 114 of
current CVS's build.tomcat.xml:
|
|
Actually, what I had was dir="${seam.home}/microcontainer/conf" beca
Please re-ask the question in the microcontainer forum, I'm not an expert on
the MC stuff.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916814#3916814
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916814
-
OK, it turned out to be a build misconfiguration in IDEA. Now the plugin comes
up and *starts* to run the test. But then it blows up.
I'm going to do the horrid paste-the-mondo-stacktrace thing, knowing that Gavin
will probably spend the least time diagnosing this if he has the biggest
possib
Hi,
I am facing same problem, did you able to solve this issue.
-Umesh
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916811#3916811
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916811
---
I have Entity1 and Entity2.
Entity1 have ref (@OneToOne) on Entity2.
If i remove Enity2, i recive exception "ConstraintViolationException".
How i can remove Entity2 without:
...
| Entity1.setEntity2(null);
| em.merge(Entity1.);
| em.remove(Entity2);
| ...
Thanx.
View the original post :
In weblogic we have a nice feature called Deferring.
Deferring Message Processing Until Completion of Boot Up
By default, an MDB starts processing messages as soon as it is deployed, even
if its target WebLogic Server instance has not completed booting. This can
cause an MDB application to acces
In weblogic we have a nice feature called Deferring.
Deferring Message Processing Until Completion of Boot Up
By default, an MDB starts processing messages as soon as it is deployed, even
if its target WebLogic Server instance has not completed booting. This can
cause an MDB application to acces
The issue really isn't why the local-jndi-name is variable, its why the
local-jndi-name is being used in the jmx name. The jmx name should be
independent of this using the deployment structure and ejb-name as this has to
be unique.
View the original post :
http://www.jboss.com/index.html?modu
I'd like to reopen the question of why hashcodes are being added to jndi names
should local-jndi-name not be set (http://jira.jboss.com/jira/browse/JBAS-275).
This issue creates a big problem for building mangement services. We can not
require all customers to set a local-jndi-name, nor should w
Hmm, I see that if I change the jndi.properties on the client to use http, but
leave the server .ear jndi.properties as standard, then it works. Could it be
that the server .ear cannot access jndi via http, yet the client can? Seems
that way. Not sure why. I guess it is ok, there is no reason fo
No transaction stuff - leave that to the container.
Yes close the jBPMSession and
Yes flush the hibernate session.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916804#3916804
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
My solution was to simply check the all too obvious "Activate Packaging"
checkbox on the Packaging Configurations section of the project Properties.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916803#3916803
Reply to the post :
http://www.jboss.com/index.
I recive from Embeddable EJB 3.0 warning "WARN 10-01 15:28:50,890
(XsdBinder.java:bindGlobalGroup:1097) -NOT HANDLED WILDCARD IN GLOBAL MODEL
GROUP" and how this message hide?
Thanx.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916802#3916802
Reply to th
My server.log contains the following. I have no idea if it relates to my
problem. I can't see anything in any config that would cause it.
2006-01-11 14:29:45,919 DEBUG [org.jnp.interfaces.NamingContext] Failed to
connect to http:1099
javax.naming.CommunicationException: Failed to connect to se
hi,
im getting the foll error when deeploying a jdbc datasource. im using a
daffodils database. i hv put the jar file in the lib. also, im attaching the
contents of the datasource xml file..
ContactDB
jdbc:daffodilDB_embedded:DAFFODIL
in.co.daffodil.db.jdbc.DaffodilDBDriver
This is the full stack trace. The fact that http servlet is in the middle of
the stack trace seems to indicate I guess that the servlet proxy is getting
called, and then what happens, I don't know...
javax.naming.NameNotFoundException: SpFinOtherSession not bound
at org.jnp.server.Naming
Depends on the amount of money you have. You could use tools from Mecury
Interactive if you can afford them (>$100.000), use tools from apperfect ($500)
or use opensource tools like cactus or grinder or something like that. We, in
the company I work for are using cactus, but to realy test the wo
by default it uses hsqldb which is configured to put the files it uses in the
current working dir where the test is started from
The messaage around the pool is purely hibernate. It contains a connnectionpool
which is advised not to be used in production. Use a real j2ee connnectionpool
for tha
I have an EJB application working on my machine in Eclipse. Both the .ear file
and my client side work with a jndi.properties like this:
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
java.naming.provider.url=j
I am trying to run the stateless ejb3 example from the tutorial but I get the
following error on the client side :
anonymous wrote :
| Wolf:~/Projects/JBOSS_CVS_CHECKOUT/jboss-head/ejb3/docs/tutorial/stateless
alex$ ant run
| Buildfile: build.xml
|
| prepare:
|
| compile:
|
|
I am deploying two virtual portals A and B.Both are using the same portlet P
(deployed in A)
| Scope
| When deploying a page, window and instance of P in portal B I can refer to
the portlet P using the scope "A" in the tag, correct?
| |
|
| Theme
| I am deploying ThemeA with A a
Thank you, Eclipse's CVS client works fine.
Regards.
Gonzalo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916789#3916789
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916789
Scratch jboss-annotations-ejb3.jar, thats too obvious. :-)
Looks like they are in jboss-ejb3x.jar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916788#3916788
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916788
--
On the schema creation problems: is this the error in the server log for
Hypersonic and Oracle?
18:11:55,812 ERROR [[/jbpm-bpel]] DBSchemaServlet: caught an exception
| java.sql.SQLException: Table not found: BPEL_ALARMDEFINITION in statement
[alter table BPEL_ALARMDEFINITION]
| at or
hibernate-annotations.jar only pertains to hibernate annotations and the
overlap with EJB3 entities.
Based on the JBoss EJB3 download, I am assuming the EJB3 annotations are in
jboss-annotations-ejb3.jar.
I was under the impression that JBoss 4.0.3 came with EJB3 preinstalled.
However, it do
Hi Toby,
If you dont have a solution yet and don't want to mess around with jndi,
you can do this. In your servlet that creates or retrieves the process
instance, get the handle of you mail service and place it in the context
variable. Since variables are global to a process instance, you c
Sorry I clicked submit instead of preview. Just another question, why would you
want to redeploy process definion everytime. Just curious.
Regards,
Elmo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916784#3916784
Reply to the post :
http://www.jboss.com/
Hi Rainer,
Are you referring to hot-deploying of pars or merely creating a session
bean?
Regards,
Elmo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916783#3916783
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
Hello,
Disregard this post. After reading some posts here that the ContextBuilder
will be phased out, I checked out the beta version. And true, there was no
ContextBuilder anymore. Its been replaced with a JbpmContext. I found the
on-demand hibernate mapping and not during startup really coo
Hi All,
I'm a newbie in programming right now I'm trying to create a connection between
jboss and my db which is Microsoft SQL 2000 SP2 the problem is during
deployment I'm encountering erros. I have looked and tried different solutions
such as upgrading the SP2 to SP3a but when I looked into t
I have jboss running on a multi-homed server. I have some user service mbeans
which are registered with the JNDI. On client lookup the stubs returned
contained hostname:port as an endpoint for these services.
On the other hand the jms service which also gets registered with the JNDI,
gets resol
Hi Raj,
First, I would not suggest you save process instance inside an action
handler. Normally, you would place saving of instances in a servlet or probably
a session bean.
Second, I think the error is in your defintion. You have set the transition
to a node that does not exist. Revi
When I use JBossCache with the BDBJE cacheloader, it seems to ignore
je.properties. I have my je.properties in WEB-INF/classes/je.properties
alongside all of my other properties files.
Does JBossCache do anything that prevents it from reading this? Any ideas?
Thanks,
Dan
View the original po
Imagine the following scenario:
A session bean creates a timer with application depending timeout duration. Due
to some some network IO the same transaction runs a bit longer... longer than
the timeout duration of the timer.
In the specification nothing is mentioned about such cases, but from m
We are having issues migrating to JBoss 4.0.3sp1. Our existing build process
enforces layering by building independent jars for various layers. Some jars
contain other jars.
A couple basic questions I have are:
If a class is in an archive, what other classes can it import?
- .jar contents
-
Hi,
I just started playing around with jBPM. I downloaded the 3.0.2 package, and
ran the persistence test (HelloWorldDbTest.java) provided in the package.
However, I was wondering where the tables are stored using the
hibernate.cfg.xml that is provided.
Also, I get the following messages when
I solved it.
As [mrj] mentioned,
| jboss:service=Hypersonic,database=localDB
|
must be replaced by
| jboss:service=Hypersonic
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916774#3916774
Reply to the post :
http://www.jboss.com/index.html?modu
I solved it.
As <> mentioned,
jboss:service=Hypersonic,database=localDB
must be replaced by
jboss:service=Hypersonic
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916773#3916773
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
run.sh|run.bat -b your.ip.address.here
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916771#3916771
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916771
---
This S
Is there a Seam-Ajax Example in CVS?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916770#3916770
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916770
---
This SF.
Regarding the first question, the invalid transaction id error you found
appears at random and kills the consumer (created by the receive activity) that
would serve the request. Meanwhile, the consumer created by the port handler to
receive the reply times out and returns a fault to the caller.
You can secure the portal, or an instance of it, or a window of an instance of
it, via roles. You can do that either via a security-constraint element in the
jboss-portlet.xml , or in the *-object.xml, or you can use the management UI to
do the same after the portlet is deployed.
View the or
run -b XX.XX.XX.XX
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916766#3916766
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916766
---
This SF.net email is spons
Hi... newbie here.
I can't seem to find information about how to restrict JBoss and related
applications to listen to a single IP address on a machine which has multiple
IP addresses assigned to it. It appears I would want to change
jboss.bind.address from 0.0.0.0 to the desired IP and that wo
The 2.2 reference guide section 3.1.3 has a downloadable example of new portal
instance creation. But I'm not sure if I should start a new portal and add the
manager/cms/other-portlets to it or start with the default which already has
everything in it.
I guess it may not matter much, perhaps de
I have not found a programmatic setup, but this log4j.xml entry works to set
logging statically:
|
|
|
|
|
|
|
|
|
|
|
|
The snippet is from:
http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch2.chapter.html#ch2.log4j.ex
V
I'm running jboss-4.0.2 and eclipse 3.1 with jdk1.5.0_06.
I've tried re-installing jdk1.5.0_06 (JAVA_HOME had been pointing there ok)
after reading one or two other forum items.
A strange thing -- I had taken backup copies of my Eclipse workspace and my
jboss directories yesterday. I look at t
I would appreciate hearing thoughts on how to go about testing a workflow.
(Yes, I've seen the simplistic examples in the distribution)
Once a complex workflow is deployed, you want to test the workflow within that
environment, meaning inside an app server, not in some stand-alone test.
A cur
Zac (heismann) refers to this topic: Transaction demarcation with EJB/CMT
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916757#3916757
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916757
---
Ok..I wanna create a "har" packaging configuration with JBoss IDE version
1.5M3. How can I accomplish this dear sirs?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916756#3916756
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
I'd like to turn trace-level logging on for a short time to debug a
classloading issue. I've tried:
|
Logger.getLogger("org.jboss.mx.loading").setLevel(XLevel.TRACE);
| x = new NotLoadingClass();
|
Logger.getLogger("org.jboss
There is an interop issue here. We don't support publishing doc/lit endpoints
yet. There is an open issue, BPEL-76 tracking that.
Let's focus on what we can do right now to handle the problem. According to
WS-I Basic Profile, RPC/literal operations must use messages with parts
described only wi
This worked!
But Just FYI Even If I provide full path like
"/home/jbpm-starters-kit-3.0.2/..." I get same error in previous case but
solution you have provided works perfect in either case.
Thanks Again!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916
It has been pointed out to me that not closing the jbpmSession can be a bad
thing in a multithreaded environment. JbpmSession's close method includes a
call to popCurrentSession() which should be called or a memory leak may occur.
View the original post :
http://www.jboss.com/index.html?modul
Thanks!!!
I was under impression that I should not change anything in AbstractdbTestCase
class.
That was really helpful
Thanks Again!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916750#3916750
Reply to the post :
http://www.jboss.com/index.html?module
Alex,
Thanks for the reply. I had forgotten about popCurrentSession() being in the
close() method.
So, for now I will be forced to use:
jbpmSession.beginTransaction();
jbpmSession.commitTransaction();
jbpmSession.close();
Zac
View the original post :
http://www.jboss.com/index.html?module=b
I'm getting a java.lang.reflect.GenericSignatureFormatError with my deployed
.ear at different points in execution intermittantly.
It's intermittant during debug as I step through with the exception that I can
reproduce it if I simply deploy, and wait a minute before I navigate to my
opening p
I've found that not closing the JbpmSession object will allow the EJB container
the opportunity to close and flush the associated hibernate session.
Make sense?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916745#3916745
Reply to the post :
http://www.jb
it's not sample 'code' you need, it's a config example. This is a hibernate
config issue. search the hibernate forums for this, I think you'll find
something.
http://forums.hibernate.org/viewtopic.php?t=939394&view=next&sid=00ce4a4831ab25fb3e0f13afe878d5e0
View the original post :
http://www.j
Greetings. I need to upgrade (migrate) my 3.0.2 database (Oracle) to the new
3.1 shema. There have been several statements on this forum that a tool for
doing this would be provided, but I have not found anything to do this.
Pointers? Thanx.
View the original post :
http://www.jboss.com/index.
I struggled with this a while, and couldn't ever get my new mapping file to
play nice with the existing (umodified) TaskInstance.hbm.xml mapping file.
I'm not very familiar with hibernate, but the info at this
http://ndpsoftware.com/HibernateMappingCheatSheet.html helped me figure out
what n
Koen,
wouldn't you also need an auto-layout mechanism if just the jdpl file is
available?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916740#3916740
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916740
---
Hi ,
The problem has been resolved.
I found I need to put the full file path for bootclasspath on new classload
file and jdk14-pluggable-instrumentor.jar Then the loadtime works !!.
Thanks a lot.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916739#3916739
I've got some additional information.
It seems that the finder method that I define that refers to the primary key
field is the one that is causing the problems. Below is the ejb bean
definition:
* @ejb.bean name="XHQComponent"
* display-name="XHQComponent"
* descr
Hi;
I am just getting started on my first portlet. (I do have a ton of experience
with servlets). I also am just starting with JBoss (I've used Tomcat, WebLogic,
& JRun(yuck) in the past.)
So...
Is there a url that tells me what to download, how to install & configure it,
and how to create my
|
|
|
|
|
|
|
|
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916736#3916736
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916736
--
Try followings in build.depoy.xml
of course , you have get your *.ds.xml to point to the same mysql server in
order to run the app
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916735#3916735
Reply to the post :
Thank you for the reply Bill Burke. I already have two Postgre databases setup
and registered as you suggested. They are both Postgre databases, and here are
their configuration files:
db1-ds.xml:
|
|
| DB1
| jdbc:postgresql://localhost:5432/db1
| org.postgresql.Driver
I am interested in the scalability of the Dynamic layout, portlet changes
module.
Please let me know If I missing any information or clarity in my question.
Thanks,
Sandeep
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916733#3916733
Reply to the post :
Can any one out there help me PLEASE.
Raj
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916732#3916732
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916732
---
Th
Do you know if JBossCache(the latest version) work with Weblogic 9.1 ?
Thanks
Jean-Francois
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916731#3916731
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916731
---
Hello,
I am tryin to use Mysql for jbpm. I am using the starters kit for jboss jbpm..
Can anybody please help me by telling what exactly I have to do in the 2nd step
given in the jbpm.db module readme..??
Mysql database is not included in ant build script..
how to replicate the setup???
2.Check o
Hi there.
Also, you may want to try increasing the transaction lock timeout for the BDBJE
engine.
http://www.sleepycat.com/jedocs/java/com/sleepycat/je/EnvironmentConfig.html
At the moment, properties specified in the CacheLoaderConfig element are NOT
passed in to the BDBJE engine, so you wo
My environment:
Windows XP sp2
Eclipse v3.0.2
MyEclipse v3.8.4
JBoss v4.0.2
I get the following after Jboss deploys my entity beans:
15:14:16,609 INFO [STDOUT] org.jboss.ejb.plugins.cmp.ejbql.ParseException:
Encountered "x.ID" at line 1, column 46.
Was expecting one of:
"NOT" ...
"(" .
Hi
I'll have a look at why the screen shots aren't coming up. In the meanwhile,
the text still should point you to how to set up the startup classes in WL.
The screen shots are just pics of WebLogic's admin console! :)
Cheers
Manik
View the original post :
http://www.jboss.com/index.html?m
The issue was resolved.Didn't realized that it was case of EJB calling EJB.
The code was:
SomeEJB.someMethod() --> DAO.getCustomer() --> CustomerEJB
So I put element in ejb-jar.xml for "SomeEJB" and error was
gone.
Thanks for all replies.
View the original post :
http://www.jboss.com/index.ht
Should I modify the jboss-service.xml under server/conf ? If yes, what to
modify ? (This is described in injJBoss example html file.)
I only modify that file under deploy/jboss-aop-deploy/META-INF.
Thanks,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=391672
I need some help interpreting the following error.
00:22:47 WARN [TransactionImpl] Transaction
TransactionImpl:XidImpl[FormatId=257, GlobalId=mnfriasql10/380240, BranchQual=,
localId=380240] timed out. status=STATUS_ACTIVE
00:22:47 ERROR [BeanLock] Thread[RMI TCP Connection(46065)-10.150.145.36,
I've an other question.
this is the same context.
I have the following error when I try to get the JMS connection.
javax.naming.NameNotFoundException: ConnectionFactory not bound
what dependency shall I have to declare to load the service at startup???
tks
View the original post :
http://www
And why is it then threated as 'deploy material' (the actual
'default-minimalthreads.xml')?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916718#3916718
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916718
---
Yep, I think so.
But who could have taken it to the tmp?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916717#3916717
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916717
Hmm. Well at some point some deployer took the jgroups.jar and expanded it in
the tmp directory. If you delete the tmp directory before starting jboss, does
the problem go away?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916716#3916716
Reply to the post
Hi all, I have a portlet that is working correctly. What I want is to hafve
that portlet viewable only for usere that have logged in. (Users or Admins). I
know there is a way to do this but I am having trouble finding examples of
this. Could someone point me in the right direction?
View the ori
I have put the system.out.println in interceptor. Nothing output in the console.
I am trying the injboss example. Will let you know the result.
Thanks a lot.
Jimy
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916713#3916713
Reply to the post :
http://www.j
I ran into a situation in which multi threads run big volume tests using the
same user id. During execution, user credentials need to be retrieved from
security subject from time to time. The problem is that upon user time out (set
by DefaultCacheTimeOut), logout() is called from a thread, which
bump... same question.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916710#3916710
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916710
---
This SF.net email is
The "selector" is something defined in the spec. Can you cite some examples of
what you mean?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916709#3916709
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916709
-
The only place that I have jgroups.jar is exactly '/server/default/lib'.
I did a a full JBossAS search on just 'jg' string. All it found was the above
mentioned file (in that directory).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916708#3916708
Reply t
tks, it works
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916707#3916707
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916707
---
This SF.net email is sponsored
Yes, with a stateful session bean that makes sense.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916706#3916706
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916706
-
I get the following error when I shutdown JBoss with mimimal config:
C:\jboss402\bin\shutdown.bat -s jnp://localhost:1099 -S
Disconnected from server
Exception in thread "main" javax.naming.NameNotFoundException: jmx not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:491)
at org.
jgroups.jar isn't a deployment unit, it's a library. Don't put jgroups.jar in
/server/default/deploy; put it in /server/default/lib or inside the deployment
unit (e.g. war, ear, sar) that uses jgroups.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916704#39
run.sh isn't exucatable. You can make it executable using "chmod +x run.sh".
Or, you can just "sh run.sh" to start JBoss. I'm in the habit of doing the
latter.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916703#3916703
Reply to the post :
http://www
1 - 100 of 185 matches
Mail list logo