[jboss-user] [JBoss jBPM] - Re: start-state

2007-07-10 Thread vtysh
Seems that start-state doesn't have a node-enter event. For ricardomarques: maybe you should use StartProcessInstanceCommand instead NewProcessInstanceCommand with cmd.setCreateStartTask(false); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062260#4062260 R

[jboss-user] [JBoss Seam] - Re: JSR-299 Web Beans approved by the EC

2007-07-10 Thread msystems
Congratulations. Great news. /Kenneth View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062261#4062261 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062261 ___ jboss-user mai

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-10 Thread mailinator
Hi, can someone tell me how to set up the authentication part for the jbpm console on weblogic 8.1 ? I suspect that i need a realm with the informations of my oracle database. But so far i didn't succed. Im' stuck at the part where i have to tell to weblogic using JBPM_ID_USER for authenticating

[jboss-user] [Remoting] - Re: Simple Socket Server (TEXT)?

2007-07-10 Thread cazuza
Appologies in advance if the questions are too naive, but I'm just starting with Jboss and have a head full of doubts. I have try to implement a socket server using this approach and have hit a wall. the timeout attribute works but doesn't close the socket instead it sends error messages to the

[jboss-user] [Remoting] - Re: Simple Socket Server (TEXT)?

2007-07-10 Thread cazuza
sorry the config file is here 5000 text com..dbi.socket.TextMarshaller com..dbi.socket.TextUnMarshaller com..dbi.socket.SimpleInputStreamWrapper

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - EntityNotFoundException

2007-07-10 Thread welser
HI, i get the following Exception during loading of an Entity: javax.persistence.EntityNotFoundException: Unable to find hji.entities.Customer with id 0 caused by the following code: @ManyToOne | @JoinColumn(name = "FZAG#",nullable=false) | private Customer storageDealer; | ..and yes thi

[jboss-user] [Remoting] - Re: Simple Socket Server (TEXT)?

2007-07-10 Thread cazuza
"cazuza" wrote : sorry the config file is here | | | | | | | | |5000 |text |com..dbi.socket.TextMarshaller |com..dbi.socket.TextUnMarshaller |

[jboss-user] [JBossWS] - How to return a complex type?

2007-07-10 Thread Ufic
Hi. I'm a new user of JBoss. I'm trying to create a WebService with JBoss 4.2.0 and Eclipse 3.1 (using Java 1.5 and Ejb 2.1: I must use these versions). No problem with business methods returning a String, but I can't create business methods returning an array of Strings, a JavaBean or (it's m

[jboss-user] [JBoss jBPM] - Re: start-state

2007-07-10 Thread syngolis
That's not really a good solution because you can't specify the behaviour by processdefinition. While searching the source code i found: public static final String[] supportedEventTypes = new String[]{ | Event.EVENTTYPE_NODE_LEAVE, | Event.EVENTTYPE_AFTER_SIGNAL | }; | for st

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-10 Thread kukeltje
This is a jBPM forum. The question you have is WLS specific, please ask in their forum, post the table definition there and the example query of the jboss login. They might help you further. And yes, that is a good approach View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss jBPM] - task instance in start state

2007-07-10 Thread jywu
hi, I went through the jbpm user guide about task instance, it's saying Task instances are typically created by the process execution entering a task-node Is that different from the task in start state? 'Cause when I invoke this method instance.getTaskMgmtInstance().getTaskInstances().iterato

[jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss 4.2.1, download???

2007-07-10 Thread deadrow
The other day I checked jira and I noticed that jboss 4.2.1GA was commited. How do I download it? I have a new project and I want to use the lastest version of Jboss Any link or news? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062272#4062272 Reply to th

[jboss-user] [JBoss Seam] - End conversation when user leaves a page

2007-07-10 Thread amitev
Is it possible to end a long-running conversation when the user leaves the page? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062273#4062273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062273 __

[jboss-user] [JBoss Portal] - Different CMS default page per CMS portlet instance?

2007-07-10 Thread mimra
Hi I have my portal users divided into 2 roles. I would like to have a CMS Portlet instance for each role, and I would like to have a different default page showing in the CMS portlet depending on the role of the users currently logged in. Is that possible? Thanks /Michael View the original

[jboss-user] [Clustering/JBoss] - Can any of my web server retrieve which JBOSS instance holds

2007-07-10 Thread vrakot
Hi, I am very new to mod_jk and JBOSS clustering. If I put a very dull hardware load balancer in front of my Apache who does a round robin load balancing, are my Apaches and the mod_jk module capable of retrieving each time to which JBOSS instance my session belongs to? Is the route of each su

[jboss-user] [JBoss Seam] - Re: JSR-299 Web Beans approved by the EC

2007-07-10 Thread przemjaskier
Gavin, I see that description of this JSR covers EJB only. What about Seam's POJO components compatibility? Will it be maintained by future versions of Seam/WebBeans RI? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062277#4062277 Reply to the post : htt

[jboss-user] [JBoss jBPM] - Re: start-state

2007-07-10 Thread vtysh
You can use NewProcessInstanceCommand with createStartTask as true, if returned value will be null then you will know, that process doesn't contain a start task. Then you can use SignalCommand or some other one to move process from start state to first task node. View the original post : http:

[jboss-user] [JBoss jBPM] - Re: task instance in start state

2007-07-10 Thread vtysh
How i know start-state currently doesn't support a swimlanes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062279#4062279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062279 __

[jboss-user] [JBoss jBPM] - Re: start-state

2007-07-10 Thread syngolis
Ok. Should work this way. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062280#4062280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062280 ___ jboss-user mailing list jboss

[jboss-user] [JBossCache] - Re: A timebomb in the UnlockInterceptor?

2007-07-10 Thread girafy
Changing the logging level is perfiectly valid. This problem is quite easy to fix once you understand what's going on. ;) I just wanted to let the others know that there is an issue, so they won't spend 2 days as I did to find the reason. And also to show the developers that there is a potentia

[jboss-user] [JBoss Seam] - Re: update DataModel values

2007-07-10 Thread rapowder
Ok, I cleaned up the code to show you what is needed for this problem: Here is the bean that shows the item list: | @Name("itemList") | @Scope(ScopeType.CONVERSATION) | @Stateful | @LoggedIn | public class MItemListActionBean implements MItemListAction { | | @In(create = true,

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-10 Thread mailinator
Ok Thanks Ronald. See you soon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062284#4062284 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062284 ___ jboss-user mailing lis

[jboss-user] [JCA/JBoss] - Re: Resource adapter deployment problem

2007-07-10 Thread xaleyba
It work ! Thank you ! J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062292#4062292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062292 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Seam] - Re: Multiple Seam DataModelSelection in one action: Selectio

2007-07-10 Thread bram_
This is the working code: Abstract class: | package com.nxp.cda.commons.controller; | | import java.math.BigDecimal; | ... | import org.jboss.seam.annotations.datamodel.DataModel; | import org.jboss.seam.annotations.datamodel.DataModelSelection; | ... | import com.nxp.cda.commons

[jboss-user] [JBoss Seam] - Scopes problem

2007-07-10 Thread amitev
Hi all i have the following scenario - page for creating a new project that has a few input fields for project info and data table with components related to that project. Here is the page code: | | | |

[jboss-user] [JBoss Seam] - Themes question

2007-07-10 Thread Phantom
Good day, How can I realise such functionality: I have 2 themes on my site: 1) Default - with images, CSS etc. 2) Printable - plain text - suitable for printing I want: for human show Default theme, but for crawles (Google, Yahoo etc.) show by default Printable version. How can I do that? May

[jboss-user] [JBoss Tools (users)] - Re: Get nightly exadel plugins working with JBossIDE

2007-07-10 Thread [EMAIL PROTECTED]
what exceptions are you getting ? Drools installation should not affect jboss tools plugins. I haven't been able to use Drools IDE with Eclipse 3.3 which I why we had to remove it from jboss tools until that work has been done. View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: End conversation when user leaves a page

2007-07-10 Thread [EMAIL PROTECTED]
On navigation away, yes. On the user browsing to another URL, no. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062307#4062307 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062307 _

[jboss-user] [JBoss Seam] - Re: ResourceBundle mystery

2007-07-10 Thread [EMAIL PROTECTED]
All resource bundles are made available under #{messages} - read the docs to find out about the order the bundles are accessed in when you request a messages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062308#4062308 Reply to the post : http://www.jboss

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Has anyone seen jboss and jvm crashing like this?

2007-07-10 Thread forweb
The same error happend in my application. The config:java 1.5 , tomcat 5.5 We run application at one computer,when user go up,we add another computer,but the new machine java clash frequently.Two computer is same. and why? Maybe not the JBoss's mistake,but java's View the original post : htt

[jboss-user] [JBoss Seam] - Re: Problems with Seam 2

2007-07-10 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : Have we moved to Maven??? For building the seam-ui stuff. Are you using a clean install of JBoss AS 4.2.0.GA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062310#4062310 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: how can i save a task with variables?

2007-07-10 Thread [EMAIL PROTECTED]
Ask on the jbpm forum, I'm not sure how you get variables to be persisted. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062311#4062311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062311

[jboss-user] [JBoss Seam] - Mocking @Logger

2007-07-10 Thread mustaghattack
I would like to unit test a Seam SFSB which uses an injected logger. I didn't find any MockLog so I use the logging factory like that : setField( editor, "log", Logging.getLog( "test" ) ); It solves the NullPointerException and the test are working fine but when logging, the Interpolator try to ac

[jboss-user] [JBoss Seam] - Re: DataModel PersistentSet problem from rich subtable

2007-07-10 Thread [EMAIL PROTECTED]
Whether thats to do with the rich:subTable, or doing the set->list conversion I'm not sure. Try passing in the id of task to select. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062314#4062314 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: bijection question - value could not be converted to the

2007-07-10 Thread [EMAIL PROTECTED]
Try using f:convertNumber tags on each of the inputs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062315#4062315 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062315 ___ j

[jboss-user] [JBoss Seam] - Re: JSR-299 Web Beans approved by the EC

2007-07-10 Thread [EMAIL PROTECTED]
"przemjaskier" wrote : Gavin, | | I see that description of this JSR covers EJB only. What about Seam's POJO components compatibility? Will it be maintained by future versions of Seam/WebBeans RI? Yes, certainly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Seam] - Re: JSR-299 Web Beans approved by the EC

2007-07-10 Thread [EMAIL PROTECTED]
To be clear: Web Beans do not need to be EJBs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062318#4062318 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062318 ___ jboss-us

[jboss-user] [JBoss Seam] - Re: update DataModel values

2007-07-10 Thread [EMAIL PROTECTED]
How does the list refresh happen? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062319#4062319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062319 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: Mocking @Logger

2007-07-10 Thread [EMAIL PROTECTED]
Sure, add a request to JIRA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062321#4062321 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062321 ___ jboss-user mailing list jbo

[jboss-user] [JBoss jBPM] - How is done the authentication for the JBPM console ?

2007-07-10 Thread mailinator
Hi, can someone explain me how the authentication for the jbpm console is done ? Im trying to understand how all the components work together in order to solve some problems on weblogic. If someone have a good understanding of the links between the login-config.xml, the access.propreties, the j

[jboss-user] [JBoss Seam] - Re: Urgent - running seam-2-beta without a network connectio

2007-07-10 Thread [EMAIL PROTECTED]
You have to make sure that you have the latest, most uptodate Seam schemas declared. If you use the old ones, they will not be available in the Seam jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062324#4062324 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: Seam 2.0 is tightly coupled with Hibernate validator

2007-07-10 Thread [EMAIL PROTECTED]
I checked the code - there are actually four hard dependencies to Hibernate Validator: FacesMessages Param Validators BaseSeamTest I guess it would be *possible* to get rid of the hard dependency, but it wouldn't be simple. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: ResourceBundle mystery

2007-07-10 Thread maku01
"[EMAIL PROTECTED]" wrote : All resource bundles are made available under #{messages} - read the docs to find out about the order the bundles are accessed in when you request a messages. Thanks for the hint! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062

[jboss-user] [JBoss Seam] - Re: update DataModel values

2007-07-10 Thread rapowder
One more thing: I actually noticed that if I do an em.refresh(item) on each item before showing the list it works, but I'd like to find another solution since this one is very expensive in time... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062331#4062331

[jboss-user] [JBoss Seam] - Re: update DataModel values

2007-07-10 Thread rapowder
Ops, I didn't see your answer... To refresh the list I load again the page from a menu where I can select the type of item to show: | | | | where selectItemClass() is just a method that returns the item list page fr

[jboss-user] [JBossCache] - Re: Write lock is not released

2007-07-10 Thread metastaz
"genman" wrote : What's the write thread doing? (Can you get a stack trace of your application at this time?) Yep that's a good idea. However I do not have exact steps to reproduce this issue, and we observe it only ocassionaly in production. I'll try to reproduce it and get the stack trace. T

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA

2007-07-10 Thread fmars
Seam 2 Beta is out there since ~two weeks. i read about the new features, but first yesterday accidentally i have discovered "Parameterized Value Bindings". You can't know, how much i needed this feature. i was tired of writing wrapper classes(This was the only way, i could think). Thank you for

[jboss-user] [JBossWS] - JBossWS 2.0 throws WebServiceException: Error creating JAXBC

2007-07-10 Thread Juergen.Zimmermann
I updated my JBoss 4.2 installation to JBossWS 2.0. Only minor modifications where necessary for ANT build.xml files (JARs changed regarding classpath, classes for ANT tasks changed). However, if I run my JBossWS clients I get this stacktrace. What's going on? Any hint is appreciated! When test

[jboss-user] [JBoss Seam] - Re: Mocking @Logger

2007-07-10 Thread mustaghattack
Ok, http://jira.jboss.com/jira/browse/JBSEAM-1633 I attached a MockLog. The mockLog method for SeamTest should be straightforward. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062339#4062339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JCA/JBoss] - Re: Resource adapter deployment problem

2007-07-10 Thread xaleyba
Hi I've just one more doubt. I've seen many examples about how to offer my JCA resource adapter via JNDI. I saw that with JBoss, database datasources are offered via a configured datasource xml file, but as my ra is not sql related, I wonder how could I offer it via jndi in JBoss. Thanks in

[jboss-user] [JBoss Tools (users)] - "0:0 Unidentified parser error" in build.xml files

2007-07-10 Thread Stefan_Tausendpfund
Hello, using buildfragements in my build.xml I get an "0:0 Unidentified parser error" using JbossTools. Here a short code sniplet of my build.xml file: | | ]> | | | &libraries; | ... | The error occurs when the line &libraries; is inserted and my project gets red

