[JBoss-user] [JBoss Seam] - Re: is pageflow.jpdl.xml only meant for conversations?

2006-06-17 Thread dhinojosa
Its good thinking about it that way, stateless navigation. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951468#3951468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951468 __

[JBoss-user] [JBoss Seam] - Re: SeamTest fails

2006-06-17 Thread songhe
"songhe" wrote : It turned out that Seam 1.0.0GA cannot work with JAS 4.0.4SP1. JAS needs to be updated with EJB-3.0_RC8_FD to get things work. Hope this helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951462#3951462 Reply to the post : http://www.jbos

[JBoss-user] [JBoss Seam] - Re: SeamTest fails

2006-06-17 Thread songhe
It turned out that Seam 1.0.0GA cannot work with JAS 4.0.4SP1. JAS needs to updated with EJB-3.0_RC8_FD to get things work. Hope this helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951461#3951461 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBoss Seam] - Re: Can't get database updated without calling flush()

2006-06-17 Thread [EMAIL PROTECTED]
Turn on Hibernate debug logging and check if the afterCompletion phase is running at all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951459#3951459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951459 __

[JBoss-user] [JBoss Seam] - Re: is pageflow.jpdl.xml only meant for conversations?

2006-06-17 Thread [EMAIL PROTECTED]
Only for conversations. Use navigation rules for stateless navigation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951458#3951458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951458 __

[JBoss-user] [JBoss Seam] - Re: Seam Managed Transactions and JMX MBeans

2006-06-17 Thread felipevaa
Right on! I was debugging Seam today and came up to the same conclusion... The component managing the EntityManager has the conversation scope. How can I contribute to this effort? I'm not very familiar with the Seam internals, but if you give me some pointers of what you have in mind, I could

[JBoss-user] [JBoss Seam] - Re: seam component not found

2006-06-17 Thread burakbayramli
BTW: The demo applications worked fine for me without any problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951436#3951436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951436 _

[JBoss-user] [JBoss Seam] - Re: Can't get database updated without calling flush()

2006-06-16 Thread javajedi
Yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951431#3951431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951431 ___ JBoss-user mailing list JBoss-user@lists.sourcef

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

2006-06-16 Thread [EMAIL PROTECTED]
Interesting. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951421#3951421 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951421 ___ JBoss-user mailing list JBoss-user@list

[JBoss-user] [JBoss Seam] - Re: Seam Managed Transactions and JMX MBeans

2006-06-16 Thread [EMAIL PROTECTED]
The problem here is that there is no conversation context available in a call to an EJB that does not originate in the web tier. All I have is event and application contexts. I guess I should set up a little "temporary" conversation context, and a biz process context. I'll do that. For now, you

[JBoss-user] [JBoss Seam] - Re: EJBNoSuchObjectException when Seam destroys a component

2006-06-16 Thread [EMAIL PROTECTED]
Yeah, what I will lobby for is that the default SFSB and HttpSession timeouts be set the same in JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951418#3951418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395141

[JBoss-user] [JBoss Seam] - Re: Can't get database updated without calling flush()

2006-06-16 Thread [EMAIL PROTECTED]
So you have: true in hibernate.cfg.xml? (Along with all the other settings used in the example app?) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951417#3951417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951417

[JBoss-user] [JBoss Seam] - Re: Jboss seam supports clustering in any ejb3 complaint app

2006-06-16 Thread [EMAIL PROTECTED]
OK, I finally got round to fixing this problem in CVS. Everything should work perfect on a cluster now ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951416#3951416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JBoss Seam] - Re: Share data between portlets for each user session

2006-06-16 Thread [EMAIL PROTECTED]
No, portlet session are portlet-local. There is no standard way to do inter-portlet communication in the portlet spec, but most products provide some proprietary APIs. It is something I need to look into more closely with Roy. View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss Seam] - Re: Seam compatibility and independence ...

