This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: Disabling componentsido_tamir Dec 18, 2006 7:01 AM (in response to amitev)maybe this will help you. 
 >http://docs.jboss.com/seam/1.1GA/reference/en/html/configuration.html#d0e6493
 and the hibernate example
 HTH
 ido
- 
        2. Re: Disabling componentsamitev Dec 18, 2006 9:15 AM (in response to amitev)I don't want to use Hibernate too. I won't use any persistence api. 
- 
        3. Re: Disabling componentsnorman.richards Dec 18, 2006 11:47 AM (in response to amitev)Look at the examples. Right now you'll be able to completely eliminate everything but hibernate. Seam still needs to know what an Entity is, even if you aren't deploying any. And, it needs the hibernate annotations for validation. (in FacesMessages) 
- 
        4. Re: Disabling componentsamitev Dec 19, 2006 12:00 PM (in response to amitev)In the log i see: 
 [Initialization] - Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
 And that requires to have javax.jms.* in my class path but actually i don't need jms. Is there way to disable this initialization?
 
     
    