[jboss-user] [EJB 3.0] - is mappedName needed to reference an EJB in JSF or not?

2009-03-09 Thread anthon.r
JBoss 5.0.0.GA Hi, I'm exhausted searching for some enlightenment on whether the attribute mappedName in @EJB is needed or not in a JSF Managed Beans. Could please anyone enlighten me on this subject? I'm getting error message like Resolution should not happen via injection container if I

[jboss-user] [EJB 3.0] - Re: is mappedName needed to reference an EJB in JSF or not?

2009-03-09 Thread anthon.r
Hi jaikiran, Before I open a new thread, I need to know if @EJB should work even if the WAR is deployed separately outside the EAR which contains the EJBs referenced by the JSF Manage Beans. @EJB seems to work now inside JSF Manage Beans as long as WAR is deployed together with the EJB in a

[jboss-user] [Beginners Corner] - Re: EntityManager TX and EJB3 = classLoader is not connected

2009-03-04 Thread anthon.r
will do, there's some updates there View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214931#4214931 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214931 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: MySQL 5.0 deployed as DS doesn't seem to work properly w

2009-03-03 Thread anthon.r
It looks like I couldn't obtain a manage transaction because it couldn't open a connection, but when I try looking up the datasource myself through JNDI I am successful obtaining a connection. Thanks PeterJ View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: MySQL 5.0 deployed as DS doesn't seem to work properly w

2009-03-03 Thread anthon.r
I updated my connector j to 5.0.8 from 5.0.5 and now its working. But I would be grateful to know what went wrong. If 5.0.5 was at fault, then it might mean during those times JTA users couldn't use MySQL. I wonder how did the developers worked with JTA in jboss using connector 5.0.5. I've got

[jboss-user] [Beginners Corner] - EntityManager TX and EJB3 = classLoader is not connected to

2009-03-02 Thread anthon.r
JBoss 5.0.0.GA Hibernate 3.3.1.GA Annotations,EM 3.4.0.GA MySQL 5 I made an EAR with ejb-jar, war and datasource with it. I'm getting exceptions whenever my session bean is trying to invoke methods from my injected entity manager or even from entity manager from injected entity manager factory.

[jboss-user] [Installation, Configuration DEPLOYMENT] - MySQL 5.0 deployed as DS doesn't seem to work properly with

2009-03-02 Thread anthon.r
My specs: JBoss 5.0.0.GA MySQL 5.0.41 MySQL Connector J 5.0.5 My EAR's session beans works with transactions successfully when using datasource from DefaultDS (Hypersonic DB), but throws an exception when using MySQL as my datasource. Please refer to this link to -

[jboss-user] [EJB/JBoss] - Hib+EJB3+JSF = classLoader is not connected to a domain

2009-03-01 Thread anthon.r
JBoss 5.0.0.GA Hibernate 3.3.1.GA Annotations,EM 3.4.0.GA MySQL 5 I've made an EAR with ejb-jar, war and datasource with it. I'm getting exceptions whenever my session bean is trying to invoke methods from my injected entity manager. My session bean @Stateless | public class

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Jboss Versions

2008-08-21 Thread anthon.r
Hi, Is there a table where there's a line up of Jboss versions along with their support for different servlet, jsp, jsf and tomcat versions? It would be also nice to have them with some details like J2EE version compliance etc. It would be very handy to have them. Thanks. View the original

[jboss-user] [Beginners Corner] - A possible bug on tomcat, does it still exists in JBoss 4.2.

2008-08-06 Thread anthon.r
I'm using servlets 2.5 jstl 1.2 jboss 4.2.3.GA My web.xml declares i'm using servlets 2.5 I receive | type Exception report | | message | | description The server encountered an internal error () that prevented it from fulfilling this request. | | exception | |

[jboss-user] [Beginners Corner] - Re: A possible bug on tomcat, does it still exists in JBoss

2008-08-06 Thread anthon.r
My bad my bad my bad, my taglib directive is using JSTL 1.0. Oh crap.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169168#4169168 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169168

[jboss-user] [Beginners Corner] - Can't suspend a breakpoint while debugging

2008-08-05 Thread anthon.r
Hi, I did my homework but just too helpless.. so I'm doing the last resort. Specs: Eclipse 3.4.0 Ganymede JBossAS-Tools-1.1.2.GA jboss-4.2.3.GA My Problem: My breakpoint on my translated JSP files (e.g. index_jsp.java) were always ignored by eclipse whenever I try visiting the JSP concerned.

[jboss-user] [Beginners Corner] - Re: Can't suspend a breakpoint while debugging

2008-08-05 Thread anthon.r
By the way, I used this - http://forums.sun.com/thread.jspa?threadID=508454tstart=30 on my second method of establishing a debugging environment. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168864#4168864 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Can't suspend a breakpoint while debugging

2008-08-05 Thread anthon.r
This is weird, I set a breakpoint on line 55 on index_jsp.java, and the VM suspends pointing at line 55 of index.jsp instead of index_jsp. Is there a way to instruct embedded tomcat on Jboss not to point at original JSP file but rather on the translated jsp (index_jsp.java)? View the original

[jboss-user] [Beginners Corner] - Re: Can't suspend a breakpoint while debugging

2008-08-05 Thread anthon.r
This is laughable, beck when I was using Resin as my web app server, I struggled working on how to debug on original JSP source file. Now that I'm using Jboss I came to a situation that I need the other way around. Debugging on original JSP file is not a problem but working on how to debug on

[jboss-user] [JBoss Portal] - Re: Too many errors cant get JBoss Portal to work

2006-09-08 Thread anthon.r
For those in the same shoes, I came into conclusion. It's either a bug on the hibernate module or a bug on the JDBC driver provided by Microsoft. I changed my JDBC driver to JTDS from sourceforge and it worked just fine. Finally whew! I suggested this case to be noted in documentation. View

[jboss-user] [JBoss Portal] - Re: Too many errors cant get JBoss Portal to work

2006-09-07 Thread anthon.r
Does anyone had any idea on how could I possibly solve my problem to my recent posts in this thread? Here is my configuration of my datasource: | ?xml version=1.0 encoding=UTF-8? | datasources | local-tx-datasource | jndi-namePortalDS/jndi-name |

[jboss-user] [JBoss Portal] - Re: Too many errors cant get JBoss Portal to work

2006-08-21 Thread anthon.r
Thanks, finally! I've got things working.. there still some problems though. I've got these errors, im guessing that it comes from the CMS module of JBoss Portal. I've truncated the errors for your convenience. Thanks. JBoss Portal Error | An error occured while rendering window

[jboss-user] [JBoss Portal] - Re: Too many errors cant get JBoss Portal to work

2006-08-18 Thread anthon.r
It seems that it was not mentioned in the docuementation that there is an issue about the bundled JBossWS 1.0.0 in JBoss AS 4.0.4 GA. Fortunately, I found it here: http://wiki.jboss.org/wiki/Wiki.jsp?page=WSRPOfflineInstructions Im guessing that this might be the root problem. Ill be happy if

[jboss-user] [JBoss Portal] - Re: Too many errors cant get JBoss Portal to work

2006-08-17 Thread anthon.r
Thanks for some hints about the cause. Is it possible to run JBoss Portal in intranet mode or without connection to the internet? If so, is there a resource or documentation that I should look for to do this? Many Thanks View the original post :