2006-06-16 Thread [EMAIL PROTECTED]
1.0.0.GA was supposed to have been compatible with GlassFish, but Roger has found a bug that crept in. I fixed this in CVS and Roger is re-testing. Seam 1.0.1 (due out tomorrow) should fix this problem. You can use Hibernate Validator with other JPA providers. I agree that it would be nice to h

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-06-16 Thread dbatcn
I'm a Seam newbie (although I have used JBoss). I lost a few hours with the latest versions directly linked from the general download area until I happened upon this forum with the magic versions. The first tutorial example comes up now, without nasty error messages. :-) Could we maybe get a p

[JBoss-user] [JBoss Seam] - Re: Outjection and Scope

2006-06-16 Thread cryptonaut
Stateless, Stateful, it doesn't matter. Actually, minutes before you posted your remarks I found the magic incantation: use the @Factory annotation on method that retrieves the list: @Factory public String show() { ... Then you can use any Scope. View the original post : http://www.jboss.

[JBoss-user] [JBoss Seam] - Re: Outjection and Scope

2006-06-16 Thread dhinojosa
Try changing it to stateful. I don't think this bean is around long enough to get that list being stateless. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951395#3951395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JBoss Seam] - Re: Using qualified names in pages.xml

2006-06-16 Thread davidatkinsuk
Just upgraded to release 1.0 and this is now fixedyay! cheers Dave View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951394#3951394 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951394

[JBoss-user] [JBoss Seam] - Re: Seam compatibility and independence ...

2006-06-16 Thread marceloverdijk
I agree with this. I tried to run JBoss Seam on 1.0 GA on Glassfish. I like to use Glassfish' Toplink Essentials as persistence provider because it's out of the box available (this is just for testing, so this easier then dropping another persistence provider with dependencies to other jars).

[JBoss-user] [JBoss Seam] - Re: SeamTest fails

2006-06-16 Thread liudan2005
I've just noticed one of our methods named init() and SeamTest has got the seam method name. changing the method name solve the problem. The NullPointerException and "comp not bound" stopped us using seamtest for a couple of months now. As it works now, guess we can start using seamtest again.

[JBoss-user] [JBoss Seam] - Re: Jboss seam supports clustering in any ejb3 complaint app

2006-06-16 Thread [EMAIL PROTECTED]
Seam is designed to be highly scalable in a clustered environment. Certain features are currently broken in non-JBoss clusters, but this is easy to fix and will be fixed when I get around to it (hence the comments). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[JBoss-user] [JBoss Seam] - Re: EJBNoSuchObjectException when Seam destroys a component

2006-06-16 Thread rdewell
I asked the EJB3 forum. The default expiration on SFSB is 300 seconds. There are custom JBoss annotations called @CacheConfig for both Simple and Tree caches which allow this to be customized on a per-bean basis. This all may prompt some clarification in the Seam docs? My general notion of a

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA: Deploying doesn't work

2006-06-15 Thread Newlukai
"[EMAIL PROTECTED]" wrote : It looks to me more like a possible classloading problem. It would just be too painful for me to describe what I've done wrong. But your hint was priceless. And Thomas was also right. I didn't realize that I've to deploy the booking-ds.xml as well. So I did it for m

[JBoss-user] [JBoss Seam] - Re: jboss ide seam skeleton app error

2006-06-15 Thread [EMAIL PROTECTED]
I think it is the problem that the templates do not yet support composite keys. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951223#3951223 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951223 _

[JBoss-user] [JBoss Seam] - Re: jboss ide seam skeleton app error

2006-06-15 Thread mbartecki
I had the same trouble, did you found how to fix this ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951221#3951221 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951221 _

[JBoss-user] [JBoss Seam] - Re: @Logger - usage question

2006-06-15 Thread [EMAIL PROTECTED]
stateless session beans do not support @Create and @Destroy methods. I probably need to document this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951218#3951218 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951218

[JBoss-user] [JBoss Seam] - Re: Injected value is always null

2006-06-15 Thread [EMAIL PROTECTED]
Right, the correct pattern is: myEarName/#{ejbName}/local View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951216#3951216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951216 __

[JBoss-user] [JBoss Seam] - Re: Injected value is always null

