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=
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
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
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
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
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
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
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
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