Posting the complete eviction config
|
|
|
|
|
|
|
|
|
|
|
|
I get a null pointer exception while initializing cache . I am using
jboss5.0.0G.A and jbosscache3.0.2.G.A
I find that RemoveOnEvictActionPolicy is the root cause. Is something wrong
with the below configuration
|
|
|
I want to share datasource/connection factory configs and certain libraries
I use Jboss5.0.0GA
Thank you
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217714#4217714
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=421
I correct what I've said. This web service war is developed for tomcat and it
is successfully deployed and runned on tomact.
Since tomcat need an additional SOAP protocol stack which included in the web
service war I mentioned above, I guess the problem is that the SOAP protocol
stack provided
"mperado" wrote : Is it possible to have a websphere like profile and have two
servers share that settings?
|
|
>From what i remember, WebSphere profiles are independent. Aren't they? What
>exactly are you trying to share between the two JBoss server configurations
>(profiles)? And which
JBoss uses Hibernate as its JPA implementation. So the best place to ask this
question is the Hibernate forums and if they say its a bug then you will have
to raise it in the Hibernate JIRA.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217712#4217712
Repl
"pete.m...@jboss.org" wrote :
| That we perform JSR-299 injection and interceptor binding into an EJB using
a default interceptor. This should be called before any user interceptors.
So i guess, the Seam interceptor should be called irrespective of whether the
user has defined any interceptor
Hi
I understand that to create a new server, we could copy any of the configs
all/default/minimal/etc.. and modify accordingly. Is it possible to have a
websphere like profile and have two servers share that settings?
Thankyou
mkp
View the original post :
http://www.jboss.org/index.html?mod
In JBossAS-5 that annotation and some others have been moved to a different
package. They are now in org.jboss.ejb3.annotation.*
The EJB3 tutorials for JBossAS5 are available at
http://www.jboss.org/jbossejb3/docs/
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic
Hi Peter,
Thanks man..
Can you give me the URL which you said in that..
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217707#4217707
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217707
_
I am traveling for the next few days (cold D.C. from warm L.A.) but will try
your suggestions as soon as I am back.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217700#4217700
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
Hi,
I'm going to test the jBMP 4 in Glassfish and trying to follow the developers
guide for the Persistent Execution Mode (2.2).
It says:
"Then you can obtain the services from the environment factory like this:
| EnvironmentFactory environmentFactory = new
PvmEnvironmentFactory("environment
This web service war is an example of apache muse platform. So I guess there
might be no problem of the code. What might be confliction with JBoss.
Can anyone give me some indication?
Urgently need help.
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&
Thanks gaohoward,
The fact is that I use the JBoss default, not cluster (all), I can see the
ERROR when I shutdown the server every time. But if MySQL and Oracle don't have
this problem, so if the JBM just have a little incompatible with HSQL?
View the original post :
http://www.jboss.org/inde
Hi gaohiward,
I can see the issue every time when I shutdown server. if we change database to
mysql or oracle, there are not this exception, when we do cluster, we don't
utilize HSQLDB. Now my work evironment is standalone mode. we want to know if
the JBM can't support the HSQLDB or It is a bug
never tried it, but using hibernate, it might be that if you delete a
processdefinition, all corresponding instances are removed as well
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217683#4217683
Reply to the post :
http://www.jboss.org/index.html?module=
hi every1,
I try to use jvisualvm (from jdk 6) on Portal 2.7.1 (on AS 4.2.3), but it seems
to need to add JMX connection. I try to use port , but nothing happens.
Any1 had tried to use jvisualvm on AS 4.2.3 or Portal 2.7.1?
Thanks.
View the original post :
http://www.jboss.org/index.html?
Yes, I am sure the database exists in the system, and even when i hard code the
user name and the password, the query returns null. The database system i am
using is oracle 10g and as far as i know it is not case sensitive. Do you think
it has anything to do with my persistence.xml file and if n
Both scenarioes are supported and have each their usage.
If you could find a way to reproduce your problem with re-synchronize in a tiny
project we would love to hear so we can try and help out seeing if it is
expected or a bug.
View the original post :
http://www.jboss.org/index.html?module=b
i am just curious as where the archive destination should be. what i used to do
was use the jboss server deploy directory as the destination. is it supposed to
be that way? i also tested setting the destination under project and do publish
to the server. apparently this server synchronization do
Hmm, this won't work, as I need this to be serializable. So, I guess we need
some serializable identifier for a session bean instance. Perhaps we change to
an EjbResolver for getting instances of SFSB that can return something like:
interface EJBInstance {
|
|Serializable getId();
|
I have this web-application which is distributed to different end users. The
application consists of servlet, classfiles and xsl files.
The xsl-files are end-user specific. As it looks now I have to package my
application for each end user and that is a bit of a pain in the bum.
What I would lik
Thanks for the info.
Endolf
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217673#4217673
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217673
___
jboss-user mailing list
jb
Hello,
I use Jboss-Cache version 2.2 and I get the following error:
java.lang.Exception: Unknown magic number 57
| at
org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200.java:633)
| at
org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshaller200
I was looking at tutorials online and saw that they where using the @service
annotation to set up a service bean. I am using JBoss AS 5.0.0.GA I can't get
my project to recognize the org.jboss.annotation.ejb.Service class. I can not
find the jboss_annotations_ejb3.jar file. Has it moved? Is this
I think we are talking about the same thing and yes I would love to go on a
chat with you guys - but not until we get GA out; i'm fully booked until then,
so some time next week.
With respect to broken syntax readers imagine if the java editor in eclipse
would stop being able to code complete,
No, we don't have a visual HQL builder.
You can though right click/double click/drag entities from the Configuration
view to the HQL or Criteria editor.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217666#4217666
Reply to the post :
http://www.jboss.org
A few more changes to the persistence.xml file - there is no 'name' element,
and you need to make the value for name match the name specifed in
@PersistenceContext(unitName="user"). So here is the updated persistence.xml
file that should work:
http://java.sun.com/xml/ns/persistence";
| xm
HQL does not support comments, hence our editor doesn't either.
Multi execution we could look into but again - because of multistatements not
being part of HQL or JPA-QL it is not currently done.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217664#4217664
you are right. i just tested with the nightly update site. both archive tools
and AStools work fine. i am happy now.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217663#4217663
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=r
Hi,
I'm trying to implement SSL in Jboss. I'm able to open my application at port
8443 now using https. But I want to access https only for certain url's and not
for all the url's. Also, I want SSL only for one application and not for all
the applications deployed on the server. Is there a way
Does JBoss Tools 3.x have a tool that will allow you to do this:
see a view with all of your entity classes
select multiple entity classes in this diagram/view to form the basis of a HQL
select statement
automatically create the HQL and dump it in the HQL editor (assuming Hibernate
console is
I think you are saying jPBM is not the jBPM runtime but an AS bundle? It's
accepted by the wizard, however, as valid. Regardless, I'm going to install
3.2.2 from the link provided in the tools documentation and try that.
Thx!
View the original post :
http://www.jboss.org/index.html?module=bb
The "unable to find orb" message is expected when running a nonclustered
instance of JBoss AS - you can ignore that message. Note that it is a DEBUG
message.
I dont like the looks of this part of the error text:
Dependency "jboss.jca:name=
| java:/app/jdbc/jdbc/cbadmDS
| ,service=
Hi all, I need help... I am creating a multi-war project inside an EAR. So
inside every WAR I have a Servlet
load-on-startup and I lookup an EJB that is inside the same EAR too. The
problem is that JBoss calls my Servlet
before the EJB start and I got an error, of cource, then it shows on screen
I am creating a new Preferences-> jBPM -> Process Project. It's the same wizard
you get when accessing via Welcome -> Create New -> Create Seam Project ->
Create jBPM Process Project.
Under Window-> Preferences -> jBPM I am adding a new jBPM runtime. In my case
jbpm-3.2.6. It's lib directory h
I've just opened a post with the same question. Do anybody has some clue about
what it is happening?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217647#4217647
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4
or what if I have two HQL queries in the same HQL editor view? can I exec only
one of them?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217646#4217646
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217646
_
what are the rules for commenting HQL queries in the HQL editor view?
I tried /* foo */ and it doesn't change the color of the text like I'm used to
with other tools, etc.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217641#4217641
Reply to the post :
ht
anonymous wrote : Warning - I am a smooks noob, just have that in mind when
reading my answers :)
No problem. But I must confess that I am wondering now if we are talking about
the same thing ;).
I am also just brainstorming here, so my theories can also be wrong one or more
points ;).
ano
Thanks a lot Peter, looks good.
I will investigate it and try to implement.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217638#4217638
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217638
I have the exact same problem. I just downloaded and installed 5.0.1.GA (jdk6
version) and the error occurs immediately. Has anyone solved the problem.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217636#4217636
Reply to the post :
http://www.jboss.org/ind
In case anyone gets this error and cannot figure it out. Using the standard
installers you will likely end up with 3 spots referencing your datasource.
Unfortunately I was only updating 2 of them. I had missed jbosscmp-jdbc.xml,
hence the reason using an XA datasource seemed to get me along f
sorry for the trouble guys, I have resolved the issue :)
Thanks,
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217632#4217632
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217632
_
Have you posted the full contents of persistence.xml? If so, try changing the
opening 'persistence' tag to:
http://java.sun.com/xml/ns/persistence";
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
http://java.sun.c
huh ? Sounds like you are creating a JBoss AS 3 runtime and pointing to jbpm
3.2.6 ...you should go to preferences and setup the jbpm runtime - not AS :)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217629#4217629
Reply to the post :
http://www.jboss.org/i
Hi all,
I am trying to use a workflow (initially developed using jbpm 3.1.4 )with jbpm
3.2.4.GA , the java files which I am using give error in the import statements
shown below.. I am using eclipse separately with jbpm designer added externally
as a local archive site. Can anyone tell me what
Is there any way to invalidate all active HTTP sessions?
We have a requirement that before system maintenance, we have to back up
session data before we take down server.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217625#4217625
Reply to the post :
htt
Hi,
I'm quite new with web services, so perhaps it is a stupid question.
I'm working with JBoss 4.2.2 and I've installed JBossws-native 3.0.5.
I've created a simple web service with he method that receive and List of
objects.
Something like this:
public long startTramitadorInstance(String
I don't see this line before 2nd test method call:
Client DEBUG [12-03-2009 19:41:22] EventFactoryTest - setUp
org.mobicents.media.EventFactoryTes
t
I never really looked into JUnit in details,
but I would expect the following:
* setUp / tearDown is called for every test method
or
* s
What would be th ebest way to clean the jbpm database?
my idea is:
to delete all process instance objects and then the process definition itself.
I would like to give this possibility to the application admins to be more
flexible.
View the original post :
http://www.jboss.org/index.html?modu
This should work.
Can you post the log from DeployersImpl,
after new deployer is added and it is ordered for its stage;
DeployersImpl::addDeployer
| String stageName = stage.getName();
| List deployers = deployersByStage.get(stageName);
| if (deployers == null)
|
Thanks for the rapid reply which is has always been one of JBoss' best
qualities. Problem solved and I will definitely RTFM for JBoss Tools. My
suggestion is a little help blurb on the wizard page about the separate
run-time to improve the first-time experience. Especially since it's on the
Wel
Anyone? I'm posting this on jira. This sounds like a bug.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217617#4217617
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217617
_
Manik,
Your explanation makes sense, however I wonder whether that means Hibernate /
Hib-JBC2 integration project / JBC3 stack is unusable with REPEATABLE_READ
then. Let me explain.
Person, Child are cached entities, parent.children is a cached collection
(using Hibernate's Transactional concu
Deja-vu! I answered this twice already today!
Set the jboss.server.log.dir system property. You can set this by adding it to
JAVA_OPTS in either run.conf (Linux) or run.bat (Windows).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217613#4217613
Reply to the
Ok, by default "default interceptors" are invoked in the order they are defined
in ejb-jar.xml, and before any class level interceptors. I guess we just go
with inserting our interceptor at the top of chain for now. We can also check
the order the user defines, and WARN if ours isn't first I thi
I have defined a datasource in *-ds.xml file and deployed in Jboss-4.0.5
When i look up using the JNDI name it is returning 'JRMInvokerProxy', as
expected it should be a DataSource ('WrapperDataSource') ?
What is JRMInvokerProxy object ? and y is it getting returned while looking up
a datasourc
We're running jboss 4.0.4 on a multihome linux device. The user can change
the IP addresses anytime. We want to use https to access the JNDI. Here is
my situation:
there are 2 interfaces in my device:
IP1 : 10.11.12.13/255.255.0.0.
IP2 : 172.16.80.100/255.255.255.0
We setup Jboss to accept calls
I used this log format to log session response headers in apache logs; it of
course doesn't have information on whether a session is active...
LogFormat "%h %l %u %t \"%r\" %>s %b %{Set-Cookie}o"
%{Header}o The contents of Header: header line(s) in the reply
From:
http://www.apacheweek
hi all,
The default jboss log is saved to "jboss-4.0.4/server/some_server_conf/log/"
(im using jboss-4.0.4). Is there an option available to save logs to somewhere
else?
Thanks for your help.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217605#4217605
Rep
The standardjbosscmp-jdbc.xml file is used for EJB 2.x, does your app use EJB
2.x or 3?.
mysq-persistence-service.xml - is this a typo? The existing file is
hsqldb-persistence-service.xml. Are you trying to replace hsqldb with mysql for
messaging? Are you using messaging in your app?
Search th
Ops, i'm using an unidirectional OneToMany relation with List and ArrayList
(and i cannot change this).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217599#4217599
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=42175
Hi!
I've made a search by entire google but i coudnt solve this, yet,
I read all those threads and i wasnt able to find a solution:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=82946&postdays=0&postorder=asc&start=10
http://www.jroller.com/eyallupu/entry/solving_simultaneously_fe
see my resonse on your other post... it *will* wait if all your process is
designed properly
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217597#4217597
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217597
_
Thanks for checking Peter.
I have apache fronting jboss, is there a way for apache to log the Set-Cookie
response header (probably not the right forum for this question, but pls let me
know if anyone has had any success with this)
View the original post :
http://www.jboss.org/index.html?module
because you do not have waitstates and a loopback to the fork from a decision
between the fork and a join is wrong. That is how you probably would program
it, but BPM/Workflow is not programming
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217595#4217595
R
yes, correct, that is a one of the possible approaches
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217593#4217593
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217593
___
I just verified this again - I unzip latest version of Ganymede JEE bundle, add
nightly update site, select AS tools and deployment works out of the box.
We need more info about what exactly is not working to help ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic
In the latest version all the Seam features can be enabled on WTP but you have
to use either the Ant build files to deploy or setup Project Archives to the
deployment for you if you don't use WTP.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217587#4217587
configuration files = persistence.xml ;)
Anyway - I will remember it the next time I do rev on the docs to make it
explicit.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217586#4217586
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posti
Thanks for the replies PeterJ.
Everything is under c:\devtools. (JDK, JBoss). I get the same thing from the
command line. The error happens randomly which makes it that much more
difficult to debug. I read something about people putting jboss on a different
logical disk (d:, e:) and having
Ok, I changed my jdk and JBoss directory.
But I still get the above error.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217583#4217583
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217583
"akazakov" wrote :
| Seam-gen projects use ant sript to build/deploy EAR/EJB/WAR. So you can use
any project structure. It's metter of ant file to handle it. But JBoss Tools
depends on Eclipse Web Tools. And you have to have WTP-strucrtured projects to
have whole set of features.
| For EAR
If you start JBoss AS from the command prompt, do you run into the same issue?
Also, post the exact error stack trace you are seeing.
Also, is JBoss AS located in either Program Files or Documents and Settings? If
it is on your desktop, then it is in Documents and Settings. Spaces in path
names
Did you see this post:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=152200
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217573#4217573
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217573
___
Solution for:
server: jbossas 4.2.1.GA
server library: jbossws-1.2
source library: jbossws-src-1.2.1.GA in http://www.jboss.org/jbossws/downloads/
jar_path: jboss/server/default/deploy/jbossws.sar/jbossws-core.jar
package: org.jboss.ws.core.jaxws
class: JAXBDeserializer
method: public Object deseri
Doesn't look like it. There is no logging within the generateSessionId()
method, nor within the code that calls that method.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217570#4217570
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=postin
Hey peter, i dont have no other *-ds.xml file in the folder /default/deploy/
so i really can't see how i already defined that jndi.
the steps 2 and 3 is just changing the default jndi name with the one of the
persistence i am using.
am i doing something wrong???
thank you for your reply
View
Also, parent locks are acquired first when creating children, if
lockParentForChildInsertRemove is true (see MVCCNodeHelper.wrapNodeForWriting())
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217567#4217567
Reply to the post :
http://www.jboss.org/index.htm
Thanks a lot Paolo, my application concerns human activities, and I'm going to
use jpdl :D
By the way, have you any j2ee standard architecture?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217566#4217566
Reply to the post :
http://www.jboss.org/index.htm
Hmm, nearly.
I fixed it.
The jdk which is used by the jboss is missing the file jre/lib/tzmapping
Normally this should have been installed by the java installer.
Happens only on windows. Hrmpf
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217564#4217564
Repl
Ok, it works fine !
Just a little error in the previous post :
It's not
| org.jboss.messaging.core.remoting.impl.invm.InVMAcceptor
|
but
| org.jboss.messaging.core.remoting.impl.invm.InVMAcceptorFactory
|
Thank you !
View the original post :
http://www.jboss.org/index.html?module=b
well I guess you're right given that classpath refers to .class files
(bytecode) and not source .java files.
but it doesn't reference "persistence.xml" in that intro line, that should
probly be there...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217560#4
- UAC is off
- I'm running JBoss under an administrator account
- I am starting JBoss from within JBoss Tools
I've poured through these forums and searched google and the consensus seams to
be "upgrade to 5.0". But them 5.0 has issues with reloading static files (see
https://jira.jboss.org/jira
Hi,
I have just migrate from jboss 4.0.5 to jboss 4.2.3.
In the new jboss I'm getting the following warning on my web services:
JAXRPCMetaDataBuilder - Cannot obtain fault type for element:
{http://www.opentv.co.il}TriggerException.
TriggerException is an exception that is thrown from a number o
nevermind, this does it:
select er.equipmentRepairId as equipmentRepairId
| from EquipmentRepair er, Equipment e
| where er.equipment.equipmentId = e.equipmentId
| and e.equipmentId = 1
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217557#4217557
Reply
This is the native query that was generated:
| select
| equipmentr0_.EquipmentRepairID as col_0_0_,
| equipmentr0_.ICOMSWorkOrderNumber as col_1_0_,
| equipmentr0_.ICOMSWorkOrderTechID as col_2_0_
| from
| boBETS.dbo.EquipmentRepair equipmentr0_,
| boBETS.dbo.Equipment e
tomespo214, a little more information on your exact situation would help. Do
you have UAC set? What account are you running JBossAS under? Are you an
administrator? How are you starting JBoss AS?
By the way, on my Server 2003 box I have JBoss AS set up to run under a 'JBoss'
account as a servic
well it's working now (after I put the focus in the hql editor and hit
spacebar). and I clicked on various tabs and other windows/apps. not sure how
the original behavior occurred...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217554#4217554
Reply to th
I thought the first line that says "what configuration files, including which
classpath are needed to load the POJO's, JDBC drivers etc." says it pretty
clear ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217553#4217553
Reply to the post :
http://www.j
doesn't it pick up the editor selectin when you start typing ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217552#4217552
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217552
Hi,
Our process definitions are based on nodes and actions inside them (being
executed in async mode). We are using jBPM for controlling batch processes,
therefore I thought the best option was using nodetype "node".
One of the requirements is notifying if one of the actions is "running la
Wow, bold text. It must be urgent. ;-)
Have you tried reading the JBoss Messaging documentation?
I have another resource that provides step-by-step instructions for building a
simple messaging app and performing various configuration tasks, but it is not
free. I'll provide the URL if you like.
using JBDS 2.0.0.CR2
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217545#4217545
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217545
___
jboss-user mailing list
jboss-user
I have successfully written the following HQL query in the HQL editor and
executed to get results:
select er.equipmentRepairId, er.icomsworkOrderNumber, er.icomsworkOrderTechId
from EquipmentRepair er, Equipment e
| where er.equipment.equipmentId = e.equipmentId
| and e.equipmentId = 1
Why
Hi Ronald,
Thanks a lot for your answer. I will try with the latest version of the
reports in the repository and if still have the same issue I will write Heiko
as I believe he is in charge of that part.
Regards.
Jose.
View the original post :
http://www.jboss.org/index.html?module=bb&op
Had a look at your test, and your test is invalid. Here's why:
Case 1: You have commented out the line marked N1. This works fine, since you
first do a pFER() and then a get(). Expected behaviour.
Case 2: Line marked N1 is not commented out. Here is what happens:
1. tx starts
2. read the
Beware of the DHCP reassigning your IP addresses when you have recorded those
addresses in the hosts file. The DHCP address lease expires after a certain
time and then the address is up for grabs.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217540#4217540
Very very wild guess - was there any Day Light Saving time in 1968? If yes,
then is the JDK on the server patched with the DST changes?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217538#4217538
Reply to the post :
http://www.jboss.org/index.html?module=b
1 - 100 of 221 matches
Mail list logo