Hi,
I have deployed HelloWorld portlet on a different page on the default portal.
So, now on the default portal, i have 3 tabs insteadof 2. (1.test 2.default, 3.HelloWorld)
When i click on the test or default tab, i go their respective pages i can see the tabs. But when i click on HelloWorld tab, i go to the HelloWorld page but cannot see the tabs.
The way i deployed HelloWorld portlet is , i put HelloWorld.war file in deploy directory of the JBoss Server. Thats all. Do i need to change anything in default-object.xl for the tabs to appear ?
Please throw some light.
thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972670#3972670
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972670
why do you use:
jbpmSession.beginTransaction(); ?
the JbpmSession is deprecated and superseded by the JbpmContext. The JbpmContext begins and ends the transaction for you as long as you close() it.
It also has methods to retrieve the named sessions (GraphSession, TaskMgmtSession, etc). You should not be using JbpmSession at all.
By the way, did you deploy your process definition before creating instances?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972668#3972668
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972668
Just patched JBoss 4.0.4-GA to EJB3 RC9. With no code changes, redeployed my existing archives and have received deployment errors related to @EJB injections not populating instance variables as they once were.
EJB A depends on EJB B (@Depends). EJB B is successfully deployed before EJB A, and appears in both JMX Console and JNDIView.
EJB A also injects an instance of EJB B. This instance remains null in EJB A's JMX "start" method.
Both EJBs are JBoss JMX @Service Beans.
Anyone else seen this?
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972664#3972664
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972664
I'm moving an app from Tomcat to JBoss and am having trouble connecting to my database.
In the Tomcat version of my app the JNDI connections are setup per application (inside the .war) in META-INF/context.xml.
I've done a little reading and it appears that I must move the JNDI connection description from my app to a more global location?
That doesn't seem right. Is it?
I hope that's not too vague ...
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972660#3972660
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972660