[jboss-user] [JBossCache] - Re: username and session caching

2006-11-21 Thread anwar83
owh.. ok.. seems like it is my mistake doing testing then. Thanks Brian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987762#3987762 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987762

[jboss-user] [JBoss Seam] - Re: Calling EJBs from within Seam EJB Actions

2006-11-21 Thread bsheward
Thanks Gavin, this is great news! I've downloaded CR1 already. Does that mean that calling EJBs from Seam Actions is acceptable use? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987763#3987763 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Calling EJBs from within Seam EJB Actions

2006-11-21 Thread [EMAIL PROTECTED]
Yes, certainly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987764#3987764 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987764 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: JBPM Eclipse plugin

2006-11-21 Thread kukeltje
There is more on the page than meets the eye if there are no source snapshots/releases the source is normally in? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987765#3987765 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Weird injection issue

2006-11-21 Thread [EMAIL PROTECTED]
Sounds like a conversation timeout to me. What about it you use no-conversation-view-id? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987766#3987766 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987766

[jboss-user] [JBoss Seam] - Re: conversationId and IPC Portlets

2006-11-21 Thread [EMAIL PROTECTED]
Seam conversations are local to the portlet. There are no page-global conversations. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987767#3987767 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987767

[jboss-user] [JBoss Seam] - Re: conversationId and IPC Portlets

2006-11-21 Thread frankr
In principle I do not need page global conversations. PortletA contains a couple of links that are invoked on PortletB which runs in a long running conversation. The side-effect of this is that PortletA creates a new long running conversation for each click. If I could only cancel or discard

[jboss-user] [JBoss Seam] - Re: conversationId and IPC Portlets

2006-11-21 Thread [EMAIL PROTECTED]
I guess I don't really understand what you are saying here. What code are you using to render the link? Exactly how does PortletB start conversations? Merely passing a conversationId to JSF is *not* enough to start a long-running conversation. View the original post :

[jboss-user] [JBossWS] - Missing Encoding Style in SAAJ message

2006-11-21 Thread reinerka
Hi, I'm having the problem that in a message that has been created using SAAJ on JBoss 4.0.5.GA (with JBossWS 1.0.4, same with JBossWS 1.0.3) that even so I set the encoding style manually it doesn't show up in the transmitted message. Here's snipet of the code that creates the message: |

[jboss-user] [JBoss Seam] - Exception on Seam1.1.CR1

2006-11-21 Thread gus888
Hi Gavin, I got an exception listed below when I run Seam1.1 CR1. The codes also are listed. The codes run fine Seam1.0.1GA. I don't know it is my codes problem or not. Thank you in advance. public String create() { | GroupCategory fgc = em.find(GroupCategory.class,new

[jboss-user] [JBoss Seam] - Question regarding jBPM and Actor assignment

2006-11-21 Thread spambob
Am I correct by saying that the 'pooledTaskInstanceList' shows all tasks who currently don't have an assigned actor and to which the current actor can be assigned? Further the 'taskInstanceList' and the 'taskInstanceListForType' show all tasks to which the current actor is assigned (the later

[jboss-user] [JBoss Seam] - Re: conversationId and IPC Portlets

2006-11-21 Thread frankr
Both PortletA and B render a page that contain command links: | h:commandLink action=#{controller.showContent} | #{portal_messages['clickme']} | /h:commandLink | Because of IPC all actions of PortletA and B are invoked on PortletB (the listening portlet). IPC is

[jboss-user] [JBoss Seam] - Re: Question regarding jBPM and Actor assignment

2006-11-21 Thread [EMAIL PROTECTED]
Correct on both. Use the pooledTask component to do assignments (check the DVD store for an example). Your use case is actually 2 different tasks. The approving the order ends the task, and a new task is created for the shipment. An EL value binding in the process definition does the

[jboss-user] [Installation, Configuration Deployment] - Re: jboss.identity file

2006-11-21 Thread PeterJ
Looks like in the 5.0 beta that the jboss.identify file gets created in the server/xxx/data directory when jboss is run the first time. The contents appear to be a guid, and a jboss.identity system property is also set. View the original post :

[jboss-user] [JBoss Seam] - Re: Exception on Seam1.1.CR1

2006-11-21 Thread [EMAIL PROTECTED]
I'm not sure. These kinds of problems are subtle, you'll need to use your debugger. Find out why you have a reference to a transient object in your persistent object graph. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987776#3987776 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Has anyone ever been able to create a fully functional CMP E

2006-11-21 Thread pintovc
I do not see atutorial where a simple BMP or CMP has been created. Strange is it not? Especially when you consider that that is what the EJB 3.0 container is supposed to be all about. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=398#398 Reply to

[jboss-user] [JBoss and NetBeans] - Re: cmp entity beans and jboss

2006-11-21 Thread pintovc
I have a similar problem. Unfortunately I dont think anyone has ever got a CMP bean to work successfully in JBoss. THe tutorial also skillfully skirts the subject. :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987778#3987778 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Question regarding jBPM and Actor assignment

2006-11-21 Thread spambob
Thank you for your answer Gavin. In the pooledTask component there's only a method to assign the current actor to a task ('assignToCurrentActor()'). Therefore: can we please have a 'assignToActor(String actorId)' method in the pooledTask component - i.e. for a supervisor to assign tasks to his

[jboss-user] [JBoss Eclipse IDE (users)] - JBoss Tools to provide good documentation and jars needed

2006-11-21 Thread pshankar
The Jboss tools project is worst the first visit. The project never tells where do the simple update from Say 1) Configure ... in Eclipse installer 2) Download the Zip file or rest 3) Get with JBoss IDE(Say you give or not) Your eclipse update site installation is a big Zero.

[jboss-user] [Messaging, JMS JBossMQ] - JBossMQ becomes dead slow after few minutes

2006-11-21 Thread shantanu
Dear All, we have jboss 4 installed on our server. We are using persistent mySQL as queue storage. Recently we have noticed on a consistent load of 10-12 msg/sec the dequeue process starts slowing down (we use OnMessage Event) Initially the messages are de-queue at around 50msg/sec however as

[jboss-user] [Security JAAS/JBoss] - Re: how to configure JBoss to access Active Directory

2006-11-21 Thread iliaz
Thanks for the reply. I configured JBoss to make it access Active Directory, but not working. What i want to know is. what are the different files that we have to alter to make it work? i think i am missing some thing. View the original post :

[jboss-user] [JBoss Seam] - Re: Question regarding jBPM and Actor assignment

2006-11-21 Thread spambob
Shame on me I mixed it up (perhaps because it's 5am)! The 2nd part is perfectly clear now, I have to assign myself too for the shipping task. Sorry for wasting your time. But i would really love to get a 'PooledTask.assignToActor(String actorId)' method - IMHO it would be very usefull.

[jboss-user] [Advanced Documentation] - Re: CMP docs...

2006-11-21 Thread pintovc
No the CMP documentation really sucks! YOu will do better to buy documentation from O'Reilley. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987786#3987786 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987786

[jboss-user] [EJB 3.0] - Embeddable EJB3 swallowing application exceptions

2006-11-21 Thread jazir1979
Hi guys, I have a Seam application with my Seam Actions (SFSBs) calling to a stateless business layer using SLSBs. My app deploys and works fine in JBoss AS 4.0.5, but I'm using embeddable EJB3 (currently ALPHA8) for integration testing. I'm finding that when my Seam Actions call to the

[jboss-user] [Messaging, JMS JBossMQ] - Re: How to make MDB listen on weblogic queue

2006-11-21 Thread bashbish
I tried to get this to work but ran into classloader issues. Weblogic provides a wlclient.jar and wljmsclient.jar. Adding this to jboss-services.xml classpath causes problems. My work-around was to use Spring Message Driven Pojos in a war file were I have more control over classloading. Any

[jboss-user] [JBoss Seam] - Re: Question regarding jBPM and Actor assignment

2006-11-21 Thread [EMAIL PROTECTED]
To assign the new task to yourself, you just do assignment actor-id=#{actor.id}/ Or, to assign it to someone else, outject subordinateActorId, and use assignment actor-id=#{subordinateActorId}/ To reassign a task you can use @In JbpmContext jbpmContext; | ... |

[jboss-user] [JBoss Seam] - Re: Exception on Seam1.1.CR1

2006-11-21 Thread gus888
Hi Gavin, Thank you very much for your quick reply. There was no exception again after I removed transient fields from entity bean. However, it seems that ejb3 allows transient fields in entity bean. Is it ejb3 bug or seam bug, or there are other transient fields addition methods. Thanks for

[jboss-user] [JBoss Seam] - Re: Exception on Seam1.1.CR1

2006-11-21 Thread [EMAIL PROTECTED]
What exactly do you mean by removed transient fields? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987794#3987794 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987794 ___

[jboss-user] [JBoss Seam] - Re: Question regarding jBPM and Actor assignment

2006-11-21 Thread spambob
Thank you very much Gavin, much appreciated :) PS: I never thought of the possibility to outject the new actorId. Although I still have to get used to think this way it's just another proof how damn sweet this concept is. View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: JBossMQ Fails under load - Exiting on IOE