[jboss-user] [JCA/JBoss] - Re: Resource adapter deployment problem

2007-07-10 Thread vickyk
Look at sample application explained here http://docs.jboss.org/jbossas/jboss4guide/r3/html/ch7.chapt.html#d0e15145 You would notice the binding done by using the tag as http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd";> | | | | NoTransFS | chap7-ex1.rar |

[jboss-user] [JBoss Portal] - Re: Different CMS default page per CMS portlet instance?

2007-07-10 Thread mimra
I can see that this is possible with Portal 2.6, but I am currently running on a 2.4. I would like to do this on 2.4... /Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062353#4062353 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Seam] - Re: Problems with Seam 2

2007-07-10 Thread [EMAIL PROTECTED]
I was using the build.xml in the base of the base of the Seam 2.0.0 Beta 1 package. This used to build! I am pretty sure I used to build this in previous versions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062355#4062355 Reply to the post : http://ww

[jboss-user] [JBoss Seam] - Re: Problems with Seam 2

2007-07-10 Thread [EMAIL PROTECTED]
Yes, it looks like some files were missing which were needed to build Seam. Sorry :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062356#4062356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062356

[jboss-user] [JBoss Portal] - Re: Different CMS default page per CMS portlet instance?

2007-07-10 Thread [EMAIL PROTECTED]
You could have create 2 instances, 1 instance only available for Role A, the other only for role B. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062357#4062357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062357 __

