Hi
According to Peter's reply, I have to modify the source of the portlet to display the app url in the portlet. OK,
If I have more than one application, what should I do? Should I deploy as much as iFrame portlet instacne and modify each instance for each URL?
Even though its working I feel that its a bit a round about way of achieving our purpose. Will there any direct way of doing the same?
* Where do I find (path) the source of the portlet once deploy a war in the portal?
Thanks for your updates,
Sreejith-
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980680#3980680
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980680
You're in the wrong forum, but it looks like your bean is making reference to javax.xml.bind.Unmarshaller without this class being available
anonymous wrote :
| Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/Unmarshaller
| 12:24:33,734 INFO [STDOUT] at java.lang.Class.newInstance(I)Ljava.lang.Object;(Unknown Source)
| 12:24:33,766 INFO [STDOUT] at org.jboss.ejb.Container.createBeanClassInstance(Container.java:586)
| 12:24:33,812 INFO [STDOUT] at org.jboss.ejb.plugins.AbstractInstancePool.get(AbstractInstancePool.ja
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980678#3980678
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980678
anonymous wrote : You could simply make it a 'hardcoded' reference in the layout's jsp
|
| Otherwise you'll need to add it the each theme that you are using (it's one line in the theme descriptor for each theme that you'd have to add)
This sounds like a good idea. But, again i'll be facing the same problem when deploying a new layout/theme.... I think i have to make a compromise..at least for this version of portal.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980675#3980675
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980675