2006-11-21 Thread shantanu
I have similar problem in which hypersonic database as queue. Initially the messages shall be dequeued at good speed. However with time the dequeue process become extremely slow and finally come to a halt. Lots of time I got to see the Exiting on IOE error on my server.log. However I was told

[jboss-user] [EJB 3.0] - Re: EJB 3.0 and env-entry injection

2006-11-21 Thread itty06
Here is an example. All three work but I have shown the first 2 in this example ejb-jar.xml ejb-jar.xml | ?xml version=1.0 encoding=UTF-8? | ejb-jar version=3.0 | xmlns=http://java.sun.com/xml/ns/javaee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |

[jboss-user] [JBoss Seam] - always got data model update error when enum happens in data

2006-11-21 Thread ellenzhao
I am modifying the booking example code and added a enum type Gender to the type User. Since then, registration never succeeded. Always got this message: verify: Error during model data update. The code in the xhtml file: | div class=entry | div

[jboss-user] [Security JAAS/JBoss] - Re: LDAP Newbie - LdapLoginModule

2006-11-21 Thread shilpee_k
Hi, have done configurations in JBOSS (version :jboss-4.0.3SP1) to use LdapLoginModule authentication mentioned below. I have set up test ldap server using OpenLDAP and added entries as mentioned below.Problem is even if i dont start the LDAP server it still authenticates for correct username

[jboss-user] [JBoss Portal] - Re: JBoss Portal User Account Management Question

2006-11-21 Thread andytsoy
Dear all, Am I coded something wrong? Or I do not provide enough information? Could anyone help me? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987800#3987800 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987800

[jboss-user] [JBoss jBPM] - Regarding jbpm-identity

2006-11-21 Thread [EMAIL PROTECTED]
Hi, Where can we get info about jbpm-identity? How can we design jbpm-identity.xml? is there any note for this? Please help in this. Thanks JD View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987801#3987801 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Weird injection issue

2006-11-21 Thread lcoetzee
I agree that it is a conversation timeout. I have component name=org.jboss.seam.core.pages | property name=noConversationViewId/public/error/errorPage.xhtml/property | /component | in components.xml as well as pages |

[jboss-user] [JBoss Portal] - Re: Is any one can deploy jboss portal with oracle9?

2006-11-21 Thread veebee_s
Hi, It worked. Thanks a lot for your reply. Now the JBoss CMS portlet can able to deploy. But I am having one more issue in this, I can able to upload (using CMS portlet) small size files say upto 70 kb (aprox) and can not able to upload the files having more size than 70 kb (aprox). I am

[jboss-user] [JBoss Getting Started Documentation] - Redeploy the application resulting errors

2006-11-21 Thread la_seenu
Hi, When I redeploy my application some times I am getting either of these two errors... The error occurred when I redeploy the project. 10:13:29,828 INFO [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBos s_4_0_4_GA date=200605151000)] Started in 16s:110ms 10:13:44,593 INFO

[jboss-user] [Beginners Corner] - Re: JBoss - migrating application

2006-11-21 Thread lzwierko
Hi Weston, thanks for answer. Actually, you have confirmed my thoughts on this. But if I still wanted to port the app, at least for sake of trying Jboss out, what techniques would you suggest? For sql db connection I could use entitiy beans with cmp right? But there are other issues like

[jboss-user] [JBossWS] - jaxws artifacts using Jboss 5.0.0-Beta

2006-11-21 Thread swamini2
Hi, Good to see that JBoss 5.0.0-Beta is available for download. I did not find user guide for that anywhere. When will that be available? I tried to compile my WSDL using bundled wstools.sh and saw that it generates JAXRPC artifacts. When will wstools support generation of JAXWS artifacts?