[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-13 Thread mzeijen
I don't find it very bad to a the 'flag' file seam.properties. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985592#3985592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985592 ___

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-13 Thread [EMAIL PROTECTED]
I mean, seriously guys, think it through. You all complain about the empty seam.properties file in your jar. But think for just a second about how much more painful it would be if I made you list all your classes in some XML file somewhere, like you have to do with JSF or Spring or Struts or Web

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-13 Thread [EMAIL PROTECTED]
That would only work if the user was to package his classes into jboss-seam.jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985543#3985543 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985543 __

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-12 Thread fady.matar
Gavin, what if you embed the seam.properties file within jboss-seam.jar and leave it blank, then the users would update it in their application (override) if required? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985327#3985327 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-12 Thread xterm
Thank you sir. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985319#3985319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985319 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-12 Thread [EMAIL PROTECTED]
Because Java provides no way to scan for classes in the classpath (this is a JVM limitation), but *does* provide a way to ask for all resources with a particular name. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985314#3985314 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-12 Thread xterm
Dear petemuir, Adding seam.properties to the root of the ejb archive has fixed my problem. Thank you. I left this file out of the archive since i saw the content was commented out (When i generated the seam application using Hibernate Tools). I still however, dont understand why seam would che

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-10 Thread xterm
Thank you petemuir, I'll try to fix what i missed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984965#3984965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984965 ___ jbo

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-10 Thread xterm
Just noticed the following: | 18:15:57,763 INFO [Ejb3Configuration] found EJB3 Entity bean: Contact | 18:15:57,764 WARN [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null. | Would this be aff

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-10 Thread petemuir
Ah. From the problems FAQ - My component isn't being found (methods on the page don't get called, the constructor isn't called, the page appears to just refresh in the browser) Seam probably hasn't found the component. Check in your log file, you should see someth

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-10 Thread xterm
Dear Mr. petemuir, I've changed the .ejb3 file back to .jar Here's an exerpt upon loading Jboss, which includes the Seam initialization: | 18:07:40,393 INFO [Initialization] initializing Seam | 18:07:40,443 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: J

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-10 Thread petemuir
For some reason the contactManager component is being found. Does the contactManager component get found when Seam starts? Btw the spec changed - the ejb3 archive should actually be .jar not .ejb3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984948#3984948

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-10 Thread xterm
Thank you John, If you happen to have any idea i might try, please dont hesistate to reply. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984938#3984938 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984938

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-10 Thread jhon177
Dear xterm, I just saw your blog.. I am really sorry I wasn't able to reply earlier. Well I did my best to help you but couldn't find any answer so I want to consolidate you in this period hoping that someone can answer you asap. Best Regards, John View the original post : http://www.jboss.c

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-10 Thread xterm
Forgot to add that i'm using JBoss Seam 1.1.0 BETA1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984897#3984897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984897 ___ jbo

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-10 Thread xterm
Additional Information: [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984843#3984843 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply