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

2006-05-09 Thread mrboxer24
I still get that problem isJNDIname not available. I am trying nightly. Please help : JBossIDE-200605041002-nightly-ALL.zip HibernateTools-3.1.0.200605041002-nightly.zip and follow the procedure. and restart with eclipse -clean View the original post :

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

2006-04-17 Thread bujordan
[EMAIL PROTECTED] wrote : as noted in other threads with the same error: | the seam code generation does not support composite-id's (yet) Doh- I searched the forum up and down, but didn't think I was using composite-id's. (As an aside, I'm using JBoss 4.0.4 CR2, and Seam 1.0 beta2) Here's the

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

2006-04-17 Thread [EMAIL PROTECTED]
as written many times before ;) if you really badly want composite-id support then why don't you contribute a patch. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937731#3937731 Reply to the post :

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

2006-04-15 Thread [EMAIL PROTECTED]
as noted in other threads with the same error: the seam code generation does not support composite-id's (yet) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937502#3937502 Reply to the post :

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

2006-04-14 Thread bujordan
Ok, maybe I'm just not getting something here- I'm trying to do a simple reverse engineer/code generate as shown in the flash demo like others on this post. I originally got the Method not found: isJndiName error, so I tried updating to the nightly builds as suggested. Now, I get the following

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

2006-04-14 Thread max522over
which version of Jboss server are you using. I believe you need to be on the rc release. Seam has not bee updated to work on the latest version of jboss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937481#3937481 Reply to the post :

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

2006-04-07 Thread simonxx
I have the same problem when I use HB 3.1.0 beta4 code generating is ok but when I try to deploy I have Method not found: isJndiName exception when I use HB nightly version i heve exception while generating code org.hibernate.console.HibernateConsoleRuntimeException: Could not create or find

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

2006-04-07 Thread simonxx
ok I've solved this problem. Solution is to use corect nightly version of tools it means JBossIDE-200604061020-nightly-ALL.zip View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3935834#3935834 Reply to the post :

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

2006-04-07 Thread mirko27
Why do you update all JbossIDE? I took just nightly hibernate tools and mine works correctly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3935841#3935841 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3935841

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

2006-03-13 Thread max522over
I did finally get this to work with the nightly build. I finally discovered that I had to go in eclipse under help-software updates - manage configuration and change each jboss product to use the nightly build by hand. that got me building, deploying and running. View the original post :

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

2006-03-10 Thread max522over
I'm getting this problem, so i downloaded 1.5.1 GA and it did not fix my problem. I'm downloading the nightly build of the hibernate tools. I hope that fixes it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929473#3929473 Reply to the post :

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

2006-03-08 Thread scotttam
Should the JBoss IDE 1.5.1.GA solve the problem or will only the nightly builds? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3928908#3928908 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3928908

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

2006-02-17 Thread hurzeler
By the love of god I don't seem to be able to get rid of the Method not found: isJndiName exception. My versions are JBoss 4.0.4RC1 Seam 1.0 beta2 Hibernate 3.1.0 beta4 My application is called mhl and the beans are in a package called com.mhl.ejb and the seams JndiPattern is

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

2006-02-17 Thread smirgla1
I use 4.04RC1, JBossIDE 1.5, Seam nightly 10.Feb.2006. To prove the problem once again: I cleaned eclipse, created a new project following the step-by-step instruction, started the application and got: [[/seamapp]] Exception sending context initialized event to listener instance of class

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

2006-02-17 Thread [EMAIL PROTECTED]
Show me your seam.properties View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3924515#3924515 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3924515 --- This SF.net email is

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

2006-02-17 Thread smirgla1
hurzeler wrote : By the love of god I don't seem to be able to get rid of the | | Method not found: isJndiName | l | | What is wrong and how can I troubleshoot i.e. fix this? | I'm just wondering, have you tried my approach with injection JndiName into each bean? Inject @JndiName

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

2006-02-17 Thread [EMAIL PROTECTED]
hurzeler wrote : | Hibernate 3.1.0 beta4 | You need the nightly build of Hibernate Tools or Eclipse IDE, same for smirgla1 http://download.jboss.org/jbosside/builds/nightly/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3924522#3924522 Reply to the

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

