[JBoss Portal] New message: "Re: Content Management"
by Piergiorgio Lucidi
User development,
A new message was posted in the thread "Content Management":
http://community.jboss.org/message/519768#519768
Author : Piergiorgio Lucidi
Profile : http://community.jboss.org/people/piergiorgiolucidi
Message:
--------------------------------------------------------------
No, WSRP is a protocol created for reuse the same portlet in different portal instances, you can remotely deploy portlets.
I mean that, For instance, Alfresco provides you an engine to expose its own scripts as portlets, so in this way you can create your own Alfresco portlet instance based on your custom scripts.
Other products provides you some portlets to declare and instance in your portal in a easy way.
However, if you want to use a product that doesn't provide any portlet, you can implement your own standard portlet (JSR-286) remotely calling your CMS using one of the APIs exposed by the product.
Tipically you can use in a Enterprise CMS a REST or a Web Services API that allows you to perform operations.
Now if your product support CMIS, I suggest you to use this new standard dedicated to repositories.
Hope this helps.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/519768#519768
16 years, 3 months
[JBoss AOP] New message: "Integration with riftsaw"
by dfsdf asdas
User development,
A new message was posted in the thread "Integration with riftsaw":
http://community.jboss.org/message/519765#519765
Author : dfsdf asdas
Profile : http://community.jboss.org/people/cuccu83
Message:
--------------------------------------------------------------
Hi at all,
i'm a student researcher on workflow project at university Federico II (Italy). I would integrate Riftsaw engine with JBoss AOP.
In few words when the engine invoke an external web service (Invoke operation), i would intercept soap message send from Riftsaw to web service framework like metro. Can i do that without change source code of Riftsaw? If the answer is positive where i take information about my purpose?
Thanks in advance
Marco Indaco
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/519765#519765
16 years, 3 months
[JBoss Messaging] New message: "Re: Integrating Sun Open MQ and JBoss"
by Byron du Preez
User development,
A new message was posted in the thread "Integrating Sun Open MQ and JBoss":
http://community.jboss.org/message/519761#519761
Author : Byron du Preez
Profile : http://community.jboss.org/people/bdupreez@jhb.dvt.co.za
Message:
--------------------------------------------------------------
To resolve this issue, you need to do the following:
1. Unzip the standard “*imqjmsra.rar*” in “<+OPEN_MQ_HOME+>/mq/lib/” to a temporary folder.
2. Edit the standard “*META-INF/MANIFEST.MF*” file in this temporary folder and replace the file’s original contents:
Manifest-Version: 1.0
Specification-Title: Open Message Queue / Sun Java(tm) System Message Queue J2EE Resource Adapter for JMS
Class-Path: imqbroker.jar
Created-By: 1.5.0_09 (Sun Microsystems Inc.)
Main-Class: com.sun.messaging.jmq.Version
Implementation-Title: Open Message Queue
Specification-Vendor: Sun Microsystems, Inc.
Specification-Version: 1.5
Implementation-Version: 4.3 (Build 7-g)
Implementation-Vendor: Sun Microsystems, Inc.
Name: com/sun/messaging/jms/ra
with something like the following:
Manifest-Version: 1.0
Created-By: 1.5.0_09 (Sun Microsystems Inc.)
Sealed: false
Specification-Title: J2EE Connector Architecture
Specification-Version: 1.5
Specification-Vendor: Sun Microsystems, Inc.
Implementation-Title: Open Message Queue J2EE Resource Adapter for JMS
Implementation-Version: 4.3 (Build 7-g)
Implementation-Vendor: Sun Microsystems, Inc.
+The “Class-Path”, “Name” and/or “Main-Class” entries in the original file seem to be causing the deployment problem.
+
Re-zip the modified contents into a new version of the “*imqjmsra.rar*” file.
i+. + +Ensure that you created a ZIP archive and NOT a RAR archive.
++ii. + +Ensure that the root of the new “*imqjmsra.rar*” file contains a META-INF folder and 3 jars.
+
Copy the modified “*imqjmsra.rar*” to “<+JBOSS_HOME+>/server/<+server name [default]+>/deploy/”.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/519761#519761
16 years, 3 months