[jboss-user] [JBoss Portal] - CMS Portlet does not persist new content after restart of AS

2009-06-06 Thread hurzeler
I have a critical issue that all the uploaded content (as admin) in the CMS gets lost after restarting JBoss. JBoss Portal Version: 2.7.2 I downloaded it? JBoss AS Version: 4.2.3 Database Vendor and Version: Postgres 8.3 JDBC Connector and Version: postgresql-8.3-604.jdbc4.jar OS Platform:

[jboss-user] [Messaging, JMS JBossMQ] - Re: MDB's activated too early

2008-06-17 Thread hurzeler
How did you use the @Depends annotation to get around the issue? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158581#4158581 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158581

[jboss-user] [JBoss Tools (users)] - Re: Wrong dependancy on JBossIDE JBossAS Adapter Feature (1

2007-07-09 Thread hurzeler
Hi, I think your solution gives you an easy way to install new nightly builds but does not fix the dependency issue unfortunately. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062194#4062194 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Wrong dependancy on JBossIDE JBossAS Adapter Feature (1.0.0

2007-07-08 Thread hurzeler
I just noticed that the nighly build insists on wst 1.1.0 (under software updates). Does anyone know how to get around this? It prevents me from installing other plugins. | JBossIDE JBossAS Adapter Feature (1.0.0.200707031655-nightly) requires plug-in

[jboss-user] [Remoting] - Re: Simple Socket Server (TEXT)?

2007-07-05 Thread hurzeler
Thanks again for all the help. I found that setting the flag -Djboss.remoting.pre_2_0_compatible=true on the server works great for the socket server but one has to set this flag as well on remote clients if they want to do a JNDI lookup on the InitialContext. One other question that cam up

[jboss-user] [Remoting] - Re: Simple Socket Server (TEXT)?

2007-07-02 Thread hurzeler
Thanks for that. Do I turn off the versioning programatically in for example my SimpleInputStreamWrapper or do I do this in the jboss-service.xml file of my socket server or may be as -D argument to jboss. However the last option is probably not a good idea as it would turn off the versioning

[jboss-user] [Remoting] - Re: Simple Socket Server (TEXT)?

2007-07-01 Thread hurzeler
Yes there is actually a second socket in jboss-4.2.0.GA/server/default/conf/jboss-service.xml but as far as I can see it is on port 4446. Mine should go on port 8084. The name of the mbean is also different??? So therefore I can't see what is wrong. Further this part worked ok on jboss4.0.5GA

[jboss-user] [Remoting] - Re: Simple Socket Server (TEXT)?

2007-07-01 Thread hurzeler
Ok yes I am an idiot. I had an old jar file in the deploy directory. Now the sar gets deployed ok and answers on port 8084. The problem I have now is that remoting complains about the version of the data: 18:18:51,734 ERROR [ServerThread] Worker thread initialization failure |

[jboss-user] [Remoting] - Simple Socket Server (TEXT)?

2007-06-30 Thread hurzeler
I need help! How do I go about to create a simple text socket server that I can communicate with for example via telnet? I use JBoss4.0.5GA and JBoss4.2.0GA. On JBoss4.0.5GA the problem I am facing is that the un/marshaller does not get used. On JBoss4.2.0GA I get | --- MBEANS THAT ARE THE

[jboss-user] [Installation, Configuration Deployment] - How do I onfigure a simple socket server (TEXT)?

2007-06-30 Thread hurzeler
I need help! How do I go about to create a simple text socket server that I can communicate with for example via telnet? I use JBoss4.0.5GA and JBoss4.2.0GA. On JBoss4.0.5GA the problem I am facing is that the un/marshaller does not get used. On JBoss4.2.0GA I get | --- MBEANS THAT ARE THE

[jboss-user] [Installation, Configuration Deployment] - How do I onfigure a simple socket server (TEXT)?

2007-06-30 Thread hurzeler
I need help! How do I go about to create a simple text socket server that I can communicate with for example via telnet? I use JBoss4.0.5GA and JBoss4.2.0GA. On JBoss4.0.5GA the problem I am facing is that the un/marshaller does not get used. On JBoss4.2.0GA I get | --- MBEANS THAT ARE THE

[jboss-user] [Remoting] - Re: Un/Marshaller not found

2007-06-26 Thread hurzeler
org.jboss.remoting.marshal.serializable.SerializableUnMarshaller; | | /** | * @author hurzeler | * | */ | public class TextUnMarshaller extends SerializableUnMarshaller | { | | /** | * | */ | private static final long serialVersionUID = -5026128440188409051L

[jboss-user] [Remoting] - Un/Marshaller not found

2007-06-25 Thread hurzeler
I am trying to have a socket server accepting plain text. I defined my service as: | server | mbean code=org.jboss.remoting.transport.Connector | name=jboss.remoting:service=Connector,transport=Socket | display-name=Socket transport Connector |

[jboss-user] [JBossWS] - Help I get: Failed to create a new SAX parser

2007-06-18 Thread hurzeler
After installing jbossws-1.2.1.GA on jboss4.0.5GA with ant deploy-jboss40 running jdk1.5.0_12 I get the exception below at the startup of jboss. What am I missing. Please help! Thanks. | 05:38:45,000 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml |

[jboss-user] [JBoss Seam] - selectOneMenu with s:convertEntity and noSelectionLabel does

2007-05-24 Thread hurzeler
Hello there, I got a simple menu using | ice:selectOneMenu id=#{messages['region']} styleClass=selectTagMenu value=#{siteList.selectedRegion} | partialSubmit=true | s:selectItems value=#{regions.resultList} var=region |

[jboss-user] [JBoss Seam] - Hot deploy pageflow.jpdl.xml

2007-05-14 Thread hurzeler
Does anyone know if one can hot deploy pageflow.jpdl.xml. I tried the put it in the war root directory of in the WEB-INF/dev but changes do not get pickup. Has anyone a solution to this? Your help is greatly appreciated. Bernie View the original post :

[jboss-user] [JBoss Portal] - Re: Portlet navigation with CMS.

2007-01-30 Thread hurzeler
The question then becomes: Do you know if the CMS portlet supports IPC? Or do I have to extended so it does? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008506#4008506 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portlet navigation with CMS.

2007-01-25 Thread hurzeler
Actually I do not need to create new content I just need to change what is currently displayed in the CMS portlet. I can't see any command in the API that allows me to do that. I know I could change the content just by using an URL but I need to change the portlet page on my portlet at the

[jboss-user] [JBoss Portal] - Portlet navigation with CMS.

2007-01-24 Thread hurzeler
I am looking for some inspiration. I have a portlet where I would like to change the portlet page using ordinary navigation rules or jBPM in an action but would like to change the CMS content (CMS portlet) in the same action at the same time. Does anyone know how that can be achieved? Thanks

[jboss-user] [JBoss Portal] - Re: JBoss-Portal-2.6-Alpha-1, Image upload in CMS does not w

2007-01-19 Thread hurzeler
That is correct but as far as I know the issue was attributed to the Oracle JDBC drivers. The fact that it does not work with Postgres as well point to the fact that there might be an issue with the way CMS handles blobs or large objects after all. I hope the issue gets looked at soon. It is

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha Release

2007-01-17 Thread hurzeler
I just deployed JBoss Portal 2.6 Alpha Release on JBoss 4.0.5GA and get No ClassLoaders found for: org.jboss.varia.scheduler.Scheduler before it complains about WSRP. What am I missing? BTW had the image upload (large file) been fixed in CMS (Postgres)? View the original post :

[jboss-user] [JBoss Portal] - Unable to upload image in CMS (JBoss Portal 2.4.1.SP1)

2007-01-12 Thread hurzeler
Hello there, I just tried to upload an image and or archive with images in CMS (admin page). I am using jboss4.0.5GA with postgress 8.2. I thought this issue would have been looked at by now as a portal without any images is not much good. The error I am getting is: | 2007-01-13

[jboss-user] [JBoss Portal] - Re: File upload problem

2007-01-07 Thread hurzeler
I have also the same issue using JBoss Portal 2.4CR2 with Postgres 8.2 (postgresql-8.2-504.jdbc2.jar). However I noticed that it only happens with images that are stored as BLOBs. I have increased the heap size as suggested. It looks to me as it can't read the image file that is uploaded (gif).

[jboss-user] [JBoss Portal] - Simple question: How to use IPC (Inter Portlet Communicaton)

2007-01-06 Thread hurzeler
Hello there, I there a way to use ICP in the CMS (Content Management System) portlet to tell it what page to display? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998539#3998539 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Simple question: How to use IPC (Inter Portlet Communica

2007-01-06 Thread hurzeler
And how do I do this with Seam? Do I inject the CMS service in jboss-web.xml? service | service-nameCMS/service-name | service-classorg.jboss.portal.cms.CMS/service-class | service-ref:service=CMS/service-ref | /service But then how do I use it in

[jboss-user] [JBoss Portal] - Trick how to set a CMS page from another portlet?

2007-01-04 Thread hurzeler
Hello there, I would like to get the CMS portlet to display another page programmatically from another portlet of my own. Imaging if have a portlet that acts like a menu/navigation portlet for CMS. Is this possible and if yes what is the trick? Thanks Bernie View the original post :

[jboss-user] [EJB 3.0] - Re: ClassCastException EJB3 wrapped local object.

2007-01-03 Thread hurzeler
Now this is really ugly. The server should know nothing about this SelectableSite class and to recreate a new object for an object that is effectively already what we need is crazy. Does that mean RMI is not perfect. What is the reason for this requirement?? View the original post :

[jboss-user] [EJB 3.0] - ClassCastException EJB3 wrapped local object.

2006-12-30 Thread hurzeler
Hello there, I have the following issue. I have a Stateless session bean called SiteDAOBean. This bean has a method: | public void update(Site site) throws PersistenceException | { | em.merge(site); | } | Which works nicely if I call it remotely with a Site

[jboss-user] [JBoss Portal] - Re: ICEFaces

2006-12-26 Thread hurzeler
What would be involved to get the navigation working. Which classes need to be changed. I urgently need navigation with my project. I will be using jbpm-3.2.1 with seam-1.1.0GA, icefaces-1.5.1 on jboss-4.0.5GA. I hope I can get this going! Thanks for your help. View the original post :

[jboss-user] [JBoss Portal] - Custom mapper for cms

2006-12-18 Thread hurzeler
Hello there, According to http://jboss.org/index.html?module=bbop=viewtopict=97374 the CMS portlet does not work on a custom page other than the default page when it comes to links. Does any one know where I have to change the mapper code for the CMS portlet to allow links to work from a page

[jboss-user] [JBoss Portal] - Re: Custom mapper for cms

2006-12-18 Thread hurzeler
what is the class of: mbean: portal:commandFactory=CMSObject View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3994624#3994624 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3994624

[jboss-user] [JBoss Portal] - Re: Custom mapper for cms

2006-12-18 Thread hurzeler
I just had a closer look. I might have missunderstood. Did you mean that it is sufficient to just change the tragetWindowRef ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3994637#3994637 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Custom mapper for cms

2006-12-18 Thread hurzeler
Further what would it be for a custom page on the same level as default, let's say Home. default.default.DefaultCMSPortletWindow to default.Home.DefaultCMSPortletWindow ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3994640#3994640 Reply to

[jboss-user] [JBoss Portal] - Re: jboss-portal-2.4.1CR2 cms links broken

2006-12-15 Thread hurzeler
Can anybody point me in the right direction pls. I am lost. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3994366#3994366 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3994366 ___

[jboss-user] [JBoss Portal] - jboss-portal-2.4.1CR2 cms links broken

2006-12-14 Thread hurzeler
Hello there, It seems that in CMS the hyperlinks do not work anymore. Is there a way around that? On the default page is a link (Click here) under Project Information to http://localhost/portal/auth/content/default/project.html that give a 404 error (resource not found). Subsequently my

[jboss-user] [JBoss Portal] - Re: jboss-portal-2.4.1CR2 cms links broken

2006-12-14 Thread hurzeler
That helps but only so far. After deleting the data directory and the DB the links work ok on the default page. However I have put the CMS portlet on my own page called 'Home'. As soon as I do that the links are not working any more. Do we have to change the links somehow when the CMS portlet

[jboss-user] [JBoss Portal] - Re: jboss-portal-2.4.1CR2 cms links broken

2006-12-14 Thread hurzeler
Can you tell me which class I need to overwrite? Tha View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3994117#3994117 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3994117 ___

[jboss-user] [JBoss Seam] - Re: How to display image stored as BLOG with seam?

2006-10-06 Thread hurzeler
Hey Peter, I looked at your solution at http://jroller.com/page/pmuir?entry=dynamicimagecomponent_for_jsf . I just have one question: How does the header ?? of the my.tag.lib.xml look? Or it doesn't matter? ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE taglib PUBLIC ?? ??

[jboss-user] [JBoss Seam] - Re: How to display image stored as BLOG with seam?

2006-10-05 Thread hurzeler
How would my h:graphicImage id=image url=#{bean.} / look? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3976424#3976424 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3976424

[jboss-user] [JBoss Portal] - How to set page on CMS from external portal?

2006-10-05 Thread hurzeler
Hello there, How do I set the page the CMS portlet displays from an external portlet. In other words: I have a portlet the does a DB search and I would like it to change the CMS page to what is relevant to the serach. Your help is appreciated. Thanks Bernie View the original post :

[jboss-user] [JBoss Seam] - Re: How to display image stored as BLOG with seam?

2006-10-05 Thread hurzeler
Thanks Peter great stuff View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3976453#3976453 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3976453 ___ jboss-user mailing list