[jboss-user] [JBoss Tools (users)] - Re: How to run the test cases?

2008-08-21 Thread Newlukai
the eclipse directory structure into our versioning system. Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171707#4171707 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171707

[jboss-user] [EJB 3.0] - Re: Could not find stateful bean (Seam2 ICEfaces: Uploadin

2008-04-08 Thread Newlukai
I just forgot the rest of the stacktrace: anonymous wrote : 08:58:29,179 ERROR [SeamPhaseListener] uncaught exception | java.lang.IllegalStateException: Could not start transaction | at org.jboss.seam.jsf.SeamPhaseListener.begin(SeamPhaseListener.java:581) | at

[jboss-user] [EJB 3.0] - Could not find stateful bean (Seam2 ICEfaces: Uploading a

2008-04-08 Thread Newlukai
this bean's id in the log. Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142291#4142291 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142291 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Security: How to override messages

2008-02-14 Thread Newlukai
Tomcat shows this error: anonymous wrote : javax.el.PropertyNotFoundException: /template.xhtml @20,77 value=#{messages.org.jboss.seam.loginSuccessful} This is my template.xhtml: f:loadBundle basename=com.idsscheer.ares.resources.messages var=messages / | | ... | | h:outputText

[jboss-user] [JBoss Seam] - Re: Security: How to override messages

2008-02-08 Thread Newlukai
And what to do if this doesn't work as expected? I have two locales, english and german. Both with a line: BundleNameHere.properties wrote : org.jboss.seam.loginSuccessful=Nusseis After I logged in, the h:messages-Tag shows: h:messages wrote : Welcome, jeweWelcome, jewe where jewe is my user id.

[jboss-user] [JBoss Seam] - Re: Exception calling component @Destroy method

2008-01-25 Thread Newlukai
Hmm. Is there a possibility to include the logout button in a dynamic ice:menuBar? And another question: Is this conversation scope so essential that a Seam app can't live without it? For my app session and page scope are sufficient. Do I have to use this conversation scope? View the original

[jboss-user] [JBoss Seam] - Re: Exception calling component @Destroy method

2008-01-25 Thread Newlukai
OK. Thanks. It's working with s:link now. But perhaps you know how to propagate the current conversation id? ice:menuItem value=#{messages.logout} action=#{identity.logout} | f:param name=??? value=??? / | /ice:menuItem I think the name would be cid or whatever I configured in

[jboss-user] [JBoss Seam] - Re: Exception calling component @Destroy method

2008-01-25 Thread Newlukai
ice:menuItem value=#{messages.logout} action=#{identity.logout} | s:conversationId / | /ice:menuItem does not work ... :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123393#4123393 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Security: How to override messages

2008-01-24 Thread Newlukai
[EMAIL PROTECTED] wrote : Did you read the docs (I think not...)? Oh, come on. Of course I read the docs. That was the first I've done. I added a line org.jboss.seam.security.loginSuccessful=Message to my property file. But it didn't worked. That's why I'm asking. Perhaps I have to add a blank

[jboss-user] [JBoss Seam] - Re: Security: How to override messages

2008-01-24 Thread Newlukai
Never mind. So normally it's enough to define an own org ... loginSuccessful property in the locale? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123316#4123316 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4123316

[jboss-user] [JBoss Seam] - Re: The old ClassLoading problem with ICEfaces

2008-01-22 Thread Newlukai
Thanks for your reply. I don't use any async component. I built the icefaces example (BTW: the jboss repository doesn't have any icefaces dependency stored, I had to create a local repository). It uses the same structure as my app does. But the ICEfaces example doesn't use menuBar ;) And it is

[jboss-user] [JBoss Seam] - Security: How to override messages

2008-01-22 Thread Newlukai
getLoginSuccessfulMessage() |{ | return Welcome, #0; |} How can I provide another message or switch this message off? Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122265#4122265 Reply to the post : http

[jboss-user] [JBoss Seam] - The old ClassLoading problem with ICEfaces

2008-01-18 Thread Newlukai
Newlukai[/url] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121291#4121291 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121291 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Server start - starting app - ViewExpiredException

2008-01-11 Thread Newlukai
I should mention that I use Seam 2.0.1.CR1 with ICEfaces 1.6.2 on a JBoss AS 4.2.2.GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118968#4118968 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118968

[jboss-user] [JBoss Seam] - Server start - starting app - ViewExpiredException

2008-01-11 Thread Newlukai
when I restart the server. Don't know what this could be. Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118961#4118961 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118961

[jboss-user] [JBoss Seam] - Re: Server start - starting app - ViewExpiredException

2008-01-11 Thread Newlukai
As soon as I recognized that this error was caused by ICEfaces i found a solution in their forums: http://www.icefaces.org/JForum/posts/list/6511.page#28416. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119078#4119078 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Bug with Seam-Wizard created project

2007-12-21 Thread Newlukai
For months I've been using JBoss IDE Tools 1.6 to develop my Seam application. This week I try to migrate to Eclipse Europa with JBoss Tools. Pretty nice work. To migrate I created a Seam project with the Seam Web Project-wizard. We have some defaults regarding directory structure. And since we

[jboss-user] [JBoss Tools (users)] - Re: Bug with Seam-Wizard created project

2007-12-21 Thread Newlukai
I didn't make this policy, but IMO a powerful IDE like Eclipse should be able to handle linked folders ;) The consequence is that the plugins should be able too. OK, I'll open an issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114935#4114935 Reply to

[jboss-user] [JBoss Seam] - EL changes according to JSF 1.2

2007-12-18 Thread Newlukai
Hi, since the JBoss Tools 2 are available we decided to upgrade our Seam 1.2.1 based application to Seam 2.0. I had and still have to fiddle with JBossTools to deploy my app, but this is another problem. I made all the changes described in seam2migration.txt regarding the configuration

[jboss-user] [JBoss Seam] - Re: Entity Convert

2007-09-26 Thread Newlukai
@ffh: The tag convertEntity doesn't have any attributes. And as far as I can see, the EntityConverter is intelligent enough to recognize classes. Perhaps the problem is not the EntityConverter but the implementation of h:selectManyMenu? Since nusseis doesn't have problems with selectOneMenu.

[jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found

2007-08-07 Thread Newlukai
what steps are necessary to assure that those entities are Seam managed? And does this only refer to the entities which are in the list itself or also to the component which provides the list (which should be Seam managed since it's a component, isn't it?)? Thanks in advance Newlukai View

[jboss-user] [JBoss Seam] - @PersistenceContext in a SFSB created by a factory

2007-08-07 Thread Newlukai
(Component.java:253) | at org.jboss.seam.Component.init(Component.java:203) | at org.jboss.seam.init.Initialization.addComponent(Initialization.java:851) | ... 93 more Has anybody an idea how to implement such a factory? Thanks in advance Newlukai View the original post : http

[jboss-user] [JBoss Seam] - Re: @PersistenceContext in a SFSB created by a factory

2007-08-07 Thread Newlukai
So I have to change the @Factory method to upDownload = Component.getInstance(upDownload); ? But, the component upDownload isn't yet instantiated, so Seam would look up for upDownload and since the @Name is missing on UpDownloadDatabase it would just find the @Factory in UpDownloadFactory. I'm

[jboss-user] [JBoss Seam] - Re: @PersistenceContext in a SFSB created by a factory

2007-08-07 Thread Newlukai
OK. I changed this. I'm wondering why I didn't do that before ... And yap, it works now ;) Now I'm running into another problem I've to figure out. You don't know why an uninvolved Seam component turns to null as soon as I click on upload on a ice:inputFile? View the original post :

[jboss-user] [JBoss Seam] - When uploading a file via ice:inputFile, a component is nul

2007-08-07 Thread Newlukai
) | ... 77 more Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4071622#4071622 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4071622 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found

2007-08-06 Thread Newlukai
I tried it. I really did. But I had to surrender facing the list of things to do to migrate to Seam 2.0. Sorry. So I'm on 1.2.1.GA again. The only major change before this mibehaviour occured was to introduce a @Startup component which is injected to the backing bean. But I don't know why this

[jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found

2007-08-02 Thread Newlukai
Hmm. OK. I don't want to try it since it's still beta, but I'll do it next week. Do you have an idea what it could be? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070233#4070233 Reply to the post :

[jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found

2007-08-02 Thread Newlukai
Hehe. OK. I'll test it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070279#4070279 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070279 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - EntityConverter: Entity Manager not found

2007-08-01 Thread Newlukai
already converted the entities from the database. Why isn't it possible to select an item in the datatable? Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069683#4069683 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found

2007-08-01 Thread Newlukai
Seam 1.2.1.GA ICEfaces 1.6.0 JBoss AS 4.0.5.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069752#4069752 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069752 ___ jboss-user

[jboss-user] [JBoss Seam] - Seam injects null when using ice:inputFile

2007-07-05 Thread Newlukai
-injection occurs since I updated to ICEfaces 1.6.0 DR #5. Has anybody a hint how to solve this problem? Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060780#4060780 Reply to the post : http://www.jboss.com/index.html?module=bbop

[jboss-user] [JBoss Seam] - Re: Writing a custom converter which wraps EntityConverter

2007-06-15 Thread Newlukai
Isn't there anyone who's done such an implementation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054616#4054616 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054616 ___

[jboss-user] [JBoss Seam] - Re: Writing a custom converter which wraps EntityConverter

2007-06-15 Thread Newlukai
Thanks. I've it implemented this way: public class SeverityConverter implements Converter { | public Object getAsObject(FacesContext context, UIComponent component, String value) throws ConverterException { | Converter entityConverter = (Converter)

[jboss-user] [JBoss Seam] - Re: Writing a custom converter which wraps EntityConverter

2007-06-15 Thread Newlukai
Thanks. Have a nice weekend. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054774#4054774 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054774 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Let Seam instantiate a second component?

2007-05-31 Thread Newlukai
to have both components instantiated before they are needed. Is there another way? Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4050027#4050027 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4050027

[jboss-user] [JBoss Seam] - Writing a custom converter which wraps EntityConverter

2007-05-31 Thread Newlukai
and the real entities to EntityConverter and handles the custom entities itself. But I can't find a document or somewhat that describes how I can do this. Could anyone help me? Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4050110#4050110 Reply

[jboss-user] [JBoss Seam] - Re: Let Seam instantiate a second component?

2007-05-31 Thread Newlukai
Found somewhere the call Component.getInstance and solved my problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4050140#4050140 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4050140

[jboss-user] [JBoss Seam] - Re: noSelectionLabel s:selectItems NumberFormatException

2007-05-21 Thread Newlukai
Is there any information about the strange behaviour of the selectItems feature in 1.2.1 with ICEfaces? I hope that my problems will be gone if this one is fixed. I've added a valueChangeListener on the ice:selectOneMenu which just sets a scoped object to the selected value. But as soon as the

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-05-08 Thread Newlukai
switching from ajax4jsf to ICEfaces in the ui example. Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043948#4043948 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043948

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-20 Thread Newlukai
page source I saw that the noSelectionLabel of the selectOneMenus were represented by an empty string. Perhaps it's a compatibility error with ICEfaces 1.5.3??? Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039277#4039277 Reply

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-20 Thread Newlukai
We tried this with normal h:selectOneMenus. But it's the same exception ... So we thought the bug has to be in Seam. And with the mentioned workaround this app works as it should. Hmm. I'm wondering which framework delivers the converters, since the excpetion tells that a conversion from null

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-18 Thread Newlukai
Hi, don't know if it has been corrected or not. We just detected a problem in org.jboss.seam.ui.UISelectItems. There's a private static final String NO_SELECTION_VALUE = null; defined which should be replaced by import static org.jboss.seam.ui.NoSelectionConverter.NO_SELECTION_VALUE;

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

2007-03-07 Thread Newlukai
Great. It works. Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025692#4025692 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025692 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: File(data) Download problem...

2007-03-07 Thread Newlukai
I got it. Almost. I'm stuck on a Seam/ICEfaces integration problem with embedded JavaScript. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025813#4025813 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025813

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

2007-03-06 Thread Newlukai
Hi, I still don't get this working. Regards Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025411#4025411 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025411

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

2007-03-06 Thread Newlukai
would thank you, Tony, you just give me some hope, that I would get it to work with your use of the_organisation in the buttons. Does this work in normal ice:commandLinks or does it only work with s:buttons? Anyhow, it shows me I have to attend to EL again. Thanks in advance Newlukai View

[jboss-user] [JBoss Seam] - Re: File(data) Download problem...

2007-03-05 Thread Newlukai
? @In | private FacesContext context; Or is it because I use ICEfaces, that I can't get a HttpServletResponse? Has somebody implemented a file download with ICEfaces? Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025108#4025108 Reply

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-22 Thread Newlukai
Hi, is this upload tag compatible with ICEfaces? Or should the ICEfaces fileUpload be used? Regards Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020539#4020539 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-22 Thread Newlukai
That's not so good. At the moment I use Seam 1.1.5.GA and ICEfaces 1.5.3 and I'm using the ICEfaces upload component. I've not completed the upload feature for my application, but right now, the uploaded file is placed in the deployment directory and I retrieve an InputFile object with the path

[jboss-user] [JBoss Seam] - Re: Why don't instance RenderManager in Seam?

2007-02-09 Thread Newlukai
Could you successfully use the RenderManager with renderManager.requestRender(this) or something? I can't do this ... Thanks Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013651#4013651 Reply to the post : http://www.jboss.com/index.html?module

[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 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] [JBoss Seam] - How to use ice:dataTable and @DataModel?

2007-01-25 Thread Newlukai
in this constellation. | I've to excuse for this monster, but I don't know how to solve my problem and I don't want to give you too little information to help me. Thanks in advance Newlukai BTW: Did anyone get this ice:menuBar working with more than one level? View the original post : http

[jboss-user] [JBoss Eclipse IDE (users)] - Which version to use?

2007-01-24 Thread Newlukai
1.5.2 and Facelets. Can somebody recommend a version of JBossIDE? Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4005683#4005683 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4005683

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

2007-01-22 Thread Newlukai
[EMAIL PROTECTED] wrote : Actually Seam 1.1.1 bundles ICEFaces 1.5.2. | | But we are really waiting for a bugfix that will be released in ICEFaces 1.5.3. Then things should be working much nicer together. That's nice. But does it mean what I think it means? I don't have to download

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

2007-01-19 Thread Newlukai
Is there any documentation where to put all the necessary jars in the ear and which jar is needed since Seam and ICEfaces use similar jars, e. g. commons-beanutils-1.7.0.jar (Seam) and commons-beanutils.jar (ICEfaces). I think it's better to use the versioned Seam jars since I can determine the

[jboss-user] [JBoss Seam] - Re: Seam And ICEFaces menubar

2006-12-22 Thread Newlukai
Perhaps you should return something? And not null. Or you change the scope to APPLICATION? Here's my menu bean: @Stateless | @Name(sideNavigationMenu) | @Scope(ScopeType.APPLICATION) | public class SideNavigationMenu implements SideNavigation { | @In | private FacesContext

[jboss-user] [JBoss Seam] - Re: How to use ice:menuBar with Seam in an EAR application?

2006-12-13 Thread Newlukai
Thank you. It works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993276#3993276 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993276 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - How to use ice:menuBar with Seam in an EAR application?

2006-12-12 Thread Newlukai
Hi, I'm trying to get my application started, but it fails with a NoClassDefFounfError: 11:21:37,140 WARN [ServiceController] Problem starting service jboss.j2ee:service=EJB3,module=ares.jar | java.lang.NoClassDefFoundError: com/icesoft/faces/component/menubar/MenuItem As you can see this

[jboss-user] [JBoss Seam] - Re: Error in SimpleStatefulCache$SessionTimeoutTask

2006-11-30 Thread Newlukai
I could solve this problem by including a portlet-api-lib (don't know where I found it). But after that I ran into other problems while serializing/deserializing the session and marked some members as transient where necessary (the SessionContext for example). But there were still problems

[jboss-user] [JBoss Seam] - Re: Seam 1.1CR1 + IceFaces Tomahawk problem!

2006-11-30 Thread Newlukai
I think you have to tell it until all the users heard it. I didn't know to avoid Tomahawk. But right now I'm changing from Tomahawk to ICEfaces. And it's quite a lot to do ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3990039#3990039 Reply to the post :

[jboss-user] [JBoss Seam] - Seam 1.1 Tomahawk Datatable

2006-11-29 Thread Newlukai
Hi, I'm trying to migrate to Seam 1.1 and having some problems. I hope that somebody can help. On several pages in my application I make use of the DataModelWithTomahawkDataTable workaround mentioned on the wiki (http://wiki.jboss.org/wiki/Wiki.jsp?page=DataModelWithTomahawkDataTable). Since

[jboss-user] [JBoss Seam] - Re: Seam 1.1 Tomahawk Datatable

2006-11-29 Thread Newlukai
Sure. Here we go: The session bean: @Stateful | @Scope(ScopeType.SESSION) | @LoggedIn | @Name(searchTestaction) | public class SearchTestactionAction implements Serializable, SearchTestaction { | @PersistenceContext(unitName = aresDatabase) | private transient EntityManager

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-11-27 Thread Newlukai
No problem. But ... erm ... I've another question: In my application there is a table which contains priorities. The table contains two columns: the ID and the description of the priority. On some pages the user can filter all shown entries by priority. Adding a noSelectionLabel the user has

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-11-27 Thread Newlukai
Ah... OK. Seems interesting. I will test it these days. I will tell you how it works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988829#3988829 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988829

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-11-23 Thread Newlukai
I'm trying to use si:selectItems and I followed all the hints in the example, but I still get an exception: java.lang.NullPointerException | at org.jboss.seam.core.Messages$1.get(Messages.java:51) | at org.jboss.seam.core.Messages$1.get(Messages.java:79) | at

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-11-23 Thread Newlukai
It's 1.0.1 GA on a AS 4.0.4 Patch1. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988116#3988116 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988116 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-11-23 Thread Newlukai
Yeah, it works. Thanks! Now I've got the real error message: Cannot access entityManager; ensure persistenceUnitJndiName is set on SelectItemsConfig class in components.xml So I've to set the JNDIName. But to which value? I didn't have a components.xml before I used si:selectItems. I set it to

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-11-23 Thread Newlukai
Ah. OK. I didn't set this value in persistence.xml. What does this property do? I try to explain it for my own: In persistence.xml I'm setting up how to connect the database. Whit the property you mentioned I give it a JNDI name?!? And this JNDI name is the value that is needed by the

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-11-23 Thread Newlukai
*dancing on my desk* It works ... I'v full access on all the columns entity B and entity A have. And I can choose an entity B from a dropdown to save in entity A. It's just great. Thank you Mr Muir. View the original post :

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-11-23 Thread Newlukai
I've got an appointment so I quickly wrote down what I've done: 1. Download selectitems.jar and selectitems-ui.jar. 2. Place them in WEB-INF/lib of your war file. 3. Add following property to your persistence.xml: property name=jboss.entity.manager.factory.jndi.name

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-11-22 Thread Newlukai
I#ve got the same problem. The real differences between your and my version is the usage of the EntityConverter and the @SelectItems. Could you please tell me what you did to get it working? Do I have to use @SelectItems and/or the EntityConverter or does it also work with a pure Seam? View

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-11-22 Thread Newlukai
Hmm. OK. Yesterday I searched around the web for possibilities to handle a ManyToOne-releationship in a dropdown-box. And I think that your http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamSelectItemsNewDesign offers all the things I need with a great usability. But I think there should be a

[jboss-user] [JBoss Seam] - Re: How can I set the writable properties of a bean?

2006-11-07 Thread Newlukai
Yeehaw. I got it. Just have a look at the http://forum.java.sun.com/thread.jspa?threadID=592471start=15tstart=0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983747#3983747 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Error in SimpleStatefulCache$SessionTimeoutTask

2006-11-06 Thread Newlukai
Hi, back from my holidays I see that anybody had an idea. But my problem still exists. Maybe I get this error after some minutes was not exact enough. This error occurs when I log in to my application and then stay logged in whithout doing anything. Greets Newlukai View the original post

[jboss-user] [JBoss Seam] - Re: Error in SimpleStatefulCache$SessionTimeoutTask

2006-11-06 Thread Newlukai
At the moment it's 1.0.1 GA. But I'm planning to migrate. I'm not sure whether I should update or wait for a non-beta release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983434#3983434 Reply to the post :

[jboss-user] [JBoss Seam] - How can I set the writable properties of a bean?

2006-11-06 Thread Newlukai
to enable my component to overwrite entity bean properties? Thanks a lot Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3983477#3983477 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983477

[jboss-user] [JBoss Seam] - Error in SimpleStatefulCache$SessionTimeoutTask

2006-10-05 Thread Newlukai
(SimpleStatefulCache.java:129) I found PortletContext in the portlet-api-lib.jar and put it in my ear file, but this didn't solve the problem. i don't know what's wrong. Can anybody help me? Regards Newlukai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3976305#3976305 Reply

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-10-04 Thread Newlukai
I have this client vs. server error, too. I have to use client state saving, since if I use server state saving the login button doesn't work. Could you solve the problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3976028#3976028 Reply to the post :

[jboss-user] [JBoss Seam] - Outjection problem(s)

2006-10-04 Thread Newlukai
Hi, I didn't know how to search for this specific problem, so I started a new thread. I hope you don't mind. I have a form which allows the user to enter some values, which are attached to a bean (called testactionToCreate). As the name says, this form should allow the user to create a new

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Javassist errors with latest jboss

2006-08-02 Thread Newlukai
anonymous wrote : Would someone be kind enough to post a fixed javassit.jar Would be nice. I got this error while trying to override Object.clone(). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962441#3962441 Reply to the post :