[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuration JNDI

2008-01-28 Thread benjiii
Hey - it works now! I had to try a while - but now the EJB's and even the direct sql works! Thanks a lot for your great help. I fear I didn't understand everything - but I'm on the way now and happy about it! Thanks! View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuration JNDI

2008-01-25 Thread benjiii
Ok - thanks, you helped a lot - perhaps I don't understand everything, but I'm on the way now - and I got an idea about understanding all that. Now there's the next problem I've got. If I understood right after googling the RAD generates non-JBoss-conform EJBQL - and so the Error tolds me I saw

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuration JNDI

2008-01-25 Thread benjiii
Forgot: The RAD doesn't know the ejb-ql-tag... that's the reason for the syntax error... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123564#4123564 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4123564

[jboss-user] [Installation, Configuration DEPLOYMENT] - Configuration JNDI

2008-01-24 Thread benjiii
here that could help me? Thanks! Benjiii View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123042#4123042 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4123042 ___ jboss-user mailing

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuration JNDI

2008-01-24 Thread benjiii
Sorry, I took the wrong folder... hope you'll help my anyway View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123044#4123044 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4123044

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuration JNDI

2008-01-24 Thread benjiii
If I do this, I get a clean server start, but when calling the first servlet, I get this error now: javax.naming.NameNotFoundException: local:ejb not bound Is this because I use the call DataAccessFacadeLocalHome dataFacadeHome =

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuration JNDI

2008-01-24 Thread benjiii
Do you mean this part of the tree here? +- env (class: org.jnp.interfaces.NamingContext) | | +- ejb (class: org.jnp.interfaces.NamingContext) | | | +- DataAccessFacade[link - local/[EMAIL PROTECTED] (class: javax.naming.LinkRef) | For me it seems correct, or not? But the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuration JNDI

2008-01-24 Thread benjiii
Sorry - moment - I've got an idea... perhaps another part of the code... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123125#4123125 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4123125

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuration JNDI

2008-01-24 Thread benjiii
Seems to be that my EntityBeans now aren't reachable - the facade now is ok. Where have I to look to get the correct jndi for the entity beans? Is it defined in an JBoss specific file? (ejb-jar.xml e.g?) View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: DataSourceBinding not yet installed

2008-01-23 Thread benjiii
I retried again with using DefaultDS - now it's working. Don't know, what changes I did before that weren't ok (or did not but would be necessary) ... Thanks for your help! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122504#4122504 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: DataSourceBinding not yet installed

2008-01-17 Thread benjiii
No, that is not the problem here - I already changed correctly to the JNDI-name MSSQL2000XADS depends optional-attribute-name=ConnectionManagerjboss.jca:service=DataSourceBinding,name=MSSQL2000XADS/depends but perhaps there should be an entry to define the state manager? 'cause there none...

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: DataSourceBinding not yet installed

2008-01-17 Thread benjiii
Didn't knew about a state-xml-file before?! Do I need this? In the jms dir is no state-xml-file, none for hypersonic and - clear - non for mssql. I also not found a mssql-jdbc-state-service.xml in the googled sites or in the example dir of jboss... To post these files will cause a really big

[jboss-user] [Installation, Configuration DEPLOYMENT] - DataSourceBinding not yet installed

2008-01-16 Thread benjiii
Hello all! I tried to use a datasource (SQL Server 2000) for my JBoss - and the result is this error: ObjectName: jboss.jca:service=DataSourceBinding,name=TEST State: NOTYETINSTALLED Depends On Me: jboss.mq:service=PersistenceManager Don't know, what's the problem. I put the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: DataSourceBinding not yet installed

2008-01-16 Thread benjiii
Oh sorry, didn't see the button - Newbie error But there isn't any other error message - the error occurs in the console when starting the server. No own code used yet, I only tried to start the default JBoss (version 4.2.2) installation with a database connection. And: No, no persistance.xml -

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: DataSourceBinding not yet installed

2008-01-16 Thread benjiii
Yes, that's what I tried: I have to use a SQLServer database instead of the hypersonic. And I did like it's written in your link - what I wrote above. I think the problem is the xml I posted above - that's the only part that differs from the way in the text that you linked because the syntax

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: DataSourceBinding not yet installed

2008-01-16 Thread benjiii
Hey - thanks - you were right - that was a naming problem between the msql-jdk2-service.xml and the datasource xml! Great! There's now another error Could not find stored procedure 'master..xp_jdbc_open' but I worry that this is a problem of the driver I use, so that this is no problem for

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: DataSourceBinding not yet installed

2008-01-16 Thread benjiii
So now I solved the problem with the driver - and got a new on: Now the StateManager is not yet installed (says the server console). I only changed the name for DataSourceBinding in the mssql-jdbc2-service.xml, nothing else. And I removed the corresponding file for the hypersonic database.