[jboss-user] [JBoss Seam] - Re: conversation switcher and pageflow

2007-03-26 Thread venkateshbr
Hi gavin, I was able to reproduce this with the dvd store example. i added new facelet conversations.xhtml | ui:composition xmlns=http://www.w3.org/1999/xhtml; | xmlns:s=http://jboss.com/products/seam/taglib; | xmlns:ui=http://java.sun.com/jsf/facelets; |

[jboss-user] [JBoss Seam] - Re: lost parameter after login/forwarding

2007-03-26 Thread thejavafreak
What context are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031477#4031477 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031477 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: console url changed to http://localhost:8080/jbpm-consol

2007-03-26 Thread fuligj
Can somebody check this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031479#4031479 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031479 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: cannot destroy component exception

2007-03-26 Thread waynebagguley
You're not the only one. I get the same exceptions. Seam appears to have quite a few flaws like this. I'm quickly losing confidence in it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031481#4031481 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Context parameters in Tomcat with JBoss ?

2007-03-26 Thread vbarres
Hello, I'm trying to define context parameters in server.xml file, located in [jboss_dir]/server/[name_server]/deploy/jbossweb-tomcat50.sar. I want these values to be retrieved from a jsp, in a similar way when they are declared in the web.xml (using context tag) of the application. I start

[jboss-user] [Installation, Configuration Deployment] - Context parameters using Tomcat configuration ?

2007-03-26 Thread vbarres
Hello, I'm trying to define context parameters in server.xml file, located in [jboss_dir]/server/[name_server]/deploy/jbossweb-tomcat50.sar. I want these values to be retrieved from a jsp, in a similar way when they are declared in the web.xml (using context tag) of the application. I start

[jboss-user] [Installation, Configuration Deployment] - Context parameters using tomcat configuration ?

2007-03-26 Thread vbarres
Hello, I'm trying to define context parameters in server.xml file, located in [jboss_dir]/server/[name_server]/deploy/jbossweb-tomcat50.sar. I want these values to be retrieved from a jsp, in a similar way when they are declared in the web.xml (using context tag) of the application. I start

[jboss-user] [JBoss Seam] - Re: Seam/hibernate search

2007-03-26 Thread Frippe
I guess messy was the wrong word for this context. What I was referring to was; to day I need to combine the use of Seam annotations and functionality with hibernate sessions to get the indexing up and running. If would be nice to keep the code clean from hibernate sessions when it's not being

[jboss-user] [JBoss Seam] - Re: lost parameter after login/forwarding

2007-03-26 Thread henrik.lindberg
on which one of the involved things? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031490#4031490 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031490 ___ jboss-user mailing

[jboss-user] [JBossWS] - Re: @WebServiceRef jbossws 1.2.0.GA

2007-03-26 Thread biroj
Hi, You proposed to use the JAX-WS API to create a service, but do you know how to specify a relative path to e.g. META-INF/wsdl/x.wsdl ? I tried the file:/./META-INF/wsdl/x.wsdl file:/META-INF/wsdl/x.wsdl file:./META-INF/wsdl/x.wsdl file:META-INF/wsdl/x.wsdl

[jboss-user] [JBoss Portal] - Re: Get user loggin

2007-03-26 Thread tinico
In my research, I've see the org.hibernate.Session classe !! Can it help me for solve my problem ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031494#4031494 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031494

[jboss-user] [JBossWS] - Problem to trace SOAP Message when an exception occures!

