[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 :

[jboss-user] [JBoss Seam] - when to use seam component and when to use ejb session bean

2008-02-10 Thread reyjexter
i'm really new to ejb so with regards to design issues, i would want to know when is it advisable to use an ejb session bean or use a seam component. the default codes generated by seam gen uses a seam component authenticator so this made me wonder what the most appropriate way to design your

[jboss-user] [JBoss Seam] - Re: [NEWBIE Q] redirecting to a certain page if already logg

2008-01-31 Thread reyjexter
hey thanks for all the replies. anyway this is my login.page.xml (just the same as the pages.xml but specifically for login page. i just use this because this is generated by seam-gen): | ?xml version=1.0 encoding=UTF-8? | page xmlns=http://jboss.com/products/seam/pages; |

[jboss-user] [JBoss Seam] - [NEWBIE Q] redirecting to a certain page if already logged i

2008-01-29 Thread reyjexter
After successfully validating the account, I'm redirected to the next page which correct but when I try to access the login page again, the login form is displayed. What I want to do here is to redirect the user to another page and not display the login page. I'm using the Identity btw to

[jboss-user] [Beginners Corner] - an alternative to singleton code design and generics

2007-06-25 Thread reyjexter
I'm relatively new to developing web applications using JEE. So far I have seen applications that was designed using singleton style and generics. I'm curious about an alternative to designing the code without using singleton classes and generics. sincerely, reyjexter View the original post

[jboss-user] [JBoss and NetBeans] - Re: debugger not working using JBOSS 4.0.5 GA and NETBEANS 5

2007-06-04 Thread reyjexter
hello i'm sorry for a very late reply. anyway i made a mistake above. its not the deployment descriptor i configured but the build scripts. if you take a look at the build.xml file, you'll be able to read some stuffs about overriding targets. what i added on my build script is this: |

[jboss-user] [JBoss and NetBeans] - Re: debugger not working using JBOSS 4.0.5 GA and NETBEANS 5

2007-05-11 Thread reyjexter
im able to find a solution to this one by overriding some of netbean's deployment descriptor. rey View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045174#4045174 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045174

[jboss-user] [JBoss and NetBeans] - debugger not working using JBOSS 4.0.5 GA and NETBEANS 5.5.1

2007-05-10 Thread reyjexter
when choosing Sun Java Application Server 9.0, the debugger seems to be working. This are the step by step process that I do: 1. I update my jsp file 2. build the project, 3. click the apply code change button 4. refresh my browser the changes i made can be seen on my browser. but when i'm