[JBoss Seam] - Portal IPC and Seam problem
by h.cahyadi
Dear All,
I have an application, which using IPC mechanism, I have 2 portlet, portlet A and portlet B, portlet A is like a folder list, and portlet B is the folder contents.
Everytime I click at portlet A it makes an IPC so it change the portlet B, so portlet B displays the folder content which I select from portlet A
my problem is, every time I change from one folder to another folder(I click on portlet A) it creates a new conversation, does anybody have the same cased with me? maybe gavin or roy russo, can give me some clue.
Thanks and Regards,
-haric-
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997224#3997224
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997224
19 years, 3 months
[Beginners Corner] - Migrating application from tomcat to jboss
by parimoj
My application is working on tomcat but when try to deploy the same application war file it gives the following error
no valid JNDI binding. Check the jboss-web/resource-ref.
My web.xml is like this(only giving few lines here)
<resource-ref>
Inventory Source
<res-ref-name>jdbc/InventorySource</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
Jboss-web.xml
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
<!-- Uncomment the security-domain to enable security. You will
need to edit the htmladaptor login configuration to setup the
login modules used to authentication users.
<security-domain>java:/jaas/jmx-console</Dsecurity-domain>
-->
<reference-ref>
<res-ref-name>jdbc/InventorySource</res-ref-name>
<jndi-name>java:jdbc/InventorySource</jndi-name>
</reference-ref>
</jboss-web>
postgres-ds.xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example of the pointbase 4.8 datasource configuration -->
<!-- $Id: pointbase-ds.xml 23720 2004-09-15 14:37:40Z loubyansky $ -->
<local-tx-datasource>
<jndi-name>jdbc/InventorySource</jndi-name>
<use-java-context>false</use-java-context>
<connection-url>jdbc:postgresql://localhost:5432/demo</connection-url>
<driver-class>org.postgresql.Driver</driver-class>
<user-name>admin</user-name>
admin
<type-mapping>PointBase</type-mapping>
</local-tx-datasource>
Please help me
Thanks
Parimoj
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997212#3997212
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997212
19 years, 3 months
[JNDI/Naming/Network] - Migrating application from tomcat to jboss
by parimoj
My application is working on tomcat but when try to deploy the same application war file it gives the following error
no valid JNDI binding. Check the jboss-web/resource-ref.
My web.xml is like this(only giving few lines here)
<resource-ref>
Inventory Source
<res-ref-name>jdbc/InventorySource</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
Jboss-web.xml
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
<!-- Uncomment the security-domain to enable security. You will
need to edit the htmladaptor login configuration to setup the
login modules used to authentication users.
<security-domain>java:/jaas/jmx-console</Dsecurity-domain>
-->
<reference-ref>
<res-ref-name>jdbc/InventorySource</res-ref-name>
<jndi-name>java:jdbc/InventorySource</jndi-name>
</reference-ref>
</jboss-web>
postgres-ds.xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example of the pointbase 4.8 datasource configuration -->
<!-- $Id: pointbase-ds.xml 23720 2004-09-15 14:37:40Z loubyansky $ -->
<local-tx-datasource>
<jndi-name>jdbc/InventorySource</jndi-name>
<use-java-context>false</use-java-context>
<connection-url>jdbc:postgresql://localhost:5432/demo</connection-url>
<driver-class>org.postgresql.Driver</driver-class>
<user-name>admin</user-name>
admin
<type-mapping>PointBase</type-mapping>
</local-tx-datasource>
Please help me
Thanks
Parimoj
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997211#3997211
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997211
19 years, 3 months