[JBoss Portal] - Beginner - Differences between GateIn & jboss enterprise portal platform
by sirseto
sirseto [https://community.jboss.org/people/sirseto] created the discussion
"Beginner - Differences between GateIn & jboss enterprise portal platform"
To view the discussion, visit: https://community.jboss.org/message/798785#798785
--------------------------------------------------------------
Hi everybody,
I'm currently making a comparison between differents portals (from liferay to microsoft...), to develop a prototype for an insurance company. I was interesting by eXo, but I just need the portal part. So, I went to GateIn. But, apparently, there is no support for enterprises need (is it exact ?).
So, I went to JBoss Entreprise Portal Platform. It's exactly the same portal as GateIn, but with the RedHat's support ?
Other little question, where I can find all the technical specifications (like the Deployment Compatibility, web services supported, standards used, ...) ? I need a lot of informations, but I'm a little bit lost into the large quantity of docs
Thank you in advance !
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/798785#798785]
Start a new discussion in JBoss Portal at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 9 months
[jBPM] - How to change the Port of JBPM5.3 Full Installer?
by Thomas Setiabudi
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created the discussion
"How to change the Port of JBPM5.3 Full Installer?"
To view the discussion, visit: https://community.jboss.org/message/763195#763195
--------------------------------------------------------------
Hi,
I Used JBPM5.3 Full Installer, it works well with the default configuration
My question is how do we change the default sample which works at localhost:8080 to some other port?
So far, I have changed:
1. {installerPath}\jboss-as-7.0.2.Final\standalone\configuration\standalone.xml
changing the port value in this part
<socket-binding-group name="standard-sockets" default-interface="public">
<socket-binding name="http" port="8082"/>
doing this, i can access the jbpm console but the console is unable to load any process from guvnor repository
2. {installerPath}\guvnor.preferences.properties
changed port 8080 to 8082
3. {installerPath}\jbpm.console.properties
changed port 8080 to 8082
4. {installerPath}\jboss-as-7.0.2.Final\standalone\deployments\drools-guvnor.war\WEB-INF\classes\preferences.properties
changed port 8080 to 8082
5. {installerPath}\jboss-as-7.0.2.Final\standalone\deployments\jbpm-gwt-console-server.war\WEB-INF\classes\guvnor.preferences.properties
changed port 8080 to 8082
6. {installerPath}\jboss-as-7.0.2.Final\standalone\deployments\jbpm-gwt-console-server.war\WEB-INF\classes\jbpm.console.properties
changed port 8080 to 8082
but still no success, now when i try to refresh the list of process definition in jbpm console I always get the resteasy error.
I suppose there should be some other files that need to be modified. Which files are those?
Any Help is appreciated.
Regards,
Thomas Setiabudi
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/763195#763195]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 9 months
[Javassist] - Javaassist and Java Web Start. Its posible?
by Telcontar Thorongil
Telcontar Thorongil [https://community.jboss.org/people/telcontarvi] created the discussion
"Javaassist and Java Web Start. Its posible?"
To view the discussion, visit: https://community.jboss.org/message/799924#799924
--------------------------------------------------------------
Hi, i'm triying to deploy a desktop application with one class modified at runtime by javaassist. In my computer it's working fine, but when i deploy and start it by Java Web Start i'm facing several problems, last of them i can't resolve:
- First: ClassPool didnt found the class to modify, it was fixed by cp.insertClassPath(new ClassClassPath(XXXXX.class));
- Second: All .jar of an Java Web Start application must be signed by one and only one certificate, but when javaassist modify the class at runtime i supose the sign it's gone or it's invalid, so that this exception is launched:
java.lang.SecurityException: class "com.sch.coberturas.db.CobDao"'s signer information does not match signer information of other classes in the same package
Solved by isolating com.sch.coberturas.db.CobDao in a package with only this class in it
- Third: I suposse that Java Web Start detects that the modified class is not signed, or it's sign it's not valid and revokes permissions to the application so it can't do things like connecting to the database or to write files, making the app useless.
How can i solve this third problem?
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/799924#799924]
Start a new discussion in Javassist at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 9 months