[JBoss-user] [EJB/JBoss] - Getting large set of data

2006-01-29 Thread defkewl
How do I get large set of data (multiple row) with entity bean and display it? I only can get a one row data and display it. Thnx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920244#3920244 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Urgent help

2005-12-28 Thread defkewl
You just need to install JBoss/Tomcat on your PC and deploy it. Still I don't understand what you're trying to achieve. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914671#3914671 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - JSP, Servlet, EJB

2005-12-26 Thread defkewl
Could anyone direct me to a tutorial or such that shows how to access EJB with JSP/Servlet? Thnx in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914345#3914345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Beginners Corner] - JBoss 4.0 vs JBoss 3.2

2005-12-08 Thread defkewl
I'm building a system that will use JBoss clustering. What benefit will I get using version 4.0? Or using 3.2 is enough? Thnx in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911476#3911476 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [Clustering/JBoss] - Re: Do I need Apache ?

2005-12-08 Thread defkewl
So without mod_jk JBoss server in one cluster can still communicate to each other but I won't get failover and load balancing. What is the benefit then? I think it would be nice if not only JBoss server could communicate with servers in one cluster but also including failover and load balancing

[JBoss-user] [Clustering/JBoss] - Re: Do I need Apache ?

2005-12-08 Thread defkewl
Without Apache mod_jk, if one of JBoss servers is down will the other JBoss server that is still standby in the cluster be able to continue the work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911363#3911363 Reply to the post : http://www.jboss.com/index

[JBoss-user] [J2EE Design Patterns] - Re: diference between JBOSS and Weblogic

2005-03-26 Thread defkewl
I think JBoss and Weblogic has the same power, though it would cost alot of money for weblogic. Dunno, never used weblogic before. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871680#3871680 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Installation & Configuration] - Re: Deploy web application in different directory

2005-02-17 Thread defkewl
Make your context file in: $JBOSS_HOME/server/default/conf/jboss.web/localhost define where is your web-apps is located in those context file. Hopefully this helps. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866909#3866909 Reply to the post : http://ww

[JBoss-user] [Beginners Corner] - Re: Datasource and CMP entity bean

2005-02-17 Thread defkewl
Perhaps it is because you forgot to tell whisc datasource you use in ejb.xml. Hope this helps. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866905#3866905 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866905 -

[JBoss-user] [EJB/JBoss] - Re: Resource needed

2005-02-17 Thread defkewl
Have you tried these: http://www.tusc.com.au/tutorial/html/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866879#3866879 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866879 -

[JBoss-user] [Beginners Corner] - EJB CMP: Delete & Update

2005-02-12 Thread defkewl
Excuse me guys, Anyone here can give me a clue on how to delete and update an object using CMP bean? I search all over the net and the only example I could find is how to select and insert an object. Thanks heaps. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[JBoss-user] [Persistence & CMP/JBoss] - Delete & Update

2005-02-10 Thread defkewl
How do I update and delete an object in Entity CMP. I don't understand the query for it and what to write in Bean Class. I have looked several tutorial from Sun and TUSC but they only show the code for Inserting and Selecting an object. Thnx in advance View the original post : http://www.jbos

[JBoss-user] [EJB/JBoss] - Re: query

2005-02-09 Thread defkewl
So what is your problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866005#3866005 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866005 --- SF email is sponsore

[JBoss-user] [Installation & Configuration] - Re: How to change webport from 80 to 90 ?

2005-02-09 Thread defkewl
Go to: $JBOSS_HOME/server/default/deploy/jbossweb-tomcat50.sar/server.xml Find: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866004#3866004 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866004 ---

[JBoss-user] [EJB/JBoss] - Re: Remote client and EJB (JBoss 4.0.x)

2005-02-05 Thread defkewl
Anybody know the code for remote client if using JBoss 4? I wrote the remote client to work for JBoss 3.2.x, but it can't work on JBoss 4. Any inputs would be highly appreciated. Thnx in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865403#3865403 Re

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Allowing easy customizations for a web app

2005-02-04 Thread defkewl
Have you tried JSF and Springframework? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865377#3865377 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865377 --- This

[JBoss-user] [HTTPD, Servlets & JSP] - Re: tomcat as JSP template engine?

2005-02-04 Thread defkewl
Have you tried JSTL yet? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865376#3865376 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865376 --- This SF.Net email is

[JBoss-user] [Beginners Corner] - Re: JSP compilation problem

2005-02-04 Thread defkewl
You're trying to run JMX-Console, it should've been able to start by default. What are you using the ant for? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865375#3865375 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Beginners Corner] - Re: Errors in Jboss 3.2.5

2005-02-04 Thread defkewl
It looks like you haven't got the required class com.javiers.JaviersBroker.FitnessBroker Have you checked it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865374#3865374 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p