I write a EJB3 session bean, it run in a JBOSS4.0.3SP1 server.
and i write a client to test the EJB3 session bean, the client is run in another
JVM.
here is my client
public class JNDITest {
public JNDITest() {
super();
// TODO Auto-generated constructor
Hello. I'm using JBoss 4.0.3SP1 and would like to determine the correct way
(preferrably J2EE compliant) to bundle dependent jar files within an EAR file.
I've checked the forum, but did not find the answer.
Specifically, I have an EJB jar file that has dependencies on 3-rd party jars.
Is m
i agree, but the problem is not creating the right subclasse in java (done by
copying every attribute and/or using a special constructor).
Suppose baseclasse X and subclasse A and B.
I have a persistent object A, i create an object B with the SAME ID in A.
The problem is that i can not persist
If my memory serves me right, 3.2.5 is not using tomcat5.0. So it is in a
slight different directory. But you still search for useJK flag in xml files.
-Ben
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909680#3909680
Reply to the post :
http://www.jboss.c
"epbernard" wrote : fetch=LAZY
Finally now in a position to test this LAZY option.
I have the following
Neps - OneToOne mapping to bale
bale - ManyToOne mapping to module
LAZY fetch turned on for neps to bale and bale to neps
EAGER fetch turned on for bale to module and module to bale
(al
Are you referring to JBoss4.0.3 release? I don't think we have 4.1 yet. :-)
We don't have the idempotent feature that you describe. However, conceptually
you can use another clusteringinterceptor to perform this. It is one thing that
we like to do but have not found high enough priority.
If you
hi all,
I am using the jboss-4.0.3.SP1 & jsf. while runing the application its
gives the following error.
2005-11-30 11:47:28,952 ERROR [javax.faces.webapp.UIComponentTag] Faces context
not found. getResponseWriter will fail. Check if the FacesServlet has been
initialized at
Ed complementer attributes,eminence!barns,arrogant loitering forearms
http://www.rarefind.net/poker-supplies.html eavesdrop
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909675#3909675
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
the one from from JBoss (jbossj2ee-src.zip) should overwrite j2eetutorial14,
not the other way round.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909674#3909674
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909674
["kbisla" wrote :
| Also is there a doc which explains the various parameters that one can
tweak in jgroup.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroups should give you a good start.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroupsFC discusses the flow control
protocol.
The JGroups task
ok crazytony , will take ur advice and find out a way to cache connections and
sessions, however we are going forward with one queue for request and other
queue for response with selectors . this is going to be a real-time application
where thousands of requests can come at a go, hope this works
Have you tried it first without running it under MBean service? E.g., as a
standalone to make sure your enviornment is ok?
-Ben
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909670#3909670
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
Thank you for your reply first!
The scope type of the statefull session bean, which provide the save() method,
is seesion, so i think it is not the timed out problem.
the scope type of the javabean, which invoke the save() method, is
conversation, but it doesnt have entitymanager itself, just in
Found the answer, missing another few library's for the remote client.
For anyone interested :
I added cglib-2.1_2jboss.jar to the remote clients list of jar's (getting big
now!) and the error went away.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=390966
i have done it this way.
document.appendChild(rootElement);
| TransformerFactory tFactory =
TransformerFactory.newInstance();
| Transformer transformer = tFactory.newTransformer();
| DOMSource source = new DOMSource(document);
| String
Our caches ran for about a week without any problems, until this morning. We
restarted one of the instances, and gor the following errors:
2005-11-30 08:05:19 WARN GMS: join(192.168.100.79:61443) failed
(coord=192.168.100.79:53397), retrying
I guess what happened here was that the group still
-Servlet.service() for servlet action threw exception
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909663#3909663
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909663
---
This SF.net email
schodt...
I am also a newbee here.
Take the latest version and make sure you unzip the J2EE tutorial first before
you combine it with the one from JBoss. Hope that works.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909662#3909662
Reply to the post :
-Servlet.service() for servlet action threw exception
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909661#3909661
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909661
---
This SF.net email
Could be the case that session or conversation timed out?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909660#3909660
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909660
--
Hi there
I created a custom jar file and put it in /lib along with jboss-system.jar.
then I modify the conf/jboss-service.xml using the custom class as
URLComparator:
| com.matrix.deployment.DeployerOrder
|
But when I start JBOss, I got the error:
java.lang.ClassNotFoundException: No Cl
No, this is not notion that the DatabaseServerLoginModule supports so you would
have to write a custom version.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909657#3909657
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
timer.start() is missing!
did it.
I did not realize that you had to call a start method. I thought adding a
notification started it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909656#3909656
Reply to the post :
http://www.jboss.com/index.html?modu
Actually, there are deploy directories under: server/all, server/default and
server/minimal. Do I choose one of these configurations?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909655#3909655
Reply to the post :
http://www.jboss.com/index.html?module=bb
We use the jboss-seam in our new project, but now some really troubled
problems prevent us. The most terrible problem is that:the EntityManagerFactory
not bound, such problem makes us can not interact with database at all.
In our project, one statefull session bean is used to operation th
I'm a Newbie stuck on the first hurdle. I wanted to install jboss, jetty and
ant on MacOS 10.4 (The normal Mac OS, not the server version) . I was
following the instructions on Apple's website:
http://developer.apple.com/internet/java/enterprisejava.html
However, I had to deviate slightly fro
Did somebody succeed to create a web service that returns SOAP message with
some data and binary attachment from one of its methods using JWSDP?
I tried to use all the approaches I found in Internet, but none of them works
properly. WSI AP 1.0 defines two separate schemes to specify attachments:
not until now.bruno,we could have a discussion.
i 'm starting wondering it is a bug of jboss,because i can't manipulate xpath
using jdom 1.0 either!
would someone give us some hints?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909651#3909651
Reply to the p
My mistake - moved to Beginners Corner.
Too bad I cannot delete my own entry!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909650#3909650
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909650
You can add it as a module in your jboss-app.xml file or you can just put your
external JAR into your EJB3 JAR directly. (not the EAR, the .ejb3 archive)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909649#3909649
Reply to the post :
http://www.jboss.com/
Still can't get any sort of assignment to work. Can you please modify this
processdefinition.xml to show me what works.
|
|
| http://jbpm.org/3/jpdl";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://jbpm.org/3/jpdl
http://jbpm.org/xsd/jpdl-3.0.xs
EJB 2 is still supported and will continue to be supported in the future.
However, I'd strongly encourage you to consider migrating to EJB3 at some point.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909647#3909647
Reply to the post :
http://www.jboss.com
EJB 2 is still supported and will continue to be supported in the future.
However, I'd strongly encourage you to consider migrating to EJB3 at some point.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909646#3909646
Reply to the post :
http://www.jboss.com
Not only is that awkward but its what the current gpd does.
I did try your suggestion, it made the red underline go away but it didn't
deploy, got a -1 for process version.
..this is what I tried
|
|
| http://jbpm.org/3/jpdl";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
|
Last time I looked, xdoclet had major problems with java5 (specifically
generics if I remember correctly). I would recommend going the whole way and
dropping xdoclet altogether (will save you some build time too).
Joachim
View the original post :
http://www.jboss.com/index.html?module=bb&op=vi
I want to share my thoughts and concerns about my initial evaluation of 3.1
alpha after developing against 3.0.x.
I think jBPM is fantastic product, it is light years ahead of OSWorkFlow (I get
the feeling not many people are using it) and documented much better.
This being said the ContextBu
I saw this in the todo list for jgroups
anonymous wrote :
| - FC: on a fast network, we can still run out of memory because
received_msgs/delivered_msgs becomes very big.
| Instead of basing FC on the speed of the network, we should also take the
number of messages processed
| (a.k.a d
Nobody out there with a matching answer?
All i wanna do is to check the method permissions for methods before
executing them.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909635#3909635
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
I'm also interested in remote deployment. Why hasn't anyone responded to this?
I can't find any information on jboss the JSR 88 implementation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909634#3909634
Reply to the post :
http://www.jboss.com/index.html?
I can't see the the flash movie located at the step 2 named Create EJB 3.0
Entity Beans http://trailblazer.demo.jboss.com/IDETrail/ejb3/entity/index.html
what's the problem???
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909633#3909633
Reply to the post :
I construct a timer, addNotificationListener, addNotification with no errors or
nothing suspicious. I never see the call to my handleNotification method. What
else do I need to do?
environment: JBoss 4.0.3, Win 2003, HSQLDB
import javax.management.Notification;
import javax.management.Not
The trick with the websale example is that it has no schema location:
http://jbpm.org/3/jpdl";>
| ...
|
The XML editor included with the GPD won't validate a definition missing the
xsi:schemaLocation attribute.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
So I didn“t set the correct configuration in Eclipse.
How can I get this jsdk.jar? is it par of jsdk1.5?
I have to tell you I'm totally newbie.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909630#3909630
Reply to the post :
http://www.jboss.com/index.htm
That also contradict with given example of websale.par/processdefinition. In
websale.par Swimlane comes before start-state and which sounds logical also!
To create websale.par what version of jbpm has been used?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewt
Once again thank you for this very informative answer!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909628#3909628
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909628
--
See their website at:
http://hsqldb.org/web/hsqlFAQ.html#FAQ
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909627#3909627
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909627
---
jsf is java server faces.
Were you need to specify users is completely dependend on your organizational
model. What requirements do you have in this area.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909626#3909626
Reply to the post :
http://www.jboss.com
>From the jPDL 3.0 schema, available at http://jbpm.org/xsd/jpdl-3.0.xsd:
|
|
|
| ...
|
|
The start-state element is declared before swimlane in the sequence. Therefore
you have to declare swimlanes after the start state. This is a bit
counterintuitive. In fact, in the u
There is no paper yet on this. Examples of how we think the patterns are to be
applied in jBPM are in the testcases. There are xml snippets in there as well
that could be used to create visual representations in the GPD. No work done on
our side on this subject yet.
View the original post :
h
oh, yes. getting hibernate to work is always needed. It is however independend
of the jbpm-core jar. Hypersonic is not needed if you have another database.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909621#3909621
Reply to the post :
http://www.jboss.com
i am running jboss-4.0.3 and trying to set up a derby datasource (taken from
the example in the 4.0.3 install). trouble is i don't have the mbean class
org.jboss.jdbc.DerbyDatabase in any jarfiles in the jboss install. i've found
the source code online, referring to 4.0.2 - is this something tha
how is xdoclet supported in ejb 3.0
I have an app in ejb 2.x and I want to move it over to ejb 3.0 .
the 2.x app has xdoclet generating all the required java files like the home
interface,local etc
so, am I looking at a major overhaul, can I leave the xdoclet crud in there and
simple alter the
I figured this out and am posting this for anyone else who is having a problem
with enums in entitybeans using jboss.
This won't work if you are not using java 5.0
To have an entitybean with an enum as a cmp field create an enum in the
following manner :
public enum DHMessageType
| {
|
Tested this against the codebase going to be jboss 4.0.4 and I see no problems.
Try with jboss 4.0.3 and tell us if you still see the issues:
| 15:06:26,890 INFO [Server] JBoss (MX MicroKernel) [4.0.4beta (build:
CVSTag=Bra
| nch_4_0 date=200510261736)] Started in 1m:7s:78ms
| 15:06:49,3
Thanks! I'll take a look this afternoon...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909614#3909614
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909614
---
Th
Anyone any ideas ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909613#3909613
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909613
---
This SF.net email is spon
I construct a timer, addNotificationListener, addNotification with no errors or
nothing suspicious. I never see the call to my handleNotification method.
What else do I need to do?
environment: JBoss 4.0.3 Win 2003, HSQLDB
import javax.management.Notification;
import javax.management.Notifi
Has anyone found a fix for this? I'm trying to port over a large app from
another application server and I am running into the same problem.
Thank you,
Steve.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909610#3909610
Reply to the post :
http://www.jbo
I'm having the exact same problem. Here is my processdefinition.xml
|
|
| http://jbpm.org/3/jpdl";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="http://jbpm.org/3/jpdl
http://jbpm.org/xsd/jpdl-3.0.xsd";
| name="RoHSBud_3_Workflow">
|
|
servlet.jar _is the same_ as jsdk.jar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909606#3909606
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909606
---
This S
I have a business domain object called "Order".
It has: order id, descritiption, sub-order objects, date, etc.
what is the best key to use for populating the cache for this business object?
e.g. the Demo for TreeCacheAOP uses the "Japan", Node, with "
Tokyo" subnodes, etc.
The key from my und
Hi!
ooops! I just noriced that my process definition is printed partially!! I dont
know why there are so many blank spaces. All the content I typed is missing.
When in my processdefinition I dont define/declare swimlane and use it (
without declaring it) as *task name="task" swimlane ="FirstUs
Hi,
Thanks a lot for your reply..
I see that in the JNDI View..
This is the JNDI View i have in my machine..
I have changed the JBoss Port from 8080 to 80. Does it has any thing to do
with this Problem ? ( i haven't changed any other ports..)
|
| java: Namespace
| +- XACon
"goombah" wrote : Hi all, got workbook source code, just follow links for java
books , and there is a link to the workbook download from the book page itself.
|
| Problem :
| When I build the examples with ant JBOSS throws an exception :
|
| ejb-jar.xml must define a valid DOCTYPE!
About the Out-Of-Memory Exception. one sender may be overwhelming the
receivers.
Is there some kind of flow control i could add to the stack ???
I noticed the receivers report out-of memory before the sender.
Also why would the receiver go out of memory if all the sender is doing is
updating th
Could anyone help with a paper or some link where it is possible to check whose
of workflow patterns (21 at all) are compatible with jBPM. Also demonstrating
graphically with jGPD the process models that are equivalents to the especified
model in the pattern, for each pattern workflow.
Cheers.
Hi,
I'm getting a class cast exception when attempting to create an instance of
my LocalHome object that I have not been able to figure out. It's probably
something pretty simple, but I just haven't been able to see it. I'm using
JBoss 4.0.3.
Here's the code that is being executed in my
finally got everything running on MySql .. now even though the websales
example works without a problem i get the following errors when i start the
jboss server.. any idea whats causing these errors ..
i'll make a list of steps i did to use MySQL instead of Hypersonic and post it
in this thre
Watch your stack size if you are serializing a DOM object.
If you use the JBoss recommended stack size of 128k
(http://wiki.jboss.org/wiki/Wiki.jsp?page=OutOfMemoryExceptionWhenCannotCreateThread)
you may run into problems serializing large DOM nodes.
(StackOverflowException)
View the origin
Hi!
Whats wrong with this simple workflow.
When I add swimlane, it gives me error saying that *Invalid content was found
starting with element 'start-state' one of
(https://jbpm.org/3/jpdl":swimlane.etc...)
http://jbpm.org/3/jpdl";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins
In tomcat Content Length set in response for range requests for more than one
byte ranges is not equal to the sum of content length of all range requests.
Here are request and response headers:
GET MYReport_compilation.pdf HTTP/1.1
Accept: */*
Range: bytes=1804578-1805257, 1805258-1805277, 18123
the problem here in detail is solved:
the current mysql-server-4.1 package of ubuntu (4.1.12) has a bug.
More Informations about the problem can be found here:
http://ubuntuforums.org/showthread.php?p=502593
or
http://forums.mysql.com/read.php?39,49989,49989#msg-49989
View the original post :
Nope. It is the JBoss transaction component who registers this object. To see
whether it is actually registered, point your browser to
http://localhost:8080/jmx-console/. Under section jboss click service=JNDIView.
Scroll down to the list() operation and invoke it. In the result page, look for
It would seem that some work would need to be done to set up hypersonic and
hibernate as well...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909582#3909582
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909582
---
Can you give me some example code, or better yet a tutorial, Ive been trying to
change the
deploy/scheduler-service.xml
false
com.navyec.jbalancedsc.model.util.JBSCUtil
NOW
1
-1
and gives the following error:
13:29:20,063 INFO [Scheduler]
Hi!
We've done this successfully on several projects with doc/literal webservices..
you need to do the following:
- generate your servers/clients with the wscompile -nodatabinding option
- generate xmlbeans classes from your wsdls using the xmlbeans ant-task
- deserialize incoming SOAPElements u
Thanks. We really want to avoid putting any calls to the EntityManager inside
our domain objects. For the time being, we've split up the deletes and adds
into two different methods, and called them from the service bean.
deleteThem(), flush(), addThem(). Ugly, but it works.
After thinking a
Well, BPEL, as an orchestration language, defines service roles. There is a
construct in BPEL called partner link, which models the conversational
relationship between two (web) services. Further, it defines the role of each
service in the conversation.
Imagine a scenario where a vendor exposes
I am currently using JBossCache version 1.2.4 deployed as an mbean in JBoss
4.0.2, running under Java 1.5.
My mbean config file is as follows:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| jboss:service=Naming
|
We are trying to use XA transactions with JBoss, Spring, Hibernate, and Oracle.
With the basic setup, it appears that autoCommit is set to true, so that
failed transactions can't be rolled back. By changing the setup, the failed
transactions are rolled back, but the transaction uses multiple co
hi,
I am starting working on EJBs on myself at home only just to learn things. I
have read Mastering Java,EdRoman and now want to do some hands on.
Read a few thing on this forum and found many people using JBOSS. I also tried
to start with JBOSS but found it a bit too complicated to begin with
i having the same problem, any solution was found?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909572#3909572
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909572
--
Hi,
Make sure that the Token hasn't reached the End State..
Try to print the State of the Token..
Sateesh
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909571#3909571
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
Hi All,
I am trying to deploy a Simple App we have developed using jBPM in
JBoss-4.0.3 and the DB Server i am using is Oracl10.1.0.4.0
Here is My hibernate.properties file
| hibernate.connection.datasource =jbpmDS
| hibernate.transaction.factory_class =
org.hibernate.transaction.JTA
Did you ever resolve this ?
We are seeing the exact same issue occur. Our EJB deploys and the client can
access it for several days then all of a sudden we get an EJB Not Bound error
occur and we have to restart the server before the application runs again.
Any ideas appreciated.
Thanks
View
Finally I have managed to run jbpm with an sql server database, and I deployed
a process.
However I still have the following problem:
In the generated sql schema, the tables: JBPM_TOKEN, JBPM_PROCESSINSTANCE each
has 2 columns of type timestamp and SQL server won't allow to create a table
with
I finally managed to modify and run the ant scripts to create the jbpm table
and populate them with the business process definition configuration. However
there is one problem now .. I observed that there are no JMS_USERS and
JMS_Roles tables in mySQL db .. these tables used to be created for hy
Is it perhaps because your class is marked as being final? Does it need to be?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909566#3909566
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909566
--
I've added to wiki (
http://wiki.jboss.org/wiki/Wiki.jsp?page=MinJBossASForPortal) the first part of
my story regarding minimal JBoss AS configuration suitable for JBoss Portal.
In my research I've started from minimal JBoss config and added services one by
one to make JBoss Portal run properly.
Why not just use a session bean from inside your XMBean to access your
persistence context?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909564#3909564
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909564
It has been done : JBoss.com -> JBoss User -> JBoss jBPM
for now : http://www.jboss.com/index.html?module=bb&op=viewforum&f=217
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909563#3909563
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
genman,
Can you point to the lines of code which cause selectors with topics to not
scale well?
Perhaps you are confused and are referring to selectors with queues, which are
a really, really bad idea.
rohit_mca2000,
We got the idea to switch to Topics with Selectors after seeing that every
As shown in http://www.jboss.com/index.html?module=bb&op=viewtopic&t=72818
It is easy to use the delegation mechanism in Jbpm 3.0 to code our own
AssignmentHandler :
public class MyAssignmentClass implements AssignmentHandler {
| ...
| String myFieldA;
| String myFieldB;
| ...
I am sorry. I will give some environment information:
We are using JBoss 4.0.1.sp1 in the default server configuration.
The OS y es Linux Redhat 9.
The JMS server is using UIL2 Invocation Layer and using Oracle 9i to persist
jms messages.
Charly
View the original post :
http://www.jboss.com/i
So what is the solution ?
As for my case, i need the actorId mapped as the users and a role mapped as a
dedicated team ..
does anyone have a role use case ?
I am leading myself astray with role/group !!
All of these, because I can't find a way to define a new group with two
existing groups !!
V
We are currently using version 4.0.0, although I will be migrating to version
4.03 once I fix an unrelated problem in another module.
Here is the JNDI section of the conf/jboss-service.xml file :
true
1099
1098
Firstable, I want to thank you marius.oancea and admin.
I already solved my problem. The solution was so easy!
If you see this line from the console information:
| Exception in thread "main" java.lang.NoClassDefFoundError:
javax/servlet/ServletContext
|
it is showing "javax/servlet/Servle
I make calls to a stateless session bean in Jboss 4.0.3.
The calls are made from a client running on a separate host. Iuse a remote
interface.
If the client doesn't make any calls for more than 60 seconds, then the
exception below appears in the JBoss console.
Should I be releasing my refe
Hi
I tried your "tutorial" but I get the same
KernelRegistryEntryNotFoundException.
I have the same setup as you, but I use HSQLDB. Did you say you where going to
packup your code for others to see?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909555#39
Good luck John. Many successful projects rely on qualified answers within a
known time frame. Posts on this forum will be dealt with at the comunities
leisure. As you can might guess, I am also often quite busy.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3
1 - 100 of 150 matches
Mail list logo