[JBoss-user] [JBoss Seam] - Re: Problem with jsp:include

2006-06-18 Thread javri28
Ah! How could I miss it!!! Thank you.! It's working, of course... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951521#3951521 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951521 ___

[JBoss-user] [JBoss Seam] - Problem with jsp:include

2006-06-18 Thread javri28
Hi guys, I'm trying to have a dynamic header on xhtml page. As I understand there is only one way to do it: jsp:include. BUT I CAN'T MAKE IT WORK!!! here, very simple example: registration.xhtml: http://www.w3.org/1999/xhtml"; xmlns:ui="http://java.sun.com/jsf/facelets"; xm

[JBoss-user] [JBoss.NET] - Re: Deployment error

2004-08-16 Thread javri28
Thanks for reply(I forgot to say it last time ;-) ) May be I'm putting reference in wrong place? Where is the classpath which I have to put these jar path to? I'm writing it in the classpath of the project's deployment configuration. View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [JBoss.NET] - Re: Deployment error

2004-08-16 Thread javri28
I tried it, but nothing changes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845170#3845170 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845170 --- SF.Net email

[JBoss-user] [JBoss.NET] - Deployment error

2004-08-16 Thread javri28
Hi, After adding this code in xdoclet-build.xml: I'm getting the following error: xdoclet-build.xml:24: Can't create a jbossnet element under ejbdoclet. Make sure the jar file containing the corresponding subtask class is on the classpath specified in the that defined {2}. I put jboss-net

[JBoss-user] [JBoss.NET] - Jboss.net+Xdoclet questions

2004-08-13 Thread javri28
Hi guys, I am using IBM WSAD 5.1 and Xdoclet 1.3 I want to create my first WebService(Because there is no other way to integrate EJB with PHP - that's a final purpose). Problems I'm facing are following: 1. @jboss-net.web-service urn = "SimpleWebService" - in reality is @jbossnet:web-service

[JBoss-user] [EJB/JBoss] - Re: Context.PROVIDER_URL or something else

2004-07-15 Thread javri28
Guys, I solved it. In fact it was completely other problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842280#3842280 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842280 -

[JBoss-user] [EJB/JBoss] - Context.PROVIDER_URL or something else

2004-07-15 Thread javri28
Hi guys, I know this question is old as our world. I know there are lots of topics about that, but I couldn't find the solution. So, forgive me the one more same topic and look: public static final Properties JBOSS_JNDI_PROPERTIES; static { //asign default properties

[JBoss-user] [Persistence & CMP/JBoss] - Re: Compound PK problem

2004-04-01 Thread javri28
This is what i had in my bean: ** @ejb.persistence column-name = "ST_ID" * @ejb.interface-method view-type = "both" * @return */ abstract public Integer getSampTableId(); /** @ejb.interface-method view-type = "both" */ abstract public void setSampTableId(Integer sampTableId); /** @ejb.persistenc

[JBoss-user] [Persistence & CMP/JBoss] - Compound PK problem

2004-03-31 Thread javri28
Hi guys, I have a Table wich has 3 columns. They all together are PK for that Table(DB2). But each of them are foreign keys as well. So, I need PK class to cope with that. But the question is how to do it - I did it but there are problems when creating new bean. Here is the part of code: public