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

2006-03-16 Thread sau
Yes, JBossPortal 2.2 is working fine on JDK1.5.0 (I am using that only). Try deploying the portlets created in SSCreator by removing the JSF APIs like jsf-lib.jar from your web-app created in Sun. (WEB-INF/lib/jsf-api.jar) View the original post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JBoss Portal] - Re: How to compile a simple portlet

2006-03-10 Thread sau
Check the classpath again. portlet-api-lib contains classes for GenericPortlet, portal-core-lib contains classes for JbossPortlet. I've been using them fine here. Make sure you specify each JAR seperately with correct delimeters in classpath. View the original post : http://www.jboss.com/inde

[JBoss-user] [JBoss Portal] - Re: How to compile a simple portlet

2006-03-08 Thread sau
Add JbossPortalHome//deploy/jboss-portal.sar/lib/portlet-api-lib.jar, portal-portlet-lib.jar, portal-core-lib.jar. in classpath. Everything is same except that you will have to write some jboss-specific descriptors. (The JARs I listed is how I do, may be there are some other JARs too). V

[JBoss-user] [JBoss Portal] - Re: Helloworld IPC Problem

2006-03-07 Thread sau
not jar, just make a .war file ! (Atleast I am sot saying to make an EAR, you will have to write a simple application.xml too) Ok do this 1. create a new heirarchy ..say test/WEB-INF/classes//*.class 2. put all XMLs in test/WEB-INF/ 3. Make sure you put classes in correct heirarchy. 4. go to

[JBoss-user] [JBoss Portal] - Re: Helloworld IPC Problem

2006-03-06 Thread sau
did you remade the war file using jar cvf? or did you renamed the folder as helloworldipcportlet.war? in latter case the manifest might not be added. Rebuild the war. Its working fine :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928144#3928144 Reply to

[JBoss-user] [JBoss Portal] - Re: Portlet development, just getting startet!

2006-03-03 Thread sau
http://www.caucho.com/resin-3.0/portlet/index.xtp http://liferay.com/web/guest/documentation/development/portlet http://edocs.bea.com/wlac/portals/docs/portlet.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927798#3927798 Reply to the post : http://www

[JBoss-user] [JBoss Portal] - Re: Helloworld IPC Problem

2006-03-02 Thread sau
Hey mohan, sorry i saw that again. the classes are in 'output' folder. You will find .jars in resources. Since the class is defined as package, you will have to put them in the same heirarchy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927683#3927683 Rep

[JBoss-user] [JBoss Portal] - Re: Helloworld IPC Problem

2006-03-02 Thread sau
The example contains a build.xml. First use ant tool on that folder. /helloworldportletfolder\>ant If the example is already exploded one. check in /.../resouces/ you will find the classes HelloWorldPortletA, HelloWorldPortletB and HelloWorld$Listener class. (search them). put them in correct he

[JBoss-user] [JBoss Portal] - Re: a problem of deploying a web app as the portlet

2006-03-02 Thread sau
You have to deploy them in SERVER_HOME//deploy/ and not in portal.sar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927510#3927510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927510