Hello all,
I have a piece of JBPM 2 process definition which I needed to convert to JBPM 3
. Of thse, I find that the delegation class
(org.jbpm.delegation.assignment.ActorAssignmentHandler) is no more in
existence. I am fairly new to this. Any anyone give me some pointers how to
convert the
Hello,
I have a webarchieve, with the mysql-connector-java-3.1.7-bin.jar in the
WEB-INF/lib folder.
If I deploy this webarchive to standalone Tomcat, my apllication works fine.
If I deploy it to JBoss it gives me an error message:
java.lang.NullPointerException
Following line of my JAVA source
i am using gpd 3.0.6
regards
Srikanth
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924134#3924134
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924134
---
This
I tryed to put my DataModel in PAGE scope as suggested n this thread using the
following bean:
| @Stateful
| @Scope(ScopeType.EVENT)
| @Name("neLogic")
| @Interceptors(SeamInterceptor.class)
|
| public class NeLogicAction implements NeLogic, Serializable {
|
|
|private s
Hi all,
Q1. Would jBPM provide the below process management feature?
> Undeploy
> Enable (True | False) // Allow create instance or not
Q2. What are the pooled actors of a TaskInstance?
// I have see the Java Doc but no idea
TaskInstance.getPooledActors();
Q3. Would jBPM provide the below user m
Hello to all,
I am a New Bie. Can anyone please tell me how to integrate JBoss with Web
Application.
thank you in advance,
vishnu mahendra
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924131#3924131
Reply to the post :
http://www.jboss.com/index.html?m
OK Here it goes
The system I am prototyping is as follows.
Within an insurance company, a client(member) has asked for an increase of
cover. In this case, the request has come through in the format of an
application form.
This application form is scanned and starts a process definition.
@Creat
Hi Srikanth,
What version of the editor are you using? I'm using 3.0.5 and I've never been
able to get the deployPar in the context menu to work.
I set up a packaging task to put the processdefinition, gpd, and image file
into a zipped file called myprocessname.par, with any classes I need dep
Ok, this is definately something I'm doing wrong in my portal configuration
(myportal-objects.xml).
None of my portlets show up when maximized. Any suggestions?
BTW - I must say that I do have a Tapestry-based portlet working very well, and
it is nice. I want to also get a JSF-facelet based p
I've been using jboss to help me learn jsp for a while now. I guess I'll be
switching to Tomcat. I just can't support a sellout...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924126#3924126
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
Hi All,
while deploying my ejb at a remote machine I am getting the below mentioned
error.
Any suggestions?
C:\>java MyRemoteClient
Some Exception Occured
javax.naming.CommunicationException [Root exception is
java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
hi,
thx for ur reply first, As i am using clustering i could not remove
cluster-service.xml
I tried copying following files in jboss-4.0.2\server\all\deploy\jms
postgres-jdbc-state-service.xml
postgres-jdbc2-service.xml
jbossmq-destinations-service.xml
jbossmq-service.xml
It works fine for
Even i remove upload
ie Deployer: jbpm (instead of jbpm/upload)
it showing deploy successfuly in eclipse but i check in database
jbpm_processdefinition no record are there. I am using MySql 5.1
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924123#3924123
when i select Par file in eclipse editor and right click and click "Deploy
process Archive"
Dialog box showing as default
Http Deplyoment Setting
Server Name: localhost
Server Port: 8080
Deployer: jbpm/upload
when i click finish it is showing Unexpected Deployment Exception.
I chec
Hi.,
I am working in jboss application server 4.0.1sp1. I created my
application as app.ear file and i deployed it.Its working nicely,but when I am
trying to upload a file to server path,it uploaded to temp folder rather than
my application folder. and also the uploaded file is deleted when
Hi,
Currently I am facing a problem in writing a subquery in ejb-ql in Jboss4.0.3.
By providing 2 params (Integer & Timestamp) my query looks something like this:
SELECT OBJECT(tb1)
FROM table1 tb1
WHERE tb1.integer_data = ?1 and
tb1.timestamp_data =
(SELECT min(tb2.timestamp_data)
F
i have created a process archive file in eclipse 3.1 by pluging in jboss jbpm
3.0.2. after designing a .par file how can i deploy it in jboss application
server 4.0.0.
can you please tell me what is jboss jbpm server and how can i run it in
eclipse environment.
may this file run in jboss jbpm s
Hello,
I need to run some code every time a task assignment changes, but I need the
code to run after the new assignment has been made. I thought I could use an
in my jpdl task def, but the EVENTTYPE_TASK_ASSIGN is fired before the task
assignment is made (see source for TaskInstance.setActor
"ericmacau" wrote : Hello,
|
| How can I add some code in XHTML (under faceletes)?
|
|
There's the beanshell addition to Facelets, but it was developed a long while
ago and may need some updating. But for the most part, you should avoid
scripting logical behavior within the presentat
yes
it is a good idea.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924115#3924115
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924115
---
This SF.net email i
yes
it is a good idea.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924114#3924114
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924114
---
This SF.net email i
yeah, in the case that the conversation id is a request param, it is certainly
possible to restore the conversation context earlier.
But currently we are using an attribute of the UIViewRoot in the case of
postbacks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtop
You need to be packaging your application into an ear or war file, and
deploying that inside the deploy directory. JBoss will automatically deploy
your app from here, so when you want to release an updated version just copy it
over the top of the old one and JBoss will detect it has been modifi
I think he means a JSP scriplet, not javascript.
Scriptlets are highly frowned upon. Use a JSF component.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924111#3924111
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924
kevenluin,you can use jsp charset property.
I set charset=gb2312,it appears well.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924110#3924110
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924110
I will try the Intercept.ALWAYS when I get to work.
In terms of the conversation id... I actually build a the url's containg the
parameters (e.g. the id of the object I want to display through my get and
@Factory) Part of the url contains the conversation id which I actually inject
through @Re
It needs to be placed in a CDATA:
|
| //
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924108#3924108
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
Sorry, I forgot post my entity bean:
@Entity
| @Table(name="CATEGORY")
| public class Category implements Serializable {
|
| private long id;
|
| private String name;
|
| private Category parentCategory;
|
| private List childCategories;
|
|
Evaluating EL during the restore view phase is kind of like doing extra stuff
in Object.finalize()-- a bad idea.
Can you paste a full stacktrace that goes into the actual UIComponent code?
What Gavin is suggesting should work, but the fact that it's being invoked or
requested that early within
an easy way to solve this is adding a "&" next to the command that you are
using to start jboss,
like:
$JBOSS_HOME/bin/run.sh &
this will start jboss in background.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924098#3924098
Reply to the post :
http://
I am also getting this error with 4.0.3SP1
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924106#3924106
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924106
---
Th
Actually, can you guys tell me if adding @Intercept(ALWAYS) is an alternative
solution to your problem?
It may have been a mistake to make @Intercept(AFTER_RESTORE_VIEW) the default.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924105#3924105
Reply to the
In theory, I guess, it should be possible to solve this problem and somehow
extract the conversation id from the request before restoring the whole
component tree.
I will try to solve this problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924103#392410
I think Brian's suggestion should work to explicitly define your own read/write
external. If true, this is brilliant! :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924102#3924102
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
So if I pause the MDB or the connection, then APP1 sends some objects, will
APP2 receive these objects after I unpause the MDB or connection?
This is probably more of a JMS question.
Thanks for your input!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392410
Just in terms of the troubles I had (which is now resolved !). I also traced it
to my rendered="#{foo}" attribute (when I removed it my whole app worked like a
dream, with it in it broke). Anyway, the solution was to change my logic a bit
of where I actually set foo to null (to force a reget of
Couple of suggestions:
1. Make your your machine is setup for clustering (i.e., multicast is working).
You can check either the clsutering of jgroups wiki for this
2. In jboss-4.0 src, under ejb3 modulem there is a unit test
org.jboss.ejb3.test.clusteredentity/* that test this functionality.
-
Hi Folks,
I am new in EJB, and have a question about how to load a null parent_id into
its Entity bean. I have a table as follows:
CATEGORY
+---+-+--+
| |ID |NAME |PARENT_ID |
| |1 |Computer |Null |
| |2 |PC |1 |
| |3 |Mac |1 |
I w
I am also getting the same error.
I tried:
* Copying the jboss-minimal.jar file to the ./server/all/lib directory
* updating the applet.jsp to reference jboss-minimal.jar too.
This did not seem to work.
Could I have something wrong with my CLASSPATH environment variable?
How do I telll
How to i
I've got the ForumsPortlet 2.2.1RC2 installed in the JBoss Portal 2.2.1RC2 +
4.0.3SP1 bundle. I've got both the default portal and also my own portal
deployed.
When I maximize the ForumsPortlet in my portal, the window dissappears.
However, it works in the default portal. It seems that when
Hello,
How can I add some code in XHTML (under faceletes)?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924094#3924094
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924094
--
modify helloworld portlet
in view.jsp
HelloWorld Portlet - view.jsp v<%
%>
<%String aa="??";
out.print(aa);
out.print(new String(aa.getBytes("ISO-8859-1"),"big5")); %>
the show page
¤¤¤å??
HELP ME why
View the original post :
http://www.jboss.com/index.html?module=b
[ANN] VTD-XML Version 1.5
ReleasedEight years after the invention of XML, DOM and SAX, despite
their respective issues, are still the mainstays of application
developers. So is it the end of road for XML parsing
innovation? The VTD-XML project team think not. We are proud to
announce the
similar issue
trying to serialize an Object from ejb3 layer to web layer (servlet).
did not happend on 4.0.3sp1 and before (EJBRC3).
--
type Exception report
message
description The server encountered an internal error () that prevented it from
fulfilling this re
insert may or may not happen at persist(). If you want to catch it in code,
call flush() explicitly right afer persist() invocation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924091#3924091
Reply to the post :
http://www.jboss.com/index.html?module=bb&
Hello all,
I'm implementing the logic about persist an entity
The problem is EntityManager does not throws any exception when I try insert a
duplicate row in the database
The exception is thrown by the Ejb3Tx
¿how can i catch this exception in order to create a more descriptive exception
for m
H
Hello Guys!!
Well my problem is related to hot redelopyment.Means deploying the application
with out restarting the jboss.At any case now i cant restart the jboss server,
as i am running JBOSSMQ too, where i am storing real time data in the database
daily(24x7).Hope you can understand the s
Hi,
I have a web application that uses many jar files, using many different
packages. E.g.
com.mycompany.module1.package1
com.mycompany.module1.package2
com.mycompany.module2.package1
and inside each package there are many classes. What I would like to do is to
aopcompile only classes in
The second code example should be config-type field by default instead of
explicitly config-type bean, like:
|
| test
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924087#3924087
Reply to the post :
http://www.jboss.com/ind
Hi RAlfoeldi,
Thank you very much for your reply.
I have started a jBPM in jBoss and would like to use the program to retrieve
the information. Therefore, the output show that my program is started another
jBPM.
What I going to do is to build an application similar to the webapp of jBPM.
Is th
Hello,
I use the field configuration feature for many of my action handlers (example:
|
| value
|
| )
which works great, but I want to do the same thing with AssignmentHandlers and
DecisionHandlers. I'm using graphical editor 3.0.5, which lets me configure
fields for ass
jboss as 4.0. 3SP1
jboss portal 2.2.1
jbpm 3.0.2
works.
but the jbpm websale example does not work :(
shortly i will become depressions ;(
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924084#3924084
Reply to the post :
http://www.jboss.com/
are there any news in this context?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924083#3924083
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924083
---
This SF.n
OK, can you please explain in a bit more detail (showing code), and I will try
to understand it and see if it can be done in Seam today.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924082#3924082
Reply to the post :
http://www.jboss.com/index.html?module=
Hi j2ee_junkie,
I really was not really aware of the use of a valve anywhere in the
configuration from whatever I had read. Will try it out asap and keep you
posted :). Thanks a ton for the tip
Cheers
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924081#39
Tom
That is pretty much the scenario I am trying to achieve.
The first task has an action I do not want to run again if the user exits the
session.
In essence the pageflow is only an offshoot of the current business process.
View the original post :
http://www.jboss.com/index.html?module=bb&o
I'm wondering if you could solve your problem by implementing read/writeObject
as follows:
| private void writeObject(java.io.ObjectOutputStream out)
| throws IOException
| {
|out.writeObject(itemCode);
|out.writeObject(description);
|out.writeBoolean(defaultItem);
Hi all,
is there any documentation on how to do this? I can't seem to find any docs.
Any advice on where to start to get this working would be MUCH appreciated.
Cheers, Sebastian.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924077#3924077
Reply to the po
Good Day:
It seems like i made a mistake in a jsp inside a portlet for JBoss-2.2.0
over JBoss-4.0.3SP1 that I can not identify; This is the not working JSP.
<%@ page session="true"%>
<%@ taglib uri='/WEB-INF/tld/portlet.tld' prefix='portlet' %>
<%@ taglib uri='/WEB-INF/tld/c.tld' prefix='c' %>
Hi,
I'm currently trying to make use of the Coherence cache from Tangosol in a
JBoss application. The cache is using a shutdown hook to end properly and when
shutting down JBoss (even when using the shutdown script), the Coherence
shutdown hook is being executed before running EJB requests are
Corrected in RC6, but binding is to java:comp.ejb3/EJBContext
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924074#3924074
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924074
---
Thanks, i really appreciate your help, i would like to ask you something, do
you think is ok or good that i follow the examples (for BMP) at the document
The J2EE 1.4 Tutorial for NetBeans IDE 4.1, maybe you can recomend me another.
I just want an example where i create an EJB Module with an ent
same error here...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924072#3924072
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924072
---
This SF.net email is spo
I am running into an issue deploying an exploded warfile which contains
symlinks. This works with standalone Tomcat, but not with JBoss 4.0.2 +
embedded Tomcat 5.5 (on RedHat Enterprise 4, JDK 1.5_06).
My exploded war directory contains a symlink to a WEB-INF directory. The
TomcatDeployer deplo
I guess it may be because there is no entry indatabase associated with
custom-node?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924069#3924069
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924069
---
Hi, i am interested in using the JAX-WS async messaging capability. does
anyone know whether it is implemented with the current release?
thanks for any help, Mitchell
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924066#3924066
Reply to the post :
http://
1. Is it mandatory to use the Database structure supplied with JBPM.
2. I want to have my own database design done store Process and their
dependency and instance tables. and create process definitions out of that.
These will be dynamically be deployed to the BPM engine.
3. These process will b
Issue resolved ...
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924063#3924063
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924063
---
This SF.net email
Hi,
I wrote my own custom node.
anonymous wrote :
| | For that I wrote my own org.jbpm.ui.model.CustomNode.java
| | org.jbpm.ui.contributor.CustomNodeContributor
| | org.jbpm.ui.part.tree.CustomNodeTreeEditPart.java
| | org.jbpm.ui.part.graph.CustomNodeGraphicalEditP
Hi
I am configuring my weblogic application to JBOSS.
I am showing data in text boxes based on a key from database using a servlet.
Text boxes are showing "null" where there is no data in database fields.
Any helpIs that I have to set some property in web.xml file in tomcat?
shadab
View t
Hi
I am getting following error in my bean class named as MarketRestore
My JSP file is as follows
==
<%@ page import="javax.servlet.*" %>
<%@ page import= "javax.servlet.http.*" %>
<%@ page import= "java.io.*" %>
<%@ page import= "java.util.*" %>
<%@ page import= "com.logix.utils
Hi Edgar,
if we have a MDB that finds the meaning of life, well... we just might not need
any beans at all anymore. Who knows :-))
What I have is an AbstractAsynchActionHandler that is configable for all kinds
of stuff. Should the node wait for MDB to complete, 'success'-, 'failure'- and
'retr
ending a task and starting a new task normally doesn't make sense.
there is one special situation in which this could make sense: after a task is
ended, this could result in the process creating a new task for the logged in
user. if that is the case, navigation could be done straight to the ne
i am a total newbie on ejb and jboss...
i wanna know how to setup either a mysql dbserveror an mssql server in jboss
and how to setup jndi in jboss so i can apply it on ejb.
my objective is to call a user database in an ejb container...
how can i do this using jboss?
please help me with this.
Hi Tom,
I think you mentioned the jBPM CVS Repository moving from Sourceforge to JBoss.
If so, could you post a URL or access? The web site still states Sourceforge.
I really am interested in having a look at the 3.1 asynch stuff, but I'm not up
to three days of Sourceforge CVS attempts.
Gree
please log a jira bug then, thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924053#3924053
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924053
---
This SF.ne
This afternoon I had exactly this problem, I have already recreate everything
but I dont know where's the problem yet
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924052#3924052
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
I placed META-INF/persistence.xml in the classpath. Then I placed
persistence.xml directly in the classpath. Neither seemed to affect anything.
I keep on getting this:
| *** DEPLOYMENTS MISSING DEPENDENCIES:
| jboss.j2ee:service=EJB3,jar=classes,name=PersonService depends on:
|
One of the issues is now fixed in CVS:
http://opensource2.atlassian.com/projects/hibernate/browse/HBX-591
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924050#3924050
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924
Fixed in Hibernate Tools CVS
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924049#3924049
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924049
---
This SF.net emai
"[EMAIL PROTECTED]" wrote : Right, but you are using the #{list} during the
RESTORE_VIEW phase. And the thing about the restore view phase is that Seam
doesn't really let you "do stuff" (eg. access databases) during that phase
because the conversation id is not known.
|
Ok - sorry for beeing
How is your classpath set up?
If you have a directory
foo/META-INF/persistence.xml
is "foo" in you classpath?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924047#3924047
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
Right, but you are using the #{list} during the RESTORE_VIEW phase. And the
thing about the restore view phase is that Seam doesn't really let you "do
stuff" (eg. access databases) during that phase because the conversation id is
not known.
Well, if you know you don't need the conversation id,
Well not really IMHO - I have #{list} and when entering the page in default
mode I want the factory to be called picking up default vales for the list.
Clicking on a link/button, invoking an action, the same page gets redisplayted
but a parameter is provided to the action so that the contents of
Hi,
Iam also having the same problem..Did you find solution for this..Pls help..
Thnx
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924044#3924044
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924044
---
hi rainer
anonymous wrote : and the MDB that find the meaning of life seem to be reusable
I assume that the MDB delegates to another action handler the responsibility of
finding the meaning of life.
e.g. when the token arrives:
1 - the reusable action handlers sends a message.
2 - the reusabl
My system has many different types of data and I need them to expire at various
times. Some things I need to expire in 10 minutes, other things after one
hour, others after 12 hours. The objects are also not grouped as packages that
the parent can have a policy, but all of my hibernate POs are
Note that the existing JIRA issue is here:
http://opensource2.atlassian.com/projects/hibernate/browse/HBX-591
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924040#3924040
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
Well, it is not really a bug, no. AFAICT, The bug is in your logic:
If I understand correctly, you are writing, essentially: #{foo==null}, for a
variable foo with an @Factory method. By definition, variables with factory
methods are never null - that is the whole idea.
I suggest you rethink the
I recently switched over to using JBossWS from WS4EE to take advantage of the
speedier serialization/deserialization. I'm very impressed with the
modifications so far. I did however run into an issue with the new soap stack.
I have a String property on one of my bean objects that gets returne
Yes I have this..The issue is my datasourcename JNDI binding with a prefix
- "java:"
how do i remove java: from that binding...
any idea.. it might be an issue
shadab
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924036#3924036
Reply to the
Yeaj :-) getting somewhere - so is calling the factory here considered a bug? I
guess that if there's no factory defined then the value will remain null even
after RESTORE_VIEW so would the solution to ignore factory-methods during
RESTORE_VIEW be alright?
View the original post :
http://www.
Hi rainer
the actionhandler that sends the JMS message and the MDB that find the meaning
of life seem to be reusable. If I'm not missing something, that's the kind of
support that I'd like to see included in JBPM, maybe as a new node type.
anonymous wrote : Does this make it any more clear (if
Hi
Make sure that you have classes12_9i.jar and classpath is set to it.
Soma.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924033#3924033
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924033
-
I've got a similar issue.
For some odd reason, if I use a detached object and pass it back to the server
to delete the object, it works fine. If I just pass the id of the object and
have the server do a lookup then remove on the object, I get the same errors
you are describing.
---
Hi
I am trying to create a Connection Pool for oracle 9i...But getting errors..
Any idea what files should i change to get it work..Any help appreciated.
shadab
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924031#3924031
Reply to the post :
http://www.jb
Hi there,
I'm trying to add an appender to JBoss log4j configuration, that allows me to
receive an email for every application error that I'm having in any of the web
applications that I have deployed in my server.
I need to know how to declare this appender in JBoss and how to attach my class
i
Yes, makes perfect sense. JSF needs to evaluate your rendered="#{...}"
expressions during RESTORE_VIEW, so hence the factory method gets called.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924028#3924028
Reply to the post :
http://www.jboss.com/index.html
I am not sure about all this as I use the embedded version of Tomcat, but did
you include the org.jboss.web.tomcat.security.SecurityAssociationValve. It is
responsible for setting the SecurityAssociation for each request thread.
View the original post :
http://www.jboss.com/index.html?module
Some more info, I'm not sure if all this has any relevance or not but here goes.
First this happens when I use a with a parameter, I haven't
tested with a 'normal' post yet.
Seam is trying to find a value for A - A is Scoped as EVENT.
During the BEFORE RESTORE_VIEW phase the factory method for
1 - 100 of 302 matches
Mail list logo