[jboss-user] [EJB 3.0 Users] - Re: JBoss 6.0.M1 and ejb 3.1 (JSR 318)

2009-11-22 Thread grdzeli_kaci
Hi jaikiran And what is the stage of ejb 3.1 project? is there any release date scheduled? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266909#4266909 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266909

[jboss-user] [EJB 3.0 Users] - JBoss 6.0.M1 and ejb 3.1 (JSR 318)

2009-11-19 Thread grdzeli_kaci
i found jboss 6.0.1.M1 for download here : http://hudson.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-5.x-sun16/ Does this jboss ejb 3.1(JSR 318) supported ??? Regards, Paata Lominadze, Magticom LTD. View the original post :

[jboss-user] [EJB 3.0 Users] - Re: how to handle hibernate exceptions in ejb3

2009-11-09 Thread grdzeli_kaci
Wolfgang Knauf wrote : Hi, | | probably you will have to catch the exceptions which are thrown when calling entityManager.persist(...), and in some inner exception you should find the hibernate exceptions and perform the appropriate handling. | | Hope this helps | | Wolfgang

[jboss-user] [EJB 3.0 Users] - Re: how to handle hibernate exceptions in ejb3

2009-11-07 Thread grdzeli_kaci
can anybody help on this ? i have big problem with this :( _ Regards, Paata Lominadze. Magticom LTD. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4264412#4264412 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: java:comp/env not found in @service POJO bean

2009-10-28 Thread grdzeli_kaci
ok, then you must update latest ejb 3 plugin. link is posted above. I use this code into my application on jboss 5.1.0.GA with have no any problem. __ Regards, Paata Lominadze. Magticom LTD. View the original post :

[jboss-user] [EJB 3.0 Users] - Re: java:comp/env not found in @service POJO bean

2009-10-28 Thread grdzeli_kaci
steeven wrote : grdzeli_kaci, | | Thanks very much~ | Are you sure oracleManager worked in start() method? yes of course, It is very useful pattern. Singleton service is very useful for me. I load 90 % of database table into memory, because it contains maximum 100 rows each table

[jboss-user] [EJB 3.0 Users] - how to handle hibernate exceptions in ejb3

2009-10-27 Thread grdzeli_kaci
can anybody help on this ? is it possible to handle hibernate exceptions ??? for example : org.hibernate.exception.ConstraintViolationException and many others. i need to make something in this case. _ Regards, Paata Lominadze. Magticom LTD. View the original post :

[jboss-user] [EJB 3.0 Users] - Re: server port in use 8080 error!!

2009-10-27 Thread grdzeli_kaci
brarpavi wrote : hi , | iam new to jboss and have just installed jboss following the below websites intructions... | | http://techieexchange.wordpress.com/2008/02/01/how-to-make-jboss-seam-work-with-eclipse-for-windows/#comment-128 | | but when i started the server has the website

[jboss-user] [EJB 3.0 Users] - Re: java:comp/env not found in @service POJO bean

2009-10-27 Thread grdzeli_kaci
which as are you using ? i can give you my full working example. 1. Management Interface: | @Management | public interface CommonServiceMan { | void create() throws SomeMyException; | void start() throws SomeMyException; | void stop() throws SomeMyException; | void

[jboss-user] [EJB 3.0 Users] - Re: java:comp/env not found in @service POJO bean

2009-10-27 Thread grdzeli_kaci
sorry i missed EntityManager declaration into implementation. | @PersistenceContext(unitName = CustomerCareOracle) | private EntityManager oracleManager; | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262555#4262555 Reply to the post :

[jboss-user] [EJB 3.0] - JBoss 5.0.0.GA and Ejb 3.1 - Singleton Services

2009-01-30 Thread grdzeli_kaci
hi all, i tried to use ejb 3.1 singleton services but where i can found this class ? i've installed ejb 3.1 patch for jboss 5.0.0.GA is it implemented already ? or is there any example about it ? ___ Regards, Paata Lominadze Magticom LTD. View the original post :

[jboss-user] [EJB/JBoss] - Re: EJB Client CallBacks (Like in RMI or CORBA)

2008-12-06 Thread grdzeli_kaci
i think you are absolutely correct, it must be used JMS for this task. Thank you very much for help :) __ Regards, Paata Lominadze, Magticom LTD. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194784#4194784 Reply to the post :

[jboss-user] [EJB/JBoss] - EJB Client CallBacks (Like in RMI or CORBA)

2008-12-02 Thread grdzeli_kaci
is it possible to make ejb client callback like it is possible in RMI or CORBA? i want to call client from server, for example for logging out user, or sending message or something else. is there any pattern for it ? any idea will be appreciated, ___ Regards, Paata Lominadze,

[jboss-user] [EJB 3.0] - JBoss AS 5.0.0.CR2, EJB 3.0 (Failed to load users/passwords/

2008-11-24 Thread grdzeli_kaci
hi all, i tried to deploy simplest ejb application on jboss 5.0.0.CR2 and i got this exception : | 16:17:17,116 ERROR [UsersRolesLoginModule] Failed to load users/passwords/role files | java.io.IOException: No properties file: users.properties or defaults: defaultUsers.properties found |

[jboss-user] [EJB 3.0] - Re: JBoss AS 5.0.0.CR2, EJB 3.0 (Failed to load users/passwo

2008-11-24 Thread grdzeli_kaci
thank you for your quick reply, here is my oracle-xa--ds.xml file : | datasources | xa-datasource | jndi-nameXAOracleDS/jndi-name | track-connection-by-tx/ | isSameRM-override-valuefalse/isSameRM-override-value |

[jboss-user] [EJB 3.0] - Re: Client Callbacks for Ejb 3

2008-11-03 Thread grdzeli_kaci
is it possible or i am on wrong way ? i mean is it bad pattern ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186446#4186446 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186446

[jboss-user] [EJB 3.0] - Client Callbacks for Ejb 3

2008-10-27 Thread grdzeli_kaci
is it possible to make client callbacks into ejb3 technology ? for example : i have user authenticated client on my server and now i want to log out some of them. is it possible ? i have no problem client callbacks with CORBA or RMI. any idea will be appreciated. ___

[jboss-user] [EJB 3.0] - When will be JBoss EJB 3.1 implementation ?

2008-06-26 Thread grdzeli_kaci
hi all, i tried to do singletons into my ejb 3.0 application but i could not. there is no any design pattern about it. but ejb 3.1 specification (JSR 318) include this pattern. http://www.theserverside.com/tt/articles/article.tss?l=NewFeaturesinEJB3-1 is there any other possibilities for

[jboss-user] [EJB 3.0] - Re: When will be JBoss EJB 3.1 implementation ?

2008-06-26 Thread grdzeli_kaci
Thank you very much jaikiran. this is exactly what i needed. ___ Regards, Paata Lominadze. Magticom LTD. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4161040#4161040 Reply to the post :

[jboss-user] [EJB/JBoss] - EJB 3.0 and JBoss Cache(Entity Cache). How to Reload

2008-06-24 Thread grdzeli_kaci
hi all, i'm newbie on jboss cache and sorry about my question. i tried to use jboss cache into my ejb application to avoid database round trips. i found example how to cache entities there : http://docs.jboss.org/ejb3/app-server/tutorial/clusteredentity/clusteredentity.html i have simple

[jboss-user] [EJB 3.0] - EJB 3.0 and JBoss Cache(Entity Cache). How to Reload

2008-06-24 Thread grdzeli_kaci
hi all, i tried to use jboss cache into my ejb application to avoid database round trips. i found example how to cache entities there : http://docs.jboss.org/ejb3/app-server/tutorial/clusteredentity/clusteredentity.html i have simple task, how to update entities into cache? i have changed

[jboss-user] [Messaging, JMS JBossMQ] - MDB Message Delay (Not Redelivery Delay)

2008-05-22 Thread grdzeli_kaci
hi all, i have mdb bean. i need that message received after a few second, is it possible ? i need that logic which i have into mdb executed after a few second. i cad it by Thread sleep but, maybe there is some other parameters or something like that ? Regards, Paata Lominadze Magticom LTD.

[jboss-user] [EJB 3.0] - is it possible to do jboss config listener from ejb app?

2008-05-20 Thread grdzeli_kaci
i have ejb application on my jboss as. also i have some configuration files into /jboss/server/all/conf folder. is it possible to do listener on create, remove and change event ? how log4j do it ? i can't find any example on net :( Regards Paata Lominadze Magticom LTD.

[jboss-user] [EJB 3.0] - Re: is it possible to do jboss config listener from ejb app?

2008-05-20 Thread grdzeli_kaci
thanks for your quick reply jaikiran. is it correct to use timertask for file change listeners from my ejb3 application ? i had already some problems with threads into my ejb application. i thought maybe there is some abstract class for listening configs into jboss. i could do this by

[jboss-user] [EJB 3.0] - Re: jboss-4.2.1GA bug

2008-05-20 Thread grdzeli_kaci
this is not a bug. i have no any problems with them. try to look into endorsed libs : http://jbws.dyndns.org/mediawiki/index.php?title=Install_JBossWS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4152093#4152093 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Size of method-ready pool for SLSB (CreateCount/RemoveCo

2008-03-10 Thread grdzeli_kaci
i have the same problem, i there any idea ? did you resolve this problem jwcone ?? Regards, Paata View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135313#4135313 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135313

[jboss-user] [EJB/JBoss] - Re: How to specify maximum instances allowed for a SFSB

2008-02-20 Thread grdzeli_kaci
hello tony , i have the same problem with SLSB. the pooling parameters for SLSB and SFSB is described info jboss configuration file : standardjboss.xml | container-configuration | container-nameStandard Stateless SessionBean/container-name | call-loggingfalse/call-logging |

[jboss-user] [JBoss Seam] - Seam Identity, Duplicated Messages for the first time

2008-02-18 Thread grdzeli_kaci
hi all, i have simple login page, i use seam identity, here is my example : 1.view | h:form id=login | rich:panel style=width: 400px; | f:facet name=headerLogin/f:facet | p class=LogintCaptionPlease login using any username and

[jboss-user] [EJB/JBoss] - CMT and EJB 3 Question (Urgent).

2007-11-25 Thread grdzeli_kaci
hi all, i have simplest ejb 3 session bean : | @Stateless | @Remote(TestFasade.class) | public class TestFasadeBean implements TestFasade { | | @PersistenceContext(unitName = Oracle) | EntityManager oracleManager; | |

[jboss-user] [EJB 3.0] - CMT and EJB 3 Question (Urgent).

2007-11-25 Thread grdzeli_kaci
hi all, i post question in transactions forum, maybe people from here can help me : [url] http://www.jboss.com/index.html?module=bbop=viewtopict=124447 [/url] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107641#4107641 Reply to the post :

[jboss-user] [EJB 3.0] - Re: CMT and EJB 3 Question (Urgent).

2007-11-25 Thread grdzeli_kaci
i did it. these methods must be into different persistence context ( into different session beans) Thank all of you anyway. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107648#4107648 Reply to the post :

[jboss-user] [JBossWS] - jdk 1.6, jbossws 2.0.1 and jboss as 4.2.2.ga

2007-11-19 Thread grdzeli_kaci
hi all, i tried to use jbossws but i got this error : | 15:56:43,829 ERROR [[WebServicesForPHPBean]] Servlet.service() for servlet WebServicesForPHPBean threw exception | java.lang.NoSuchMethodError:

[jboss-user] [JCA/JBoss] - Merge xa and no-xa Connections - CMT problem

2007-10-16 Thread grdzeli_kaci
hi all, i have two database 1. Oracle 10g 2. Oracle Timesten In Memory Database i tried to use xa transactions with them and i had not any problem with distributed transactions. problem appears after i have configured replications on timesten database. anonymous wrote : | Use of distributed

[jboss-user] [JCA/JBoss] - Re: database failover for ejb application (persistance.xml p

2007-10-11 Thread grdzeli_kaci
[EMAIL PROTECTED] wrote : Run the following test case | https://svn.jboss.org/repos/jbossas/branches/Branch_4_2/testsuite/src/main/org/jboss/test/jca/test/HAConnectionFactoryUnitTestCase | i have never use unit test cases for jboss as, is there any doc about it ? is it right to use jrunit

[jboss-user] [JCA/JBoss] - Re: database failover for ejb application (persistance.xml p

2007-10-04 Thread grdzeli_kaci
is there any example about custom switching order ? i tried to use this in jboss 5.0.0.beta2 ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091479#4091479 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091479

[jboss-user] [Clustering/JBoss] - Re: discarded message from different group

2007-09-19 Thread grdzeli_kaci
hi awclemen Thank you for your post. i have one another question : what does it mean wrong partition name ??? what is here incorrect : | screen ./run.sh -c all -b 0.0.0.0 -Djboss.partition.name=Partition_151 | __ Regards Paata. View the original post :

[jboss-user] [Clustering/JBoss] - discarded message from different group

2007-09-14 Thread grdzeli_kaci
hi all, i use jboss 4.2.1.GA i have multiple jboss app. servers on network, all of them has different partition name. i use partition name parameter on startup script: | screen ./run.sh -c all -b 0.0.0.0 -Djboss.partition.name=Partition_151 | | screen ./run.sh -c all -b 0.0.0.0

[jboss-user] [JCA/JBoss] - Re: database failover for ejb application (persistance.xml p

2007-09-10 Thread grdzeli_kaci
vickyk wrote : anonymous wrote : BL implemented in URLSelector | BL means Bussiness Logic :) | I am stopping here as your Jboss related issue has been sorted , it is now APPLICATION DEVELOPMENT/DESIGN work , you need to HIRE jee developer :) . | great thanks for your rich advices :)

[jboss-user] [JCA/JBoss] - Re: database failover for ejb application (persistance.xml p

2007-09-10 Thread grdzeli_kaci
Thank you very much, ok, i will try to use multiple datasources before jboss 5 release. so, is there any deadline for jboss 5 release ? when will be jboss 5 release ? now latest version is jboss-5.0.0.Beta2. View the original post :

[jboss-user] [JCA/JBoss] - Re: database failover for ejb application (persistance.xml p

2007-09-07 Thread grdzeli_kaci
thank you, i don't want that you help me to write my application code. simple, i need to understand. ok, i will not use URLSelectorStrategy. how i can handle switching of appropriate DS? may i use ha-xa-datasources and implement ConnectionChecker and ExceptionSorter classes or simple add

[jboss-user] [JCA/JBoss] - Re: database failover for ejb application (persistance.xml p

2007-09-07 Thread grdzeli_kaci
ok vickyk, i will try to explain my task, in my company we have two billing system: 1. Online(Realtime) Billing and 2.Offline Billing 1. online billing is pure java program which uses oracle timesten in-memory databases. 2. offline billing is java (EJB) application(s) , which is on jboss and

[jboss-user] [JCA/JBoss] - Re: database failover for ejb application (persistance.xml p

2007-09-07 Thread grdzeli_kaci
vickyk wrote : 4.2 Changes | | As of JBoss 4.2.x the url-delimeter property has been updated to fix the typo. The property is now correctly named url-delimiter. | Read this from the following link | http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCADatabaseFailover | | So verify what

[jboss-user] [JCA/JBoss] - Re: database failover for ejb application (persistance.xml p

2007-09-07 Thread grdzeli_kaci
hi again, i have another question about failover, i want switch database manually, all databasese for jboss are working but i want switch manually from one to another. is it possible ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4081958#4081958 Reply to the

[jboss-user] [JCA/JBoss] - Re: database failover for ejb application (persistance.xml p

2007-09-07 Thread grdzeli_kaci
yap, i understand what you say but i think that this is not good way, i have approximately 100 session bean where i use data sources. do you think that if i did what you say into onMessage and then all sesssion beans get datasources from this message driven ben is good idea ??? i thought that

[jboss-user] [JCA/JBoss] - Re: database failover for ejb application (persistance.xml p

2007-09-07 Thread grdzeli_kaci
i think you mean that i can write SampleUrlSelector class and put into the $JBOSS_HOME/server/default/lib directory, am i right ? as you told on this topic : http://www.jboss.com/index.html?module=bbop=viewtopict=110391postdays=0postorder=ascstart=10 anonymous wrote : | All you need is to

[jboss-user] [JCA/JBoss] - Re: database failover for ejb application (persistance.xml p

2007-09-07 Thread grdzeli_kaci
i can't fount and documentations about it :(, if you know please post it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082036#4082036 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4082036

[jboss-user] [JCA/JBoss] - Re: database failover for ejb application (persistance.xml p

2007-09-07 Thread grdzeli_kaci
great thanks vickyk for your posts, i have message driven bean, and if i got some message i want to switch database, message contains information which database must i use? is it possible ? i will read yuor links, Thanks, View the original post :

[jboss-user] [JCA/JBoss] - database failover for ejb application (persistance.xml probl

2007-09-06 Thread grdzeli_kaci
hi all, i tried to use database failover by ha-xa-datasource. my database configuration file looks like : 1.oracle-ha-xa-ds.xml | datasources | ha-xa-datasource | jndi-nameXAOracleDS/jndi-name | track-connection-by-tx/ |

[jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types

2007-08-17 Thread grdzeli_kaci
wolfc wrote : Please try the following: | hello wolfc, i did what you say, but on flush i got this error : | 10:08:19,946 ERROR [STDERR] javax.persistence.TransactionRequiredException: no transaction is in progress | 10:08:19,947 ERROR [STDERR] at

[jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types

2007-08-15 Thread grdzeli_kaci
Hello Ta Great Thanks for your post, i tried to this for couple of moth and could not resolve this problem. and ok, i did what you say i got another problem when i tried to persist in one method whats ok, there is no information persisted in database, but when i tried to flush on other method i

[jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types

2007-08-15 Thread grdzeli_kaci
i could not resolve this problem yet:( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074658#4074658 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074658 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types

2007-08-14 Thread grdzeli_kaci
jc7442 wrote : Maybe you can try to use a bean manage transaction: | @TransactionManagement(TransactionManagementType.BEAN) | | | | Then you will have to begin and commit transaction by yourself. View the original post :

[jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types

2007-08-14 Thread grdzeli_kaci
yes it is possible to do this, but i don't want bean managed transactions. is it possible what i did ? i think that extended persistence context disables automatic flash on database, maybe i will use bean managed transaction if i will not resolve this problem. Thanks jc7442 anyway. View

[jboss-user] [EJB 3.0] - need help for Transaction Attribute Types

2007-08-13 Thread grdzeli_kaci
good day, i need something like that : | @Stateful | @Remote(TestFasade.class) | public class TestFasadeBean implements TestFasade { | | @PersistenceContext(unitName = Oracle) | private EntityManager oracleManager; | | @TransactionAttribute(??) |

[jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types

2007-08-13 Thread grdzeli_kaci
ALRubinger wrote : Looks like you'd just like an Extended Persistence Context, so that your EM isn't flushed to the DB automatically at JTA Commit. | | http://docs.jboss.org/ejb3/app-server/tutorial/extended_pc/extended.html | | S, | ALR Great Thanks for your posts, i did what you

[jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types

2007-08-13 Thread grdzeli_kaci
any idea??? i need it so much :(. did i something incorrect ? :( Thanks In Advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073811#4073811 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073811

[jboss-user] [EJB 3.0] - Re: Joined Inheritance Strategy Problem

2007-08-10 Thread grdzeli_kaci
waynebaylor wrote : The InheritanceType.JOINED is a table per subclass strategy. So you don't need a discriminator, which is probably why it was null. i did what you say, but problem not resolved. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4072843#4072843

[jboss-user] [EJB 3.0] - Re: Joined Inheritance Strategy Problem

2007-08-10 Thread grdzeli_kaci
it works, fine, thank you very much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073044#4073044 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073044 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Joined Inheritance Strategy Problem

2007-08-09 Thread grdzeli_kaci
hi all, Enviroment: JBoss - 4.0.4GA DB - Oracle 10g EJB - JBoss EJB 3.0 RC7 - FD i have 3 table into database Root Table :PAYMENT_METHOD_DATA first Child Table : BANK_TRNSF_METHOD_INFO second Child Table : SCRATCH_METHOD_INFO in java i have inheritance joined strategy,

[jboss-user] [JBoss Seam] - FacesMessages,Seam Ajax4JSF

2007-07-24 Thread grdzeli_kaci
hi all, i tried to use faces messages for ajax commandbutton (a4j:commandButton) but message is not appears, i got warnind on server side : | 23:15:48,021 INFO [lifecycle] WARNING: FacesMessage(s) have been enqueued, but may not have been displayed. | sourceId=null[severity=(INFO 0),

[jboss-user] [JBoss Seam] - Re: can't build jboss seam 2.0 beta

2007-07-23 Thread grdzeli_kaci
is there anybody who can help me ? :( i can't build seam manually from cvs repository. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4066726#4066726 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4066726

[jboss-user] [JBoss Seam] - can't build jboss seam 2.0 beta

2007-07-20 Thread grdzeli_kaci
hi all, i got jboss seam from cvs repository ( 20.07.07), but when i tried to build it by ant, first i got warnings : | [java] [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from repository.jboss.com | [java] [WARNING] repository metadata for:

[jboss-user] [JBoss Seam] - Re: seam link with parameter

2007-07-19 Thread grdzeli_kaci
i did it by jsf params, is it correct way ? i don't like url parameters. can anybody tell me another way ?? it someone want this component i can give it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065648#4065648 Reply to the post :

[jboss-user] [JBoss Seam] - selectitems-1.1.1beta2 problem

2007-07-19 Thread grdzeli_kaci
hi Peter Muir, i tried to use your selectitems-1.1.1beta2, but i got an error like this : | avax.faces.el.PropertyNotFoundException: javax.el.PropertyNotFoundException: /home.xhtml @23,117 label=#{application.remark}: Property 'remark' not found on type

[jboss-user] [JBoss Seam] - ui:param and navigation into seam (like seam dvd store examp

2007-07-13 Thread grdzeli_kaci
hi all, i use seam project. facelets for navigation. i saw dvd store example into seam examples. i like it very much, i need menu like there. there is menu build on and | ul | li id=page_homes:link view=/home.xhtml value=Home propagation=none//li | .. |

[jboss-user] [JBoss Seam] - Re: Seam, problem with EntityManager

2007-07-05 Thread grdzeli_kaci
hi lowecg2004, first of all thank you for your post, i tried all versions of seam and jboss application server, is this so difficult that use seam and richfaces together ??? i already tried this for a week but could not resolve :( environment : 1. JBoss AS 4.2.0GA 2. Seam 2.0.0.BETA1 3.

[jboss-user] [JBoss jBPM] - Re: Problem with Deployment (FileUploadException)

2007-07-05 Thread grdzeli_kaci
kukeltje wrote : I think he means JBoss IDE 2.0 Beta2 | | No the debug is not an error it is for executing timers and async jobs | | JBoss IDE 2.0 beta 2 includes an old GPD (3.0.9 afaik) so the answer Koen gave is probable the most correct. Try the latest GPD hi guys , Thank you for

[jboss-user] [JBoss jBPM] - Re: Problem with Deployment (FileUploadException)

2007-07-05 Thread grdzeli_kaci
| 23:29:37,796 WARN [JpdlXmlReader] process xml warning: warning: no swimlane or assignment specified for task 'task xmlns=urn:jbpm.org:jpdl-3.2 name=Send Item blocking=false signalling=true priority=normal | controller config-type=field | variable name=tracking

[jboss-user] [JBoss Seam] - Re: Seam, problem with EntityManager

2007-07-05 Thread grdzeli_kaci
HI lowecg2004, i saw log and i found this : | 04:03:56,515 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init | 04:03:56,559 INFO [Initialization] Installing components... | 04:03:56,593 INFO [Component] Component:

[jboss-user] [JBoss Seam] - Re: Seam, problem with EntityManager

2007-07-05 Thread grdzeli_kaci
this files identical with dvd example files, why this is not working :(, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060788#4060788 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060788

[jboss-user] [JBoss jBPM] - Problem with Deployment (FileUploadException)

2007-07-04 Thread grdzeli_kaci
hi all, i have problem with deployment, can anybody help me, is this known issue ? i found this problem here in this forum but i can't resolve this problem yet, http://www.jboss.com/index.html?module=bbop=viewtopicp=4050482#4050482

[jboss-user] [JBoss jBPM] - Re: Problem with Deployment (FileUploadException)

2007-07-04 Thread grdzeli_kaci
os - suse linux jbpm - jbpm-jpdl-3.2.GA eclipse - 2.0.0beta2 example - [url]http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted[url] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060474#4060474 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with Deployment (FileUploadException)

2007-07-04 Thread grdzeli_kaci
and when i look on server log i this messages recursively : | 05:50:38,554 DEBUG [JobExecutorThread] acquiring jobs for execution... | 05:50:38,554 DEBUG [JbpmContextInfo] creating jbpm context with service factories '[tx, message, scheduler, logging, persistence, authentication]' |

[jboss-user] [JBoss jBPM] - Re: Deployment Problem From Example

2007-07-03 Thread grdzeli_kaci
colablade wrote : since IDE 1.6, the deployment is done as the following: | | open ur processdefinition.xml in the IDE and u'll find 5 tabs underneath the 3rd is 'deployment', click on it, and there it is. | | actually, there're explanations at

[jboss-user] [JBoss jBPM] - Deployment Problem From Example

2007-07-03 Thread grdzeli_kaci
hi all, i am newbie with jbpm, i found this http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted for example, i have done everything but i can't deploy project anonymous wrote : | Right click on the StartersProcess?.par folder in the left hand project window, and select Deploy

[jboss-user] [JBoss Seam] - Re: Seam, problem with EntityManager

2007-07-02 Thread grdzeli_kaci
g00se24 wrote : You don't need | | | @In(create=true) | | EntityManager entityManager; | | | | @In should be sufficent | | Greets HI ALL, Thank you very much for your posts, i tried everything but myu problem still appears, problem is not on first time, i see tabpane

[jboss-user] [JBoss Seam] - Re: Seam, problem with EntityManager

2007-07-02 Thread grdzeli_kaci
if i remove generate tabpane from database and set simple string, everuthing works fine, tree also work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059534#4059534 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059534

[jboss-user] [JBoss Seam] - Re: Seam, problem with EntityManager

2007-07-02 Thread grdzeli_kaci
can anybody help me ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059576#4059576 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059576 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Communication between Business and Presentation Layer

2007-07-02 Thread grdzeli_kaci
i have one simplest question, i use seam and richfaces, i need separate database business layer and presentation layer - user components (its managed beans), how i can call ejb components from managed bean (for example richfaces treenode bean) ??? i tried to use @EJB annotation but it does not

[jboss-user] [JBoss Seam] - Re: Communication between Business and Presentation Layer

2007-07-02 Thread grdzeli_kaci
can anybody help me ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059789#4059789 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059789 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: @Predestroy In Stateless Session Bean

2007-06-18 Thread grdzeli_kaci
i could not resolve this problem yet, is there any jboss configuration or something like this, which can resolve this problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055112#4055112 Reply to the post :

[jboss-user] [EJB 3.0] - @Predestroy In Stateless Session Bean

2007-06-14 Thread grdzeli_kaci
hi all, i have one stateless session bean and into this bean i have one destroy method : | @PreDestroy | public void destroy() { | try { | sender.disconnect(); // This is my Fuction fot some busness logic |

[jboss-user] [EJB 3.0] - Re: @Predestroy In Stateless Session Bean

2007-06-14 Thread grdzeli_kaci
is there anybody who knows how to catch redeployment event ? Regards, Paata. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054598#4054598 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054598

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-06-05 Thread grdzeli_kaci
sorry, limousyf is right, i wanted to say very good job guys :)) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051593#4051593 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051593

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-05-31 Thread grdzeli_kaci
[EMAIL PROTECTED] wrote : We are working hard on it. | | We are still in the process of preparing the code for opensourcing - but stay tuned. Hopefully I'll soon be able to give you a download link. | hi, it's very very good job gays. View the original post :

[jboss-user] [JBoss Seam] - Page Navigation Problem

2007-05-30 Thread grdzeli_kaci
hi all, i have page navigation from login page.xhtml to /inbox/maillist.xhtml but it does not working, because i have maillist.xhtml into inbox folder, if i move this page into root directory it works,, is there any specific configuration ? my example code : 1. login.page.xml | page

[jboss-user] [JBoss Seam] - Re: Seam-gen

2007-05-30 Thread grdzeli_kaci
you must get jboss seam from CVS and after all works fine for jboss 4.2.0GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049701#4049701 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049701

[jboss-user] [JBoss Seam] - Re: Page Navigation Problem

2007-05-30 Thread grdzeli_kaci
is problem with faceltes or seam ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049709#4049709 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049709 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-05-29 Thread grdzeli_kaci
hi jboss team, is there any news about this project ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049194#4049194 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049194 ___

[jboss-user] [JBoss Seam] - JBoss AS 4.2.0, Seam and Richfaces

2007-05-29 Thread grdzeli_kaci
hi all, how i can generate empty simple application project using seam gen which supports richfaces ? is it tested seam and richfaces for jboss as 4.2.0ga ? Regards, Paata View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049262#4049262 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, Seam and Richfaces

2007-05-29 Thread grdzeli_kaci
i found it, Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049275#4049275 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049275 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Problem about EntityManager.

2007-05-29 Thread grdzeli_kaci
hi all, i updated my jboss application server to 4.2.0GA and also i got seam from CVS. i tried to run simple seam-gen project, everything works fine, but when i tried to use database level authentication i got an error like this : | javax.el.ELException: org.jboss.seam.RequiredException: In

[jboss-user] [JBoss Seam] - Re: Problem about EntityManager.

2007-05-29 Thread grdzeli_kaci
Great Thanks fernando_jmt, did you know documentation url about new jboss seam ??? i have another simple qusetion, i wrote this into my authentication bean : FacesMessages.instance().add(User does not exists); if user not exist . it works but on client side i see two messages : # User does

[jboss-user] [JBoss Seam] - download link for seam 1.2.1

2007-05-28 Thread grdzeli_kaci
hi all, can anybody give me links for seam 1.2.1 ( i could not work jboss 4.2.0ga application server and jboss seam 1.2.0ga) i can't get 1.2.1 from cvc, if someone can post link here . Regards, Paata. View the original post :

[jboss-user] [JBoss Seam] - Re: download link for seam 1.2.1

2007-05-28 Thread grdzeli_kaci
[EMAIL PROTECTED] wrote : The Seam 1.2.1 release was designed to run on JBoss 4.0.x. Current Seam CVS is set up for JBoss 4.2, but is not yet considered production ready. | | However, basically what is required is just to change your config files for JSF RI instead of MyFaces. Thank you

[jboss-user] [Performance Tuning] - Remote Call is Slow (EJB 3.0)

2007-05-07 Thread grdzeli_kaci
hi all, can anybody tell me why is so slow remote call? it takes 200 millisecond per call ? can i tuning something ? client and server are on different machines, is it possible that, this is reason of network traffic ?? Regards, Paata. View the original post :

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-05-07 Thread grdzeli_kaci
can anybody help me how i can write java stored procedure into ejb 3.0 ? how i can get connection from EntityManager ? here is some example above, but there EntityManager has delegate method... i can't find delegate in my EntityManager class, it doaded from ejb3-persistance.jar file,

[jboss-user] [JBossWS] - Cannot find port in wsdl (need help)

2007-05-03 Thread grdzeli_kaci
hi all, am trying to resolve this problem for a week, could anybody help me please ? i download jbossws 1.2.1GA there is example and i am trying to run it. 1.EndpointInterface | import java.rmi.Remote; | import java.rmi.RemoteException; | | import javax.jws.WebService; | import

[jboss-user] [Clustering/JBoss] - Re: Can JBoss support active/passive

2007-05-02 Thread grdzeli_kaci
hi all, i have the same question, Does JBoss Application Server support Active - StandBy Cluster Configuration Is There any doc about Active - StandBy configuration for clustering ??? i have no problem about Active - Active cluster configuration. This is necessary request from my company (

[jboss-user] [Performance Tuning] - JBoss AS Performance (with EJB 3.0)

2007-05-02 Thread grdzeli_kaci
hi all, i have topic about this on this forum http://www.jboss.org/index.html?module=bbop=viewtopict=106866 i want performance tuning of jboss application server and my ejb 3.0 project, there i post my server parameters anonymous wrote : | 1.AS - JBoss Application Server 4.0.4GA | 2.Database

  1   2   >