[JBoss-user] [JBoss Portal] - Re: New to portlets and portal

2006-03-20 Thread balaji_t_ryan
i am deploying a simple portal created using sun java studio creator,but
when i tried to deploy in jboss i am getting the following error

java.lang.NullPointerException

javax.faces.webapp.UIComponentTag.setupResponseWriter(UIComponentTag.java:615)
javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:217)
com.sun.faces.taglib.jsf_core.ViewTag.doStartTag(ViewTag.java:105)

org.apache.jsp.PortletPage1_jsp._jspx_meth_f_view_0(org.apache.jsp.PortletPage1_jsp:86)

org.apache.jsp.PortletPage1_jsp._jspService(org.apache.jsp.PortletPage1_jsp:64)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)


i would like to know the necessary files to be added to my application,also the 
ones to be deleted so that the portal 
gets properly deployed on jboss.

i searched the forums and links through google but could not come up with a 
proper solution ,

so could anyone generalize the requirements for getting a portal developed in 
java studio creator to be deployed under jboss,without any error.


i also wish that the jboss guys come clear on this topic with an working 
example or two


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3931312#3931312

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931312


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - javax.naming.NamingException error

2006-03-16 Thread balaji_t_ryan
I am getting the following error:

org.jboss.deployment.DeploymentException: Error during deploy; - nested 
throwable: (javax.naming.NamingException: resource-ref: jdbc/TestDS has no 
valid JNDI binding. Check the jboss-web/resource-ref.)

at 
org.jboss.web.AbstractWebDeployer.linkResourceRefs(AbstractWebDeployer.java:596)
at 
org.jboss.web.AbstractWebDeployer.parseWebAppDescriptors(AbstractWebDeployer.java:494)
at 
org.jboss.web.AbstractWebDeployer$DescriptorParser.parseWebAppDescriptors(AbstractWebDeployer.java:851)
at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:141)
at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:88)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:357)
... 63 more



jboss-web.xml config is

?xml version=1.0 encoding=ISO-8859-1?
jboss-web
  context-root/FirstThree/context-root
   resource-ref
   res-ref-nameTestDS/res-ref-name   
   jndi-namejava:TestDS/jndi-name
   /resource-ref
/jboss-web

web.xml config is

?xml version=1.0 encoding=ISO-8859-1?
web-app
resource-ref
   res-ref-nameTestDS/res-ref-name
   res-typejavax.sql.DataSource/res-type
   res-authContainer/res-auth
   /resource-ref
/web-app

i have placed the mysql-ds.xml file under server/deploy directory

?xml version=1.0 encoding=UTF-8?

  local-tx-datasource
jndi-nameTestDS/jndi-name
connection-urljdbc:mysql://localhost:3306/dbtest/connection-url
driver-classcom.mysql.jdbc.Driver/driver-class
user-nameroot/user-name
  /local-tx-datasource


Thanks in advance

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3930646#3930646

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930646


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: New to portlets and portal

2006-03-15 Thread balaji_t_ryan
hello all,

does jboss portal work with jdk1.5 , i was getting some exception while 
trying to use jdk1.5 , later i switched to jdk1.4 and got rid of that exception 
.

i want to know whether jboss portal2.2 works with jdk1.5 or it works only with 
jdk1.4 version.

i have downloaded  a plugin for eclipse using which we can develop portlets.
org.jboss.ide.eclipse.portlet.PortletPlugin_1.1.1.jar 

but the plugin does not show up in eclipse. i am using eclipse3.0 
jboss-portal-2.2.0-bundled.

has anyone tried developing portlet with this plugin,if so please share the
details of installing this plugin and using it to develop portlets.

also has anybody tried developing portlets using sun java studio creator  and 
deploy them in jboss


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3930561#3930561

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930561


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - New to portlets and portal

2006-03-10 Thread balaji_t_ryan
Team,

I am new to Portlets. I want to learn creating portlets and deploying the 
portlets. Please suggest me a good tutorials.

I had created a post regarding this, but it is not showing up in the forum.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3929391#3929391

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929391


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user