2006-06-15 Thread dhinojosa
E. I think I figured it out You need to make sure that the param-value for the jndipattern in your web.xml is set to the correct JNDI tree set up. org.jboss.seam.core.init.jndiPattern PUT YOUR PERSISTENCE CONTEXT HERE!!!/#{ejbName}/local If you don't know

[JBoss-user] [JBoss Seam] - Re: Configuration of seam sfsb-components via components.xml

2006-06-15 Thread [EMAIL PROTECTED]
thanks gavin! even configuration of sfsb-components via seam.properties is working now, brilliant. chris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951211#3951211 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951

[JBoss-user] [JBoss Seam] - Re: EJBNoSuchObjectException when Seam destroys a component

2006-06-15 Thread [EMAIL PROTECTED]
Yes that is possible. I must admit I'm also not sure what the default expiration time is. Ask in the EJB3 forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951210#3951210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBoss Seam] - Re: EJBNoSuchObjectException when Seam destroys a component

2006-06-15 Thread rdewell
I'm seeing this in conjunction with a session scoped bean... Without knowing a thing about the internals of SFSB, Seam, etc... is it possible that any cache / expiration setting for the session scoped SFSB is SHORTER than it needs to be? I'm not sure where this value is held, but if my sessi

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA Booking App: RegisterAction - Injected Use

2006-06-15 Thread [EMAIL PROTECTED]
Roger, I just committed an attempt at a fix to CVS. Would you try it out please? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951205#3951205 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951205

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA Booking App: RegisterAction - Injected Use

2006-06-15 Thread [EMAIL PROTECTED]
Yes, it is the same underlying problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951202#3951202 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951202 ___ JBoss-user ma

[JBoss-user] [JBoss Seam] - Re: SeamTest fails

2006-06-15 Thread [EMAIL PROTECTED]
liudan, we need to know what you tried to achieve so we can help you, your code would be useful View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951200#3951200 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951200

[JBoss-user] [JBoss Seam] - Re: SeamTest fails

2006-06-15 Thread [EMAIL PROTECTED]
Please read the instructions from the getting started guide. http://labs.jboss.com/portal/jbossseam/gettingstarted/index.html You need to use the JEMS installer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951199#3951199 Reply to the post : http://www.jbo

[JBoss-user] [JBoss Seam] - Re: SeamTest fails

2006-06-15 Thread songhe
Not only the tests failed. The examples don't work at all .. It seems to me that Seam GA is screwed (RC3 worked fine). I got errors as below: 23:10:48,656 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception javax.faces.FacesException: Error calling action method o

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA Booking App: RegisterAction - Injected Use

2006-06-15 Thread rogerk
Ok. Thanks for looking at this. So it sounds like your potential fix wlll make it so the Name annotation will be found, and "aroundInvokeInContexts" will be called. The other problem was that even when I forced a call to "aroundInvokeInContexts" Seam.getComponentName("org.jboss.seam.example.book

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA Booking App: RegisterAction - Injected Use

2006-06-15 Thread [EMAIL PROTECTED]
OK, so GlassFish is subclassing the session bean, and I should be searching up the class hierarchy for the @Name annotation. I will get this one fixed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951189#3951189 Reply to the post : http://www.jboss.com/in

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA Booking App: RegisterAction - Injected Use

2006-06-15 Thread rogerk
BijectionInterceptor is never getting called. I've done a comparison with the working 1.0beta version and the FCS version. --- FCS Version --- Register button pressed. SeamInterceptor.aroundInvoke called > if ( !getUnproxiedClass( invocation.getTarget() ).isAn

[JBoss-user] [JBoss Seam] - Re: Configuration of seam sfsb-components via components.xml

2006-06-15 Thread [EMAIL PROTECTED]
Fixed in CVS, thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951175#3951175 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951175 ___ JBoss-user mailing list JBoss-us

[JBoss-user] [JBoss Seam] - Re: Begin Conversation on GET, Questions

2006-06-15 Thread [EMAIL PROTECTED]
You can manually pass state from PAGE context to CONVERSATION context. Look at how the booking demo passes SESSIOn scope state into the CONVERSATION context. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951166#3951166 Reply to the post : http://www.jboss.c

[JBoss-user] [JBoss Seam] - Re: Newbie: Dynamic form fields

2006-06-15 Thread [EMAIL PROTECTED]
I'm not quite sure what you're trying to say. Perhaps code would be helpful. Does ui:repeat solve your problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951165#3951165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [JBoss Seam] - Re: Problem using checkbox with JBoss AS 4.0.4.GA + JBoss EJ

2006-06-15 Thread [EMAIL PROTECTED]
Hahah, yeah, that would break :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951160#3951160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951160 ___ JBoss-user mailing

[JBoss-user] [JBoss Seam] - Re: Configuration of seam sfsb-components via components.xml

2006-06-15 Thread [EMAIL PROTECTED]
This is a bug, I will get it fixed ASAP. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951159#3951159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951159 ___ JBoss-user m

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA Booking App: RegisterAction - Injected Use

2006-06-15 Thread [EMAIL PROTECTED]
OK, please try setting a breakpoint in BijectionInterceptor and see what happens View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951157#3951157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951157 ___

[JBoss-user] [JBoss Seam] - Re: Editing enums

2006-06-15 Thread javajedi
A little more debugging information. The first time I deploy my app, both BillingAddress and USState came from the same class loader: [EMAIL PROTECTED] url=file:/usr/local/jboss-4.0.4/server/adapt/tmp/deploy/tmp9184crm-2.0-SNAPSHOT.ear ,addedOrder=39} After I redeploy the app, BillingAddress

