[jboss-user] [JBoss Seam] - Re: problem with messages in scheduler.

2007-05-07 Thread Stateless Bean
there shoudl be: messages.ge("myText"); get(..), i made mistake in post, but problem still exist in cource code i have get() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043584#4043584 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - Re: problem with messages in scheduler.

2007-05-07 Thread petemuir
where is the messages.properties being packaged to in your ear? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043590#4043590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043590 ___

[jboss-user] [JBoss Seam] - Re: problem with messages in scheduler.

2007-05-07 Thread Stateless Bean
"petemuir" wrote : where is the messages.properties being packaged to in your ear? myProject - project name | myProject.ear/myProject.jar/messages_en.properties | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043618#4043618 Reply to the post : http:

[jboss-user] [JBoss Seam] - Re: problem with messages in scheduler.

2007-05-08 Thread Stateless Bean
Hi Pete! Until my problem still exist, i made some check; 1. Downloaded newer seam version 1.2.1GA 2. Create in eclipse new project "seampay" like in examples. 3. Copied from your examples/seampay/src classes and modified: Processor and conroler like here: Controler | @In | protecte