[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-25 Thread kasim
Pete - yup i have @Name on all the componets. Checking the debug window when it loads up i see it registering the component. And it accesses it via the xhtml page, which it would not be able to do if it wasnt. Heck when i check the stack trace i see it passing through SeamBeanInterceptor

[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-25 Thread kasim
svadu Thanks but no. That seems to be only when you are accessing injected components in constructors. Which would make sense since those objects cant be injected before instantiation of the class. Like .. here is a simple example that doesnt work - @Name(joeBean) | @Stateless | public

[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-25 Thread kasim
Anyway never mind. Looks like i have the issue resolved. Something with the way it was building. Their must have been some error in the building. I think it had to do with where it wsa placing webservices etc ... at least thats what i adjusted. View the original post :

[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-25 Thread svadu
Would this help? http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123506#4123506 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4123506

[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-25 Thread kasim
Eh FWIW .. its somekind of configuration/deployment issue on my behalf when upgrading from 1.2 to 2.0, I launched my demo app and tried it, worked fine, so i know i didn't corrupt the jboss server (which i once did with jBPM and had a nightmare time figuring out why it wasnt working) View

[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-24 Thread [EMAIL PROTECTED]
Let's see how you use @Logger. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123103#4123103 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4123103 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-24 Thread kasim
| @Logger | private Log log; | i even tried | @Logger(substanceSetRun) | private Log log; | Then of course accessing it with log.debug ... but its the log object thats null. Interestingly enough I've noticed, that its only null when using it with a Session Bean. When i am

[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-24 Thread kasim
you know, it looks like none of my injectable items are getting injected. the interceptors are working because I do see them in the stack trace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123187#4123187 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-24 Thread nickarls
You could try running seam-gen for 2.0.0 and copypaste the code into that structure... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123196#4123196 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4123196

[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-24 Thread [EMAIL PROTECTED]
And you have @Name on the components? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123252#4123252 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4123252 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-23 Thread svadu
No idea, it works fine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122859#4122859 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122859 ___ jboss-user mailing list