[jboss-user] [JBoss Seam] - Re: two basic questions for EntityHome

2007-07-11 Thread wschwendt
matt.drees wrote : I think it happens in ManagedEntityIdentityInterceptor, though I don't really understand why it's done. yes, it does, the interceptor writes to Conversation context. Thanks! There could possibly be a bug in ManagedEntityIdentityInterceptor.entityRefsToIds(). I don't

[jboss-user] [JBoss Seam] - Re: Performance Scalability

2007-07-11 Thread news918
Thanks Pete !!. I'll do it. Julio View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063298#4063298 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063298 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - WSRP

2007-07-11 Thread news918
Hi people I'd very new with Seam but I love how many people is testing, trying and working with this fantastic framework. I would like to know if there are posibilities to build portlets using Seam and consume them in SharePoint using WSRP. I don't like Sharepoint at all but many of our

[jboss-user] [JBoss Seam] - JBoss 4.2/Seam 1.2.1/Ajax4jsf 1.1.1: Could not destroy compo

2007-07-11 Thread carlsz
Hello all: I'm seeing the following NoClassDefFoundError when shutting down my JBoss instance. The component in question is a stateful session bean used to retrieve updates for Ajax4jsf. Adding the el JARs to my EAR causes the server to hang on startup. Is there something wrong with my

[jboss-user] [JBoss Seam] - Re: two basic questions for EntityHome

2007-07-11 Thread azalea
Hi, anonymous wrote : | azalea, does a context variable named EntityHomeName.instance gets set in your case, too? | Yes, it does. anonymous wrote : | I think it happens in ManagedEntityIdentityInterceptor, | Thanks. Hmmm... It seems to be very difficult for me to understand that

[jboss-user] [JBoss jBPM] - PageFlow On Role Basis

2007-07-11 Thread trekker880
I m using the following pageflow definition. Can we define the transition based on the role. Like swimlanes are used in jbpm process definition. | pageflow-definition xmlns=http://jboss.com/products/seam/pageflow; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |

[jboss-user] [JBoss Seam] - Re: examples didn't work

2007-07-11 Thread guiltyxsin
Yes I have tried http://localhost:8080/seam-booking and I got: HTTP Status 404 - /seam-booking type Status report message /seam-booking description The requested resource (/seam-booking) is not available. -- and within this directory:

[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
I think I have solved the issue for the Dashboard objects not being created. However, I can replicate the issue with the window position not being persisted locally (and without Oracle). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063307#4063307 Reply to

[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
Tried it on the demo portal as well: same issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063308#4063308 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063308 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
Opened a JIRA for it: http://jira.jboss.org/jira/browse/JBPORTAL-1575 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063309#4063309 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063309

[jboss-user] [JBoss Seam] - Extract EJBs from jboss-seam.jar

2007-07-11 Thread thejavafreak
Hi all, I noticed (as far as I have seen so far) that there are two EJBs in jboss-seam.jar: LocalEjbTransaction LocalTransactionListener. And that's why in the jee5 examples, the jboss-seam.jar are written inside element in application.xml. Because glassfish and oc4j won't understand if it

[jboss-user] [JBoss Seam] - Re: examples didn't work

2007-07-11 Thread thejavafreak
Please post us the stacktrace here. You can view it from the log. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063311#4063311 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063311

[jboss-user] [JBoss Seam] - Usage for downloading uploaded file

2007-07-11 Thread goku2
Hi people! I have a simple problem but i'm a little lost here. I use | s:fileUpload data=#{documentHome.instance.file} | fileName=#{documentHome.instance.name} | accept= / | to upload a file but i don't know how to make a link

[jboss-user] [JBoss Seam] - Re: Usage for downloading uploaded file

2007-07-11 Thread twocoasttb
You have to write a servlet to do this. I think the seamspace app provides a good example. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063313#4063313 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063313

[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
For the Dashboard objects not being created: http://jira.jboss.com/jira/browse/JBPORTAL-1574. It should be fixed in subversion now. Please give it a try and let me know if it works for you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063314#4063314 Reply

[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
i don't see the issue on the portal demo or on local :( (didn't try with Oracle yet), Thanks for the fix Chris ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063315#4063315 Reply to the post :

[jboss-user] [JBoss AOP] - 1.5.5 GA: Problem with InstanceAdvisor-appendInterceptorSta

2007-07-11 Thread jay.guidos
Hi All, After successfully appending a single interceptor to an advised instance, I am now trying to append an interceptor stack to the same instance. The code looks like this: | if (managedProcessorService instanceof Advised) | { | InstanceAdvisor advisor =

[jboss-user] [JBoss Seam] - Re: @Transactional + Transaction.setRollbackOnly error

2007-07-11 Thread [EMAIL PROTECTED]
This looks like a bug in HibernateTransaction. Please report it in JIRA, thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063318#4063318 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063318

[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
Correction, I cannot replicate the DD issue after all. I guess I didn't pay attention when I tested earlier. The behavior is correct on the demo portal, hsql local et oracle local. If you have the opportunity, build Portal from subversion and let us know if you are still experience any issues

<    1   2   3   4