[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to Disable Caching in Jboss AS 5.0.1 Default Server?

2009-04-04 Thread bsgcic
I realized that this was a bug and see that altavatar has experienced the same issues. The Jira entry is as follows: JBAS-6722 (I had entered JBAS-6734 which was determined to be resulting from the same as JBAS-6734.) View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[jboss-user] [Installation, Configuration & DEPLOYMENT] - com.sun.tools.javac.Main is not on the classpath

2009-04-04 Thread anupjani
Hi I was getting following error when tried running a JSP in a simple JSP + Servlet based application on JBoss4.0 03:09:08,236 ERROR [Engine] StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception Unable to find a javac compiler; com.sun.tools.javac.Main is not on the class

[jboss-user] [JBoss jBPM] - Re: GPD Sources

2009-04-04 Thread boercher
Strange! The Wiki has instructions for building all jBPM projects from source. The article on the designer is here: http://www.jboss.org/community/docs/DOC-13343 Volker View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223474#4223474 Reply to the post : h

[jboss-user] [JBossWS] - faultString: Endpoint ... Port does not contain operation me

2009-04-04 Thread gopivm
Hi, I am facing a problem while invoking the web service method which is exposed from stateless session bean (EJB3) by DII client. This is my development environment. Eclipse Version: 3.4.0 Jboss-4.3.2.GA JRE 1.5.0_15 EJB 3.0 I "googled" a lot, but couldn't find any correct solution which actual

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: More Than One Ear Deployment

2009-04-04 Thread jaikiran
Yes, you can have multiple datasources in a single -ds.xml file. See this wiki for an example http://www.jboss.org/community/docs/DOC-9328. See the "Generic Datasource sample" on that page which shows multiple datasources (one local-tx-datasource and one xa-datasource) defined in the same -ds.x

[jboss-user] [EJB 3.0] - Re: @EJB injection in JBoss 5 application clients?

2009-04-04 Thread henk53
"ALRubinger" wrote : Jaikiran, you give a good example of why the spec dictates the fields must be injected into static members. But it's OK to criticize something for being stupid. | | "bcn" wrote : In real-world application that would make it almost useless. | | Yep. | | Imagine

[jboss-user] [EJB 3.0] - Re: org.jboss.ejb.txtimer.TimerServiceImpl] Cannot create tx

2009-04-04 Thread henk53
"pramkum" wrote : Hi All, | | I am using Servlet at startup to kick my startTimer(). But when startTimer() method is called its throwing error. I am attaching error Log... | In EJB3 timers are persistent. Your datasource that is supposed to store this persistent timer data probably has s

[jboss-user] [JBoss Portal] - Re: URGENT - Problem when deploying on jboss portal

2009-04-04 Thread aj_jboss
I forgot to put the error javax.servlet.ServletException: org.jboss.portal.portlet.impl.jsr168.DispatchedHttpServletRequest Is it because of the missing jar file or anything else. Please help View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223449#4223449 Re

[jboss-user] [JBoss Portal] - Re: URGENT - Problem when deploying on jboss portal

2009-04-04 Thread aj_jboss
I manage to deploy the application when i was using normal JSP page. When i tried to use JSF tags it is giving me errors. portlet.xml | | | psrp-HelloPortlet | com.geinfra.geenergy.psrp.portal.PortletDefination | | JSPPa

[jboss-user] [JBoss Tools (users)] - Re: Cannot run EAR seam project building from

2009-04-04 Thread edmanlee
Thank you for your reply. I changed the project name with captial letters, but the problem presisted. However, I find that it can work properly if deploying to JBoss AS 4.2.2 Does the problem relate to JBoss AS or Seam runtime? View the original post : http://www.jboss.org/index.html?module=bb

[jboss-user] [JBoss Portal] - How to deploy application in Jboss Portal 4.3.0

2009-04-04 Thread aj_jboss
I am new to JBoss Portal 4.3.0. Need to know how to deploy the application on JBoss Portal 4.3.0. Please help me. This is urgent. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223446#4223446 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[jboss-user] [JBoss Tools (users)] - Re: Problems using

2009-04-04 Thread bernie_h
Sorry, the topic should be "Problems using the Full-Publish feature in JBoss Tools 3.0.0GA" Everything inside the quotes have been elimiated... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223442#4223442 Reply to the post : http://www.jboss.org/index.html

[jboss-user] [JBoss Tools (users)] - Problems using

2009-04-04 Thread bernie_h
Hello! I'm using the latest version of JBoss Tools (3.0.0GA) together with a fresh installation of EclipseEE 3.4.2 and JBoss AS 4.2.3 for Seam development. I switched from an alpha version of JBoss Tools and ran into a weird problem when using the full-publish and auto-publish function. Here's

[jboss-user] [JBoss jBPM] - GPD Sources

2009-04-04 Thread rwiesemann
Hello, how can i get the most recently sources from the GPD? The CVS repository, described in http://www.jboss.org/jbossjbpm/gpd_sources is obviously empty. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223437#4223437 Reply to the post : http://www.jboss.or

[jboss-user] [JBoss Cache: Core Edition] - Re: JPA/Hibernate JBC usage

2009-04-04 Thread zeravlai
Gooossshhh, I'm sorry Manik. I decided to test it all again and pay better attention to the traces. EVERYTHING is working fine, I mean, R_R semantic DO BLOCK writing if a reader already holds the lock. R_C allows writers to proceed, EXACTLY as described in hibernate guide. Thanks for your sup

[jboss-user] [JBoss Cache: Core Edition] - Re: JPA/Hibernate JBC usage

2009-04-04 Thread zeravlai
Just to remember, test case is T1 and T2 concurrently reading and entity from cache and T2 writing(modifying) that entity. I've tested 4 cases, which answers your question: 1.- PESSIMISTIC, R_R, T1 and T2 reading the entity from cache with em.find(). When T2 tries to write the entity the RL is

[jboss-user] [JBoss Getting Started Documentation] - Re: Can not create a seam project with eclipse

2009-04-04 Thread aliaslan
That is my problem, I have added the following update site to eclipse: http://download.jboss.org/jbosstools/updates/stable/ but I still do not have the "JBoss a division of Red Hat" server configuration:( I am using eclipse version 3.4.2 64 bit. But I have also tried eclipse ee and eclipse repo

[jboss-user] [JBoss Getting Started Documentation] - Re: Can not create a seam project with eclipse

2009-04-04 Thread aliaslan
That is my problem, I have added the following update site to eclipse: http://download.jboss.org/jbosstools/updates/stable/ but I still do not have the "JBoss a division of Red Hat" server configuration:( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223425

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem in inject ref EJB using @EJB

2009-04-04 Thread jaikiran
Please post the relevant part of the code of your bean implementation and the business interface(s). If you have a ejb-jar.xml and/or jboss.xml, please post them too. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223422#4223422 Reply to the post : http://

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to Disable Caching in Jboss AS 5.0.1 Default Server?

2009-04-04 Thread jaikiran
"altavatar" wrote : | | In my case, the problem is that web resources are cached and are only updated with an server restart or app redeployment. | | I have an exploded EAR (which includes an exploded WAR) in my ../deploy dir. Updating a xhtml or css file in the exploded WAR has no eff