[jboss-user] [JBoss Seam] - HibernateEntityHome vs EntityHome

2007-02-08 Thread baz
Hello, Are there any difference between these two? For example: I have generated, with seam-gen, a short app containing one Entityclass called person.. Here is the generated code for the Home object: @Name(personHome) | public class PersonHome extends EntityHomePerson{ | @RequestParameter

[jboss-user] [JBoss jBPM] - Want to get All leaving Transition

2007-02-08 Thread umeshsinha
Hi All JBMP Gurus, I'm very new to JBMP, infact just 8-9 days old. My problem is I'm not able to get the all leaving transition of any node. I have a process definition like below. process-definition start-state name='start' /start-state

[jboss-user] [Security JAAS/JBoss] - LdapExtLoginModule PartialResultException

2007-02-08 Thread jc7442
I try to use LdapExtLoginModue to authenticate over a windows active directory. For some of my users I have a very strange exception: [url]Exception in thread main javax.security.auth.login.FailedLoginException: Password Incorrect/Password Required at

[jboss-user] [JCA/JBoss] - Re: There is no LocalTxConnectionManager.class?

2007-02-08 Thread dobrik
May be I should move this question to JBossTransactions or TransactionManager forum? Greetings View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012888#4012888 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012888

[jboss-user] [JBoss jBPM] - Re: beginners question: how to end path of execution

2007-02-08 Thread noirabys
Hello ! thanks for the reply, but no that doesn't work ! i've tried it. for now i use this workaround : on each node i set the default transition to an end-state. action name=actionHandler class=org.springmodules.workflow.jbpm31.JbpmHandlerProxy config-type=bean

[jboss-user] [JBoss Seam] - Re: how to trace failed entityManager injection?

2007-02-08 Thread gsegura
I know it seems trivial but I can not see where the problem is, please someone View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012892#4012892 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012892

[jboss-user] [JBoss jBPM] - Re: beginners question: how to end path of execution

2007-02-08 Thread noirabys
xml posting didn't work ... second try: |node name=myNode | event type=node-enter | action name=myActionHandler class=org.springmodules.workflow.jbpm31.JbpmHandlerProxy config-type=bean | targetBeanmyActionHandler/targetBean |

[jboss-user] [JBoss Portal] - Re: problem in logout

2007-02-08 Thread jaime1985
All your information was so helpful. I just solved my problem by renaming my portal as default and naming the original default with another name. Thanks a lot! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012898#4012898 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Who uses EntityHome objects?

2007-02-08 Thread baz
Finally i got it. pages |page view-id=/search.xhtml | param name=accountId value=#{accountHome.id} converterId=javax.faces.Long / |/page | /pages | This means that the value of the accountId parameter will be set to the Id of accountHome. This part was not obvious to

[jboss-user] [JBoss Seam] - Re: User Experiences with IceFaces How important are compo

2007-02-08 Thread Newlukai
I'm a little late, but in my application I've massive problems with ice:dataTable and @Factory, @DataTable and @DataTableSelection. The workaround you once mentioned with Tomahawk (see Wiki) doesn't work anymore. View the original post :

[jboss-user] [JBoss Portal] - Re: Showing a secured page when user is logged in

2007-02-08 Thread palace
To solve a similar problem I created my own login module that checks that the user exists in LDAP first. If this is so and the user doesn't exist in the portal DB, it creates it (with same username and password), using the user and roles module that you can get from JNDI. It also creates roles

[jboss-user] [Security JAAS/JBoss] - LdapExtLoginModule multiple DC

2007-02-08 Thread jc7442
My active directory is made of multiple DC, tree looks like: | dc=mycompany || dc=rd | |--- dc=it || dc=QA | In my jaas config, I've tried to set the URL to ldap://mycompany and the baseCtxDN=dc=mycompany. I do not try to connect with a

[jboss-user] [EJB 3.0] - Re: FlushMode.MANUAL being ignored???

2007-02-08 Thread JamesWoodward
Emmanuel's reply from the HEM forum. emmanuel wrote : Probably because I haven't implemented that yet :-) | Check JIRA and add one if it's not there. Put version 3.2.2 as a target. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012914#4012914 Reply to the