[JBoss-user] [JBoss Seam] - Re: Begin Conversation on GET, Questions

2006-06-15 Thread rdewell
To clarify, @Begin a conversation in a PAGE scoped component during the GET? Wouldn't the PAGE scoped component get destroyed at the end of the lifecycle making it unavailable if the conversation is then carried out? How are other folks handling this? This issue would come into play with any

[JBoss-user] [JBoss Seam] - Re: Problem using checkbox with JBoss AS 4.0.4.GA + JBoss EJ

2006-06-15 Thread rlhr
The line was: log.debug("# password: #{user.password}"); So I guess I'll have to lose my bad habit of writing "" in my debug to stop them out during development. I didn't think of it until you mentioned to look at the debug. Thanks for the help, now it works fine. Richar

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA Booking App: RegisterAction - Injected Use

2006-06-15 Thread rogerk
I've already done that. Here is what the class looks like: @Stateful @Scope(EVENT) @Name("register") @Interceptors(SeamInterceptor.class) public class RegisterAction implements Register {

[JBoss-user] [JBoss Seam] - Re: EJBNoSuchObjectException when Seam destroys a component

2006-06-15 Thread d1g
Hi, I'm experiencing very similar behaviour. It may be that something else has caused the bean to be unloaded, such as an exception. I'm investigating this for my application. These posts seem to be relevant: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=82650 http://www.jboss.com/

[JBoss-user] [JBoss Seam] - Re: EJBNoSuchObjectException when Seam destroys a component

2006-06-15 Thread rdewell
This is causing serious problems for our application. I tried switching to EJB3Clustered to hopefully use the TreeCache, but for some reason it's still using SimpleStatefulCache. | javax.ejb.EJBNoSuchObjectException: Could not find Stateful bean: 3j001-gthwm3-eofzrkxj-1-eogs4rla-sb |

[JBoss-user] [JBoss Seam] - Re: s:validateAll or @NotNull bug

2006-06-15 Thread [EMAIL PROTECTED]
Yes, it still works, but I am probably going to deprecate it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951099#3951099 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951099 ___

[JBoss-user] [JBoss Seam] - Re: Security Framework w/Seam

2006-06-15 Thread fguillaume
Gavin, I'd be interested in seeing code for a Permission class that would have access to a Seam context to do its checks. Even rough/draft/incomplete code would be good. I have the same problem as other posters, I'm in a content management system and I want security checks that depend on the cu

[JBoss-user] [JBoss Seam] - Re: s:validateAll or @NotNull bug

2006-06-15 Thread phicorp
Thanks for answering my post Gavin. Also could you briefly comment on the @IfInvalid annotation eg. does it still function as expected? I am asking the question because I think that only the Issues example in the Seam 1.0 GA release uses the @IfInvalid annotation. View the original post : http

