[JBoss-user] [JBoss jBPM] - Re: getGroupTaskList not returning task for user assigned ta

2006-05-10 Thread kukeltje
the javadoc is kind of not completely clear (afaik) . It should just be the grouplist. The personal tasks is a diferent method. Also the varablenames in the whole thing of group/pooledactor/etc.. is kind of mixed (imho) I'll try to make a jira issue for this to clear things up a little. View

[JBoss-user] [JBoss jBPM] - Re: create new users in jbpm

2006-05-10 Thread medjbpm
hi to modify user you can make your change in jbpm.3.1/src/resources/hsqldb/identity.db.xml and deploy jbpm regard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942784#3942784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JNDI/Naming/Network] - name attribute of mbean JNDIBINDINGServiceMgr?

2006-05-10 Thread nancy.aggarwal
Hi, I want to bind some String to JNDI and in jboss naming tutorial I found example 3.5.1 JNDI Binding Manager: | | http://www.w3.org/2001/XMLSchema-instance"; | xmlns:jndi="urn:jboss:jndi-binding-service" | xs:schemaLocation="urn:jboss:jndi-binding-service resource:jndi-binding-servi

[JBoss-user] [JBoss jBPM] - getGroupTaskList not returning task for user assigned tasks

2006-05-10 Thread hosierdm
I'm trying to play with the Identity module by assigning tasks to groups in my process definition. I modified the webapp to assign a task to a specific user after they click on the link to start the task. I initially changed the getTaskInstances() method to read as follows: IdentitySession idS

[JBoss-user] [JNDI/Naming/Network] - How to set binding ordering?

2006-05-10 Thread nancy.aggarwal
Hi, I am new to JNDI.I want to bind hibernate to JBOSS.I created a hibernate-service.xml having following content: | | jdbc/mysql org.hibernate.dialect.MySQLDialect testingcreate-drop true If I put this xml while running JBOSS,I can lookup java:/testing successfully.But if restart jbo

[JBoss-user] [EJB 3.0] - Using a PrePersist test to set ID variable if not set.

2006-05-10 Thread voidhawc
Hi, This is also at http://opensource.atlassian.com/projects/hibernate/browse/EJB-46 But I'm experiencing the same thing in 4.0.3SP1 and 4.0.4CR2 *** Hibernate does property validation such as not null checking before it does the EJB3 callback to prepersist/preupdate.

[JBoss-user] [JBoss Seam] - SeamTest hangs when run via ant with transaction timeouts.