[jboss-user] [JBoss Seam] - seamspace example does not deploy

2007-02-08 Thread baz
Hello, from the forum i have the assumption that the seamspace example is working. I have not succeeded in deploying it. Wether for seam1.1.5GA not for the CVS Verrsion from todays morning. The last attempt gives this : java.lang.IllegalArgumentException: You must specify

[jboss-user] [JBoss Seam] - seam-issues sample

2007-02-08 Thread samau
I am trying out the workspace example (example/issues). seam 1.1.5GA/CVS on Jboss 4.0.5.GA The browse project function in the switch bar keeps giving me an exception error: javax.servlet.ServletException: Cannot get value for expression '#{projectList.rowCount==0}'

[jboss-user] [Beginners Corner] - Sharing libs

2007-02-08 Thread rlamie
Hi all, Sorry for this newbie question, but I'd like to share an helper archive (.jar) and some classes between the web (.war) and the ejb (.jar) archives inside an ear file. What is the best practice? F View the original post :

[jboss-user] [JBoss Seam] - Seam 1.1.6

2007-02-08 Thread [EMAIL PROTECTED]
Seam 1.1.6 features several important bugfixes and new features for Seam/Security, including remember me functionality, integration of JCaptcha, support for automatic redirects to and from the login page when authorization checks fail and a minor API redesign. Seam's exception handling facility

[jboss-user] [JBoss Seam] - Please package the dtd and xsd files in the next seam releas

2007-02-08 Thread baz
Hello, it seems a good idea for me, when all the .dtd and .xsd files could be packaged in the release. Ciao, Carsten BTW: This file http://jboss.com/products/seam/framework-1.1.xsd still contains the eqbql typo. I have also commented the corresponding JIRA entry but without changing state. View

[jboss-user] [JBoss Seam] - Re: deploy jboss seam application on oc4j server

2007-02-08 Thread recycle_bin01
I have also tried to deploy application glassfish to OC4J but fail. It throws following error: anonymous wrote : [2007?2?8? ??05:20:48] Application Deployer for jboss-seam-glassfish STARTS. | [2007?2?8? ??05:20:48] Copy the archive to

[jboss-user] [JBoss Seam] - Re: Please package the dtd and xsd files in the next seam re

2007-02-08 Thread [EMAIL PROTECTED]
Actually they are there, in the src dir and in the jar. But we definitely need a better packaging. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012932#4012932 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012932

[jboss-user] [Beginners Corner] - Re: Sharing libs

2007-02-08 Thread rlamie
Thank you. Another pretty basic question, but my servlets lookup ejbs through jndi, so I need interfaces of my ejbs to be known at the web container level. Is it automatic ? Or i need to package interfaces in a jar and put it in the WEB-INF/lib of my .war ? View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal vs its competitors

2007-02-08 Thread [EMAIL PROTECTED]
JBoss Portal 2.6 has D'n'D anonymous wrote : As I understood it Alfresco can either run stand-alone using e.g. JBoss AS or integrate with JBoss Portal using JSR-168 portlets. Is there more to the integration with JBoss Portal than portlets, e.g. to act as a replacement JCR repository for JBoss

[jboss-user] [JBoss Seam] - Re: bijection value causing JSF Error. Misuse, or misunders

2007-02-08 Thread petemuir
Use @Role on the entity bean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012936#4012936 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012936 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: bijection value causing JSF Error. Misuse, or misunders

2007-02-08 Thread quilleashm
I think you've kinda got it a bit backward. Basically Seam has a big map of components that are available. These components are defined either in components.xml with or more usually with the @Name annotation. For accessing pure components these are the only names that are available for you

[jboss-user] [JBoss Seam] - Re: Please package the dtd and xsd files in the next seam re

2007-02-08 Thread baz
Hello Gavin, i have found the dtds now. But i haven't found the xsd, eg. framework-1.1.xsd, for the namespace declaration View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012939#4012939 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.1.6.GA

