[JBoss-user] [JBoss Seam] - Re: Error during model data update!

2006-04-17 Thread Shinerella
please if somebody has more information, can post here because I have this same error after some changes, and not a clue yet... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937748#3937748 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Cannot Instantiate seam component O_o !!

2006-02-24 Thread Shinerella
That's true ido, I can bet that is the problem of davidgeary, anyway... For me it was very simple... I read what the guys told here about the jndiPattern and then I took a look on that example you r talking about and just change the jboss-seam-registration to the name of my ear as:

[JBoss-user] [JBoss Seam] - Could not find destroy method

2006-02-20 Thread Shinerella
When I try to display a page with a certain entity atributes like #{caroEntity.codeAtribute} #{caroEntity.descriptionAtribute} | get this error: 18:51:34,203 WARN [Contexts] could not find destroy method java.lang.NoSuchMethodException: $Proxy371.remove() which

[JBoss-user] [JBoss Seam] - Re: Could not find destroy method

2006-02-20 Thread Shinerella
This is the whole exception 18:51:34,203 WARN [Contexts] could not find destroy method java.lang.NoSuchMethodException: $Proxy371.remove() at java.lang.Class.getMethod(Class.java:1581) at org.jboss.seam.contexts.Contexts.callDestroyMethod(Contexts.java:203) at

[JBoss-user] [JBoss Seam] - Re: Offline for a week

2006-02-20 Thread Shinerella
omg! :S View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925168#3925168 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925168 --- This SF.net email is sponsored by: Splunk

[JBoss-user] [JBoss Seam] - Re: Method not found: isJndiName

2006-02-15 Thread Shinerella
This afternoon I had exactly this problem, I have already recreate everything but I dont know where's the problem yet View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3924052#3924052 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Cannot Instantiate seam component O_o !!

2006-02-08 Thread Shinerella
ohhh you were so right!! thanksss a lott!! :) !! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3922345#3922345 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3922345 ---

[JBoss-user] [JBoss Seam] - Cannot Instantiate seam component O_o !!

2006-02-07 Thread Shinerella
I was working on a project with jboss-4.0.3SP1 and a old version of seam (3 month ago) the project has some query stuff nicely working with datamodel and facelets, the thing is that we updated to jboss-4.0.4RC1 the last seam version 1.0 beta 2 , to try it. The problem now is that the action

[JBoss-user] [JBoss Seam] - Re: Cannot Instantiate seam component O_o !!

2006-02-07 Thread Shinerella
Sorry the Title of this post is wrong :S Should be : Uncaught exception handled by Seam O_o !! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3922128#3922128 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3922128

[JBoss-user] [JBoss Seam] - Re: Cannot Instantiate seam component O_o !!

2006-02-07 Thread Shinerella
ok ill take a look now View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3922135#3922135 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3922135 --- This SF.net email is

[JBoss-user] [JBoss Seam] - Re: Cannot Instantiate seam component O_o !!

2006-02-07 Thread Shinerella
well result = Manager (id 10046) conversationIdEntryMap=null conversationTimeout=3000 currentConversationId = 2 currentConversationIdStack=LinkedList (id=10052) dirty=false isLongRunningConversation=false [img]http://www.wpg.com.py/stuff/result.gif[/img]

[JBoss-user] [JBoss Seam] - Re: Cannot Instantiate seam component O_o !!

2006-02-07 Thread Shinerella
sorry Gavin, when I stop at that line the type of result is NamingContext. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3922145#3922145 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3922145

[JBoss-user] [JBoss Seam] - Re: Cannot Instantiate seam component O_o !!

2006-02-07 Thread Shinerella
[img]http://www.wpg.com.py/stuff/result1058.png[/img] result=NamingContext naming=NamingServer parser=NamingParser prefix=CompoundName View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3922148#3922148 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Cannot Instantiate seam component O_o !!

2006-02-07 Thread Shinerella
ok.. ill check that again, thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3922149#3922149 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3922149 --- This SF.net

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - DetachedCriteria Query

2006-01-17 Thread Shinerella
Im trying to use a Detached Criteria to make my queries. But I ran into a problem. Here I describe the situation I have this class with the parameters to make the search, where I also define a Detached Criteria . that later on I 'll use on my session bean @Name(searchParameters) |

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: DetachedCriteria Query

2006-01-17 Thread Shinerella
Remark: In debugging time into the first step getSearchCriteria() what happens is the following My contains variable has a string value: DEPP , so it seems to go ok adding the restriction, and it also returns me that searchCriteria . View the original post :

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-30 Thread Shinerella
:) thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914958#3914958 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914958 --- This SF.net email is sponsored

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread Shinerella
ok, this is the thing gavin.King, SORRY i wrote jsp because I was very used to it, but im using facelets now, should have wrote xhtml page instead. Indeed, today Im trying the new version of seams and the error log is : 12:42:21,984 WARN [VariableResolverImpl] Variable 'caroGroups' could not

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread Shinerella
Marobashi * Into my groups this is what I have in running Time: (setting a breakpoint on the following return statement and inspecting what groups contents after the session.createCriteria) groups = ArrayList - elementData=Object[10] - CAROTypeGroup + code=NAME001 +

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread Shinerella
And finally my problem solution is: The @Factory anotation is needed, this is not found in the old doc, i guess.. @Begin | @Factory(groups) | public String findCaroGroups() { | groups = session.createCriteria(caroTypeGroup.class).list(); | return

[JBoss-user] [JBoss Seam] - Very very Newbie question about datamodel

2005-12-27 Thread Shinerella
Hi guys! I 'm just starting to learn how to develop using jboss seams facelets ejb3 and i ran into some problems, so im posting here if somebody can help this little girl If I have a list of objects CaroTypeGroup as I describe here, (this is when u check the object with the eclipse