2006-05-10 Thread markfrench
Hi, Has anybody experienced a problem where the running SeamTests via ant results in transaction timeouts? The message I see is [testng] WARN 11-05 16:05:52,197 (TransactionImpl.java:timedOut:1130) -Tran saction TransactionImpl:XidImpl[FormatId=257, GlobalId=null:1147327249881/1, Bra nchQua

[JBoss-user] [JNDI/Naming/Network] - Re: WARN [NamingService] Context.PROVIDER_URL in server jnd

2006-05-10 Thread nohwal
Thanks KiranI suspected that I need to specify a separate jndi.properties file because if you notice the comment in the NamingService class it says, "Context.PROVIDER_URL in server jndi.properties." So it says that the file present in /conf is a server side jndi.properties (whatever it mea

[JBoss-user] [Clustering/JBoss] - Re: JBoss throwing org.jboss.cache.lock.TimeoutException: re

2006-05-10 Thread [EMAIL PROTECTED]
Did you upgrade JBossCache in both servers? Can you also upgrade the jgroups version that came with it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942776#3942776 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394277

[JBoss-user] [Clustering/JBoss] - Re: Scheduler Problem in Clustered Environment

2006-05-10 Thread [EMAIL PROTECTED]
We don't have clustered MBean service yet. So you will need to set them individually. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942775#3942775 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942775 --

[JBoss-user] [Clustering/JBoss] - Re: Clustering and UDP traffic (and errors) in non-clustered

2006-05-10 Thread [EMAIL PROTECTED]
We don't have a switch to turn clustering on/off. Best way is to build from "default" and then add the service libarary that you need. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942774#3942774 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Http Session Timeout does not work properly

2006-05-10 Thread erikture
Hello! I am having exactly the same problem. My sessions are timing out as expected when testing on WinXP but not in production on Suse Linux 9. /Erik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942773#3942773 Reply to the post : http://www.jboss.com/in

[JBoss-user] [JBossCache] - Re: Thread creation by TreeCache

2006-05-10 Thread [EMAIL PROTECTED]
JBossCache does use a single thread for eviction timer (only if eviction is configured). However, it does not access the JTA transaction though. So I don't think your problem is caused by that. And I dont think this is relevant to JEE discussion. View the original post : http://www.jboss.com/

[JBoss-user] [JBoss jBPM] - Re: Async but not Parallel

2006-05-10 Thread kukeltje
I think you are correct... good searching :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942771#3942771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942771 ---

[JBoss-user] [JBoss jBPM] - Re: How to define customized web pages

2006-05-10 Thread kukeltje
If done 2 once myself in 3.1 with jsf, but you have to change some fundamental things. e.g. returning the node name instead of 'home' as the outcome of some methods, create the corresponding jsf config outcomes, but to have something customized *in* these pages, you have to change the taskvariab

[JBoss-user] [EJB 3.0] - Re: could not register synchronization with JTA TransactionM

2006-05-10 Thread [EMAIL PROTECTED]
fixed in next release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942769#3942769 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942769 --- Using Tomcat but need

[JBoss-user] [EJB 3.0] - Re: Unchecked Exception break stateful session bean via EJBN

2006-05-10 Thread [EMAIL PROTECTED]
@ApplicationException public MyRuntimeException extends RuntimeException {} For the persistence exceptions, yes, this sucks, but you can fix it within ejb-jar.xml with the application-exception element. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942768#39

[JBoss-user] [JBoss Portal] - Re: jboss 4.0.3 jboss portal 2.2.1 jdk1.5.04 on xp =>locale

2006-05-10 Thread hanzpk
oh yah the question is what could be the reason? the configuration of embedded catalina? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942767#3942767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942767

[JBoss-user] [JBoss Portal] - Re: jboss 4.0.3 jboss portal 2.2.1

2006-05-10 Thread hanzpk
this topic has been abandoned by me mod please delete, thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942763#3942763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942763

[JBoss-user] [JBoss Seam] - Seam JSR168 Portlet and EJB3 and Facelets

2006-05-10 Thread evanzeng
Is it possible to develop jsr168 portlet with Seam using EJB3 and Facelets? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942762#3942762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942762 -

[JBoss-user] [EJB 3.0] - Re: EJB client cannot connect: [SocketServerInvoker] Failed

2006-05-10 Thread kindy_wu
it's great ,probem is solved by add jbss-serialization.jar to client path.a lot of thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942761#3942761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942761 --

[JBoss-user] [JBoss jBPM] - Re: How dose the jBPM work with struts framework

2006-05-10 Thread cherdpop
thanks a lot : ) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942760#3942760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942760 --- Using Tomcat but need to do

[JBoss-user] [JBossWS] - Re: JSR181 web service deployment error.

2006-05-10 Thread symmetrysolutions
I am getting the same error while trying to start a JSR-181 annotated Web service. 20:51:15,203 ERROR [MainDeployer] Could not create deployment: file:/C:/jboss-4. 0.4.CR2/server/default/deploy/statsws.war java.lang.ArrayIndexOutOfBoundsException: 0 at org.jboss.ws.metadata.AnnotationsMet

[JBoss-user] [JBoss Portal] - Re: CMSPortlet problem

2006-05-10 Thread ericmacau
Thanks for your great efford !! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942759#3942759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942759 --- Using Tomcat

[JBoss-user] [JBoss jBPM] - Re: How to define a

2006-05-10 Thread hosierdm
As far as I know, right now you cannot specify any details of a sub-process in the Process State using the graphical components. For example, you cannot specify which process the process state is linked to using any graphical dialogs. The only way to do it is to manually edit the source, which

[JBoss-user] [JBoss Seam] - SOLVED! (was Re: NullPointerException - org.jboss.seam.conte

2006-05-10 Thread acruise
OK, I've gotten past this issue. MyFaces was loading my faces-config.xml twice, the first time because I had specified the following in web.xml: | | javax.faces.CONFIG_FILES | /WEB-INF/faces-config.xml | | And the second thanks to the usual automatic lookup o

[JBoss-user] [JBoss jBPM] - Re: Async but not Parallel

2006-05-10 Thread jemodurn
I think my problem is related to this bug http://jira.jboss.com/jira/browse/JBPM-633 so JMS is the only solution I see for now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942755#3942755 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [JBoss jBPM] - Re: how do you undeploy processdefinition?

2006-05-10 Thread greg823
Thank you. It worked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942752#3942752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942752 --- Using Tomcat but need t

[JBoss-user] [JBoss Portal] - Re: CMSPortlet problem

2006-05-10 Thread [EMAIL PROTECTED]
Thanks. We'll be redoing the management ui for 2.6 - a big push for improved usability. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942750#3942750 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942750

[JBoss-user] [JBoss jBPM] - Re: ActionHandler configuration

2006-05-10 Thread SaravananB
This is exactly what I want to avoid. In this case the action handler is dependent on the specific city_param context variable. This prevents me from using the same action handler in another step where I want to use a different context variable/constant for the city property. View the original

[JBoss-user] [JBoss jBPM] - Re: How to define a sub-process

2006-05-10 Thread flawlor
The questions were about how to define the process and sub-processes IN THE DESIGNER. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942748#3942748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942748 --

[JBoss-user] [JBoss Seam] - Re: NullPointerException - rg.jboss.seam.contexts.PageContex

2006-05-10 Thread acruise
I modified my copy of Seam to throw, catch and log an exception when new SeamPhaseListeners are created; here's what it looks like: | 16:46:06,687 INFO [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml | 16:46:06,859 INFO [FacesConfigurator]

[JBoss-user] [JBossWS] - Client endpoint address

2006-05-10 Thread kcochrane
Hello, I am currently developing an application which requires to implement endpoints for some services and act as clients for others. Using 4.0.4 and ws import, I have both client and server components running correctly. In order to get the client to work the value of the wsdl location had to b

[JBoss-user] [Beginners Corner] - Why do all my logging messages from java.util.logging show u

2006-05-10 Thread itchytoes
Hi -- I am running jboss 4.0.4RC1, and I have some services running. They use java.util.loggin, and al the logging messages show up with ERROR [STDERR] in the text. I don't believe this happened in an earlier 4.0.3X version. Is there something I must configure to prevent this? Thanks View

[JBoss-user] [JBoss jBPM] - Re: ActionHandler configuration

2006-05-10 Thread jemodurn
If the variable is in the context, you can access it in your action handler. public void execute(ExecutionContext context) throws Exception { | context.getContextInstance().setVariable("message", message); | city_param = (String) context.getContextInstance().getVariab

[JBoss-user] [EJB 3.0] - Re: Unchecked Exception break stateful session bean via EJBN

2006-05-10 Thread ejb3workshop
I took a look at the spec. In my example i am throwing a RuntimeException. What makes this a System exception. Is there a way I can annotate this, to avoid the bean being discarded. It seems to me that there are a number of exceptions (EntityNotFound etc) which cause this behaviour. Thanks fo

[JBoss-user] [JBoss Seam] - Re: NullPointerException - rg.jboss.seam.contexts.PageContex

2006-05-10 Thread acruise
"acruise" wrote : "[EMAIL PROTECTED]" wrote : The problem is that two different SeamPhaseListeners are being registered with JSF. One is in faces-config.xml. I'm trying to figure out where the other one comes from. | I've got the identical stack trace. A few things that may be relevant... I'm

[JBoss-user] [JBoss jBPM] - Re: ActionHandler configuration

2006-05-10 Thread hosierdm
If you always want to pass in the variable as the value to the action handler, you don't even need to specify it in the configuration. You can access your process variables from the ExecutionContext city = executionContext.getVariable("city_param"); View the original post : http://www.jboss.co

[JBoss-user] [JBoss jBPM] - Re: How to define a

2006-05-10 Thread hosierdm
It does answer at least one of your questions: "flawlor" wrote : | How do you point "phase1" at its detailed process definition? | | | | | | | | You point phase1 at its detailed process definition by using the sub-process element as shown above (t

[JBoss-user] [JBoss jBPM] - Re: ActionHandler configuration

2006-05-10 Thread SaravananB
Even if I have something like, public class MyActon implements ActionHandler { | |String city; | |public String getCity() { | return city; |} | |public void setCity(String _city) { | city = _city; |} | } How do I pass in the context variabl

[JBoss-user] [JBoss Portal] - Re: 2.4.0 ALPHA: Management Portlet WSDL Exception

2006-05-10 Thread [EMAIL PROTECTED]
Glad I could help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942738#3942738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942738 --- Using Tomcat but need to d

[JBoss-user] [JBoss Seam] - Re: NullPointerException - rg.jboss.seam.contexts.PageContex

2006-05-10 Thread acruise
"[EMAIL PROTECTED]" wrote : The problem is that two different SeamPhaseListeners are being registered with JSF. One is in faces-config.xml. I'm trying to figure out where the other one comes from. I've got the identical stack trace. View the original post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss jBPM] - Re: How to define a sub-process

2006-05-10 Thread flawlor
Thanks for the pointer. Sections 4.3.3 and 9.8 have some useful informatin on Process Composition. However, it doesn't answer any of the questions I asked. Does anyone have any pointers? Thanks -- Frank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=394

[JBoss-user] [JBoss jBPM] - UserDbTest.testUser() wiped database

2006-05-10 Thread hosierdm
I'm trying to learn the Identity module, so I ran the UserDbTest.testUser() test case. My hibernate config points to the actual database I'm using for development. When I ran the test, I ended up with a wiped out database! All my tables are gone...vanished. Maybe the Identity DB test cases a

[JBoss-user] [JBoss jBPM] - Re: ActionHandler configuration

2006-05-10 Thread jemodurn
You can try to add a getter/setter for your private variables and use the config-type="bean" in the action definition. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942734#3942734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [JBoss jBPM] - Async but not Parallel

2006-05-10 Thread jemodurn
After following the AsyncExecutionDbTest I was able to get Async execution to work. I then modify the testcase a little such that I fork out 3 async nodes and hoping they will run in parallel. But they run in serial. I looked at the code for CommandExecutorThread, it seems the thread will consu

[JBoss-user] [JBoss Portal] - Re: CMSPortlet problem

2006-05-10 Thread sitongia
I've started using 2.4 ALPHA, and this feature is in there. I've found, since fixing configuration issues related to changing port number, that I am, for the first time, able to create new tabs, pages, portlet instances, and content, and associate all together via the GUI. Nice! :-) View the

[JBoss-user] [JBoss jBPM] - Re: How to define a

2006-05-10 Thread hosierdm
You need to be looking at ProcessState, not SuperState. There is an example on process composition in the User Guide. Plus there are examples in the source code bundled with the distribution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942730#3942730 Re

[JBoss-user] [JBoss Portal] - Re: 2.4.0 ALPHA: Management Portlet WSDL Exception

2006-05-10 Thread sitongia
Great, editing jboss-client.xml in that jar and removing the references to :8080 has fixed this. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942729#3942729 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942

[JBoss-user] [JBoss jBPM] - How to define a

2006-05-10 Thread flawlor
I'm trying to figure out how to use the DESIGNER to make use of Super States. My assumption from what little is in the user guide and elsewhere is that I could use SuperStates to define a high-level process, e.g. phase1 -> phase2 -> phase3 And then define the details of each phase. Is the hi

[JBoss-user] [JBoss jBPM] - Re: how do you undeploy processdefinition?

2006-05-10 Thread jemodurn
You can try this: ProcessDefinition pd = jbpmContext.getGraphSession().findLatestProcessDefinition(process.getName()); | jbpmContext.getGraphSession().deleteProcessDefinition(pd); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942727#3942727 Reply to the p

[JBoss-user] [JBoss Portal] - Re: Problem with Image in a Portlet

2006-05-10 Thread [EMAIL PROTECTED]
Read this: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=82540 Notice how he declares defineobjects at the top. You may want to look through the spec. Its REALLY easy reading and will explain a lot of this to you faster than we can in the forums. View the original post : http://www.

[JBoss-user] [JBoss Portal] - Re: 2.4.0 ALPHA: Management Portlet WSDL Exception

2006-05-10 Thread [EMAIL PROTECTED]
Oops, I meant portal-wsrp-client.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942725#3942725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942725 --- Using To

[JBoss-user] [JBoss Portal] - Re: Problem with Image in a Portlet

2006-05-10 Thread landinw
Thanks Roy, but how do I get my hands on the renderRequest object from within the jsp? I'm getting a cannot resolve error when generating the servlet. Please bear with me - I've been working with JBoss Portal for 2 whole days! View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss jBPM] - Re: Why is Designer 3.0.9 not available from eclipse update

2006-05-10 Thread [EMAIL PROTECTED]
Yes JBoss IDE 1.5.1 bundles GPD 3.0.8. That is correct. The upcoming JBoss IDE 1.6 will be bundled with GPD 3.0.9.1. But I recommend to use the site GPD download if you need the latest and greatest release. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[JBoss-user] [JBoss Portal] - Re: 2.4.0 ALPHA: Management Portlet WSDL Exception

2006-05-10 Thread sitongia
Actually, I was looking at the wrong file, under META-INF. I don't have jboss-portal.sar/portal-wsrp-client.sar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942722#3942722 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [EJB 3.0] - EJB3Trail doesn't work ...

2006-05-10 Thread fquimbay
Greetings ... I deploy EJB3Trail on JBoss 4.0.4CR2 and when I try to execute de stateless sample, I see this: | 17:05:42,776 ERROR [STDERR] javax.naming.NameNotFoundException: EJB3Trail not bound | 17:05:42,776 ERROR [STDERR] at org.jnp.server.NamingServer.getBinding(NamingServer.

[JBoss-user] [JBoss Portal] - Re: Portlet Instance in Page problem !!!

2006-05-10 Thread [EMAIL PROTECTED]
Do you end every post with "!!!"?!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942720#3942720 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942720 --- Using To

[JBoss-user] [JBoss Portal] - Re: Passing request paramter between page

2006-05-10 Thread [EMAIL PROTECTED]
Read the spec and see how renderParameters are passed from jsps to portlets. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942719#3942719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942719

[JBoss-user] [JBoss Portal] - Re: CMSPortlet problem

2006-05-10 Thread [EMAIL PROTECTED]
I'm pretty sure I only added it in 2.4. Once 2.2 was out, only bug fixes went in, and no new features. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942717#3942717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942717

[JBoss-user] [JBoss jBPM] - how do you undeploy processdefinition?

2006-05-10 Thread greg823
Is it possible to undeploy a deployed process definition? I tried processDefinition.removeDefinition(ctx); but it did not work. I would like to get rid of all versions of the process definitions previously deployed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [JBoss Portal] - Re: Problem with Image in a Portlet

2006-05-10 Thread [EMAIL PROTECTED]
The portal instance is irrelevant, if you're fetching the img from your war: | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942715#3942715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942715

[JBoss-user] [JBoss Portal] - Problem with Image in a Portlet

2006-05-10 Thread landinw
I have a simple portlet that returns a jsp file with an IMG tag to display a jpg image. The hope is to see the image in the portlet, but I always get the alt text instead. My portal name is Jupiter and my deployed war path to the jpg is: WEB-INF/jsp/images/map.jpg The html img tag line is: IM

[JBoss-user] [JBoss Portal] - Re: 2.4.0 ALPHA: Management Portlet WSDL Exception

2006-05-10 Thread sitongia
I don't see a port specification in jboss-client.xml. Which part of the file would that be in? I had already changed default-wsrp.xml, and it still looks for 8080, so jboss-client.xml must be the last file to modify, but I don't see what to change. I looked at other posts about 0.0.0.0, and i

[JBoss-user] [JBoss jBPM] - ActionHandler configuration

2006-05-10 Thread SaravananB
If I have a actionhandler like this, public class MyAction implements ActionHandler { | // access specifiers can be private, default, protected or public | private String city; | Integer rounds; | ... | } | I want instantiate the city property with a context variable like th

[JBoss-user] [Management, JMX/JBoss] - JBoss4.03 SP1/JMX-Console: displayMBeans_jsp ClassNotFoundEx

2006-05-10 Thread parasada
Hi, I get the following error while logging into jmx-console. The log says "ClassNotFoundException" while loading displayMBeans_jsp but I can see this class present in my JBoss under /jmx-console/org/apache/jsp/ I am using JBoss version 4.03 SP1 Can someone please give me some insight into

[JBoss-user] [JBoss Portal] - Re: 2.4.0 ALPHA: Management Portlet WSDL Exception

2006-05-10 Thread [EMAIL PROTECTED]
I don't think that you need to change jbossws14 or http-invoker. Your problem is more than just a change of port I think since your system is not even providing an IP address. The two locations where you can change the port if you need to are: jboss-portal.sar/portal-wsrp.sar/default-wsrp.xml jb

[JBoss-user] [JBoss jBPM] - Re: How to define customized web pages

2006-05-10 Thread flawlor
Thanks for the pointers. Sounds like you have something coming up in 3.2. Is there a target date for that? Some possible workarounds I considered (but my jBPM understanding is still very basic): 1) use a simple node type like a state node to create a tasklist entry which has a reference to m

[JBoss-user] [JCA/JBoss] - Re: Possible fix for driver class loading issue in LocalMana

2006-05-10 Thread [EMAIL PROTECTED]
I am not sure what your issue is. Your link goes nowhere as http://www.jboss.com/JBAS-1042 resolves to nothing. What exception are you seeing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942707#3942707 Reply to the post : http://www.jboss.com/inde

[JBoss-user] [JBoss Portal] - Re: 2.4.0 ALPHA: Management Portlet WSDL Exception

2006-05-10 Thread sitongia
I changed the port number in: jboss-portal.sar/portal-wsrp.sar/default-wsrp.xml jbossws14.sar/META-INF/jboss-service.xml ./http-invoker.sar/META-INF/jboss-service.xml and it is still looking for 2006-05-10 15:39:53,204 DEBUG [org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory] parse: http://0.0

[JBoss-user] [JCA/JBoss] - Possible fix for driver class loading issue in LocalManagedC

2006-05-10 Thread esword
I am trying to deploy a fully isolated ear (i.e. all jars that I use are in the ear; no leaking of jars into the main lib directory). However, the app uses a couple of datasource connections, and I am hitting a problem encountered by others over the years. It is best summarized in Jira issue J

[JBoss-user] [JBossWS] - Re: JBossWS Thinks its a servlet (but it's not)

2006-05-10 Thread [EMAIL PROTECTED]
This may be related to: http://jira.jboss.com/jira/browse/JBWS-860 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942698#3942698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942698 --

[JBoss-user] [Clustering/JBoss] - Clustering and UDP traffic (and errors) in non-clustered env

2006-05-10 Thread damo9f
We found that our version of JBoss (4.0.3 sp1) was configured for clustering out-of-the box and have been unable to disable all clustering traffic since this dicovery. We removed tc5-cluster.xml and cluster-service.xml but have still not been able to supress various UDP multicast messages, and

[JBoss-user] [Beginners Corner] - File download 350% slower than using IIS

2006-05-10 Thread nreviya
When comparing simple file download between IIS and JBoss there is a huge difference in performance. What can be done (configured) to speed up of large file downloads from JBoss? Please, help... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942695#3942695

[JBoss-user] [JBossWS] - JBossWS Thinks its a servlet (but it's not)

2006-05-10 Thread codemonster_4_hire
I'm exposing an EJB3.0 object as a webservice and I'm seeing some fairly bizarre behaviour. The deployment proceeds properly and I receive the message in the console indicating that the wsdl for my service has been generated like this: [java] 14:13:49,662 INFO [EJBContainer] STARTED EJB:

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Toubleshooting Jboss and TibcoEMS connection

2006-05-10 Thread rachono
Well, I have to admit that the answer is "trivial". The wiki page does not mention that you have to create queues and factories in TIBCO EMS. Actually the wiki page looks pretty much like the documentation shipped with EMS. So to be complete : one has to create two factories XAQueueConnectionFa

[JBoss-user] [JBoss jBPM] - Re: Associate custom objects with Nodes

2006-05-10 Thread kukeltje
But... What you could do is ad an action to the task, read the db in there and create transient task variables. Those will be displayed (I hope) but I do not know how to update them. Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942692#3942692 Repl

[JBoss-user] [JBoss jBPM] - Re: Associate custom objects with Nodes

2006-05-10 Thread kukeltje
Sebastian, Maybe it's that I'm tired (it's 22:48 after a long day, but I do not fully grasp what you mean. From what I understand you want a page with input elements that come from both the process and another system? And you want that customized per task? That is not possible with 3.1 withou

[JBoss-user] [JBoss Portal] - Re: 2.4.0 ALPHA: Management Portlet WSDL Exception

2006-05-10 Thread sitongia
My platform is Linux, Suse 10, 2.6.13-15.8-default View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942690#3942690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942690 --

[JBoss-user] [EJB/JBoss] - Re: Error: detached entity passed to persist

2006-05-10 Thread blowteam
solution for this problem: REPLACE EntityManager.Persist(object) to EntityManager.merge(object) for detached objects.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942689#3942689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [JBoss jBPM] - Re: How to define customized web pages

2006-05-10 Thread kukeltje
"flawlor" wrote : If I want to define a customized user web page for some task node how would I go about that in jBPM? | | I could not find any documentation or forum discussions about this. | With the words 'web' and 'custom' I found the following links when searching the forum

[JBoss-user] [JBoss Seam] - Re: PersistentObjectException: detached entity passed to per

2006-05-10 Thread blowteam
hello, my solution for this problem ejb3 detached entitys: //CODE SNIPPET EJB 3.0 @EntityContext protected EntityManager em; public void save(object o){ em.merge(o); //replace em.Persist(o) to em.merge(o); } sucess, and good codes.. Hermano Pereira software architect www.itsway.com.b

[JBoss-user] [JBoss Portal] - Re: 2.4.0 ALPHA: Management Portlet WSDL Exception

2006-05-10 Thread sitongia
I did some tests to isolate this, and see it comes about because I changed the server configuration to port 80. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942686#3942686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [EJB/JBoss] - Re: [EJBTimerServiceImpl] Cannot obtain TransactionManager -

2006-05-10 Thread elbutcher
I have "sometimes" the same error when I start JBOSS (jboss-4.0.4.CR2) under WindowsXp using Eclipse WTP: 22:10:35,393 INFO [WebService] Using RMI server codebase: http://t42:8083/ | 22:10:35,533 WARN [EJBTimerServiceImpl] Cannot obtain TransactionManager from JNDI, using TxManager.getInstan

[JBoss-user] [JBoss jBPM] - Associate custom objects with Nodes

2006-05-10 Thread cavalera
First of all, I will explain shortly and detailed the app -> The client can design the flow using the designer, and obviously deploy it. Client's personal logs in the web app, the home page is displayed and the link which starts the processInstance is shown. The guy now clicks on the link start

[JBoss-user] [JBoss jBPM] - Re: Why is Designer 3.0.9 not available from eclipse update

2006-05-10 Thread kukeltje
That's the JBoss IDE update site, not the GPD update site. The JBoss IDE includes an older version of the GPD, but I have no idea what version. Koen, is there a list somewhere? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942682#3942682 Reply to the post :

[JBoss-user] [JBoss jBPM] - How to define customized web pages

2006-05-10 Thread flawlor
If I want to define a customized user web page for some task node how would I go about that in jBPM? I could not find any documentation or forum discussions about this. Thanks, -- Frank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942681#3942681 Reply t

[JBoss-user] [JBoss Portal] - Re: 2.4.0 ALPHA: Management Portlet WSDL Exception

2006-05-10 Thread [EMAIL PROTECTED]
Hi Leonard, The error comes from the fact that the server is not resolving your host name/IP address to a proper value for some reason. In the log you provide, you can see that the deployer is trying to get the WSDL file from: http://0.0.0.0:8080 I am not quite sure what is going on here. On

[JBoss-user] [JBoss jBPM] - Re: Why is Designer 3.0.9 not available from eclipse update

2006-05-10 Thread kosulin
site name="JBoss IDE development" url="http://download.jboss.org/jbosside/updates/development"; web="false" selected="true" local="false" site name="JBoss IDE stable" url="http://download.jboss.org/jbosside/updates/stable"; web="false" selected="true" local="false" View the original pos

[JBoss-user] [JBoss jBPM] - Re: Why is Designer 3.0.9 not available from eclipse update

2006-05-10 Thread kosulin
I use 2 update sites: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942678#3942678 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942678 --- Using Tomcat b

[JBoss-user] [JBoss jBPM] - Re: XFORM

2006-05-10 Thread flawlor
I tried the email button to send you some information but it doesn't seem to work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942677#3942677 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942677 -

[JBoss-user] [JBoss jBPM] - Re: create new users in jbpm

2006-05-10 Thread kukeltje
The jmx agent thingy only works for hsqldb, not other databases. The sql statement above works always. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942676#3942676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942676

[JBoss-user] [JBoss jBPM] - Re: What exactly is jbpm.sar good for?

2006-05-10 Thread JeffGordon
anonymous wrote : one more thing. i didn't yet answer the question "what is the jbpm.sar good for" | | the way we use it now, it is an alternative way to put the jbpm libs on the global classpath. | | it also allows us to publish JbpmConfiguration to JNDI, but as stated in the previou

[JBoss-user] [JBoss Portal] - 2.4.0 ALPHA: Management Portlet WSDL Exception

2006-05-10 Thread sitongia
Context: 2.4.0-ALPHA1 on Linux with Firefox. When I login as admin and click on the Manage: Portlet link, I get an Exception related to WSDL and the portlet disappears from the page: ... 2006-05-10 13:40:48,105 DEBUG [org.hibernate.engine.StatefulPersistenceContext] initializing non-lazy collec

[JBoss-user] [JBoss jBPM] - Re: create new users in jbpm

2006-05-10 Thread flawlor
See the description of how to use the JMX agent to do this in the jBPM Getting Started Guide: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942673#3942673 Reply to the post : http://www.jboss.com/

[JBoss-user] [JBoss Portal] - Problems deploying JPivot portlet in JBoss Portal

2006-05-10 Thread george.alex
Hello, we are consultants in Venezuela. Now, we are working with Pentaho. In principle, we have decided understand the principals tools of Pentaho. As JPivot and Mondrian. In this moment, we would install the JPivot portlet in JBoss Portal. We have read the Readme.txt that is in the jboss-po

[JBoss-user] [JBoss Portal] - Urgent: upload a zip file

2006-05-10 Thread glodo
Hi everyone!! if load a file .zip in the CMS Manager, i can not download the file .zip. The jboss portal doesnt support the download of .zip file?? or is something that i can do to this work for me? Is really urgent this problem thanks for advice glodo View the original post : http://www.jboss.

[JBoss-user] [JBoss jBPM] - Re: Problem installing BPEL extension

2006-05-10 Thread [EMAIL PROTECTED]
anonymous wrote : Caused by: java.lang.ClassNotFoundException: Unexpected error during load of: org.jbpm.bpel.def.BpelDefinition, msg=org/jbpm/bpel/def/BpelDefinition (Unsupported major.minor version 49.0) The class files in alpha 4 were compiled against JDK 1.5. To deploy in 1.4.2, you need t

[JBoss-user] [JBoss jBPM] - Re: jbpm as rule engine and ProcessCalssLoader

2006-05-10 Thread elis
It will be great. But in this case need to change retrun new ProcessClassLoader(ClassLoaderUtil.class.getClassLoader(), processDefinition); to: retrun new ProcessClassLoader(getClassLoader(), processDefinition); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JBoss Portal] - Re: Searching CMS stored content...

2006-05-10 Thread glodo
Hi! i am trying to develop my search of the portal, one question.. where is stored the attributes title, description and language of the archive that is created in the CMS Manager like html or when load an pdf for example? thanks for the information glodo View the original post : http://www.jbo

  1   2   3   4   >