2007-02-08 Thread [EMAIL PROTECTED]
Note that Seam 1.1.6 is not completely backward-compatible with 1.1.5. Obviously I regret making breaking changes in a point release, but in this case it was the right thing to do. Migration guide: == (1) exceptions.xml and events.xml have been deprecated - exception mappings should go

[jboss-user] [JBoss Seam] - Re: Please package the dtd and xsd files in the next seam re

2007-02-08 Thread [EMAIL PROTECTED]
Yeah, this was a bug in my build script. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012950#4012950 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012950 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: JBoss Portal vs its competitors

2007-02-08 Thread jimisola
Thomas, anonymous wrote : JBoss Portal 2.6 has D'n'D I've seen that, but it is not yet released... If I may ask, when is 2.6 expected? Would you care to elaborate on why JBoss is the prefered choice? anonymous wrote : | Yes you got it right, you can either run it standalone (the common

[jboss-user] [EJB 3.0] - Re: FlushMode.MANUAL being ignored???

2007-02-08 Thread JamesWoodward
JIRA issues created. http://opensource.atlassian.com/projects/hibernate/browse/EJB-267 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012952#4012952 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012952

[jboss-user] [JBoss Seam] - Re: seamspace example does not deploy

2007-02-08 Thread baz
I have retried the example, with the now new code in the cvs. (I asume that this code base is identical with the release of seam 1.1.6) The problem has not gone away. 11:27:38,453 INFO [STDOUT] 11:27:38,453 ERROR [[/seam-space]] Exception sending context initialized event to listener instance

[jboss-user] [JBoss Messaging] - Re: jboss.messaging:service=PostOffice

2007-02-08 Thread sasi2103
The script of creating the schema succeeded the issue was after the restart. when i restart the JBoss I got that error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012955#4012955 Reply to the post :

[jboss-user] [JBoss Seam] - Re: seam-issues sample

2007-02-08 Thread [EMAIL PROTECTED]
Its a bug in the example. Fixed in CVS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012956#4012956 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012956 ___ jboss-user mailing

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

2007-02-08 Thread fers
Hello, I wanted to let you know that I just published support for JBoss Seam 1.1.6.GA. Petr Ferschmann View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012961#4012961 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012961

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

2007-02-08 Thread fers
fabricio.lemos wrote : I decided to try it out on an existing project. | | I removed all my dependencies and added jboss.seam.profiles:seam-facelets one. Maven downloaded a lot of jars, but it seems that there is not, among them, a (transitive) dependency for javax.ejb package. At first I

[jboss-user] [Security JAAS/JBoss] - using digest authentication

2007-02-08 Thread martique
Hi, I'm learning JBoss and I'm trying to use digest authentication for my web application. I did this: 1) application.war/WEB-INF/web.xml: security-constraint display-nameDefault JSP Security Constraints/display-name web-resource-collection

[jboss-user] [JBoss Seam] - Re: Seam Mail -Error trying to send multiple mails

2007-02-08 Thread petemuir
Sorry for the delay in getting back on this. Renderer.render ISN'T resetting the tree each time it is called (within the same action method), so, each time you call it elements are added to existing tree. I'll need to talk to Norman about this. Anyway, there is, IMO a neater way to do this,

[jboss-user] [JNDI/Naming/Network] - JBoss with porty forwardng problem

2007-02-08 Thread ps.jagadeesh
Hi All, I am working on a Java webstart application with JMS. The application scenario is a little bit differnt than a normal application. My JBoss is running on a Local machine(IP: 192.168.1.2) inside the Lan, and the java webstart clients outside the network has to communicate with this

[jboss-user] [JBoss Seam] - Re: seam-gen error

2007-02-08 Thread pbrewer_uk
The schema is called PBTEST and contains more than 40 tables and I've also set the default_schema property via Seam setup (to avoid generating against system tables). I've just tried it against 1.1.6.GA and generation still fails, with the same problem. Is there anyway I can tell seam-gen

[jboss-user] [JBoss Seam] - Re: Seam 1.1.6.GA

2007-02-08 Thread fers
Hello, I have just prepared Seam 1.1.6.GA Maven integration - http://software.softeu.cz/seam/. I have to update seam-gen like maven plugin to reflect changes in SeamGen. Petr View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012973#4012973 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: JBoss with porty forwardng problem