2007-03-26 Thread manosurf
Hi, In order to see the SOAP Message I developped my Handler that extends GenericHandler. Bellow the extract code of my Handler public boolean handleRequest(MessageContext msgContext){ try { SOAPMessage soapMessage = ((SOAPMessageContext)msgContext).getMessage();

[jboss-user] [JBoss jBPM] - Re: Scheduled TaskInstances within a ProcessInstance?

2007-03-26 Thread kukeltje
Cool, thanks, I edited the page a little for readability. Some small remarks: What you did now is extend the jbpm core in such a way that you have to manually change this each time a new jbpm core comes out. It can be done in a non-intrusive way. What you can do is just turn of validation on

[jboss-user] [JBoss jBPM] - Re: Deploying jbpm-console in a different server

2007-03-26 Thread vineethjoyson
The problem is solved. I was using Jboss5.0.0beta. so there was incompatibility. Now i am using jboss4.0.5.GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031499#4031499 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Illegal use of mappedBy on both sides of the relationshi

2007-03-26 Thread irVega
Is there a suggested workaround? Is there a fix coming? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031500#4031500 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031500 ___

[jboss-user] [JBoss Portal] - Re: t:inputfileupload inside a Myfaces JSF portlet on JBoss

2007-03-26 Thread [EMAIL PROTECTED]
All JSF components won't work in a portlet environment. We try to build a list of tested components on the WIki page here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JSFInPortletEnvironment As you see the file upload component isn't listed as working or non-working. If you successfully have it

[jboss-user] [JBoss Seam] - Re: Illegal use of mappedBy on both sides of the relationshi

2007-03-26 Thread [EMAIL PROTECTED]
workarounds: 1) don't enable many-to-many detection (see hibernate tools doc for how) 2) hand edit the associations to choose who wins for a fix we just need to come up with a deterministic and works-ok solution for choosing the default winner. Suggestions welcome ;) View the original post :

[jboss-user] [JBoss jBPM] - Re: problem with deployment

2007-03-26 Thread geg
where to find the source codes?? in the heading ?Downloads?, there are the achievable ones View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031503#4031503 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031503

[jboss-user] [JBossWS] - Re: Can not javax.xml.bind.JAXBContext in which jar file.

2007-03-26 Thread nicolemans72
Could you link the implementation WSContractConsumerFactory rlamie please? I have the same problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031505#4031505 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031505

[jboss-user] [JBossWS] - JbossWS java.lang.IllegalStateException:

2007-03-26 Thread nicolemans72
Hy! I'm new in JbossWS and I try to run the jbossws-samples-1.2.0.SP1. I deployed on jakarta-tomcat-5.0.28 and when I run the ant, I have this error: anonymous wrote : | D:\workspace\jbossws\build.xml:249: java.lang.IllegalStateException: Could not load

[jboss-user] [Messaging, JMS JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-03-26 Thread vitor_b
Thanks for your reply. The problem with my Queue was that described in section 2. I did not call connection.start() method. My mistake. If we talk about books: i haven't seen any good one. I learned from Jboss wiki knowledgebase: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMX If you have

[jboss-user] [EJB 3.0] - Re: Mapping String attribute in EntityBean to CHAR(size) in

2007-03-26 Thread fheldt
I fixed this behavior with a simple UserType. Just annotate | import org.hibernate.annotations.Type; | ... | @Column(name = XYZ) | @Type(type = usertype.TrimmedStringType) | private String xyz; | The TrimmedStringType source is like this: | package usertype; | | import

[jboss-user] [JBoss Portal] - Web Application integration

2007-03-26 Thread ravindra reddy
jboss 2.6 alpha2 how can i make my web application share information with portal. i integrated my web application using iframeportlet. we all know that one of main advantages of portal is single sign on. inorder to acheive this i should be able to send the username logged in portal at present

[jboss-user] [Messaging, JMS JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-03-26 Thread milind.uc
Dear Victor, Feel happy as ur problem get solved... Well I tried the code sample which you have been written for me but I am getting problem in it. | | String domain = jboss.mq.destination; | String service = service=Queue; | String name = name=testQueue; |

[jboss-user] [JBoss Seam] - Tests errors

2007-03-26 Thread artur.chyzy
Hello. I'm trying to run some tests. When i put following config to orm.xml | | persistence-unit-metadata | persistence-unit-defaults | entity-listeners | entity-listener class=org.jboss.seam.security.EntitySecurityListener/ |

[jboss-user] [JBoss Seam] - Re: is hibernate.cfg.xml mandatory in examples of Seam 1.1 C

2007-03-26 Thread vitozabal
So, Gavin, why is it happen? I have the same issue... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031520#4031520 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031520 ___

[jboss-user] [Messaging, JMS JBossMQ] - Re: problem with durable mdb - new client id every time

2007-03-26 Thread thomasra
Always use clientId property when using durable subscriptions. http://wiki.jboss.org/wiki/Wiki.jsp?page=EJB3MessageDrivenBean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031521#4031521 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - I can't connect to my BDD (mysql_ds.xml deployer)

2007-03-26 Thread gildov
I install jboss 4.0.0 Now im configuring mysql deployer (mysql_ds.xml): ?xml version=1.0 encoding=UTF-8? local-tx-datasource jndi-nameMySqlDSBiootop/jndi-name connection-urljdbc:mysql://127.0.0.1:3306/biootop/connection-url driver-classorg.gjt.mm.mysql.Driver/driver-class

[jboss-user] [JBossWS] - Re: beginner needs help

2007-03-26 Thread vitor_b
Sorry for such a long time you had to wait for my reply. First thing you need is: JWSDP (Java Web Services Developer Pack). You can download it from www.sun.com. I use jwsdp-1.4. And here it is ant task which will generate for you jaxrpc-mapping and wsdl files: First we need to set path to

[jboss-user] [JBoss Seam] - Re: Selectable linklist without h:dataTable

2007-03-26 Thread knuwu
I changed the list to DataModel using DataModel Annotation: @Stateful | @Name(configSelector) | @Scope(ScopeType.SESSION) | public class ConfigurationSelectorImpl implements ConfigurationSelector { | | @Logger private Log log; | | @DataModel | private ArrayListModule

[jboss-user] [JBoss jBPM] - JBPM Package in another language

2007-03-26 Thread lkourbali
Hello, Can you help to find a package in french version. Thank's View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031525#4031525 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031525

[jboss-user] [EJB 3.0] - Seeing values in SQL statements

2007-03-26 Thread dkalna
Hi there, I would like to see values in hibernate SQL statements, not just question marks. Could someone post where and how to configure that? I have default JBoss 4.0.5. with EJB3.0 installed. Thanks a lot Dalibor View the original post :

[jboss-user] [JBoss Seam] - Re: selectOne

2007-03-26 Thread petemuir
KoniKoni, take a look at the ui example in CVS, it shows the country selectOneRddio being populated from a property of continent. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031528#4031528 Reply to the post :

[jboss-user] [JBoss Seam] - Re: selectOne

2007-03-26 Thread KoniKoni
This stuff just functions with EnityHome. Shoud be the EntityBean for selectOne from EtityHome extended? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031529#4031529 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Scheduled TaskInstances within a ProcessInstance?

2007-03-26 Thread wjm
perrylucas wrote : Ok - you should be able to find a mini tutorial here now: http://wiki.jboss.org/wiki/Wiki.jsp?page=CustomTasks | | (Linked from the jbpm home wiki page under jbpm 3) Thanks for doing that, it looks like a good start. I'm wondering if it makes sense to mention something

[jboss-user] [JBoss jBPM] - Support definition on Node type (xsd)

2007-03-26 Thread wjm
jpdl-3.2.xsd doesn't specify definition as an allowed attribute on Node, even though, like name, definition is member variable of the GraphElement class (node superclass). Is there a good reason why this is the case? I'd like to be able to specify a definition for a given node (or any of its

[jboss-user] [JBoss Seam] - Re: Intercepting component installation

2007-03-26 Thread petemuir
I've been thinking we need more hooks into startup. For example, we want to be able to scan for *.jpdl.xml and load them as pageflows. I had been thinking we should have the ability to register a listener on the scanner; this could work here? View the original post :

[jboss-user] [JBossWS] - Marshalling

2007-03-26 Thread vitor_b
Hello Since there is no user forum dedicated for unmarshalling and marshalling problems i think this is the best place where i can ask question related to these topics. Ususally our Webservice get xml document, unmarshall it, do some business logic, then marshall result and send it to caller.

[jboss-user] [JBoss jBPM] - Re: Support definition on Node type (xsd)

2007-03-26 Thread wjm
Additionally, it appears that among two (2) of the three (3) copies of jpdl-3.2.xsd which are in the un-built distribution, description is allowed as an element, but not an attribute, on some instances of node (decision, start_state and end_state), but not others. Given that description is

[jboss-user] [JBoss jBPM] - Re: problem with deployment

2007-03-26 Thread geg
I do not know java at all, therefore how made one for complier the file ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031539#4031539 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031539

[jboss-user] [JBoss Seam] - Re: selectOne

2007-03-26 Thread petemuir
No, you never extend an entity from EntityHome. EntityHome is part of the Seam Application Framework (see the documentation. I wrote the example using the framework but it works just fine without it (all the framework is doing is making it easier to do persistence - update and queries).

[jboss-user] [JBoss Portal] - Re: 2 identical portlets in the same page

2007-03-26 Thread arkhilis
Hi, I am also facing the problem of displaying two different RSS feeds with same portlet on same page i have used following code in my processAction() request.getPortletSession(false).setAttribute(count, new Integer(NumberofItems));

[jboss-user] [JBoss jBPM] - Steps to get jbpm3.2 to work on tomcat which is using mysql

2007-03-26 Thread ygiriyap
Steps to get jbpm3.2 to work on tomcat which is using mysql as backend 1. What are the jar files required other than the default ones present in the war file. 2. complete scripts to create db tables. 3. INSERT scripts to insert minimal data into the db. Could someone provide answer to

[jboss-user] [JBossWS] - Re: Getting access to X509Certificate

2007-03-26 Thread rmartony
I have the solve the same problem. My configuration: JDK 1.5 JBoss AS 4.0.5 JBossWS 1.0.4 WS-Security Any ideas on how to interact with WS-Security with JSR 181-POJO Endpoint to obtain X509Certificate, Subject, Principal, etc.? grey727, maybe the JWSDP and JSR-109 approach may help me...

[jboss-user] [JBoss jBPM] - Re: Deploying jbpm-console in a different server

2007-03-26 Thread viniciuscarvalho
Are you using hsqldb? I'm having problems with other dbs and jbpm. Also, with jboss 4.2 I get the same error, seems to be a JSF compatibility issue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031546#4031546 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Steps to get jbpm3.2 to work on tomcat which is using my

2007-03-26 Thread viniciuscarvalho
Having the same issue here, but on jboss... I'll spend the entire day today trying to accomplish that, as soon as I get a how to I'll be pleased to share with the jbpm community. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031547#4031547 Reply to the post

[jboss-user] [JBoss jBPM] - Re: Support definition on Node type (xsd)

2007-03-26 Thread wjm
It appears I've referred to definition during this topic, which I should have been referencing description. I hope that hasn't confused the issue too terribly to make it impossible to reply to this. To restate, only a few of the node instances in jpdl-3.2.xsd allow for a description

[jboss-user] [JBoss Seam] - Re: Illegal use of mappedBy on both sides of the relationshi

2007-03-26 Thread irVega
If you have a spare moment, could you please give a specific example of how I can do as you suggest using SEAM and, in particular, seam-gen? On Michael Yuan's website there is a link to a video where in a 5 min he generates an app with seam-gen (via Eclipse). The intro text on the site says

[jboss-user] [JBoss Seam] - Re: selectOne

2007-03-26 Thread KoniKoni
I used follow code: framework:entity-home name=kfzHome entity-class=kk.rentform.entity.Kfz / without extending from HomeEntity doesn't work. Probably because i used s:convertEntity /? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031553#4031553 Reply

[jboss-user] [Clustering/JBoss] - Re: Farm Deployment with UDP not working

2007-03-26 Thread RedChili
I've set the buffersizes to 20Mb now which didn't change the behavior. The cluster node on which the application is deployed still shows the last line in the logs: 3:56:53,880 INFO [EARDeployer] Started J2EE application: file:/opt/jboss/jboss-4.2.0.CR1/server/node/farm/kusssdemo.ear |

[jboss-user] [JBoss Seam] - [OT] Trinidad 1.0.0-incubating

2007-03-26 Thread mwessendorf
Hi, since some of you guys are using Trinidad w/ the Seam technology stack, I wanna keep you posted, that there is now a first release of the Trinidad components: http://jroller.com/page/mwessendorf?entry=apache_trinidad_1_0_0 Thx, Matthias View the original post :

[jboss-user] [JBoss Seam] - Re: selectOne

2007-03-26 Thread KoniKoni
If i defined follow: framework:entity-home name=kfzHome entity-class=kk.rentform.entity.Kfz / how can i include this entity home with @In annotation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031558#4031558 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:link as popup window

2007-03-26 Thread [EMAIL PROTECTED]
Hi there, In JSF, SEAM that is, you can't direct an URL to a popup window easily like in JSP world. Here are 2 solutions: 1. h:form target=_new 2. On the s:link/ or h:commandLink/, do these: * s:link target=jsWinId onclick=window.open(null, 'jsWinId', 'windth=200,height=blah')

[jboss-user] [JBoss Messaging] - Failed to get a server session

2007-03-26 Thread imaeses
Hello all, We are using JBoss Messaging 1.0.1.SP4 with JBoss Remoting 2.2.0 in JBoss 4.0.5.GA. We have a series of MDB's which answer to queues. The queues are deployed on a remote machine from the JBoss instance hosting the MDB's. We have already noticed that sometimes when shutting down

[jboss-user] [Clustering/JBoss] - Re: Farm Deployment with UDP not working

2007-03-26 Thread RedChili
I've tried it the other way around I've deployed the application on one node. And instead of waiting for a push to the other nodes, I started another node which then should pull the application. This gives me an error on the pulling-node: 14:18:14,071 INFO [FarmMemberService]

[jboss-user] [JBoss jBPM] - Re: problem with deployment

2007-03-26 Thread geg
I have succeeds with complier but it asks me importation which I do not have. I wanted to know if it were possible to provide me the file to compile?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031563#4031563 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Deploying jbpm-console in a different server

2007-03-26 Thread vineethjoyson
ya i am using hsqldb. The linkage error that i got was solved when i used jboss4.0.5.GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031565#4031565 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031565

[jboss-user] [JBossWS] - Re: WS-Security - Invalid timestamp, message claimed to be c

2007-03-26 Thread rmartony
A workaround using a system property (jboss.ws.timestampTolerance) to set tolerance: | // Source File Name: TimestampVerificationOperation.java | | package org.jboss.ws.wsse; | | import java.io.PrintStream; | import java.util.Calendar; | import

[jboss-user] [JBoss jBPM] - Re: jBPM : Couldn't be that complicated...

2007-03-26 Thread viniciuscarvalho
News from the front: So far jbpm seems to be working on jboss 4.0.5 (still problems with 4.2, left it behind due schedule). But I'm still using hsqldb as the database. I tried to run the scripts for mySQL no success. One thing that should be improved in the docs is that it starts from the

[jboss-user] [JBoss Seam] - Nontestable framework

2007-03-26 Thread mariuszs
How to test actions derived from Home or Controller? (transaction problem in integration tests) How to test code with security enabled for entities? (problem in unit tests) Is exposing object PK for all operations (Crud from Home) really good and safe idea, especially for begginers? How to

[jboss-user] [JBoss Seam] - Session wide variable

2007-03-26 Thread hispeedsurfer
Hi, what can I do to maintain a session wide variable? I have a class Site with a variable currentSite. At startup this currentSite should store the startpage i.e. main.xhtml In other classes I should set this variable to the next displayed page. to change the sites this is the section where is

[jboss-user] [JBossWS] - Re: Getting access to X509Certificate

2007-03-26 Thread rmartony
Sorry, I'm using JSR-109 style web services with WS-Security and NOT JSR 181-POJO endpoint services as I mentioned earlier... Regards, Rafael. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031572#4031572 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Session wide variable

2007-03-26 Thread KoniKoni
Insert follow to you session bean: @In Context sessionContext; this instance provide different methods for session manipulation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031576#4031576 Reply to the post :

[jboss-user] [JBoss Portal] - Re: t:inputfileupload inside a Myfaces JSF portlet on JBoss

2007-03-26 Thread kevinjj
Yes using PAL's portlet bridge does allow t:inputfileupload to work inside a portlet, I had to drop the necessary jars and update the portlet.xml to make it work. I did not have to change the exisiting Myfaces Jars that comes with the default JBoss 2.2.1 Portal setup. See

[jboss-user] [Messaging, JMS JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-03-26 Thread vitor_b
Hmm... This line: MBeanServer server = MBeanServerLocator.locateJBoss(); should work when calling from non-MBean, for example from EJB session bean in the same JVM. I don't think that you calling it in this way. I have JBoss 4.0.5 GA, but that class was available in version 3.2.7 or even

[jboss-user] [Testimonials] - Re: Migration from Weblogic to JBoss 4.0.5

2007-03-26 Thread dward
First off, your ClassCastException was at your second narrow, according to the stack trace you provided, and indeed a second narrow should not be done. Good move cleaning up classes from your web tier, though. Classes that exist in the ejb tier should not be duplicated in your web tier. As

[jboss-user] [JBoss jBPM] - Re: jBPM : Couldn't be that complicated... Getting there

2007-03-26 Thread viniciuscarvalho
Alright! Almost there: So far those have been the steps taken: I'm using jbpm-jpdl-3.2.GA ok, on jboss 4.0.5: 1st: Create a db named jbpmdb on you mysql (please google it for instruction , I'll post a full explanation as soon as I finish this) 2nd: Download the jbpm-starters-kit 3.1.3 3rd: Use

[jboss-user] [JBoss jBPM] - Re: JBPM Package in another language

2007-03-26 Thread kukeltje
There is non yet (I'll n'y a pas une version francais) There is a jira issue to i18n the webconsole, but not started yet View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031588#4031588 Reply to the post :

[jboss-user] [JBoss Seam] - problem with validation on selectitems

2007-03-26 Thread henderson_mk
Hiya, Having some diffs getting validation working on a select item list. | s:validateAll | tr | td class=cntFormh:outputText value=#{msgs.newCustomerRegion} //td | td class=cntForm | h:selectOneListbox id=region required=true size=3

[jboss-user] [JBoss jBPM] - Re: Scheduled TaskInstances within a ProcessInstance?

2007-03-26 Thread kukeltje
Maybe not needed, but I'd like to point out that this is NOT default jbpm functionality (maybe not yet). So an xsd that supports this should be custom made as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031590#4031590 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Steps to get jbpm3.2 to work on tomcat which is using my

2007-03-26 Thread kukeltje
http://docs.jboss.com/jbpm/v3/userguide/deployment.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031591#4031591 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031591 ___

[jboss-user] [JBoss jBPM] - Re: Deploying jbpm-console in a different server

2007-03-26 Thread kukeltje
jbpm works fine with mysql 4.x and 5.0 here. No special steps taken View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031592#4031592 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031592

[jboss-user] [JBoss jBPM] - Re: jBPM : Couldn't be that complicated...

2007-03-26 Thread kukeltje
A complete script for users is in the 'getting started'. The U is for some hibernate thing so you can use one table for more than one class (e.g. when they are inherited). Can you post thhe full stacktrace of the error? I'd like to help you find the cause as a reward for describing this. Many

[jboss-user] [JBossWS] - Re: Problem consuming web services

2007-03-26 Thread jcv
Now ir runs perfect, thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031595#4031595 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031595 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - NT Auth with services

2007-03-26 Thread swaggs21
We are currently deploying a WS that interacts with another WS on a NT Challenge/Response username password basis. When we supply the WSDL URL for the WS, we recieve a 401 error from the server, even with the credentials supplied in the URL. We have a certificate and a key that was generated

[jboss-user] [Management, JMX/JBoss] - authorization

2007-03-26 Thread tomerbd2
Hi, I did some reading (also in the forum) and i couldnt understand how to answer the following questions: * Am I able to present part of the jmx properties to some users and part of the properties (configurations) to others? Am I able let some users update some of the configuration and some

[jboss-user] [Installation, Configuration Deployment] - Re: JBOSS CLUSTERING ON VIRTUAL MACHINE (LINUX)

2007-03-26 Thread [EMAIL PROTECTED]
AFAIR, there is some problem with jgroups/UCD multicasting when run inside VMWare. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031600#4031600 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031600

[jboss-user] [JBoss jBPM] - Re: jBPM : Couldn't be that complicated...

2007-03-26 Thread viniciuscarvalho
Hello kukeltje, the error is that the TASKINSTANCE table is missing the version column. After running the scripts from mysql it throws a lot of errors (did not see the first time, had verbose off). I don't know if it is a mysql issue (found a lot of references about errors when dropping FKs on

[jboss-user] [Security JAAS/JBoss] - web-resource-name in web.xml

2007-03-26 Thread karstenausberlin
Hello, let me take as example the JAAS-config of web-console. In the file web.xml there's a block of code: |security-constraint |web-resource-collection |web-resource-nameHtmlAdaptor/web-resource-name |descriptionAn example security config that only

[jboss-user] [EJB 3.0] - @Column Annotation doesn't seem to work...

2007-03-26 Thread EricChile
It seems the @Column annotation doesn't work for some reason? using jboss-4.0.5.GA EJB 3.0 | | @Entity | @NamedQueries({ | @NamedQuery(name = SdsDataLoadPat.findAll, query = select o from SdsDataLoadPat o), | @NamedQuery(name = SdsDataLoadPat.findAllbyId, query = select o from

[jboss-user] [Management, JMX/JBoss] - Re: authorization

2007-03-26 Thread tomerbd2
Seems like i need to use: interceptor code=org.jboss.chap2.xmbean.ServerSecurityInterceptor adminName=admin But if I use it will I be able also to present only some of the configuration to some users and some other to other users? Thanks Tomer View the original post

[jboss-user] [EJB 3.0] - Re: Mapping String attribute in EntityBean to CHAR(size) in

2007-03-26 Thread [EMAIL PROTECTED]
Thanks a lot! That worked for my char-datatype. Do you have an idea how to deal with MEDIUMTEXT as (mysql) database type? What's the best java.sql.Type I can use for it? Thanks, Chris View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031609#4031609 Reply to

[jboss-user] [JBoss jBPM] - Re: Deploying jbpm-console in a different server

2007-03-26 Thread kukeltje
or are you upgrading from 3.1 to 3.2 with the updatescript. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031613#4031613 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031613 ___

[jboss-user] [JBoss jBPM] - Re: jBPM : Couldn't be that complicated...

2007-03-26 Thread kukeltje
I always run the scripts in half. If the database is not there I only run the create parts. With mysql 4.x you have to change the boolean to tinyint(1). This is on the wiki... This is the only thing I have to do manually when creating the database on mysql (this and filling the user database)

[jboss-user] [EJB 3.0] - Re: Mapping String attribute in EntityBean to CHAR(size) in

2007-03-26 Thread [EMAIL PROTECTED]
Ok, this was an easy one @Column(length = 10) did the trick. Thanks! Chris View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031614#4031614 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031614

[jboss-user] [EJB/JBoss] - Re: Problem with @Resource and JBOSS

2007-03-26 Thread HoleInOne
instead of mappedName try just name for instance: @Resource(name=java:/QueueConnectionFactory) private javax.jms.QueueConnectionFactory connectionFactory; View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031617#4031617 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jBPM : Couldn't be that complicated...

2007-03-26 Thread viniciuscarvalho
Well, it did work on Oracle. Seems to be a bug with mySQL. As I'm in a rush for a customer presentation about jbpm we are gonna stick to Oracle. Really would like to see the mysql working, I'll save some time to create a full script for the 3.2 version (wondering why 3.2 do not have the jbpm-db

[jboss-user] [JBossWS] - Problem for publish a Web Service

2007-03-26 Thread nicolemans72
Hy! I try to publish a Web Service (with the Eclipse JBoss IDE) with this simple class | package gen; | | import javax.jws.soap.SOAPBinding; | | import javax.jws.WebMethod; | import javax.jws.WebParam; | import javax.jws.WebService; | import javax.jws.soap.SOAPBinding; |

[jboss-user] [JBoss Seam] - Problem with selectItems

2007-03-26 Thread hasc
Hi, im trying my best to get a selectbox filled with objects. I tried the following simple example: | @Stateless | @Name(buildinglist) | public class ItemListAction implements ItemList,Serializable{ | | public List buildingList; | | @Factory(buildingList) |

[jboss-user] [JBossCache] - Transactions in Local mode

2007-03-26 Thread sonicfab
Hi. I'm using TreeCache 1.4.1 with no replication. I understand that each calling thread will start an internal transaction, even if there is no transactional context in the client. - Does that mean that I need to configure a TransactionManager in the cache config file ? - Is there any way of

[jboss-user] [JBoss Seam] - Re: Problem with selectItems

2007-03-26 Thread petemuir
Try using s:selectItems in Seam (take a look at the ui example) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031630#4031630 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031630

[jboss-user] [JBossCache] - Re: Transactions in Local mode

2007-03-26 Thread [EMAIL PROTECTED]
An transaction is created internally only if optimistic locking is used. With optimistic locking you have to configure a TransactionManager. With the default pessimistic locking it is not required. (In releases before 1.4.1.SP something the cache logs a WARN if you don't configure a TM, but

[jboss-user] [Beginners Corner] - Re: critical for me

2007-03-26 Thread [EMAIL PROTECTED]
thanks peterj bcs of this i some times i am not able to fetch records from database View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031635#4031635 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031635

[jboss-user] [JBoss jBPM] - Re: jBPM : Couldn't be that complicated...

2007-03-26 Thread kukeltje
3.2 source has... it's only not a jbpm.db 'subproject' anymore, but in the core. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031637#4031637 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031637

[jboss-user] [JBoss Seam] - Re: selectOne

2007-03-26 Thread petemuir
@In EntityHome kfzHome Nothing in seam-ui is dependant on the framework. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031638#4031638 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031638

[jboss-user] [JBoss Messaging] - NumberFormatException on startup

2007-03-26 Thread samofborg
Following the installation instructions in the JBoss Messaging 1.2 User's Guide, I keep getting this warning message on startup: 10:53:23,855 WARN [ServiceController] Problem creating service jboss.messaging:service=Connector,transport=bisocket java.lang.NumberFormatException: For input

[jboss-user] [JBossWS] - Re: Problem for publish a Web Service

2007-03-26 Thread omatzura
Hi! you can't run wstools / publish for an annotated webservice, just package the compiled class in a jar and deploy it.. Hope this helps! regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031632#4031632 Reply to the post :

[jboss-user] [JBoss Portal] - securing a portal page

2007-03-26 Thread jamesinsd
I am currently using JBoss Portal 2.6 ALPHA2. I have 3 portal pages set up, and would like to make these pages visible and invisible based per user's role. Can this be done with JBoss? How would I do this? View the original post :

[jboss-user] [JBoss Portal] - Re: Portal Authentication with Acegi

2007-03-26 Thread SyedH
Hi, The information was really useful and I have configured my JBoss portal to use Acegi Login Module. I am currently working on bringing up SSO with Alfresco and JBoss portal using CAS. I have integrated Alfresco with CAS. Do you have any idea about integrating the Acegi module with CAS ?

[jboss-user] [JBoss Seam] - Re: Problem with selectItems

2007-03-26 Thread hasc
using s:selectItems leads to the same error message View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031646#4031646 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031646 ___

  1   2   3   >