Hm, unfortunatelly it won't help me. I am passing a plain java bean as a
parameter to a session bean, because the arguments I had to pass are too much.
I keep it in the same .jar file with the session beans (because that seems
reasonable to me).
But thanks for you link - that will be of big ass
Hi,
I m created and deploy a SEAM application that runs fine on Jboss-4.0.4RC1
using JBoss SEAM 1.0 beta 2.
I am now currently required to deploy to JBoss-4.0.4.CR2 so that i use the
JBossWS stack .However it seem my app doesn;t run on the new jboss server.
My question is
1)Which version of JBos
I'm using JBOSS 4.0.0 (and I can't update it to the new version, since there
are some business constraints). So jacorb went along with my JBOSS doesn't have
such property , as
jacorb.connection.client.connect_timeout=0
So what could you advise me? If there is possibility to update my jacorb ca
Hi,
I'm new to EJB3.0. When i tried to install "jboss-4.0.4.CR2" it ask to select
an installation(Configuration) option, when i select ejb3 in the
discription it says "A ejb3 profile supporting the full ejb3 spec with tomcat.
Note, this requires a JDK5 runtime and is not a J2EE 1.4 compatib
Today I installed the lates version of Eclipse with JBOSS IDE
(JBossIDE-1.5.1.GA-Bundle-win32.zip)
and tryed to make reverse engineering.
I use Oracle9 database.
I did not get any errors but in "Hibernate configuration" view I do not see any
table. Why?
It is my hibernate.cfg.file
http://hib
How can I look the logs such as any output I write using System.out.println().
Using Tomcat you can look the catalina.out file. What is the equivalent
procedure in JBoss.
Thanks in advance,
Anil
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936173#3936173
I had troubles with that, too...
have a look at this post perhaps:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935886#3935886
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936172#3936172
Reply to the post :
http://www.jboss.com/index.html?
Hi there,
YEEESS! I made it :)
You were right with the manfiest.mf-file:
I did the following thing:
In my class e.g. utils.jar I put complex parameters and functions, that all
bean-levels (ejb, par, war) shall be able to use. I put it in a /lib directory
of the root in the ear-file.
Then I in
I want to write a class which returns me a detailed status on a node by node
basis for a execution of a process.
So the input would be a process instance id and the output should contain
1. Node Enter Time
2. Start Time
3. End Time
4. Elapsed Time - which is a calulation
If we use Token to get
I was writing a standalone testcase that would need to set a dummy subject on
the thread and I could retrieve later the PolicyContext way.
I had to do:
a) Register the subjectcontexthandler in the PolicyContext.
b) Set the subject on the SecurityAssociation.
c) Sometime later, the authenticated s
Okay will do, thanks! :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936168#3936168
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936168
---
This SF.Net email is
How to get instance of EntityManager(SeamManaged or usual) in Conventer?
Tried many ways, but nothing worked.
And Gavin, what about that JTA exception??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936167#3936167
Reply to the post :
http://www.jboss.com/ind
Hi,
I posted this some time ago:
"Hi Everyone
I want to have a node which executes a process for every item in a list. What
complicates things is that only one item must be processed per signal.
I thought I could do it with a custom actionhandler on a node and just not call
context.leaveNode()
Good to know. It's just more natural for me to read. I've worked with other
languages/applications where the $ was used for expression/variable
substitution.
It's not a problem to change my style - particularly if that is the way the
jsf/facelets community is shaping up. Since el expressions
Why do you want to use $?? # is preferred.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936164#3936164
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936164
---
Th
Yep, that looks OK.
Try using the debugger and the Seam debug page to find out what is going on.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936163#3936163
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936163
---
Hi Gavin,
Yeah I'm pretty sure.. Here's what I've got. I have 2 classes. 1 for add, the
other for delete. Can you please check it out and let me know if you see
anything wrong in relation to how I'm using Seam? Thanks heaps I really
appreciate your help!
Class One - Delete
@Stateful
@Scope(EV
I found the issue.
In my s:link command, I was using ${personEditor.view}.
When I changed this to #{personEditor.view} it worked!
I found this by looking at the code in SeamPhaseListener line 104. But that is
probably coincidence as I don't see how that line caused this behavior:
| String
If that is really the case, then it will be rebuilt on every request to the
server. Are you *sure* about that?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936160#3936160
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
It's an EVENT
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936159#3936159
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936159
---
This SF.Net email is sponsored
What scope is the DataModel?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936158#3936158
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936158
---
This SF.Net emai
Hi,
I'm not sure what the problem is, as when the delete action is performed the
page automatically refreshes.
Basically, I have two data table's. For the list table, each column is an
outputText value, and basically lists each record in the database. Each row is
a record, each column is a fi
Although in the log file I see the personEditor being deployed by Seam:
|
| 2006-04-09 22:58:25,921 INFO [javax.servlet.ServletContextListener]
Welcome to Seam 1.0 beta 2
| 2006-04-09 22:58:25,953 INFO [org.jboss.seam.init.Initialization] reading
properties from: /seam.properties
| 20
ok - I removed the and it still doesn't work.
Also, when I look at the log file when I execute the booking demo I see the
following:
|
| 2006-04-09 22:46:02,484 DEBUG [org.jboss.seam.contexts.Lifecycle] >>> Begin
web request
| 2006-04-09 22:46:02,484 DEBUG [org.jboss.seam.Component] ins
remove the
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936154#3936154
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936154
---
This SF.Net email is sponsored by
I have tried the following with and without the . And this the
only navigation rule that contains view.
|
| /results.xhtml
|
| view
| /view.xhtml
|
|
| edit
| /view.xhtml
|
|
|
View the original post :
http://www.j
What is your navigation rule for the "view" outcome?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936152#3936152
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936152
Excellent!
I just grabbed the latest CVS code and the example works great!
However, I can't seem to make it work in my simple application. Is there any
special setup I need to do in order to use the Seam UI components? I have my
sample appication working almost identically to the booking exam
Hi,
I will see that thread.
Thank you for telling me...:-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936149#3936149
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936149
-
Thanks kbarfield.
I can now access to the Getting Started login page.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936148#3936148
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936148
---
Hi,
We are thinking of using ebXML for sharing the supply chain messages related to
Book Manufacturing among publishing vendors.
Want to know whether JBoss supports ebXMS and provides the registry for ebXML.
Need more details on this.
Looking forward for the response at the earliest. As we are
Bill, Sebastian thanks for your replies. Sorry about the delay...
I've try what you suggested and here is the result:
(ps.: between my several tries to solve the problem I have changed the database
to mysql and upgraded jboss to 4.0.4 CR2.)
Sebastian suggestion (put the -ds file directly in dep
Custom client proxy interceptor to propagate this info independent of the
transport layer along with a server side interceptor before the security
interceptor would work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936144#3936144
Reply to the post :
http
I can do that when I get to work tomorrow, but the basic question is if the
behavior I'm seeing is the way it is supposed to work or not. Surely that can
be answered without seeing process definitions. When I run the sub-process as
its own process, it stops at wait states and doesn't resume un
So, does it mean it is not possible?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936143#3936143
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936143
---
This SF.
What whould be the usage? I don't know what you would gain over the current
getContext shortcut to the data.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936142#3936142
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3
ejb3 has not been integrated with the mgmt tools. The ejb3 profiles are
previews of primarily the ejb3 spec. Until this is finalized and stabilized in
jboss I don't expect these profiles to be replacements for default/all.
View the original post :
http://www.jboss.com/index.html?module=bb&op=vi
Create a jira issue with the details of the object in the message.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936140#3936140
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936140
--
Congrats.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936139#3936139
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936139
---
This SF.Net email is sponsored by x
The jacc integration aspect. When I get around to updating the out of date jaas
tutorial to cover ejb3 I will look at what is needed in more detail.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936138#3936138
Reply to the post :
http://www.jboss.com/index.
The deployment class loader with the manifest. Still waiting for the jira issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936137#3936137
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936137
select b from Blog b where b.isDefault = TRUE
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936136#3936136
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936136
---
Hi Matt,
There have been a couple of forum posts, but a long while back. You should
do the following things :
- download and install Eclipse 3.1.2
- download and install WTP 1.0.1
- download and install EMF 2.1.2
- download and install GEF 3.1.1
- download and install JEM 1.1.0.1
After thi
inserting several new records seems working. just updating several records does
not work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936134#3936134
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936134
--
It is a known bug which is corrected now. Stay tuned for a release of 3.0.9
this week or so...
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936133#3936133
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
If you want to deploy programmatically in your own application, have a look at
the DeployServlet code in the jbpm.webapp source tree. This is an example of
how you have to do it.
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936132#3936132
Re
There is a Seam example on how to use the jBPM integration. Have a look at
their docs and examples.
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936131#3936131
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
I'm doing the simplest of queries and I'm getting an exception...I'm thoroughly
stumped on this one.
I'm building a simple blogger app w/ EJB3 & Wicket as a proof-of-concept to see
how stable JBoss EJB3 is and if I'll be able to use it in production
applications (I know people are doing this no
Yes there is an overhead for using AOP. For around advice, which is the only
kind currently supported it is an object allocation per prepared joinpoint that
has aspects.
Before/after/throwing support is in the works and avoids this allocation. There
is very basic support for this in jboss-head
I am working on this in another branch, and should be merging this into head
and 1.3.7 in a day or two.
(The reason for another branch was I was not sure how much I'd need to change
the API)
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80438
View the original post :
http://www.jbo
this only affected last night's nightly build.
it is now fixed in cvs
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936123#3936123
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936123
--
I built and deployed Seam Booking Example without errors. I went to web browser
and got application first page, with user login form. When I chose any:
register new user or account login I get following exception:
| 17:48:38,781 INFO [STDOUT] Hibernate: select user0_.username as
username2_,
You're a hero. That part had me really stuck. The guide is good, although the
"securing the jmx-console" section isn't.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936121#3936121
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
Didn`t know actually. Thanks. Did you get my e-mail Gavin? And please look at
that JTA Transaction thread that I posted.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936119#3936119
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
In hibernate I could watch queries in the console as they were generated. How
do I turn this feature on w/ EJB3?
I'm using JBoss 4.0.4RC1.
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936118#3936118
Reply to the post :
http://www.jboss.com/index
Fixed now.
You know you can use CVS to checkout a snapshot from any date/time, right?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936117#3936117
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936117
Hi,
I've been making good progress getting jbpm running on a production database
and have written some test code, etc. But now I'm trying to understand how to
get some real work done!
Part 1:
Let's say that one thing we have to accomplish in a process is:
"ftp large file to remote site"
Assu
Actually, all classes need to be loaded in the same classloader, as I found.
The .war's were loaded by the WebappClassLoader, while all other by the JBoss'
unified class loader. I solved the problem by making the .war's use the same
classloader (which has some disadvantages, but should work for
I've tried this and it works.
i hope it could help you
| try
| {
| InitialContext ctx = new InitialContext();
|
| HelloWorld hwRemote = (HelloWorld) ctx.lookup("java:HelloWorld");
| System.out.println(hwRemote.getHelloWorldString("TestThisStrin
hello all
i created database connection pool in jboss and after taking a connection
from datasource i tried to setAutoCommit(false)
then i get the following error
java.sql.SQLException: You cannot set autocommit during a managed transaction!
| at
org.jboss.resource.adapter.jdbc.BaseWrapper
Hello,
I've got a problem in managing my Jboss configuration.
I want to program an application based on servlets with a good database in the
background. Therefore I thought it is best to use a new jboss version (best
would be 3.x) and a new mysql version (best 5.0).
But ive no idea how to co
| init:
|
|
| compile-test-classes:
|
| memory-test:
| [echo]
Source=D:\java\eclipse-workspace1\jboss-head\aop/output/tests.classe
| s
| [echo]
aoppath=D:\java\eclipse-workspace1\jboss-head\aop/src/resources/test
| /memoryleaks/jboss-aop.xml
| [aopc] Build
"[EMAIL PROTECTED]" wrote : Bingo on the last reply, that is indeed the
solution. However, this will work for JBoss 4.0 and not for JBoss 3.x.
Remember, at the very least to include the version of JBoss that you are using
so we can be of better help.
|
|
Weston (or anyone), can you pleas
I just had the same problem with 4.0.4RC2 and found a fix:
Open the xml-file
'JBOSS_HOME/server/default/deploy/jboss-portal.sar/META-INF/jboss-service.xml'
in an editor.
Search for ...
name="portal:service=TreeCache,type=transient"
... and add the line ...
jboss:service=TransactionManager
...
I just had the same problem with 4.0.4RC2 and found a fix:
Open the xml-file
'JBOSS_HOME/server/default/deploy/jboss-portal.sar/META-INF/jboss-service.xml'
in an editor.
Search for ...
name="portal:service=TreeCache,type=transient"
... and add the line ...
jboss:service=TransactionManager
...
Well, I just found out you can't do a native query to perform deletes (learn
something everyday :-). I get this after a createNativeQuery("DELETE FROM...")
/ executeUpdate():
java.lang.UnsupportedOperationException: Update queries only supported through
HQL
I'm at a loss as to how I can delet
I'm trying to generate my seam files from existing ejb3 entity pojos but when i
go to run the console i get the following.
| org.hibernate.MappingException: An AnnotationConfiguration instance is
required to use
|
|
Plus i also get this in the error list. Even though I am not gener
"Mork" wrote : I'm using MyEclipse 4.1.1 (current version) for my JBOSS/J2EE
project and cannot get debugging working.
|
| The problem I'm having is that when I try to set a breakpoint in a JAVA
file, I get the error that the debugging information for line numbers needs to
be added to the p
When you have an EAR, an EAR isolation is turned on, and you have optional
libraries that are referenced in an EJB3 module (JAR) via the Class-Path
attribute, what classloader is used for these referenced libraries? It seems
to me that they libraries should have scope over the EAR to grab resou
Little testing showed, that this session-scoped problem. If one connects and
gets this error then he gets this all session.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936099#3936099
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
JBoss 4.0.4-CR2
base class:
| package test.ws.a;
|
| public class BaseResponse {}
|
derived class (notice that it is in a different package):
| package test.ws.b;
| import test.ws.a.BaseResponse;
| public class StandardResponse extends BaseResponse {}
|
| package test.ws;
No stack trace, just h: message that it`s not a valid value.
Role is an entity bean.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936096#3936096
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936096
selectItems works for me when I use Map. Haven't tried to put
others things then String into it yet since usualy a selectItem only accepts
Strings as value.
btw: I had coffee now and no need to point my silly nose on my obvious errors
of my first post! Please just ignore it. :/
View the origin
I don't think the exception is anything at all to do with Seam.
Looks like a pure JSF problem. I don't think a Role is a valid value for a
SelectItem.
What is the stacktrace?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936094#3936094
Reply to the post :
I don't think you can use EL for this. Basically, do it the same way you would
do it in plain JSF, ie, write code to build up the TreeModel.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936093#3936093
Reply to the post :
http://www.jboss.com/index.html?mod
But why doesn`t it like the value options?
Maybe I Can`t put value as Object n?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936092#3936092
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936092
-
Interesting, then I got a whole lot about Seam wrong and hope even more that
Gavin or some other Seam guru is going to enlighten us. :(
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936091#3936091
Reply to the post :
http://www.jboss.com/index.html?module=
Factory did get called and rolesMap is in conversational context. It displays
verything fine but when I select smth and then submit, then it says this error.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936090#3936090
Reply to the post :
http://www.jboss.c
hi all,
i am using MySQL Server 5.0 as the database
my mysql-ds.xml is working fine when i am working with one database(ie in my
machine).
MySqlDS
false
jdbc:mysql://localhost:3306/testing
com.mysql.jdbc.Driver
root
root123
org.jboss.resource.adapter.jdb
I am not sure about this and realy like to hear Gavins opinion on my response:
anonymous wrote : These attributes occur on component instance variables or
property
| accessor methodsThis is taken from the manual for bijection annotations and
I take it that bijection annotations only work for S
When I tried to run Entity Bean from Stateless session beans using Embeddable
Ejb, I get the following error:
javax.ejb.EJBException: java.lang.IllegalArgumentException: Unknown entity:
com.fedcsc.smoportal.model.Users
at
org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPol
Yeah, I did get it work. I have no time(deadline) for testing this portlet and
so on stuff, but I did find (from harddrive) working version of latest
jboss-seam.
Could you help me out with this SelectManycheckbox issue? This would be lovely.
Thanks for helping.
View the original post :
http:
btw: if you want to use the facesmessages change your import from
org.jboss.seam.core.FacesContext to javax.faces.context.FacesContext. This way
it works for me just fine.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936085#3936085
Reply to the post :
ht
Hi mirko27,
can you please be a little more specific about what does not work, maybe
provide specifc cases/traces and maybe provide some information about the
version you are useing (myfaces, facelets, ejb3, jboss).
Since I am also useing a quite recent CVS version and everything works for me,
I`m trying to do following:
|
|
|
|
|
|
|
|
|
|
There is some work being done on the labs area in order for the content to be
consistent with the main product page.
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936082#3936082
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
"ejb3workshop" wrote : I think the short answer is yes. I would not recommend
EJB3 persistence to be used for report generatation, which typically requires
large datasets to be loaded and processed. Vanilla SQL can perform a much
better job at that and provides more flexiblity.
EJBQL Report que
I think the best way to do this is to disable automatic creation of the tasks
in the task-node. Then you create your tasks in an action handler when the
token enters your task node. Along with creating the task you put the 'visible
date' in an additional table you create. You can then in your us
you just need to go to your project name--> right click --> properties -->
choose Xdoclet Configuration --> select 'Enable XDoclet'
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936078#3936078
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
Use long-running conversation. You have to start thinking this way :D
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936076#3936076
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936076
---
This looks like a bug. Can you provide a unit test demonstrating this
behaviour? If you do, please file a JIRA issue and attach the test to it,
referencing this forum thread.
Thanks,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936075#3936075
Reply t
This is a bizarre failure. Are you sure you are using the correct hibernate
archive?
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936074#3936074
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936074
Can you at least post your process and your subprocess here? Better yet, also
post a unit test demonstrating the behaviour?
Without this info it is quite difficult to see what is going on.
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936073#3
This code looks strange to me. Why do you save your jbpmContext in between
nodes?
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936072#3936072
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936072
---
I have the impression that your deadlocks are due to your clientcode using
jBPM. Try to analyze the situation when this happens and what the different
callstacks of your client applications are. Do you use locks in your client
applications?
Regards,
Koen
View the original post :
http://www.jb
hi again -
This is not a markup problem. I've modified the code to generate valid HTML
(enclosing all attributes with double quotes). The problem is with the actual
value of the action attribute.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936070#3936070
The outjection is tougher than you'd think...
The problem is that I have 3 beans that will outject the selectedItem object...
I tried it with both the Page scope and the Session scope. Apparently, all 3 of
the beans will outject the selectedItem, which means that a random item will
get outjecte
I am new in JBoss. I have deployed an EAR, which contains one jar file containg
the bean files and one war file containg the webservice related files,
including web.xml,wsdl and mapping files.
now when i am trying to access this webservice, i m getting error in client
side but its showing no err
I am new in JBoss. I have deployed an EAR, which contains one jar file containg
the bean files and one war file containg the webservice related files,
including web.xml,wsdl and mapping files.
now when i am trying to access this webservice, i m getting error in client
side but its showing no err
As to the selectedItem...
It works, as long as you make sure that the bean is either a stateful session
bean or it's in the page (or longer) scope and the same goes for the scope on
the @Out annotation for the selectedItem.
View the original post :
http://www.jboss.com/index.html?module=bb&o
100 matches
Mail list logo