[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] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-05-02 Thread grdzeli_kaci
"grig77cristi" wrote : Oracle will suport java stored procedures | So you can preserve logic in java and get maxim from database what did you mean ?? is it useful that sql insert i have oracle than java ??? you think that stored procedure which insert data into table is faster that jdbc sql i

[jboss-user] [JBossWS] - Generate WSDL (From JBoss Eclipse IDE or Command line)

2007-05-01 Thread grdzeli_kaci
hi all, i am newbie on this, i need help. i have documentation about Jboss Web Services and i am trying to run one small example (This is Thomas Diesler's example) here is example from doc: 1. Remote Interface : | import javax.ejb.Remote; | public interface EJB3RemoteInterface { | St

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

2007-04-23 Thread grdzeli_kaci
can anybody tell me where is which type of statement my program use ?? somewhere i found that it possible to configure cash for preparestatement . is anybody knows about it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040076#4040076 Reply to the po

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

2007-04-23 Thread grdzeli_kaci
if i achieve 1000 dummy insert per second i will be happy :) i recount it 10 times, it is maximum amount for per second. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039890#4039890 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

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

2007-04-23 Thread grdzeli_kaci
"oskar.carlstedt" wrote : Ok, I nunderstand. Some questions: | | Do you have a constant flow of messages? Do you need synchronus responses? If not, it might be possible for you to que these requests? | | Is is a requirement to have the data published in the database right after you have

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

2007-04-23 Thread grdzeli_kaci
ok , i'll try to explain why i need working from persistence layer, and don't want bulk operations, 1.i wrote so large EJB Application, i have distributed transactions and distributed databases, i have 4 ejb applications which are working each other, and also i have two database : 1 - oracle 10

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

2007-04-23 Thread grdzeli_kaci
"snau2005" wrote : anonymous wrote : also i'm just trying to optimize my database table, but theres nothing to performance persist into table, for select there is so many performance tuning options (Query Hints, indexes, partitions and so on), but for insert i don't know haw i can increase perf

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

2007-04-22 Thread grdzeli_kaci
hi all, :) i have some news :) i tried to divide my program to some parties, and i recount my amount of needed persistable records and i got 1000 per second, after some performance configuration i got 400 record per second using Thread into server side, i have inserted 10,000 record in 28 s

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

2007-04-20 Thread grdzeli_kaci
great thx for your posts, they are so useful for me, you are right snau2005, oci driver is more faster then thin driver but not very good for my issue, ok thx for your code about stored procedures, i will try it, if i could not fing any other way, i don't want stoberd procedures and bech inser

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