[jboss-user] [JBoss Seam] - user session

2007-07-10 Thread kgoedert
Hi, I would like to keep track of some user actions in the application like when some critical information is deleted, or by what time the user logged in and logged out. What would be the best approach to do that? Thanks Kelly View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Portal] - Re: Different CMS default page per CMS portlet instance?

2007-07-10 Thread mimra
Hmm - but won't I have to tell each instance which file to show in the CMS portlet? Otherwise it just uses the same file (index.html)? /Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062361#4062361 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [EJB 3.0] - Re: EJB3 MDB One Implementation Multiple Deployments

2007-07-10 Thread marilenc
Thank you very much for this post. I was searching in vain to find a way to move quartz adnotations to ejb-jar.xml and your post was helpfull. | http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee |

[jboss-user] [EJB 3.0] - Re: Ejb 3s and scheduling with cron expression.

2007-07-10 Thread marilenc
I was also searching for documentation on this topic especially on how to externalize the adnotations to the ejb-jar.xml and created a small article here: http://www.len.ro/work/articles/jboss/creating-a-quartz-job hope it helps. View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Hot redeployment - EJB

2007-07-10 Thread karolkarol
When I change something in EJB, even in method implementation, IDE is saying that hot redeployment is not implemented and I have to redeploy whole seam application. Is that by the design or it is some way possible to hot redeploy of EJBs in seam project? Thanks for help. View the original pos