[JBoss-user] [JBoss Seam] - Re: method defined in pages.xml can't start a converstaion

2006-06-15 Thread liudan2005
I've simplified my code and tried everything i can but still no luck. Here is my code list in full MyStuffAction.java | @Stateful | @Name("myStuff") | @Scope(CONVERSATION) | public class MyStuffAction implements MyStuff | { | | @In(required=false,scope=ScopeType.CONVERSATION)

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-06-15 Thread Timaar
I installed: jBoss AS http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=193295&release_id=424215 seam http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=163777 I installed the jBoss Aplication Server to C:\Program Files\jboss-4.0.4.GA using the ejb3 option

[JBoss-user] [JBoss Seam] - Re: About task creation in seam-dvd example

2006-06-15 Thread smajima
Thanks quick replay. I understand the creating timing. But another question is who integrates tasks and task valiables. In dvd example amout and customer variables are related tasks. I wonder if what part of code does that or there is specific rules. View the original post : http://www.jboss.

[JBoss-user] [JBoss Seam] - Re: Problem using checkbox with JBoss AS 4.0.4.GA + JBoss EJ

2006-06-15 Thread [EMAIL PROTECTED]
com.peanutcafe.app.actions.RegisterAction.register(RegisterAction.java:106) Show me this line of code (ie. the code that calls Seam Log.debug()). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951045#3951045 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss Seam] - Re: Begin Conversation on GET, Questions

2006-06-15 Thread [EMAIL PROTECTED]
You could try using PAGE context, perhaps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951042#3951042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951042 ___ JBoss-user

[JBoss-user] [JBoss Seam] - Re: method defined in pages.xml can't start a converstaion

2006-06-15 Thread [EMAIL PROTECTED]
ie. try removing @Conversational View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951041#3951041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951041 ___ JBoss-user mailing l

[JBoss-user] [JBoss Seam] - Re: method defined in pages.xml can't start a converstaion

2006-06-15 Thread [EMAIL PROTECTED]
Probably you are calling some other method of the bean before you call the start() method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951040#3951040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951040 _

[JBoss-user] [JBoss Seam] - Re: About task creation in seam-dvd example

2006-06-15 Thread [EMAIL PROTECTED]
Tasks are created by jBPM when execution of a process definition arrives at a . Check the ordermanagementx.jbpl.xml files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951039#3951039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBoss Seam] - Re: Programatically setting the taskInstance of the current

2006-06-15 Thread [EMAIL PROTECTED]
heh, no actually it is just 12, we are in Las Vegas for JBoss World :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951036#3951036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951036 _

[JBoss-user] [JBoss Seam] - Re: Programatically setting the taskInstance of the current

2006-06-15 Thread slienert
Thanks Gavin, I'll give that a try btw, is it really 3 in the morning over there ? You guys really take your 24 / 7 support seriously ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951035#3951035 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss Seam] - Re: Programatically setting the taskInstance of the current

2006-06-14 Thread [EMAIL PROTECTED]
Oh and then Process.instance().setTaskId() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951032#3951032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951032 ___ JBoss-user

[JBoss-user] [JBoss Seam] - Re: Programatically setting the taskInstance of the current

2006-06-14 Thread [EMAIL PROTECTED]
Process.instance().setProcessId(pid) Should work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951031#3951031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951031 ___ JB

[JBoss-user] [JBoss Seam] - Re: s:validateAll or @NotNull bug

2006-06-14 Thread [EMAIL PROTECTED]
Yes, this is a limitation of JSF. It is not possible to validate nullness using a JSF validator. You need to use required=true. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951030#3951030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA Booking App: RegisterAction - Injected Use

2006-06-14 Thread [EMAIL PROTECTED]
"jagoh" wrote : Do you mean if already defined in ejb-jar.xml, at class level don't need to declare? Thanks. You should not need to, according to the spec, but try it anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951028#3951028 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA Booking App: RegisterAction - Injected Use

2006-06-14 Thread jagoh
Thomas, Do you mean if already defined in ejb-jar.xml, at class level don't need to declare? Thanks. JA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951011#3951011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA Booking App: RegisterAction - Injected Use