2007-02-08 Thread ps.jagadeesh
..continued Thanks in advance Jagadeesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012974#4012974 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012974 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam 1.1.6.GA

2007-02-08 Thread svadu
fers wrote : Hello, | | I have just prepared Seam 1.1.6.GA Maven integration - http://software.softeu.cz/seam/. I have to update seam-gen like maven plugin to reflect changes in SeamGen. | | Petr Look slike you're getting the 'slashdot' effect :) I can't load the page. Anyway, do you

[jboss-user] [JBoss Seam] - Re: Seam 1.1.6.GA

2007-02-08 Thread fers
svadu wrote : Look slike you're getting the 'slashdot' effect :) I can't load the page. | It is working for me now. Can you ping the server? svadu wrote : | Anyway, do you have dependencies configured for ajax4jsf as well? If yes do you use ibiblio repository? I use ibiblio repository

[jboss-user] [Security JAAS/JBoss] - Re: using digest authentication

2007-02-08 Thread martique
There was mistake in: security-domainjava:/jaas/pentaho/security-domain I've change it to: security-domainjava:/jaas/application/security-domain and it still doesn't work View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012979#4012979 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: READ THIS FIRST

2007-02-08 Thread ps.jagadeesh
Hi, Sorry! I think the qiestion I posted is not conveying the exact senario and problem. When I try to contact the application , I am getting exceeption from the following line properties.put(Context.INITIAL_CONTEXT_FACTORY,org.jnp.interfaces.NamingContextFactory);

[jboss-user] [EJB 3.0] - Updating JBoss 4.0.5.GA to use the latest Hibernate Jars

2007-02-08 Thread JamesWoodward
Hi, I am using JBoss 4.0.5 which I installed using the ejb3 profile of jems-installer-1.2.0.GA.jar. I have then replaced the bundled hibernate 3.2.0.GA jar files jboss-4.0.5.GA\server\default\lib\hibernate3.jar jboss-4.0.5.GA\server\default\lib\hibernate-annotations.jar

[jboss-user] [JBossWS] - Error with WSTools / JDK 1.4

2007-02-08 Thread MmarcoM
hi all, i have a project that uses wstools to generate wsdl files etc for my EJB exposed as webservices. I am using jboss-4.0.5GA, and was using jdk 1.5 now, for various reasons i had to move back to JDK 1.4, and now when i run wstools (via maven) with following ant task | taskdef

[jboss-user] [JBoss Portal] - How can I hide a portlet?

