Hi All,
The stubs are generated using wscompile tool.
Sun StubBase class is casting the response message to
com.sun.xml.messaging.saaj.soap.MessageImpl and Since JBoss uses an axis
message factory for the response message.so there is the "Class Cast Exception".
But still not able to find the sol
Did u find any way to reload the class file in jboss
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945217#3945217
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945217
yes, the actionhanlder classes are in the same jBPM project.
They are under src/java directory. In the deployment tab, if I check
the actionhanlder classes to be deployed, it throws error. If I uncheck
them it goes smoothly. Is there any other procedure of deploying other than
the gpd?
View the o
I think there are some problems in implementations of method JbpmContext.close.
If jbpmContext.close() failed for some reason(in my case, when some exceptions
are thrown, invoke setRollbackOnly, then jbpmContext.close), then jbpmContext
will not be pushed out of stack of theadLocal varaible. And
OK...i agree.
But is possible, use the GPD, deploy for example to Tomcat and construct my own
webapp that interacts with the database and the processe definition.
Is there any example? Because the problem is the start, then i think anybody
can self motivate and continue the work...
Thanks ver
Are your ActionHandler classes in the same Eclipse project as your process and
also checked in the Deployment tab? I think there is a limitation with GPD
right now where the Java classes must reside in the same Eclipse project in
order for them to be deployed with the process.
View the origina
The existing jBPM web application is an example. The source (classes and
pages) are all available in the distribution that you downloaded. It's really
easy to figure out how to interact with jBPM to do your own webapp by looking
at the source code for the HomeBean and TaskBean at least. You w
Ahmed,
The reason why you have to wait this long is probably because no one (probably
including me) has a clue of what you really mean... But I am gonna try anyway.
If you want to use (a reference to) your car as a process variable in the
process instance: yes you can. Or if you want to external
Using jBPM 3.1.1
Eclipse 3.2
I am using the gpd Eclipse plugin for deploying. I added ActionHandler classes
to the project and tried deploying, but it throws Excpetion happened while
deploying. The stack trace is given below. If i remove the actionhandlers it
deploys properly. Can somebody tell
Dan,
I have no clue of what you are trying to achieve. Can you describe this in a
little more detail?
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945210#3945210
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
Anyone ever see this NPE while shutting down the multicast detector?
I can't replicate this - its very rare and intermittent. But I definitely have
seen this more than once.
| [java] 01:46:43,139 WARN
[jboss.remoting.detection.multicast.MulticastDetector] Error removing server
|
FWIW: after this NPE occurs, the only non-daemon thread left in my VM (and why
my VM isn't dying when I want it to) is this:
| Thread [SocketServerInvokerThread-127.0.0.1-1] (Suspended)
| waiting for: org.jboss.remoting.transport.socket.ServerThread (id=2)
| java.lang.Object.wait(
hi
i am trying to end my workflow at any task.
i have written
ProcessInstance pi = tkn.getProcessInstance();
pi.end();
but it is not working.
i got some information in jbpm 2.0 to close the workflow
ExecutionService executionService =
JbpmServiceFactory.getInstance().openExecutionService(
Some people have had questions about how to go about the whole process
composition thing, so I figured I would clarify a bit. What you would need to
do is create a new, separate process in the process designer. Then in your
Process State in the other process, you put the new process' name in t
anonymous wrote : The problem is that variable empl is not resolved by
SeamVariableResolver while running apply method of my custom tag handler.
Seam's variable resolver delegates back to JSF's. Put a breakpoint in it if you
doubt me.
View the original post :
http://www.jboss.com/index.html?m
There was a bug in Seam overnight. It should now be fixed.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945199#3945199
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945199
--
As discussed in several other threads, you need to use Seam CVS.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945198#3945198
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945198
If you are using MyFaces 1.1.3 you can ignore it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945197#3945197
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945197
---
You can easily aggregate processes using the Process State, which is available
in the process designer plugin. However, support for graphically setting
properties on such nodes is limited, and you have to edit the source directly
to get most of the detail in there. Search the user the User Gui
Thanks for your replies guys. Your insight is truly valuable.
I have a couple more questions though: is it possible to aggregate processes?
Let me try to explain myself a bit better because I'm not sure if the term is
correct.
Let's say I have two distinct processes and using either one depen
This announcement should be removed, it is outdated.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945192#3945192
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945192
---
Please change the subject of this thread to "Running Seam on JBoss 4.0.4"
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945191#3945191
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945191
--
Did you ask in the spring-jbpm forum/mailinglist? Since it is a module not
developed/maintained by us, the chance on a positive response is bigger when
you ask there.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945190#3945190
Reply to the post :
http://w
Many other (older) producs currently include functionality that in more
recently products would be done with an ESB. The process engine is best for
doing long running workflow processes. Calling services of different types is ,
as described above, possible by writing your own actionhandlers or i
I know its simple question, jus wanted to know which webser jboss AS uses? is
it Tomcat?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945188#3945188
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945188
---
It's working fine for me what errors are you getting?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945187#3945187
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945187
---
you need to update the web.xml configuration in the
jbossweb-tomcat55.sar/conf/web.xml to include the following
|
| Tomahawk tlds
| tagLibJar1
| jsf-libs/tomahawk.jar
|
|
Make sure you update as well the MyFaces libraries to version 1.1.3 and rename
them to myfaces-a
I run jboss4.0.2 on Redhat ES and put ojdbc14.jar in
/usr/local/jboss4.0.2/server/all/lib,
then I start my application, and print out the driver version of jdbc: it's
10.1.0 which is not what I expect, it's supposed to be 10.2.0, because I copy
the ojdbc14.jar from oracle 10.2 , and the same
If you look in the XSD schema file of config.xml, you will see that you can
make more than element.
It is possible to compile more than one web service, but how???
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945183#3945183
Reply to the post :
http://www
You might also give the User Guide a look, it contains a lot of information
that could be quite helpful to you.
http://docs.jboss.org/jbpm/v3/userguide/index.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945181#3945181
Reply to the post :
http://www.j
Anything you can do in Java, you can do with jBPM. There is no built-in
support for the things you mention (i.e. node types that do those things), but
you can attach custom action handlers to nodes. The action handlers are java
classes that execute when the node is reached. So your java code
Hi everyone,
I've been assigned to evaluate open-source BPM/BEPL solutions for a major
government project and I'm starting with jBPM. I've followed the user guide to
create a simple process but I have to admit I'm failing to understand what is
possible to do with jBPM.
For instance, one of the
Hi,
Is there a way to declare a custom classloder and specify it for a bean?
The syntax suggested in
[url]http://www.jboss.com/index.html?module=bb&op=viewtopic&t=59243&view=previous
[/url]
did not work in jboss-beans.xml because the reverse-dependency and cldomain
tags are not in bean-deploy
Hello community,
I installed Jboss AS 4.0.4.cr2 and JDK1.5 as well as EJB3 the EJBTrail is
already working on my system. I also have a connector
mysql-connector-java-3.1.12! Here is my problem I wan't to install the JBoss
Wiki, therefor I need Jboss Portal and a database!
So I downloaded Portal2
Hi
I was trying to stress-test our application using The Grinder
(http://grinder.sourceforge.net/). Each thread makes several direct EJB calls
which result in quite complex business logic triggered, mostly causing DB load.
Everything went smoothly for 10,50,100,250 concurrent requests, but atte
Haven't found a good solution, so I just coded a function that simple gets my
Set and stores the elements into a List. In my special case its not a bad idea
I think, because the user can only select about 20 applications. Of course in
genereal iterating over all Set elements takes quite some tim
Anyone know how I can JBoss to see antlr?
I am using JBoss 4.0.4.RC1 and Hibernate3. Thanks.
jim s
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945172#3945172
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945172
Hi,
I think i was able to plugin jbpm into my spring app. Curious about the role
of JbpmThreadsServlet & CommandExecutorThread.
Coz., since my session and transaction is defined in spring and also
jbpmContext is defined in spring, should i modify JbpmThreadsServlet and pass
the jbpmConfigura
Now it happens elsewhere too. Everywhere
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945170#3945170
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945170
---
Usin
Because I do not use some special statesaving stuff, I`ll copy my code here.
If I hit that save button, it shows me this exception.
| @Stateful
| @Name("cateditor")
| @Conversational(ifNotBegunOutcome="categorys")
| public class CategoryEditorBean implements CategoryEditor,Serializable {
All,
Portal 2.4 appears to be broken on 4.0.4.GA.
2.4 has a dependency on some behavior in the Hibernate Configuration
initialization that appears to be changed in the latest version of Hibernate
that ships with 4.0.4.GA.
Here is the full stack trace:
| 12:01:52,187 INFO [SessionFactoryI
As I read in
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB
and in
http://wiki.jboss.org/wiki/Wiki.jsp?page=IsThereAStandaloneDistributionOfJBossMQ,
it is not recommended to use the hypersonic default JMS persistance.
As we've just discovered this due to some JMS exceptions, we ha
Hie,
I am planning to use webservices through jbossws. Is there any way to achieve
fault tolerance of webservices which exposes stateless sesion beans? If so then
what FT algorithms jboss uses.
Where can I access the Jboss FT architecture and usage scenarios document.
It would be really helpfu
ok cool. let me know if you can reproduce.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945162#3945162
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945162
---
Us
Sorry my mistake. So sad that i did not think Message.hbm.xml would be looking
for other files coz., it does a join on another table.
Once i mentioned all the hbm files it works now.
Thanks
Prash
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945161#3945161
Gettings this stacktrace with latest Seam CVS :
| 18:11:32,011 ERROR [PhaseListenerManager] Exception in PhaseListener
RESTORE_VIEW(1) afterPhase
| java.lang.IllegalStateException: Could not commit transaction
| at
org.jboss.seam.jsf.SeamExtendedManagedPersistencePhaseListener.commit(
You rule! Thanks a lot man.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945159#3945159
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945159
---
Using Tomcat but
I even can`t use a bean with requestparameter if url does not include
requestparmeter. Am I doing smth wrong?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945157#3945157
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
I am trying to work with Tomcat + Struts + Spring + JBPM.
I am trying this simple thing and it fails. The context fails to start with an
error "startup failed due to previous errors".
If i comment just the reference to the hbm.xml file my context works fine.
|
|
|
|
I lost and then recreated users.properties - I probably missed a step as I get
a security error. I guess I dont really understand the full relationships for
security between the client and the server...
I have the users.properties and roles.properties in the .ear file
java.rmi.AccessException:
Ok, that was not the solution actually. I forgot, that i changed from Set to
List. It seems like can't handle Set's.
But now with List I have other problems, e.g:
org.hibernate.HibernateException: cannot simultaneously fetch multiple bags
But there are enough other posts in this forum and in th
Hi,
I would like to integrate jbpm into my existing Spring + Struts + Hibernate
application. I did look at the spring-jbpm module but i don't know how to
configure this.
I am using the jbpm webapp as an example to configure jbpm into my application.
I am sure there must be many who were abl
P.S. This my first approach to java/mysql but I would like to see this short
program running on my local web server ...
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945150#3945150
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
With terminal I have :
CLASSPATH=/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Classes/:/Library/Java/Extensions/:./
SUDO_GID=20
SECURITYSESSIONID=210800
_=/usr/bin/printenv
127:/Library/WebServer/Documents/Java root# java TestMySQL
2006-05-21 13:39:00.0 ** =
I know, I was just kidding to :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945148#3945148
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945148
---
Using Tomca
after searching on Oracle OTN:
http://forums.oracle.com/forums/thread.jspa?messageID=1151310�
"Two bugs (4629654, 4590277) cause this problem. Both have been fixed in
10.2.0.2.0.
Douglas "
But it is still not available for download :(
So use 10.1 drivers for a moment
View the original post :
h
I'm quiet sure I have restarted Eclipse once.
But I think I had a problem with a new Hibernate Console configuration trying
to use it to run a new reverse engine configuration without restart eclipse.
I'll post more information whenever I succeed to replicate the problem.
Bye
View the original
I also have problems with jdbc driver 10.2.xx, but 10.1.xx works. Strange thing
is that orai18.jar file for 10.2 is much smaller than in 10.1.
I think it is a problem of oracle driver, becuse I tried it in standalone
application and have the same problem. Better maybe to report it to ORacle.
Vie
Okay, it all works fine if I have required get parameter set.
But what if I don`t? If user enters that page directly without any parameters.
Then I get error: ould not set field value: cateditor.catid
And I do not want user to visit page while not in long-running conversation.
Unfortune @Conversat
Hi All,
I've written two clients (DII and static stub client) for my webservice.The DII
client works fine but not able to write the static stub client.Here is the my
static stub client code :
Stub stub = (Stub) (new
CommerceItemService_Impl().getProductCollectionServicePort());
stub._setProper
ah you installed but did not restart ?
Then there will most likely be some problems since you will have old stuff
loaded in the running vm and when the new plugins kicks in "undefined behavior"
kicks in ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=394514
Ops,
Now works !
The installation is ok. Just some kind of problem between hibernate console and
hibernate reveng.
The problems seems to be linked at some kind of refresh problems.
killed eclipse then restarted. Now it works.
Now, I'm experiencing some problems with a foreign key... I'll keep mor
Hi,
OK. After running the class loader:
java org.jboss.aop.hook.GenerateInstrumentedClassLoader
/opt/JBC1/bin/classloader/
I've tried to run my Main class:
java -Xbootclasspath/p:/opt/JBC1/bin/classloader
-Djboss.aop.path=/opt/JBC1/bin/META-INF/jboss-aodp.xml Main
I got the following error:
Ex
Could you pelase explain what exactly this property doing? If i want to use
myfaces 1-1-3 in my application how shall I do it?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945138#3945138
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
how did you install it ?
And does it fail on a clean install ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945137#3945137
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945137
-
Hi,
In EJB3 how do u call a EJB3 method from the webclient e.g. servlet, action
class?
I built a enterprise app with ejb and webclient using Netbeans 5.5.
E.g. you have sessionbean local
in the session bean local you have method:
package sessionpackage;
boolean sessionmethod(string s);
When I try to launch reverse engineering from HibernateTools I get the
following error !
An internal error occurred during: "Launching".
java.lang.NoClassDefFoundError:
org/hibernate/cfg/reveng/ReverseEngineeringSettings
at
org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate.runE
The fix is implemented in HEAD. I have also re-added the deployer servlet info
configuration option in the deployment page. I'll do a service release
(probably 3.0.9.2) very shortly.
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945134#3945134
Did you already read the chapter installation in
http://labs.jboss.com/portal/jbossmessaging/docs?
IMHO it's quite easy to set up.
Regards
Michael
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945133#3945133
Reply to the post :
http://www.jboss.com/index
I upgraded my tomahawk and myfaces and upload stopped working. It could not
pass the uploadedfile to be application and jumping from phase 4 to phase 6
without envoking the application
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945132#3945132
Reply to
Hi,
I can't get the MDB example get to work in 1.0.1.CR1.
Deploying the thing from the examples/mdb (ant run) gives me the output quoted
below.
Have you got any ideas? I'm using jboss-4.0.4.GA, jdk 1.5.0_06 and I already
configured messaging to use persistence with a mysql database.
TIA & greeti
I went to bed, woke up, started AS and it worked :-)
Hehe, seriously I think upgrading to myfaces 1.1.3 solved the problem. Looks
like the bug has already been fixed in 1.1.2 (so i guess i was still using
1.1.1 *G*) as I found in the release notes for 1.1.2.
[MYFACES-733] - javax.faces.el.Prope
72 matches
Mail list logo