[jboss-user] [EJB 3.0] - Re: Quartz Bean deployment

2007-07-10 Thread marilenc
Thank you very much for the informations I found it very usefull. However trying to migrate from adnotations to the deployment xml files proved much more complicated. After a lot of trouble I was able write a small doc: http://www.len.ro/work/articles/jboss/creating-a-quartz-job. Hope it helps.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss 4.2.1, download???

2007-07-10 Thread [EMAIL PROTECTED]
Development is over; we are at the last stages of packaging and testing. It'll be released on July 18th. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062367#4062367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40623

[jboss-user] [JBossWS] - Re: WebService that catches all requests

2007-07-10 Thread lzap
Am I able to add new handler from the code? If not, how to add the handler that will be able to catch some requests without breaking the whole JBoss installation? I am searching through the documentation and I cannot find any information about this config file. View the original post : http://

[jboss-user] [JBoss Portal] - Re: Different CMS default page per CMS portlet instance?

2007-07-10 Thread [EMAIL PROTECTED]
Yes, but you can. Look at section 11.3.1 http://docs.jboss.com/jbportal/v2.4/reference-guide/en/html/cmsPortlet.html#d0e3842 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062371#4062371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Re: Hot redeployment - EJB

2007-07-10 Thread [EMAIL PROTECTED]
By default (with eclipse at least) you can change a class as long as you don't change it's api when you are debugging the server. Sometimes it goes wrong - but it should work if you are on the first start of eclipse/the server. This works with the seam-gen built project for example View the o