2006-06-14 Thread [EMAIL PROTECTED]
It seems like the Seam Interceptor doesn't intercept. Try to add @Interceptor(SeamInterceptor.class) at the class level and let us know. (It should be already defined in ejb-jar.xml though) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950978#3950978 Reply

[JBoss-user] [JBoss Seam] - Re: Seam AJax Remoting and throwing of exceptions

2006-06-14 Thread andrew.vine
Ok. It is funky idea to have a seperatate callback on error. I think MochiKit allowed you to do this. I don't understand completely what you want to do but what is important to me is that I could still provide a message with my exception and have that displayed to the user. eg.. public BigDecim

[JBoss-user] [JBoss Seam] - Re: which IDE do you use to develop SEAM application?

2006-06-14 Thread jack70_chen
Cavani, thanks a lot View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950953#3950953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950953 ___ JBoss-user mailing list JBoss-us

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-06-14 Thread [EMAIL PROTECTED]
aaa I suck! I thought I did that :-( Well, I'm doing a SP1 release tomorrow of the next day View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950906#3950906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950906

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA: Deploying doesn't work

2006-06-14 Thread [EMAIL PROTECTED]
What user-defined interceptors do you have? eg. @LoggedIn? It looks to me more like a possible classloading problem. In CVS, I've fixed that exception message to be more informational. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950905#3950905 Reply to th

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread liudan2005
yes, i can connect it from eclipse and I have breakpoint set up with no problem. When I look at folder deploy\jboss-seam-booking.ear\jboss-seam-booking.jar\org\..., I can see the class file is the latest one. but for something, jboss ignores my chages unless I redeploy the whole ear. I haven't

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-06-14 Thread cavani
Is just my eyes or this version show in log "JBoss Seam 1.0.0.CR3"? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950896#3950896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950896 _

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread petemuir
Yes, I have those options specified. Have you managed to get the Eclipse debugger to connect to JBoss? I simply have the server and the port specified in my remote application configuation. Launching the debug configuration gives me a list of running processes on JBoss, from there I can do debu

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread liudan2005
I've tried but it seems not work for me. I have enabled this in run.bat set JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS% what else do i need to do? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950887#3950887 R

[JBoss-user] [JBoss Seam] - Re: Problem with tree2

2006-06-14 Thread d1g
Hi. Did you manage to get this working? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950886#3950886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950886 ___ JBoss-user ma

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA: Deploying doesn't work

2006-06-14 Thread [EMAIL PROTECTED]
The stacktrace from booking is probably longer than that right ? Make sure you have the datasource deployed as well (booking-ds.xml) About the second stacktrace, make sure you added the Seam interceptor in ejb-jar.xml (see the booking app example) View the original post : http://www.jboss.com/

[JBoss-user] [JBoss Seam] - Re: dvdstore and booking samples in 1.0.0 GA failed on JBoss

2006-06-14 Thread [EMAIL PROTECTED]
Sorry we forgot to update this. I just did it now. Thanks ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950879#3950879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950879

[JBoss-user] [JBoss Seam] - Re: dvdstore and booking samples in 1.0.0 GA failed on JBoss

2006-06-14 Thread gcowsar
Thomas, I would suggest that JBoss should modify the "Getting Started" instructions so that this problem can be avoided by mere mortals. Most people are not going to come here and read these posts first. regards, George View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread petemuir
As I said above the hot code replacement function works in debug mode. Changes made when in debug mode within function bodies will change the code in the deployed ear. Works well for me for non-'structural' changes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread cavani
any change in java code result in a context reload... for me, this break Tomcat (CPU 100% and nothing never)... I usually stop and start... I don't test Eclipse 3.2 / JBoss IDE 2 with this yet... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950855#3950855

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread liudan2005
Thanks. finally got it working for my xhtml pages. What about ejb code? is there anyway to modify a single class at runtime? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950852#3950852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [JBoss Seam] - Re: dvdstore and booking samples in 1.0.0 GA failed on JBoss

2006-06-14 Thread [EMAIL PROTECTED]
Use the new installer: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=193295&release_id=424215 It includes JBoss EJB3 RC8 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950843#3950843 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss Seam] - Re: dvdstore and booking samples in 1.0.0 GA failed on JBoss

2006-06-14 Thread cavani
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84827 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950831#3950831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950831 __

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread cavani
In Eclipse with WTP plugins you can use a Dynamic Web Project and, in a Server View, connect it to a server. This works almost fine with Tomcat. With JBoss IDE 2, you have the adapter to use JBoss AS just like Tomcat in the scenario above. Your files in project are exposed directly to applicati

[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-06-14 Thread muckwarrior
Finally got to the bottom of this. The type mismatch error was being caused by having a copy of the tomahawk.jar in the WEB-INF/lib. This can be removed if you're using faceletes and the problem is solved, but what if you don't want to use facelets? I'm facing the prospect of converting my who

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread petemuir
Deploy the ear to the JBOSS_HOME/server/default/deploy directory exploded (as a directory with a .ear extension) and copy any updates to the exploded war inside the ear; jboss will take care of updating its temp directories itself. The ant copy task is useful for this. | JBOSS_HOME/server/de

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread liudan2005
I don't quite get it. since ears are extracted to something like tmp/deploy/tmp62396jboss-seam-booking.ear-contents. Each time you deploy your ear, the folder would be differerent. how do u write a ant task for doing this? View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[JBoss-user] [JBoss Seam] - Re: HELP: do you have to publish every changes you made manu

2006-06-14 Thread petemuir
You can use hotcode replacement when in debug mode for java code (allows replacement of function body). You can use exploded ear/war/jar for jsf pages, you still need to get the .xhtml/.jsp file from your development location into the exploded ear (but you could write an ant task for this that

[JBoss-user] [JBoss Seam] - Re: which IDE do you use to develop SEAM application?

2006-06-13 Thread cavani
forgot this: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=84328 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950786#3950786 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950786

[JBoss-user] [JBoss Seam] - Re: which IDE do you use to develop SEAM application?

2006-06-13 Thread cavani
I am using Seam 1.0 / E-EJB Alpha8 / Tomcat 5.5 with Eclipse 3.1 / WTP 1.0 in a Dynamic Web Project and this is similar with what you describe about IBM RAD, but is very bugged and works mostly for content, not classes. About JBoss IDE, this shoud be explanatory: http://www.jboss.org/index.html

[JBoss-user] [JBoss Seam] - Re: Seam AJax Remoting and throwing of exceptions

2006-06-13 Thread sbryzak2
Not yet, I've been trying to think of an elegant way of handling exceptions. In a lot (most?) of cases you won't want to return a stack trace to the client; instead a simple error code/message would be more useful. Whether this is something that is done client side or server side I'm not sure.

[JBoss-user] [JBoss Seam] - Re: method defined in pages.xml can't start a converstaion

2006-06-13 Thread liudan2005
Removing "join=true" doesn't help. I still get the same error. Here is my bean: | @Stateful | @Name("booking") | @Scope(CONVERSATION) | @Interceptors(SeamInterceptor.class) | @LoggedIn | @Conversational(ifNotBegunOutcome = "home") | public class BookingActionimplements Booking, Seria

[JBoss-user] [JBoss Seam] - Re: problem running booking example

2006-06-13 Thread gcowsar
I also had a problem running the booking example which I solved by re-installing JBoss 4.0.4.GA using the installer in Gavin's announcement. See his post here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84871 what worked for me was to use this installer for JBoss 4.0.4.GA: http:/

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-06-13 Thread gcowsar
I re-installed 4.0.4GA using the link in Gavin's announcement above. Now the seam examples/booking demo works. This is the installer that works: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=193295&release_id=424215 See this thread also... sounds like enesterov had a sim

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-06-13 Thread gcowsar
BTW - I started down the getting started path which doesn't match your detailed instructions above about how to install 4.0.4.GA so I don't know yet if that is what makes the diference. http://labs.jboss.com/portal/jbossseam/gettingstarted View the original post : http://www.jboss.com/index.

<    4   5   6   7   8   9   10   11   12   13   >