2006-02-17 Thread hurzeler
Thanks Thomas and smirgl1. I will get the nightly builds first and see how I go. If this works I will let you know. I also noticed that when you create the app for postgres the persistence.properties do not get changed appropriatelly i.e. hibernate.connection.datasource=java:/mhlDS

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

2006-02-17 Thread [EMAIL PROTECTED]
report the dialect issue in jira View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3924530#3924530 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3924530 --- This SF.net

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

2006-02-17 Thread smirgla1
[EMAIL PROTECTED] wrote : hurzeler wrote : | | Hibernate 3.1.0 beta4 | | | | You need the nightly build of Hibernate Tools or Eclipse IDE, same for smirgla1 | | http://download.jboss.org/jbosside/builds/nightly/ | As I already said: *** I do have a HBTools nightly from

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

2006-02-17 Thread [EMAIL PROTECTED]
smirgla1 wrote : I use 4.04RC1, JBossIDE 1.5, Seam nightly 10.Feb.2006. | [...] | # seam.properties | org.jboss.seam.core.init.managedPersistenceContexts entityManager | entityManager.jndiName java:/EntityManager | #org.jboss.seam.core.manager.conversationTimeout 3 |

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

2006-02-17 Thread hurzeler
Hello again, I followed Thomas's suggestion and was successful with JBossIDE-200602131029-nightly-ALL. Of course I still encountered: Missing value() for @DataModelSelection with multiple @DataModels But at was easily fixed (see other threads) I had also to edit the presistence.properties

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

2006-02-17 Thread [EMAIL PROTECTED]
Thank you Bernie and thanks Max for building the tool :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3924563#3924563 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3924563

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

2006-02-17 Thread smirgla1
I'll try reinstalling a clean eclipse and plugins. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3924578#3924578 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3924578

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

2006-02-17 Thread smirgla1
yeah, that solved that part, so i managed to start the app w/o any changes, just following the instructions. okay, now one thing does not work though for whatever the reason, but i'll try fixing this myself before I open a new thread: ERROR [SchemaExport] Unsuccessful: create table seam1.seam1

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

2006-02-16 Thread [EMAIL PROTECTED]
You need to get a newest Hibernate Tools built it has been fixed a while ago. As Gavin stated, the current nightly build doesn't have this bug. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3924224#3924224 Reply to the post :

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

2006-02-16 Thread smirgla1
I had the same problem although I took the latest HT nightly. I solved it by commention out org.jboss.seam.core.init.jndiPattern seamapp/#{ejbName}/local in seam.properties and adding the line @JndiName(beanName) - name of the bean starting with a low-cap. to every application Bean. View the

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

2006-02-16 Thread smirgla1
I have found another problem caused by my fix, so finally this is what made my application work: - If not present, in seam.properties and add the line org.jboss.seam.core.init.jndiPattern seamapp/#{ejbName}/local (seamapp being the application name) - In every Bean, enter @JndiName(beanName)

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

2006-02-16 Thread [EMAIL PROTECTED]
If you have to do all that stuff, you are *not* using the correct versions of Seam and JBoss AS. You MUST use: Seam 1.0 beta 2 JBoss AS 4.0.4 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3924321#3924321 Reply to the post :

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

2006-02-16 Thread [EMAIL PROTECTED]
You don't need to specify the jndiName, just the jndiPattern If you manually install a new version of an eclipse plugin, you need to restart eclipse by typing eclipse -clean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3924324#3924324 Reply to the post :

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

2006-02-15 Thread desropolis
Which other thread? I searched on 'Method not found: isJndiName' but got nothing. Regards, Dean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3923958#3923958 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3923958

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

2006-02-15 Thread [EMAIL PROTECTED]
The setting is supposed to be named: org.jboss.seam.core.init.jndiPattern It may have been broken in some build of Hibernate Tools, but the current nightly build is working AFAIK. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3924008#3924008 Reply to the

[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: Method not found: isJndiName

2006-02-10 Thread [EMAIL PROTECTED]
This is the reverse engineering tool and this has been fixed, see the other thread about it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3922928#3922928 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3922928