anonymous wrote : Also - I downloaded the HelloPortletIPC example, but I want to stick with JSR168 compliance.
I think thats where the problem lies as IPC is outside the scope of JSR168... this reference might be of interest, though I havent studied it enough to decide if its more practical than using the JBoss features, then rewiring at a later date if an app moves to another portal platform. I think its interesting that the writer suggests at the end that future standards are more likely to be like the extensions offered by portal vendors (including JBoss) than her own more JSR168 agnostic approach.
http://www.doc.ic.ac.uk/~mo197/portlets/thesis/ipc.php
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957975#3957975
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957975
Hi there,
I want to use the jbpm identity component model to point to my applications datasource.
I am newbie to hibernate so I am not exactly sure if I am doing it correctly.
I have a user and a role table and have created a group and memberships table in my schema.
I have taken out the identity components mappings from hibernate.cfg.xml and created another hibernate configuration file and placed in those mappings there, with connection properties for my database.
However, I am having trouble connecting to two oracle schema's at the same time, one for JBPM and the other for my application with JBPM_ID tables.
Any ideas or directions are much appreciated.
Thanks, Kazam.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957973#3957973
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957973
anonymous wrote : I put into the JBOSS_HOME/server/default/lib 2 jars mail.jar and activation.jar, but I still get this error
Placing the mail.jar in the server/default/lib should have worked. Can you run this command and post the output:
jar -tf mail.jar
This will display the contents of the mail.jar. Just wanted to make sure that this jar file has no problems.
I tried out that sample code you had posted(with a few minor changes) and it worked fine, both in jboss and as a standalone program.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957972#3957972
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957972