[jboss-user] [Installation, Configuration & DEPLOYMENT] - seam components at runtime

2008-05-12 Thread saasira
Hi, If hot deployment is enabled then will seam cretae the new seam components added at runtime. Thanks, Geeta View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150227#4150227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unable to run facelets numberguess example in JBoss 5

2008-04-09 Thread saasira
Hi! Anne, Did you find any solution for that problem? we are facing the same here and wish if you can share your experiences on this. I posted a thread yesterday on the following thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133341 , but seems no one has any solution or work aro

[jboss-user] [JBoss Seam] - Remote EJB invoking in websphere in seam component

2008-02-08 Thread saasira
I have remote EJB and trying invoke method of EJB from seam component in the same aapplication. I am able to lookup the bean , but when I invoke any method on that , it gives exception as belows [2/8/08 15:07:03:305 IST] 002f ExceptionUtil E CNTR0019E: EJB threw an unexpected (non-decla

[jboss-user] [JBoss Seam] - Re: Error creating component org.jboss.seam.core.resourceBun

2008-02-04 Thread saasira
I have the value tags.While putting on this reply I missed them View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126158#4126158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126158 ___

[jboss-user] [JBoss Seam] - Re: Error creating component org.jboss.seam.core.resourceBun

2008-02-04 Thread saasira
I did read. I interpreted it as the message bundles registerd can be referanced via messages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126113#4126113 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126113

[jboss-user] [JBoss Seam] - Re: handleException details

2008-02-04 Thread saasira
Exception that I injected was null. But I could get that exception as Exception excp= (Exception)Contexts.getConversationContext().get("org.jboss.seam.handledException"); if (excp != null && excp instanceof Exception) { System.out.println("error" + exc

[jboss-user] [JBoss Seam] - Re: Error creating component org.jboss.seam.core.resourceBun

2008-02-04 Thread saasira
I am also facing probolem in loading my own messagebundle In components.xml I have messages mycompany_messages Both and are not working? View the original post : http://w

[jboss-user] [JBoss Seam] - Re: handleException details

2008-02-03 Thread saasira
Hi, @In is throwing exception as below ExceptionFilt E org.jboss.seam.web.ExceptionFilter doFilter exception root cause org.jboss.seam.RequiredException: @In attribute requires non-null value: errorbean.handledException View the original post : http://www.jb

[jboss-user] [JBoss Seam] - Re: handleException details

2008-02-01 Thread saasira
How it injects the exception? Could you please give some example. I have something like this Unexpected error: #{org.jboss.seam.handledException.getMessage()} View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125626#4125626 Reply to the post : http://

[jboss-user] [JBoss Seam] - handleException details

2008-02-01 Thread saasira
How can I get printstacke trace if we use seam declarative exception handling. Can we make seam exception handling to route to some bean instead of error page like in struts ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125513#4125513 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Could not deploy EJB3.0 entities

2007-11-11 Thread saasira
Hi! I'm able clear this hurdle, in sense that I am able to assign the JBosstransactionManager to the toplink TransactionController by specifying a Session Customizer class in the persistence.xml , and then in the customize method the the SessionCustomizer Class I added a listener class in

[jboss-user] [EJB 3.0] - Re: Could not deploy EJB3.0 entities

2007-11-10 Thread saasira
Hello to all, Now,having got EJB3.0 working with Hibernate, I'm set to deploy EJB 3.0 application using toplink as Persistence Provider.. But I'm getting the following error : | | Persistence Unit Model; state Deployed; factoryCount 1 | 03:02:15,952 ERROR [STDERR] javax.persisten

[jboss-user] [EJB 3.0] - Re: Could not deploy EJB3.0 entities

2007-11-10 Thread saasira
Hello, I changed the antlr.jar in the server's default instance's lib directory, and put antlr-2.7.6 jar , and restarted the server, and that's it.. It now worked fine.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103432#4103432 Reply to the post

[jboss-user] [EJB 3.0] - Could not deploy EJB3.0 entities

2007-11-10 Thread saasira
Hi! I'm new to JBoss And I'm trying to test the EJB3.0 support in JBoss 4.2.1.GA server Here is my persistence.xml http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.x