2007-04-20 Thread grdzeli_kaci
hi snau2005, anonymous wrote : | very important to switch off logging of course i did it. anonymous wrote : use oci driver (in case with oracle) | is it helpfull ?? do you think that oci driver is so faster then thin driver ? anonymous wrote : | also i used few threads (best speed with

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

2007-04-19 Thread grdzeli_kaci
hi all, great tnx for your posts, yesterday i tried to count real amount of records and i got i need 2000 operation in one second, (operation means some selects and 5 insert into separate tables) fhh anonymous wrote : | If all you want to do is to insert 10.000 meaningless records than write

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

2007-04-19 Thread grdzeli_kaci
hi all, i have some mission critical tasks into my project, is it possible to persist 10 000 record per seconds, 1. AS - JBoss Application Server 4.0.4GA 2. Database - Oracle 10G 10.2.0.1 3.EJB - 3.0 Framework 4.OS - SunOS 5.10 4.Server - Memory: 16G phys mem, 31G swap, 16 CPU, i know that i

[jboss-user] [EJB 3.0] - Re: EJB 3.0 Locking (entity not in the persistence context)

2007-04-16 Thread grdzeli_kaci
"fhh" wrote : Is it possible that your transaction has ended? | | Regards | | Felix no, transaction no ended. is there any idea ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037814#4037814 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [EJB 3.0] - EJB 3.0 Locking (entity not in the persistence context)

2007-04-16 Thread grdzeli_kaci
hi all, i have some problems about locking, i have 1 remote and one local interface 1. Remote Interface | public @Stateful | @Remote(RemoteInterface.class) | class RemoteInterfaceBean implements RemoteInterface | { | |@PersistenceContext(unitName = "CustomerCareOracle")

[jboss-user] [JBoss Seam] - duplicate factory for: actor

2007-04-13 Thread grdzeli_kaci
can anybody tell me why this exception occured during deployment of some projects. when i got this error cant resolve this problem any time, i got this error after some change into my project :(, in the stacktrace i cold not find any information about problem full stack trace : | 01:40:22,9

[jboss-user] [JBoss Seam] - Re: Http Session Management into Seam

2007-04-10 Thread grdzeli_kaci
hi stu2 for user identification on my system i use org.jboss.seam.security.Identity class, i need that after 10 minutes system outomatically logged out and go to my ligin page. i know how to destroy session by HttpSessionListener implementation but how i can redirect into login page and how to

[jboss-user] [JBoss Seam] - Re: Http Session Management into Seam

2007-04-09 Thread grdzeli_kaci
anybody knows about it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035860#4035860 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035860 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Http Session Management into Seam

2007-04-05 Thread grdzeli_kaci
is there any docs about it ? or i must use JSF HttpSessionListener ? Regards, Paata. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035008#4035008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035008 ___

[jboss-user] [EJB 3.0] - Re: ejb 3.0 optimistic locking problem

2007-04-03 Thread grdzeli_kaci
on other version of the jboss application server (4.0.5) | 21:55:35,924 ERROR [STDERR] java.lang.NullPointerException | 21:55:35,925 ERROR [STDERR] at tempPackage.CountFasadeBean.update(CountFasadeBean.java:45) | 21:55:35,925 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.i

[jboss-user] [EJB 3.0] - ejb 3.0 optimistic locking problem

2007-04-03 Thread grdzeli_kaci
i tryed to use locking into ejb 3.0 here is my program fragment | @Stateful | @Remote(CountFasade.class) | public class CountFasadeBean implements CountFasade { | | @PersistenceContext(unitName = "Test", type = PersistenceContextType.EXTENDED) | private EntityManager oracleM

[jboss-user] [EJB 3.0] - Re: InheritanceType JOINED stategy problem

2007-03-28 Thread grdzeli_kaci
anybody knows where is documentations about it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032470#4032470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032470 ___ jboss-

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

2007-03-23 Thread grdzeli_kaci
anonymous wrote : | JBOSS + Exadel IDE | is there any deadline when would it be ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030984#4030984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030984 _

[jboss-user] [JBoss Seam] - Re: language resource bundle example

2007-03-20 Thread grdzeli_kaci
i don't understand what happend but it already working Georgian also working sorry, great thanks for your helpfull posts :) waynebagguley avbentem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030106#4030106 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: language resource bundle example

2007-03-20 Thread grdzeli_kaci
"waynebagguley" wrote : The locale "ka(Georgian)" is not supported by Java. i think java supports ka(Georgian). I build example without seam, sample jsf project (or JSP project) and everithing works fine. here is my jsf example: 1. faces-config.xml | | |en |en |ka

[jboss-user] [JBoss Seam] - Re: language resource bundle example

2007-03-20 Thread grdzeli_kaci
hi again, i think that it is a bug in seam or jsf :( i tryed this for three language : english (en) , german(de), francias (fr) and georegian(ka) georgian is not working :( code snippet | | | | | | | all works, but not ka(Georgian) and one another question h

[jboss-user] [JBoss Seam] - Re: language resource bundle example

2007-03-20 Thread grdzeli_kaci
and i forget i have added this fragment into my faces-config.xml file | | | en | en | ka | de | fr | | messages | | View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - language resource bundle example

2007-03-20 Thread grdzeli_kaci
is there any sample about it ? i can't find anything. i need language manipulation into seam, i tryed by myself but it is not working 1.i have 2 properties file messages_en.properties and messages_ka.properties both of them contains the same propertie for example english _userName=UserName geo

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread grdzeli_kaci
Great Theanks avbentem for your helpfull post, i can't find any discussion about this problem on this forum, i think that that to use jndi patern means add this into my component xml file : | | but after this i got another exception: | java.lang.RuntimeException: error while reading /W

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread grdzeli_kaci
hi avbentem, i con't find any nesten exception. here is complate stack trace : | 05:54:38,369 ERROR [[/MagticomBilling]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener | java.lang.RuntimeException: Could not create Component: au

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread grdzeli_kaci
here is my complate component.xml file. is tehre anything wrong ? | | http://jboss.com/products/seam/components"; | xmlns:core="http://jboss.com/products/seam/core"; | xmlns:drools="http://jboss.com/products/seam/drools"; | xmlns:framework="http://jb

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread grdzeli_kaci
i left this but it does not working yet :( | @Stateless | @Name("authenticator") | public class AuthenticatorAction implements Authenticator{ | |public boolean authenticate() { | return true; | } | } | View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread grdzeli_kaci
this is not cause of this problem. i'll tryed this : | @Stateless | @Name("authenticator") | public class AuthenticatorAction implements Authenticator{ | | @PersistenceContext | EntityManager em; | | @Out(scope=SESSION,required=false) |private Users user;

[jboss-user] [JBoss Seam] - java.lang.RuntimeException: Could not create Component: auth

2007-03-18 Thread grdzeli_kaci
hi all, i got this error : | 23:18:43,533 ERROR [[/MagticomBilling]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener | java.lang.RuntimeException: Could not create Component: authenticator | at org.jboss.seam.init.Init

[jboss-user] [EJB 3.0] - Re: InheritanceType JOINED stategy problem

2007-03-18 Thread grdzeli_kaci
i can't resolve this problem yet, could anybody help me ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029203#4029203 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029203 _

[jboss-user] [EJB 3.0] - Re: InheritanceType JOINED stategy problem

2007-03-14 Thread grdzeli_kaci
is anybody use this strategy ? i can't resolve this problem yet :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028238#4028238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028238

[jboss-user] [EJB 3.0] - Re: InheritanceType JOINED stategy problem

2007-03-14 Thread grdzeli_kaci
"rajeshv7" wrote : I think you have mixed up the 'SINGLE_TABLE' and 'JOINED' Inheritance strategies. The Discriminator's are specified only in the 'SINGLE_TABLE' strategy. And in the 'Joined' since all the subclasses have their own tables there is no need for a discriminator column. you are n

[jboss-user] [EJB 3.0] - InheritanceType JOINED stategy problem

2007-03-13 Thread grdzeli_kaci
hi all, i have 3 table into database Root Table : PAYMENT_METHOD_DATA Child Table : BANK_TRNSF_METHOD_INFO Child Table : SCRATCH_METHOD_INFO in java i have inheritance joined strategy, then root class loojks like this : | @Entity() | @Table(name = "PAYMENT_METHOD_DATA", schema = "CCARE")

[jboss-user] [JBoss Seam] - SeamSelectItemsNewDesign Problem with converting

2007-03-06 Thread grdzeli_kaci
hi petemuir, i found your project "SeamSelectItemsNewDesign", i tryed to use it, download selectitems-1.1.1beta4. than i put selectitems.jar and selectitems-ui.jar into my WEB-INF/lib. then i tryed to fill application combo with application name Application class is simple database entity bean

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-27 Thread grdzeli_kaci
"petemuir" wrote : | | Foo is the backing bean on which you wish to set the application property. It could be just #{application} - though I'm not sure how well this works on the whole. ok, 1. i had entityconverter.jar into my war file 2.my project component.xml file looks like : |

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-27 Thread grdzeli_kaci
sorry petemuir for my disturb :( i tryed it for a week and could not resolve this problem, i added ur jar file into build.xml file | | | | | |

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-26 Thread grdzeli_kaci
i can't resolve this problem yet, anybody knows about it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022290#4022290 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022290

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-25 Thread grdzeli_kaci
i can't resolve this problem yet, anybody knows about it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022267#4022267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022267

[jboss-user] [JBoss Seam] - Re: could not execute seam commands.

2007-02-25 Thread grdzeli_kaci
i did not resolve this problem yet, can anybody help me? this error pointed to build.xml file line 623. there is compileui configs: | | | | | | i don't know how to resolve this problem :(. Regards, Paata View the original post : http://www.j

[jboss-user] [JBoss Seam] - Re: could not execute seam commands.

2007-02-23 Thread grdzeli_kaci
"[EMAIL PROTECTED]" wrote : You have to build seam first. | | Just type "ant" in the main dir. hi gavin. i did it but i got another error : | [EMAIL PROTECTED]:~/jboss-seam> /home/paatal/InstalledPrograms/apache-ant-1.7.0/bin/ant | Buildfile: build.xml | | init: | [echo] B

[jboss-user] [JBoss Seam] - Re: seam-gen error (generate-entities did not work)

2007-02-22 Thread grdzeli_kaci
i did it, the problem is that i hat incorrect path into my classpath for java. and by default seam got java from linux --- gcj. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020993#4020993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - could not execute seam commands.

2007-02-22 Thread grdzeli_kaci
hi all, i had problems about composite keys and i found posts here about it, http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015196#4015196 and then i got seam from CVS, but it did not work, i got an error : | [EMAIL PROTECTED]:~/jboss-seam> ./seam setup | Buildfile: build.xml

[jboss-user] [JBoss Seam] - Re: seam-gen error (generate-entities did not work)

2007-02-22 Thread grdzeli_kaci
"[EMAIL PROTECTED]" wrote : do you have any file listing cglib as the bytecodeprovider ? no i din not have any file listing cglib? where should be these files ??? i did only 3 comnand I ./seam setup II ./seam new-project III ./seam generate-entities i have not done anything else. View the

[jboss-user] [JBoss Seam] - seam-gen error (generate-entities did not work)

2007-02-22 Thread grdzeli_kaci
hi all, seam version : 1.1.6 GA (i got it from CVS few days ago) jboss version : 4.0.5 GA ant version : 1.7.0 os version : SUSE LINUX 10.1 (i586) java version : 5.0 i tryed to use seam gen template, fierst i did seam setup, then seam new-project, all works fine now i want generate entities but i

[jboss-user] [EJB 3.0] - Re: SerializationException when attempting to activate a sta

2007-02-22 Thread grdzeli_kaci
hi redyz, i did it, the problem is that in statefull session bean i had define Query class object and this class is not a serializable. you must define this class as transient or use it only method scope. my programm example | @Stateful | @Remote(CountFasade.class) | public class

[jboss-user] [EJB 3.0] - Re: SerializationException when attempting to activate a sta

2007-02-22 Thread grdzeli_kaci
i have also this problem. can anybody help us ? Regards, Paata View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020441#4020441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020441 _

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-20 Thread grdzeli_kaci
"petemuir" wrote : #{application.name} references a String, you are trying to set it with a Application object. Likewise for language.Read up on JSF converters and what they do. And take a look at the EntityConverter on the wiki as it does what you are trying to do for you... hi again, fo

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-20 Thread grdzeli_kaci
i tryed to use another ways. here is fragment of my program : 1. login page: | | | | 2. components.xml | | | | 3. My Converter : | @Transactional | public Converter getAppli

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-20 Thread grdzeli_kaci
"petemuir" wrote : You've probably got errors occuring on the coversion, validation or update model phase. Put an h:messages component on the page to see. hi petemuir, u're right i put h:messages into login page and i got an error like this : | . value could not be converted to the expected

[jboss-user] [JBoss Seam] - selectOneMenu and commandButton conflict

2007-02-20 Thread grdzeli_kaci
seam version : 1.1.6 GA i have login page and i want use identity class for jaas. also into login page i have selectOneMenu component for languages which is filled from database, when i cklick on login button nothing happend(did not call autenticator.autenticate method), if i remove filling of th

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread grdzeli_kaci
Great Thanks petemuir, i got seam from CVS and i found your examples and all works fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018806#4018806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018806 _

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread grdzeli_kaci
"petemuir" wrote : "grdzeli_kaci" wrote : i could not find about converter into seam-ui examples. | | | | examples/ui/src/org/jboss/seam/example/ui/Converters i've downloaded both of them jboss-seam-1.1.5.GA and jboss-seam-1.1.5.GA. both of them contains exa

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread grdzeli_kaci
"petemuir" wrote : That (obviously) is a problem with your converter. Either try the entityConverter as I suggested or take a look at the Seam ui-example for how to write a suitable converter. ok i tryed to write own converter, i got it from wiki : 1.Converter | import java.io.Serializable;

[jboss-user] [JBoss Seam] - Re: Fill selectOneMenu on page load.

2007-02-19 Thread grdzeli_kaci
hi petemuir. i tryed this: 1.my session bean : | @Local(BillAdminManagement.class) | @Stateless | @Name("billAdmin") | @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) | public class BillAdminManagementBean implements BillAdminManagement{ | | @PersistenceContext

[jboss-user] [JBoss Seam] - Fill selectOneMenu on page load.

2007-02-18 Thread grdzeli_kaci
hi all, i'm newbie in seam. i've one simple question. (i've seam documentation : seam_refference.pdf but could't resolv the problem) ok, i have login page and there are some selectOneMenu - components. for example applications or languages. i need fill them on page sturtup from database. is the

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

2007-02-15 Thread grdzeli_kaci
both version (1.1.5 GA and 1.1.6 GA) of seam-gen i got the same error : | BUILD FAILED | java.lang.NoClassDefFoundError: org.hibernate.bytecode.cglib.BytecodeProviderImpl | is there any thierdparty library which i need ? View the original post : http://www.jboss.com/index.html?module=b

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

2007-02-15 Thread grdzeli_kaci
"[EMAIL PROTECTED]" wrote : any chance you've putted hibernate jars into ant's default classpath ? no, i dod not tought any jars into ant or seam classpath. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016996#4016996 Reply to the post : http://www.jboss.c

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

2007-02-14 Thread grdzeli_kaci
"[EMAIL PROTECTED]" wrote : Just "seam new-project". Nothing else. You entered the project name in setup. and what about second qustion ? i can't generate entities from database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016866#4016866 Reply to the post

[jboss-user] [JBoss Seam] - Seam Generator

2007-02-14 Thread grdzeli_kaci
hi all, Seam Version : 1.1.5 GA JBoss Version : 4.0.5 GA Ant Version : 1.6.2 Fierst of all i was run ./seam setup from the command line and i've configured everyuthing fine. I was pointed project name MyProject. 1. now when i create new project from command line ./seam new-project MyProjectNam

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE Hibernate Code Generation

2007-02-14 Thread grdzeli_kaci
now i'm downloading this : JBossIDE-2.0.0.Beta2-Bundle-linux-gtk.tar.gz maybe this work correctly. and i forget if seam app skeleton in hibernate tools has been discontinued which version i must get from hibernate? or maybe there is some configuration, i don't know. View the original post : h

[jboss-user] [JBoss Eclipse IDE (users)] - JBoss Eclipse IDE Hibernate Code Generation

2007-02-14 Thread grdzeli_kaci
hi all. I have one problem. I've installed Linux OS on my computer SUSE LINUX 10.1 (i586), i know Ejb(Ejb3) and jsf wery vell, but I'm a beginner into Seam Framework, i like its ideas and i think to learn it. first, i fount that jboss eclipse ide can generate such ejb3 anotations as standart j

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide seam skeleton app error

2007-02-13 Thread grdzeli_kaci
can u tell me version of the hiberrnate tools ?, or version of the JBoss Eclipse IDE ? where tool can generate seam templates. and i tryed to generate entities from command line | ./seam generate-entities | but i got an error like this : | java.lang.NoClassDefFoundError: org.hibernate

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide seam skeleton app error

2007-02-13 Thread grdzeli_kaci
"[EMAIL PROTECTED]" wrote : yep i have this problem yet.is it resolved ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015708#4015708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015708 _

[jboss-user] [Performance Tuning] - Re: JBoss Performance Tuning

2007-02-05 Thread grdzeli_kaci
hi tdanecito. i have one problem, i think u could help me :) Environment: 1. OS - Sun Solaris SPARC 64-bit. 2. Java - JDK 6.0 3. Hardaware - Sun Machine (4 CPU, 16 GB Fis. Memory, 31 GB Swap) 4. AS - JBoss Application Server 4.0.4 GA. 5. Project - EJB 3.0 and JSF Technologies. 6. Jboss run.conf fi

[jboss-user] [EJB 3.0] - Re: jdbc Query Timeout ( Is This a Bug? )

2007-01-30 Thread grdzeli_kaci
hi all, i found out one way. when i changed the session bean, add this: | @Resource(mappedName="java:/TimesTenXAClientDS") DataSource | myTestDB; and then i tryed get information from timesten database it works :) | try{ | Connection con = myTestDB.ge

[jboss-user] [EJB 3.0] - jdbc Query Timeout ( Is This a Bug? )

2007-01-30 Thread grdzeli_kaci
hi all, i have one problem whole week, and could not resolve. enviroment : 1. AS - Jboss Application Server 4.0.4 GA or Jboss Application Server 4.04 GA (i tryed both of them) 2.ThierdParty/Database - Oracle Timesten In Memory DataBase 3.EJB 3.0.EJB3 RC7 (for JBoss 4.0.4) EJB 3.0.EJB3 RC9 Patch 1

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Timestem and jdbc Query Timeout

2007-01-29 Thread grdzeli_kaci
hi all, i have install timesten on one computer and configure there Query Timeout like This: SQLQueryTimeout = 80 and i have JBoss Application Server on another computer and timesten client. i've timesten-xa-ds.xml configuration file configured like this : | | 5 | | and when i

[jboss-user] [EJB 3.0] - Re: Automatic Destroy State in Stateful Session Bean

2006-10-05 Thread grdzeli_kaci
ok, thanks ALRubinger i think than i need always returned new instance for the same client. i think that stateless session bean always must return new instance to the client when i lookup from from the client... i did some changes on my sample bean : | public void initialize() | { |

[jboss-user] [EJB 3.0] - Re: Automatic Destroy State in Stateful Session Bean

2006-10-04 Thread grdzeli_kaci
ok, I find another problem : 1.i have interface | package com.magti.businesslayer.ejb3entity.oracle; | | import javax.ejb.Remote; | | @Remote | public interface MyState { | public void initialize(); | } | 2. Implementation : | package com.magti.businesslayer.ejb3entity

[jboss-user] [EJB 3.0] - Re: Automatic Destroy State in Stateful Session Bean

2006-10-04 Thread grdzeli_kaci
I think i had ideological mistake :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976101#3976101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976101 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Automatic Destroy State in Stateful Session Bean

2006-10-03 Thread grdzeli_kaci
hi all, i'm using ejb3 for server side component model and jsf for client side user interfase. on server i want catch the event when client close connection (for example close internet browser) i know @Remove and @Predestroy annotations but they is not usefull for me. i want that when clien di

[jboss-user] [EJB 3.0] - Re: Stateful Session Beans Interaction

2006-08-31 Thread grdzeli_kaci
thank's .. i did it the target session bean must be stateless @EJB annotation always creates new refference if the bean is statefull otherwise used already existed refference ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968831#3968831 Rep

[jboss-user] [EJB 3.0] - Re: Stateful Session Beans Interaction

2006-08-31 Thread grdzeli_kaci
sorry it was mistake ;) : | bean.callPrint(); | must be : | useperson.callPrint(); | Idea is that i want Session Scope sample in EJB3 ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968558#3968558 Reply to the post : http://www.jboss.com/ind

[jboss-user] [EJB 3.0] - Stateful Session Beans Interaction

2006-08-31 Thread grdzeli_kaci
hi all . here is my small example : 1.Fierst Remote Interface | import javax.ejb.Remote; | | @Remote | public interface Person { | public void addPersonName(String a); | public void printNames(); | } | 2. And It's Implementation : | import java.util.Array

[jboss-user] [EJB 3.0] - Re: EJB3 - load Sql Query From Xml Deployment Descriptor

2006-08-13 Thread grdzeli_kaci
did anybody have problem like this ? :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964887#3964887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964887 ___ jboss-user mail

[jboss-user] [EJB 3.0] - Re: Persistence unit scoping across multiple jars in a singl

2006-08-13 Thread grdzeli_kaci
hi all, i had already problem like this and my mistake was that i hadn't unitname in the persistance.xml file i think if u must add this in u your persistance.xml | | java:/XAOracleDS | com.magti.businesslayer.ejb3entity.oracle.Test |

[jboss-user] [EJB 3.0] - Re: MDB and EJB3--Newbie Question

2006-08-13 Thread grdzeli_kaci
i think u didn't configure your jboss for Message Drive Bean. look at this : http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMDB View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964840#3964840 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [EJB 3.0] - EJB3 - load Sql Query From Xml Deployment Descriptor

2006-08-13 Thread grdzeli_kaci
hi all, i'm trying working with ejb3 using xml eployment Descriptor. here is my small example: Table in Oracle DB | CREATE TABLE "TEST"."PERSON" |("ID" NUMBER NOT NULL ENABLE, | "NAME" VARCHAR2(255), | "SURNAME" VARCHAR2(255), | "AGE" NUMBER, | CONSTRA

[jboss-user] [EJB 3.0] - Re: Simple EJB3 Transaction Question

2006-08-08 Thread grdzeli_kaci
thank u vary much. it's working the problem was that session bean must statefull not stateless View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963798#3963798 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963798

[jboss-user] [EJB 3.0] - Re: Simple EJB3 Transaction Question

2006-08-08 Thread grdzeli_kaci
thanks. It's working but i have another problem :( working code : | @TransactionManagement(TransactionManagementType.BEAN) | @Remote(Fasade.class) | public @Stateless class FasadeBean implements Fasade | { | @PersistenceContext(unitName = "TEST") | private EntityManager ora

[jboss-user] [EJB 3.0] - Simple EJB3 Transaction Question

2006-08-07 Thread grdzeli_kaci
hi all, i hava some problems with transactions again: problem is that i want to manage them by myself not like this : Session Bean | @Remote(UserManager.class) | public @Stateless | class UserManagerBean implements UserManager { | | @PersistenceContext(unitName = "Oracle") |

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - EJB 3.0 on JBoss Server and JSF client on Apache Tomcat

2006-07-24 Thread grdzeli_kaci
i've jboss-4.0.4.GA and a'm using EJB 3.0 on my local machine i've created one table on DataBase and Entity Bean also i've remote session fasade bean . it's all working when i run client on my machine client code : | try { | InitialContext ctx = new InitialC

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JSF and JBOSS

2006-07-20 Thread grdzeli_kaci
i want run jsf application on jboss-4.0.4.GA but i get an error | 15:02:04,843 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception | javax.servlet.jsp.JspException: Cannot find FacesContext | at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:405) | a

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Insert into Orace TimesTen In Memory DataBase

2006-07-12 Thread grdzeli_kaci
sorry when i was wrote insert into PAATA.STUDENT (ID,NAME,SURNAME,AGE,GROUPID) values (1,'asdasd','asdasdasd',22,2) i get an error anonymous wrote : | java.sql.SQLException: [TimesTen][TimesTen 6.0.2 ODBC Driver][TimesTen]TT2206: Table PAATA.STUDENT not found -- file "comp.c", lineno 203

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Insert into Orace TimesTen In Memory DataBase

2006-07-12 Thread grdzeli_kaci
i have created table in oracle timesten [ | CREATE TABLE "PAATA"."STUDENT" ( | "ID" INTEGER NOT NULL, | "NAME" VARCHAR(200), | "SURNAME" VARCHAR(200), | "AGE" INTEGER, | "GROUPID" INTEGER | ) ; | /code] | | then i tried to insert from java | | | | impo

[jboss-user] [EJB 3.0] - Re: transactions and distributed transactions in ejb3

2006-07-11 Thread grdzeli_kaci
i can't resolve this problem again ... could anybody help me ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956846#3956846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956846

<    1   2