[jboss-user] [Beginners Corner] - how to use

2007-02-01 Thread prakah
Hello All, I have a requirement such that the finder method in an CMP entity bean should return 10 Entities from the specified starting position from the specified topic. How write ejb-ql query to retrive the required information? I have used the following statement as my ejb-ql query select o

[jboss-user] [Beginners Corner] - How to use definition xml file?

2006-11-09 Thread Kentzhou
I have a web app and deployed to JBOSS server. There are some screens definition as: In file requestmappings.xml : In file screendefinitions.xml: myhome < parameter key="HtmlTitle" value="myhome" direct="true"/> < parameter key="HtmlBanner" value="/mydir/banner.jsp" direct="false"/> .. <

[jboss-user] [Beginners Corner] - How to use the @Factory annotation?

2007-05-17 Thread mavoine
Hi, I'm new to Seam and I'm trying to use the @Factory annotation to initialize the properties of a Managed Bean upon request of a jsf page, no matter if the request comes from a JSF context or not (ex. from another servlet). My bean is super simple (see included code below), it only has 2 prop

[jboss-user] [Beginners Corner] - How to use shutdown script with servername

2009-03-13 Thread mkprabhu_2009
Hi What is the correct format to use for serverName switch in /bin/shutdown script? shutdown.bat --serverName=default gave the following exception | Exception in thread "main" javax.management.MalformedObjectNameException: Key properties cannot be empty | at javax.management.

[jboss-user] [Beginners Corner] - How to use webservices in jboss portals

2008-06-08 Thread rajesh_css
Hi, How can i implement webservices in jboss portal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156535#4156535 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156535 ___ j

[jboss-user] [Beginners Corner] - how to use JBOSS with ORACLE and JSP pages??!!!

2008-10-15 Thread bu3ny
hi every body i'm very very new to JBOSS world and i searched for a while on google but useless my question is : can i use JBOSS to host JSP pages to retrieve data from ORACLE data base ? and if so how could i do that thanx View the original post : http://www.jboss.com/index.html?module

[jboss-user] [Beginners Corner] - How to use xdoclet on struts under jboss IDE?

2007-05-08 Thread kusanagihk
Hi all, I'm using JBoss IDE 1.6. I am wondering how to make use of xdoclet on Struts development. I followed this official tutorial http://docs.jboss.com/jbosside/tutorial/build/en/html/index.html And then I added "strutsconfigxml" doclet in the xdoclet configuration... then when I try to r