2007-02-08 Thread abguerrero
Hello people. I'm working with AS 4.0.5GA and Jboss Portal 2.4. I have a page with many portlets and one of them, has some links. When a click a link, i want to hide some portlets and show otherones, and i don't known how cad i do that :(. For example, i have the CMS Directory Portelt, and when

[jboss-user] [Beginners Corner] - Re: Sharing libs

2007-02-08 Thread kaobe
Hi, you could use the following packaging: - bean classes and bean resources in YOUR_EJB.jar - home and component interfaces in YOUR_EJB_client.jar Then you can put the client.jar into your ear, add the reference to the manifest.mf of your web-application (or give it to any other client you

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - EJB lookup on standalone tomcat to remote jboss

2007-02-08 Thread skymic
hi, I have a WS endpoint deployed on a standalone tomcat V5.5.9 server. The ws endpoint was generated from a wsdl file using jaxws (jwsdp2.0). In this ws endpoint I try to lookup a session bean (EJB3.0) which is deployed on a remote JBoss V4.0.5 (on a different machine). In my tomcat war I

[jboss-user] [JBossWS] - Sending XML doc as String parameter into WebService

2007-02-08 Thread steinarruneEriksen
I have implemented JBossWS for EJB 2.1 on JBoss 4.0.5GA, and a simple Session Bean with a SOAP interface like the following boolean inputMessage(String xmlMessage); I thought I could get the XML sent as a simple String, but the SOAP server fails because it tries to validate the incoming String

[jboss-user] [JBossCache] - Re: Problem externalizeSession Jboss 4.0.5

2007-02-08 Thread clemente.cioffi
Thank you very much for your help. I made the listener and I think the error is raised in this point: 2007-02-08 12:22:23,744 INFO [STDOUT] Aromentooo: 2007-02-08 12:22:23,744 INFO [STDOUT] Name: org.jboss.seam.core.conversationEntries 2007-02-08 12:22:23,744 INFO [STDOUT]

[jboss-user] [JBossWS] - [JBossWS 1.0.4/wstool] JAX-RPC does not allow collection typ

2007-02-08 Thread tibocu
Hi, I run wstool to generate the wsdl and mapping file. A web service method returns a Serializable object which contain relationship with other objects: List getX() void setXxxx(List l) wstool fail to map the object graph. Is there is any way to bypass this limitation ? Tks.

[jboss-user] [JBoss Seam] - Own Pagination Component

2007-02-08 Thread cecaldas
Hi, I need to create my own pagination component. But I don`t how to start it. Could anyone give me the first steps? The model layer is ready, my doubt is how can create the component and pass the parameters to my query. Regards View the original post :

[jboss-user] [JBoss Seam] - Re: StatefulBean destroyed without Session expiring !!

2007-02-08 Thread yj4jboss
thnx heaps ;0) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013017#4013017 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013017 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Own Pagination Component

2007-02-08 Thread petemuir
Take a look at the way the Seam Application Framework does pagination. Out of interest how does it not meet your requirements? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013023#4013023 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Updating JBoss 4.0.5.GA to use the latest Hibernate Jars

2007-02-08 Thread andydale
Hi, Don't forget to replace the files (hibernate-annotations, hibernate3-client) in the client directory Thanks, Andy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013027#4013027 Reply to the post :

[jboss-user] [EJB 3.0] - Hook onto Transaction Manager

2007-02-08 Thread hitman_in_wis
My company has code we need to run at the beginning and end of each database transaction in order to set and unset context variables in the database session. Is there a way to hook onto the beginning and end of each transaction? Perhaps using interceptors? Or can we override the default

[jboss-user] [JBoss Seam] - Conversational ifNotBegunOutcome

2007-02-08 Thread S0d0
I think this should be removed/changed in Seam manual as ifNotBegunOutcome is deprecated? anonymous wrote : | @Conversational(ifNotBegunOutcome=error) | Specifies that a conversation scope component is conversational, meaning that no method of the component | can be called unless a

[jboss-user] [JBoss and NetBeans] - Re: NameNotFoundException: DefaultDS not bound - Entity Unit

2007-02-08 Thread lkotouc
You must initialize the context environment. The following code works with JBoss AS 4 (EJB2.1 module is deployed): package accessejb; import a.AccessibleSessionRemote; import a.AccessibleSessionRemoteHome; import java.util.Hashtable; import javax.naming.InitialContext; import

[jboss-user] [JBossCache] - Re: Problem externalizeSession Jboss 4.0.5

2007-02-08 Thread [EMAIL PROTECTED]
No, unfortunately I can't :( I suggest you take this to the Seam forum, as they'll have the needed understanding of what's being placed in the session and why. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013034#4013034 Reply to the post :

[jboss-user] [JBoss and NetBeans] - Re: NameNotFoundException: DefaultDS not bound - Entity Unit

2007-02-08 Thread lkotouc
[should have been in the previous reply] /client/jboss-j2ee.jar /client/jbossall-client.jar /server/default/lib/jnpserver.jar /lib/jboss-common.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013035#4013035 Reply to the post :

[jboss-user] [JBoss and NetBeans] - Re: NameNotFoundException: DefaultDS not bound - Entity Unit

2007-02-08 Thread lkotouc
[server]/client/jboss-j2ee.jar [server]/client/jbossall-client.jar [server]/server/default/lib/jnpserver.jar [server]/lib/jboss-common.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013036#4013036 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Error when close Consumer

2007-02-08 Thread joy_wind
I have figured out the reason.Simply speaking ,the reason is when the consomer closing,the queue it depended has be stopped. to work around it,simply add a depends entry in my mbean define descriptor(the jboss-service.xml),making the jms consumer mbean depend on the queue. then at server

[jboss-user] [Beginners Corner] - Deploying WebService from JDeveloper 10.1.3.2 to JBoss 4.0.5

2007-02-08 Thread jvennervald
Hi I'm new to JBoss and JDeveloper, and I need to deploy a WebService made in JDeveloper to JBoss. How do I accomplish this? I have tried to just deploy the webservice to JBoss using the same deployment descriptor as I used for Oracle Application Server, but I get the following error when

[jboss-user] [JBoss Seam] - Problem seam in clustering( conversationEntries??)

2007-02-08 Thread clemente.cioffi
Hi, can you help me about this problem?? I'm trying to deploy a seam application(using also jsf with icefaces) on jboss 4.0.5 GA with EJB3-Clustered configuration. I think that the deploy goes fine but when I try to access to index of my application, I see this error: 11:00:58,768 ERROR

[jboss-user] [JBossCache] - Re: Problem externalizeSession Jboss 4.0.5

2007-02-08 Thread clemente.cioffi
Thank you very much. I'll try on Seam Forum. You're vary kind. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013042#4013042 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013042

[jboss-user] [JCA/JBoss] - Re: There is no LocalTxConnectionManager.class?

2007-02-08 Thread [EMAIL PROTECTED]
Use a -ds.xml then you don't have to worry about implementation changes between releases. http://wiki.jboss.org/wiki/Wiki.jsp?page=DSdotXML View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013043#4013043 Reply to the post :

[jboss-user] [JBoss jBPM] - Fetching the status of the processes

2007-02-08 Thread gv_Ramkumar
I am trying to invoke a webservice deployed in JBoss JBPM. Is there any way i could find the status of the process. I want to know if the process is Completed of Faulted, and if faulted can i know in which activity of the BPEL Flow has the fault occured. View the original post :

[jboss-user] [JBoss Seam] - Re: seam-gen error

2007-02-08 Thread steve_of_AR
For what it's worth, I'm getting the same error (property.value.typeName is undefined, at the same line of view/list.xhtml.ftl), against Oracle 10.2. I had warnings about my index organized tables above it and had assumed that was the problem, maybe not... View the original post :

[jboss-user] [JBoss Seam] - Re: Expression language enhancements

2007-02-08 Thread [EMAIL PROTECTED]
You only need one of them ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013048#4013048 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013048 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Hook onto Transaction Manager

2007-02-08 Thread dkalna
Hi Brett, if your beans can be Statefull Session Beans then you can implement SessionSynchronization interface: package javax.ejb; public interface javax.ejb.SessionSynchronization { public abstract void afterBegin( ) throws RemoteException; public abstract void beforeCompletion( )

[jboss-user] [JBoss Seam] - Re: seam-gen error

2007-02-08 Thread steve_of_AR
It also appears to be schema-dependent - I just tried it with the same setup but a much simpler schema with only two tables and 6 fields, and didn't get the error... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013052#4013052 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to use ice:dataTable and @DataModel?

2007-02-08 Thread Newlukai
I'm wondering if there's anybody using ice:dataTable, @DataModel and @DataModelSelectionIndex without any problems. Imagine you have a list rendered by an ice:dataTable. One column consists of h:commandLinks. The action method gathers information about the selected item and returns an outcome

[jboss-user] [JCA/JBoss] - change background-validation-minutes to seconds

2007-02-08 Thread bortx
Hi, I have a problem with my jca connector. I want Jboss to validate connections in intervals of seconds (30 sec for example) but the property called background-validation-minutes only allows to specify minutes, so the minimal value is 1 minute. Anyone knows how to specify this property in

[jboss-user] [JBoss Seam] - Help with MDB + Seam + jBPM - transaction issue?

2007-02-08 Thread bsmithjj
Hello, I have an MDB that invokes a SLSB method - the method does some persistence work and signals a jBPM ProcessInstance. I am consistently getting an exception related to transactions from jBPM. Here are the classes being used: The MDB: | @MessageDriven(activationConfig = { |

[jboss-user] [JBoss jBPM] - Re: Error testing Hello World BPEL on JBoss 4.0.5

2007-02-08 Thread crussell42
I was getting something similar and needed to point my runtime classpath at jboss/client jars. |[java] javax.naming.CommunicationException [Root exception is java.io.InvalidClassException: org.jboss.remoting.InvokerLocator; local class incompatible: stream classdesc serialVersionUID =

[jboss-user] [JBossCache] - JBoss Cache 1.4.1.SP1 Released

2007-02-08 Thread [EMAIL PROTECTED]
JBoss Cache 1.4.1.SP1 Cayenne has been released. JBoss Cache 1.4.1.SP1 Cayenne has just been released. This is a bug fix release, see the changelog for details. Download these releases here Documentation available here Release notes for 1.4.1.SP1 View the

[jboss-user] [JBoss Seam] - Re: Expression language enhancements

2007-02-08 Thread S0d0
Yeah... Thanks Gavin.. Stupid me ;-P But another question... Can I just pass some-entity.id as parameter to jsf action? Like action=#{someBean.doSomething(entity.id)} or Must the parameter be something special like DataModelSelection or Entity? Br, Juha View the original post

[jboss-user] [JBoss jBPM] - Re: How to get the jbpm context ?

2007-02-08 Thread yoyoyoyo
[EMAIL PROTECTED] wrote : | | I am converting the jbpm websales to jportal portlet. | | Hi, I am doing the same thing. I am insterested in the questions asked here in this thread before. Namely, ActorId in portlet session or JbpmContext? More generally, I know the portlet context is

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in installation JBoss-4.0.5GA

2007-02-08 Thread PeterJ
What JVM are you using? The '-server' option tells the java.exe to use the 'server' variant of the jvm.dll, as opposed to the 'client' variant. The JRE for Windows includes only the client variant of the JVM, you would have to download and install a JDK to get the 'server' variant. I suggest

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in Jboss Configuration in Fedora Core4

2007-02-08 Thread PeterJ
What are the contents of your /etc/hosts file? Is LinuxServer declared? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013072#4013072 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013072

[jboss-user] [JBoss Portal] - temporarily changing the users theme?

2007-02-08 Thread bvogt
Is it possible to change the users theme temporarily, i.e. just for its current session? As far as I can see, I can extend the MaximizingStrategyImpl and change the layoutURI by: strategyResponse.setLayoutURI(layoutURI); | but this doesn't change the theme... Thanks for

[jboss-user] [JBoss Seam] - Foreign Keys and changing Seam Gen templates

2007-02-08 Thread damianharvey
Hi, I'm using Seam Gen to generate the CRUD pages for my application using Seam 1.1.5, however one thing that I find odd with the generated pages is that if you have a foreign key, the generated pages do not allow you to enter it in a normal fashion. For example: If you have one table COUNTRY

[jboss-user] [JBoss Seam] - Seam 1.1.6 Security with ICEFaces

2007-02-08 Thread mariuszs
Also, to make use of the security EL functions, SeamFaceletViewHandler must be used. So, it is possible to use SeamSecurity with ICEFaces (and com.icesoft.faces.facelets.D2DSeamFaceletViewHandler instead of SeamFaceletViewHandler)? View the original post :

[jboss-user] [JBoss Seam] - selectOneMenu and processValidation

2007-02-08 Thread koatto
I'm using a selectOneMenu with a custom converter, feeded by a f:selectItems which returns selectItems containing my custom objects. It seems that the jsf lifecycle stops at the processValidation phase, without upating my model, event if my page does not define any validator : | 16:43:57,593

[jboss-user] [JBoss Seam] - NPE in SeamSecurity (getCookieValue(Selector.java:59))

2007-02-08 Thread mariuszs
I have simple test: new FacesRequest() { | | @Override | protected void updateModelValues() throws Exception { | setValue(#{identity.username}, admin); |

[jboss-user] [JBoss Seam] - Seam releases via RSS?

2007-02-08 Thread andrew.rw.robinson
Is there any way to get notifications of JBoss-Seam releases via RSS (preferably) or at least email? I know I can get email of every post, but I just release notifications if possible. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013098#4013098

[jboss-user] [JBoss Seam] - Re: NPE in SeamSecurity (getCookieValue(Selector.java:59))

2007-02-08 Thread matt.drees
I'm pretty sure it's because MockExternalContext doesn't handle cookies. I submitted a patch to enable it to do so. http://jira.jboss.com/jira/browse/JBSEAM-795 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013100#4013100 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Concurrent task acquisition (how?)

2007-02-08 Thread Johan.Parent
Me again... Hmmm, is my question so stupid? If so, I gladly settle for a look at thread nr XXX ... type of reply :) Just shoot How are other people handling this then? With carefully crafted assignment handlers? As you can see I'm desperately in need of some jBPM wisdom here ;) Best

[jboss-user] [JBoss Seam] - Re: seam-gen error

2007-02-08 Thread [EMAIL PROTECTED]
Sorry, I forgot: this is the error that occurs when you have composite keys in your schema since seam-gen does not yet support this. I'll take a look at implementing composite key support today. I keep forgetting about it. View the original post :

[jboss-user] [JBoss Seam] - Re: NPE in SeamSecurity (getCookieValue(Selector.java:59))

2007-02-08 Thread [EMAIL PROTECTED]
Yes, I will get this fixed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013108#4013108 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013108 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam releases via RSS?

2007-02-08 Thread [EMAIL PROTECTED]
Sourceforge has mail notifications on file uploads. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013109#4013109 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013109 ___

[jboss-user] [JBossWS] - Re: Error with WSTools / JDK 1.4

2007-02-08 Thread kcp
Hi, the error message Unsupported major.minor version 49.0 indicated that you are running code that was compiled with java1.5 in a java1.4 jvm. I assume that if you compile your Jboss again with java1.4 it should work. Regards Charly View the original post :

[jboss-user] [JBossWS] - Re: Error with WSTools / JDK 1.4

2007-02-08 Thread MmarcoM
Hi Charly, i see.. i have downloaded jboss 4.0.5, probably it was built using java5... thanx and regards marco View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013114#4013114 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Unable to locate current JTA transaction

2007-02-08 Thread crussell42
Ok, doing pretty well now but when I try to signal a transition to an end state I get the following: See JIRA ISSUE http://jira.jboss.com/jira/browse/JBPM-836 | ===EXCEPTION SEEN=== | 13:04:56,785 ERROR [ProcessInstanceBean$SignalTokenListener] Action threw an exception: ejb local timer

[jboss-user] [JBoss Seam] - Re: how to trace failed entityManager injection?

2007-02-08 Thread gsegura
I'm very ashamed, it's all about the create property @In(create=true) EntityManager entityManager ; Wish I could delete the track of my late night foolness :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013123#4013123 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Unable to locate current JTA transaction

2007-02-08 Thread crussell42
Ok, at this point things are running pretty well. I have deployed the cvs trunk build jbpm.3 (3.2.beta2)'s jbpm-enterprise.ear to jboss4.0.5ga with ejb3 and messaging. I am able to create start and transition through process;s. Keep in mind the reason for this posting. We have

[jboss-user] [Installation, Configuration Deployment] - How to use EJB 3.0 with J Boss 4.X

2007-02-08 Thread data_arch
Hi, i would like to start using EJB 3.0 with J boss 4.04. I have many EJB 2.0 running on the machine. how can I start using ejb 3.0. Thanks SS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013127#4013127 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Help with MDB + Seam + jBPM - transaction issue?

2007-02-08 Thread [EMAIL PROTECTED]
What version of Seam? Please try 1.1.6, so I can get accurate line numbers in the stack trace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013131#4013131 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013131

[jboss-user] [JBoss jBPM] - Re: JBoss Portal and JBPM Weirdness

2007-02-08 Thread crussell42
Your right that was not needed. See posting http://www.jboss.com/index.html?module=bbop=viewtopicp=4013125#4013125 for how I got it running by setting isTransactionEnabled to false and isCurrentSession enabled to false on jboss 4.0.5ga. However, this does not solve the original issue. Whats up

  1   2   3   >