[jboss-user] [JBoss jBPM] - Please help, its urgent (BPEL involving call to a service in

2007-07-10 Thread ram_kumar
Hi, I get the following error when one webservice residing in the service mix called by another one which is a bpel application. | 16:18:41,869 ERROR [StartListener] could not start process instance | org.jbpm.graph.def.DelegationException | at org.jbpm.graph.def.GraphElement.ra

[jboss-user] [JBoss jBPM] - Re: start-state

2007-07-10 Thread [EMAIL PROTECTED]
The node enter event gets fired when the token enters a node. As for the start-state, the token never enters it. Rather the token is *positioned* in the start-state when the process starts executing. So the event you want to look at is the process-start event. Btw. Performing a signal on the cur

[jboss-user] [EJB 3.0] - Better debug logging during EJB3/Hibernate automatic DDL and

2007-07-10 Thread hermida
Hi everyone, I am a new JBoss user and please forgive me if I missed something searching in the forums or in the docs. I looked for a while and couldn't find info on exactly my problem. I find ways to increase Hibernate logging once everything is running but not for when I deploy my ear to JB

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-10 Thread amitev
I solved the problem with but is there a seam solution to this. Something like page scope (which dunno why is not allowed for SFSB) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062378#4062378 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Portal] - Re: Different CMS default page per CMS portlet instance?

2007-07-10 Thread mimra
Ahh - perfect. I can overwrite the portlet preferences per instance. Thanks Thomas! /Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062379#4062379 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062379 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: java.util.Properties causes IllegalStateException on JBo

2007-07-10 Thread bartvh
Has a JIRA issue been created for this? It is still there in JBoss 4.2--more than one year later. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062381#4062381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062381

[jboss-user] [JBoss jBPM] - Re: start-state

2007-07-10 Thread estaub
"[EMAIL PROTECTED]" wrote : Performing a signal on the current token from an action handler is not a good practice. Koen, You mean that to apply only to event-handling ActionHandlers, correct? Node-execution ActionHandlers can signal, yes? Thanks, -Ed Staub View the original post : http://w

[jboss-user] [EJB/JBoss] - Re: forever problem! right way to create and deploy bean

2007-07-10 Thread henry _h
i upgrade to jboss 4.2 and my bean functions, but i become: log4j:WARN No appenders could be found for logger (org.jboss.security.SecurityAssociation). log4j:WARN Please initialize the log4j system properly. I dont no what is the appender and where should i put it? View the original post : htt

[jboss-user] [JBossWS] - Re: JBossWS 2.0 throws WebServiceException: Error creating J

2007-07-10 Thread Juergen.Zimmermann
Soved: The endorsed dir wasn't set to $JBOSS_HOME/lib/endorsed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062384#4062384 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062384 ___

[jboss-user] [JBoss Seam] - Drools 4.0 M3 API changed Seam 2.0 security package broke

2007-07-10 Thread enzhao
I am using drools 4.0.0 daily snapshot with seam 2.0 daily snapshot. The drools 4.0 M3 WorkingMemory API has been changed. Please have a look here: http://wiki.jboss.org/wiki/Wiki.jsp?page=4.0.0.MR3ReleaseNotes So the code in the RuleBasedIdentity class in the Seam security package should chang

[jboss-user] [JBoss Portal] - Re: How to access in code to the Window Properties map in do

2007-07-10 Thread nystaa
For 2.6 GA CorePortalNode has changed to PortalNodeImpl. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062389#4062389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062389 __

[jboss-user] [JBoss Tools (users)] - Cant create JSF1.2 Project with Jboss, a division of Red Hat

2007-07-10 Thread baz
Hello following Problem: Having 2 Servers (1. defined with Jboss and 2. defined with Jboss, a division of Red Hat) 1. File -> New -> Project... 2. Select Seam -> Seam Project and Next For Server 1. it is possible to select Java Server faces v1.2 Project under configuration For Server 2. it is n

[jboss-user] [JBoss Portal] - create portal

2007-07-10 Thread m.heidari
Hello, I am using Jboss portal 2.2.I change core code and I can create portal but when I trying to see the portal I see this error : This request requires HTTP authentication (). I think jboss portal core can't detect the url of another portal and only can detect default.How can I solve this pr

[jboss-user] [JBoss Seam] - Re: JSR-299 Web Beans approved by the EC

2007-07-10 Thread enzhao
congratulations! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062394#4062394 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062394 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Portal] - create portal

2007-07-10 Thread m.heidari
Hello, I am using Jboss portal 2.2.I change core code and I can create portal but when I trying to see the portal I see this error : This request requires HTTP authentication (). I think jboss portal core can't detect the url of another portal and only can detect default.How can I solve this pr

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 and Sub-Process

2007-07-10 Thread drashmi30
In case you are finding it difficult to deploy a process-definition having a sub-process, then use the below class: org.jbpm.graph.node.DbSubProcessResolver.java Use this class in jbpm.cfg.xml: | and build the jbpm-console.war again. View the original post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - Problem with multiple end-states

2007-07-10 Thread fewagewasd
Hi, I've got a problem with the following test- workflow: | | | | | | | | | | | | | | | I set a variable, and based on it's value the TestActionHandler calls leaveNode for either the transitio

[jboss-user] [JBoss Seam] - Incremental 'hot' deployment problem

2007-07-10 Thread damianharvey
I have changed a Seam-Gen EAR based project to use the incremental deployment utilising WEB-INF/dev. I have left my src/model in the normal place but changed the src/action to output it's class files to resources/WEB-INF/dev. I have set core:init debug="true" and changed the build.xml to move th

[jboss-user] [Security & JAAS/JBoss] - JBoss NegotiateKerberos [HttpServletRequestResponseValve] R

2007-07-10 Thread netcom
i config NegotiateKerberos at jboss Login as domain user, happen some error 20:24:23,328 DEBUG [SPNEGO] CallbackHandler: [EMAIL PROTECTED] 20:24:23,328 DEBUG [JaasSecurityManagerService] Created [EMAIL PROTECTED] 20:24:23,328 DEBUG [SPNEGO] CachePolicy set to: [EMAIL PROTECTED] 20:24:23,328 DEBUG

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss NegotiateKerberos [HttpServletRequestResponseValv

2007-07-10 Thread netcom
jboss-service.xml . org.jboss.web.tomcat.security.AdvancedWebCallbackHandler context.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062405#4062405 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss NegotiateKerberos [HttpServletRequestResponseValv

2007-07-10 Thread netcom
| jboss-service.xml | | | | org.jboss.web.tomcat.security.AdvancedWebCallbackHandler | | | context.xml | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062407#4062407 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: Incremental 'hot' deployment problem

2007-07-10 Thread damianharvey
I should mention that the error occurs when I refresh the page and not on the actual redeployment. It appears to be choking when I have injected another JavaBean into the class eg. @In(create=true) | NumberGenerator numberGenerator; where numberGenerator is just a basic POJO. If I comment thi

[jboss-user] [EJB/JBoss] - Re: forever problem! right way to create and deploy bean

2007-07-10 Thread jaikiran
You see those messages because you dont have a log4j.properties or log4j.xml file in the classpath of the client (MyBeanClient). Have a look at http://jaitechwriteups.blogspot.com/2006/07/i-get-log4jwarn-no-appenders-could-be.html for more details. All you have to do is place a log4j.xml or log

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: java.util.Properties causes IllegalStateException on JBo

2007-07-10 Thread bartvh
"bartvh" wrote : Has a JIRA issue been created for this? It is still there in JBoss 4.2--more than one year later. Ok, found the JIRA bug : http://jira.jboss.com/jira/browse/JBAS-3383. And I see no 'Fix Version' has been filled in... View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - project from CVS fails to build

2007-07-10 Thread ntsankov
Hi, Just did a checkout of from CVS and got two problems: 1) .classpath points to an old version of itext (2.0.1) while the lib folder has a newer version (2.0.4) 2) org.jboss.seam.international.Messages is missing an import for org.jboss.seam.core.ResourceBundle (which causes the ant build to

[jboss-user] [Beginners Corner] - Dynamic Class loading

2007-07-10 Thread brilleaben
Hello, Having read through lots of posts, documents and pages found on Google and still having a, to me, strange problem, I turn to the gurus on jboss.org ... Situation: I start my main application from within jboss. My application will generate dynamic java classes outside the jboss director

[jboss-user] [Remoting] - Re: Config for EJB3 over servlet-invoker with compression

2007-07-10 Thread MarcReis
Hi, thanks for the info! I tried configuring it : | | jboss.aop:service=AspectDeployer | | | | ${jboss.bind.address} | 8080 | servlet-invoker/ServerInvokerServlet

[jboss-user] [JBoss jBPM] - Re: jbpm web console development

2007-07-10 Thread fuligj
I am surprised at the fact that You do not use a visual designer for the development of the web part. How it is possible to see it in this manner, how will look in the browser? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062420#4062420 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Custom Portal URL

2007-07-10 Thread [EMAIL PROTECTED]
The admin portal shouldn't be renamed since the link in the header points to it. To select the default portal, it would actually be easy to add it to the GUI (core-admin). But not yet in the XML descriptors (there is currently no way to set properties on a portal parent via XML. View the orig

[jboss-user] [JBoss Seam] - Re: project from CVS fails to build

2007-07-10 Thread [EMAIL PROTECTED]
Fixed, thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062422#4062422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062422 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss jBPM] - Problems with deploying process with mail nodes or elements

2007-07-10 Thread rossputin
Hi Guys, I am new to this, and so far very impressed with the whole thing, it is the best working, best graphical editor and generally best thought out architecture I have seen with regards to workflow engines.. I tried quite a few, but ended up with buggy imlpementations with very poor documen

[jboss-user] [JBoss Seam] - Re: JSR-299 Web Beans approved by the EC

2007-07-10 Thread hstang
This is exciting news for J2EE developers. Congratulations. Gavin, thank you and your team for your hard work in this effort. Much appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062425#4062425 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Monitoring new connections to a topic

2007-07-10 Thread [EMAIL PROTECTED]
"chris05atm" wrote : | Using subscribe() my Interceptor will broadcast a message to the topic whenever a client connects. The problem is I guess the message is broadcast before the connecting client starts receiving messages. Every other connected client receives the broadcasted message excep

[jboss-user] [JBoss Seam] - Re: End conversation when user leaves a page

2007-07-10 Thread gus888
"[EMAIL PROTECTED]" wrote : On navigation away, yes. Hi Pete, Could you please give a hint how to end a conversation on navigation away? Thank you very much in advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062429#4062429 Reply to the post : http:

  1   2   3   4   >