[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-02-15 Thread reyjexter
One solution i found was to hard code the value of jndiPattern directly to the components.xml although this is not very elegant. I think the problem was while building the application (maybe in the build script that jboss tools is using). View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml ??

2008-01-27 Thread alex_enache
Thanks for your reply. It seems I've solved the problem. I was converting a project from SEAM 1.2 to 2.0 and there where a few jars in my app that were giving these conflicts with the jars from SEAM 2.0. Noob mistake :). View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml ??

2008-01-27 Thread nickarls
Post all stacktrace you can find, you can (almost) never have too much. Is there anything about properties resolving to null in it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123898#4123898 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml ??

2008-01-27 Thread alex_enache
Sorry but I've forgot to post the contents of components.xml. Here it is: | | http://jboss.com/products/seam/components"; | xmlns:core="http://jboss.com/products/seam/core"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xmlns:bpm="http://

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-17 Thread Mussie
ok now I have another problem what does this error mean? 13:59:19,687 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} | 13:59:19,687 FATAL [DatasourceCon

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-17 Thread Mussie
You mean C:\jboss-4.2.2.GA\server\default\lib\hsqldb.jar!? I allready did that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120851#4120851 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120851 ___

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-17 Thread nickarls
You need to edit your driver definition and navigate to where your hsqldb jar really is (AS lib) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120796#4120796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120796 _

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-17 Thread Mussie
Ok now I get this error when trying to edit the Driver Definition Unable to locate jar/zip in file system as specified by the driver definition: hsqldb.jar In figure 8.9? in the doc http://docs.jboss.org/tools/2.0.0.GA/seam/en/html/crud_database_application.html any idea what that could mean?

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-15 Thread Carl Pritchett
"Mussie" wrote : Ok you mean that installing jboss-4.2.1.GA and jboss-seam-2.0.0.GA and the eclipse folder on C:\ solves the problem? Move at least jboss-4.2.1.GA and jboss-seam-2.0.0.GA to C:\. I still have eclispe in program files. I just moved the existing directories. "Mussie" wrote : Or d

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-15 Thread [EMAIL PROTECTED]
what version of tools are you actually using ? "Invalid Content (no root node)" I've only seen when users enable JPA on the project in the wizard (not the default because of other issues with Dali) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120203#41202

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-15 Thread Mussie
Ok you mean that installing jboss-4.2.1.GA and jboss-seam-2.0.0.GA and the eclipse folder on C:\ solves the problem? Or do I even need jboss-4.2.2.GA? thanks and best regards, Mussie View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120130#4120130 Reply to the

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-15 Thread Carl Pritchett
Update (fixed) - relocating the jboss-seam-2.0.0.GA and jboss-4.2.2.GA to C:\ and regenerating the application from scratch works like a treat. Of course I had to recreate the server and remap the path to the seam runtimes. So "root" installs it is (though there seems to be some activity in JIRA

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-15 Thread Carl Pritchett
Hi, I have the same issue - eclipse with "all JBossTools plugins" 2.0.0.GA, JBoss AS 4.2.2.GA and seam 2.0.0.GA. I'm selecting "Dynamic Web Project with Seam 2.0 (technology preview). Appeared to help when I added replaced the @jiniPattern@ with #{ejbName}/local in the component.xml Still won'

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-14 Thread nickarls
Start with a fresh "Seam Web Project" from JBoss Tools, see if it runs, see where it placed the files, see how it differs from your case. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119918#4119918 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-14 Thread [EMAIL PROTECTED]
Just generating the app again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119839#4119839 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119839 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-14 Thread Mussie
You mean installing jboss-4.2.1.GA, Eclipse WTP and Seam 2.00.GA again? Or just trying to generate an application again? Do you have an idea where the problem could be? Or where I should start again? thanks and best regards, Mussie View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-14 Thread [EMAIL PROTECTED]
So you are using JBoss Tools 2.0.0.GA? I suggest starting again following the docs as this should just work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119749#4119749 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-14 Thread Mussie
I found this in the web concerning "Dynamic Web Project with Seam 2.0 ". http://jira.jboss.com/jira/browse/JBIDE-1348?page=all&decorator=printable Does this mean that I better not use Seam 2.0 because its a tech. preview and not stable yet? thanks and best regards, Mussie View the original post

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-14 Thread Mussie
I don't know where to put the compnents.properties. Seam puts it in crudappwar4/src/model/ ? I thought seam generates the project as well as the properties files in the correct place. The components.xml is in crudappwar4/WebContent/WEB-INF/. What do you mean by hardcoding the JNDI pattern as in

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-14 Thread nickarls
Are you sure the components.properties files is in the correct place? Since the trace says | Expression @jndiPattern@ evaluated to null. | (you could also try hardcoding the jndiPattern as in the properties file View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-14 Thread Mussie
hi thats my stack trace errors ocur when I try to generate entities! 14:01:21,796 INFO [TomcatDeployer] deploy, ctxPath=/crudappwar4, warUrl=.../tmp/deploy/tmp12204crudappwar4-exp.war/ | 14:01:31,578 INFO [ServletContextListener] Welcome to Seam 2.0.0.GA | 14:01:31,656 INFO [Scanner] scanni

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-14 Thread [EMAIL PROTECTED]
Post the whole exception stack trace please View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119568#4119568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119568 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-14 Thread Mussie
this is my components.xml | http://jboss.com/products/seam/components"; | xmlns:core="http://jboss.com/products/seam/core"; | xmlns:persistence="http://jboss.com/products/seam/persistence"; | xmlns:drools="http://jboss.com/products/seam/drools"; |

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-13 Thread nickarls
Post your components.xml as deployed, that is, from the deployed archive on the app server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119503#4119503 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119503 __