Hi again,
One a seperate note. I have been looking on the web but i could'nt find anything on the topic. At runtime i presume you can change the mode/state of the portlet window. But (this is probably not possible) is it possible to change/replace a portlet window from interacting with another portlet. For example
Portlet A
Portlet B
Portlet C
Portlet D
Portlet E
Currently I can see A, B and C, D. If i interact with D is it possible to change C to E? Or is the only option is to change the content of C?
Not sure if that made sense!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100358#4100358
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100358
I have been going through that documentation. I tried configuring the jndi.properties but the server crashed. The clustering is already in role with apache managing it for now. So I need to remove the clustering from apache and specify jboss to do it for me using the -g flag? Also wud i need to change this 1100 port(in the cluster-service.xml) to 8080(jboss admin) or 8009(apache managed instance) ?
Is it necessary to pass properties to lookup context and if yes then where?
Thanks a lot for all the help!!!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100353#4100353
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100353
I have been going through that documentation. I tried configuring the jndi.properties but the server crashed. The clustering is already in role with apache managing it for now. So I need to remove the clustering from apache and specify jboss to do it for me using the -g flag? Also wud i need to change this 1100 port(in the cluster-service.xml) to 8080(jboss admin) or 8009(apache managed instance) ?
Is it necessary to pass properties to lookup context and if yes then where?
Thanks a lot for all the help!!!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100351#4100351
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100351
The result of jar -tf app.ear
| C:\jars>jar -tf app.ear
| META-INF/MANIFEST.MF
| EJB3.jar
| web.war
| META-INF/application.xml
| META-INF/jboss-app.xml
|
The result of jar -tf EJB3.jar
| META-INF/MANIFEST.MF
| sample/
| sample/LocalloggerHome.class
| sample/Locallogger.class
| sample/loggerBean.class
| com/
| com/NewEJBBean.class
| com/NewEJBHome.class
| com/NewEJB.class
| META-INF/ejb-jar.xml
| META-INF/jboss.xml
|
The result of jar -tf web.war
| WEB-INF/classes/
| WEB-INF/classes/sample/
| WEB-INF/classes/sample/ajaxservlet.class
| WEB-INF/classes/newejb/
| WEB-INF/classes/newejb/ejbservlet.class
| index.html
| WEB-INF/
| WEB-INF/web.xml
| WEB-INF/jboss-web.xml
| META-INF/
| META-INF/MANIFEST.mf
|
I use ejbservlet to invoke remote ejb NewEJBHome.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100349#4100349
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100349
>2. installed jbossws-1.2 into jboss-4.0.5.GA and now wsconsume fails to work, it throws a NoClassDefFound on org.jboss.ws.tools.jaxws.impl.SunRIConsumerFactoryImpl ?
I'm able to run web services using the dynamic proxy, but when I try to pre-gen the client classes with wsconsume, I get this exception as well.
I'm on jboss-4.0.5GA and jbossws-1.2.1.GA.
I had previously installed 2.0.1GA, but couldn't get it to install, so I installed jbossws-1.2.1.GA instead.
Anybody who has had this problem get past it?
-Tracey
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100345#4100345
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100345