[jboss-user] [JBoss Portal] - Re: Problem when deploying Portlet in JBoss Portal

2008-04-14 Thread bentabol
I think these are the answers to my questions: "bentabol" wrote : | 1. When using JSFRI portlet, that library should be in the WEB-INF of the portlet or in the server? In the WEB-INF of the application. Am I wrong? "bentabol" wrote : | 2. Do I need to have portletbri

[jboss-user] [JBoss Portal] - Re: Problem when deploying Portlet in JBoss Portal

2008-04-14 Thread bentabol
Hello Prabhat, I obtained that problem when trying myfaces portlet, not JSFRI one. Anyway, I have two questions: 1. When using JSFRI portlet, that library should be in the WEB-INF of the portlet or in the server? 2. Do I need to have portletbridge in order to work with any of the technolog

[jboss-user] [JBoss Portal] - Problem when deploying Portlet in JBoss Portal

2008-04-11 Thread bentabol
Hello, I downloaded JBoss Portal 2.6.4 from your page and I am using JBoss 4.2.2. GA as Application Server. I want to use Portlets in the portal and I was following the Reference Guide of the JBoss Portal. I tried the example "HelloWorldJSFSunRIPortlet" and it worked properly. After that, I tr

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-28 Thread bentabol
Hello PeterJ, First of all, thank you very much for your help. Excuse me for not mentioning the version I am using. I did modified the hsqldb-ds.xml, I did not remember that was what made Hypersonic to open a port. I tried the Seam booking application many weeks ago to see how it worked. What

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-27 Thread bentabol
Hello, I am using JBoss AS 4.2.1 and JDK 5.0. I have the server running but I have not done anything with Hypersonic (the tutorial does not mention it) so I do not obtain the output you posted. This is the output I get when running "ant -f jboss-build.xml db-create-table": Buildfile: jboss-bui

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-26 Thread bentabol
Hello, I removed that directory and I still have the same error. I try to go on with the next steps, but they also produce errors. I try to run up the JMX console but it doesn't work, it gives a HTTP 500 failure. If I try to deploy the application the server doesn't give the output it says in

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-22 Thread bentabol
Hello again, I tried what you told me but it didn't work. I must clarify that I'm working with a copy of the default server which I called "myconfig", as the tutorial says. I tried to create the tables with the default server as well; again it builds successfully, but I get new errors:

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank problem

2007-11-20 Thread bentabol
I also had some of your problems. There are some files missing. Try copying javax.servlet.jsp.jar, jboss-j2ee.jar and servlet-api.jar to your compile path. You can find those archives in the gettingstarted.zip which you can download from the jboss web. View the original post : http://www.jboss

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-20 Thread bentabol
Hello again, When I try to create the tables with the db-create-table target, by doing: ant -f jboss-build.xml db-create-table, it builds successfully, but I obtain the next error: [java] SQL Error at line 54: java.sql.SQLException: Table is referenced by a constraint in table SYS_REF_FK67

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-20 Thread bentabol
Hi odin69, Thanks!. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106294#4106294 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106294 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-19 Thread bentabol
Hi, It is solved!. I copied also the files: jboss-j2ee.jar and servlet-api.jar and it was built sucessfully!. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106088#4106088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-19 Thread bentabol
Hi odin69, I tried what you told me but I still obtain the same errors when compiling. I don't know what the problem can be... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105983#4105983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-15 Thread bentabol
Hi odin69, Thank you for your help. I will try that and let you know if it solves the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104909#4104909 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104909 __

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-14 Thread bentabol
Hello, When I try to compile Duke's Bank Application, I obtain the next errors: [javac] C:\PaulaBentabol\Portal\j2eetutorial14\examples\bank\src\com\sun\eba nk\web\template\DefinitionTag.java:31: package javax.servlet.jsp does not exist [javac] import javax.servlet.jsp.JspTagException;