[jboss-user] [JBoss Seam] - Re: Seam performance concerns

2007-06-23 Thread mgrouch
Can you change JSF setting to 'server' side state saving (in web.xml) and try the tests again? With myfaces and these suggestions http://wiki.apache.org/myfaces/Performance it had dramatic effect. I haven't tried with Sun's JSF 1.2, but client side state saving should have negative impact on

[jboss-user] [JBoss Seam] - Re: Seam performance concerns

2007-06-23 Thread mgrouch
Another thing: JSF doesn't (in base components) let you to define a variable on a page. So people quite often would write something like #{hashMapBean[key].prop} in many places on the page, which in fact leads to looking up hashMap many times + using reflection to access property. JSF also

[jboss-user] [JBoss Seam] - Re: Seam performance concerns

2007-06-23 Thread mgrouch
And in your case you should migrate to MyFaces 1.1.5 and Tomahawk 1.1.6. MyFaces 1.1.3 is too broken anyway to be used in production. It would be interesting to compare Myfaces 1.1.5 performance vs Sun's JSF 1.2 (with server side state for both) and see who wins... View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: Problem in spring integration

2007-06-23 Thread astonishingone
Thank you for your reply, Ales Justin sorry it was this one correct module | ejbspring-pojo.spring/ejb | /module | i extracted the ear file and try to rename this JBoss-Spring.sping also changed in application.xml but it did not worked so i want from start

[jboss-user] [JBoss Seam] - Anyone used QuipuKit with Seam?

2007-06-23 Thread mgrouch
Anyone used QuipuKit with Seam? Can you, please, share you experiences? http://www.teamdev.com/quipukit/demo/homepage.jsf Thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057089#4057089 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-23 Thread [EMAIL PROTECTED]
Well, actually the session isn't invalidated until the end of the request. So if you render a page with a login form on it, it will remember the username (but not the password, of course). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057096#4057096 Reply to

[jboss-user] [JBoss jBPM] - How to activate log in jbpm (3.2.GA)

2007-06-23 Thread sparklehorse
I can't find out how to see what jbpm is doing When i use jbpm-enterprise.ear and test my process i see log detailed on stdout, but when i embed the engine in my ear jbpm does not log nothing. I have unpacked jbpm-enterprise.ear to find some log4j.xml or whatever without luck any hints? View

[jboss-user] [JBoss jBPM] - Why my condtion doesn't get evaluated?

2007-06-23 Thread sparklehorse
I have this snippet process definition | decision name=CheckState |transition name=tr2 to=node2 | condition#{JBpmService.status=='DELETED'}/condition | /transition | transition name=tr3 to=node3 |

[jboss-user] [JBoss Seam] - Re: Seam performance concerns

2007-06-23 Thread liudan2005
Thanks for your reply. I am using server side states saving, and we don't have hashmap lookup in our pages. We can't migrate to MyFaces 1.1.5 and Tomahawk 1.1.6 due to compatibility problem with seam 1.2.1. Also, MyFaces 1.1.5 doesn't work well with Seam 1.3. So basically we can't change our

[jboss-user] [JBoss jBPM] - Timers get cancelled in TimerServiceBean.ejbTimeout even Run

2007-06-23 Thread justin.zhou
Hi, In a processdef, one fork leads to several states, each state has a timer attached. The idea is to do concurrent async executions through the TimerServiceBean. However, get exceptions, when those states changing to join node. anonymous wrote : Caused by:

[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-23 Thread amitev
Yes. I render a page with a login form on it. Idea for workaround of this - to show a page after session invalidation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057103#4057103 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-23 Thread amitev
I guess i have to force a redirect but how? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057105#4057105 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057105 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-23 Thread amitev
The problem is that when the page is redisplayed after logout and i the submit button simply rerenders the page without invoking the login action View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057104#4057104 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Timers get cancelled in TimerServiceBean.ejbTimeout even

2007-06-23 Thread justin.zhou
jbpm.cfg.xml jbpm-context | service name=persistence factory=org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory | field name=sessionFactoryJndiName | string value=java:/WorkflowSessionFactory / | /field | field name=isCurrentSessionEnabledtrue //field

[jboss-user] [JBoss Seam] - Re: [1.3 CVS]Tomcat users getting the shaft?

2007-06-23 Thread [EMAIL PROTECTED]
OK, I had time to sit down and do this properly and actually test it this time. Its now working fine. What this means is that Seam now no longer needs a JTA or JNDI implementation to run (though you will still need the jta api jar in your classpath). Instead, Seam can delegate to

[jboss-user] [EJB 3.0] - protocol used in invoing ejb by local interface?

2007-06-23 Thread adamzrk
Hi When we communicate with session bean by remote interface, jboss uses rmi-iiop, but which protocol is used in communication with local interface? Regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057110#4057110 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Read only transactions or entityManagers

2007-06-23 Thread [EMAIL PROTECTED]
just set the flushmode to MANUAL View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057112#4057112 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057112 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: [1.3 CVS]Tomcat users getting the shaft?

2007-06-23 Thread [EMAIL PROTECTED]
anonymous wrote : Seam configuration could have been made simple by writing to the jboss deployment framework. All the gobbledegook in web.xml and tagging ejb jar files with a seam.properties file would have been unneeded. Sure, you would have to use that extra metadata if you wanted to run in

[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-23 Thread [EMAIL PROTECTED]
Add a navigation rule in pages.xml, of course: navigation from-action=#{identity.logout} |redirect view-id=/ | /navigation Or maybe just: navigation from-action=#{identity.logout} |redirect/ | /navigation If you want to stay on the current page. View the original post :

[jboss-user] [JBoss Seam] - Read only transactions or entityManagers

2007-06-23 Thread Kruno
I am using seam 1.2.1 EJB 3.0 in JBOSS 4.0.5 Application that I am making has a need that every change is historically saved. It is a bit of a pickle, but I have managed to make a system, actually every entity has its historical counter part through which every change on original entity is

[jboss-user] [JBoss Seam] - Re: Read only transactions or entityManagers

2007-06-23 Thread Kruno
Thanks for prompt responese. Can flushmode be set at run time ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057114#4057114 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057114

[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-23 Thread amitev
Works like a charm. Thank you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057113#4057113 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057113 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: Try to use jboss 4.2.0GA with MySQL

2007-06-23 Thread frocco
I am a newbie also, but I would try renaming the file to mysql-ds.xml. HTH Frank View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057115#4057115 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057115

[jboss-user] [JBoss Seam] - Re: [1.3 CVS]Tomcat users getting the shaft?

2007-06-23 Thread [EMAIL PROTECTED]
Thanks once again for doing this. Believe it or not I'm in the boat of just installing a full EE environment, but some decisions (made by less than informed people ^^) you just can't go against. Thanks View the original post :

[jboss-user] [EJB 3.0] - Retrieving data from database

2007-06-23 Thread alexrozario
Hi all, I have created an entity bean class as Stores.java and Stateless Session bean as SearchSession.java. And i am using Search.xhtml(facelet) file to retrieve data from table Stores in my local database. I am using Seam 1.2.1 GA version to configure them and i am using a query as List

[jboss-user] [JBoss Seam] - Retrieving data from database

2007-06-23 Thread alexrozario
Hi all, I have created an entity bean class as Stores.java and Stateless Session bean as SearchSession.java. And i am using Search.xhtml(facelet) file to retrieve data from table Stores in my local database. I am using Seam 1.2.1 GA version to configure them and i am using a query as List

[jboss-user] [EJB 3.0] - Re: Database Connection

2007-06-23 Thread alexrozario
Thank you for your timely help andydale. Sorry for my belated reply. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057118#4057118 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057118

Re: [jboss-user] [JBoss Seam] - Re: Entry Point

2007-06-23 Thread David Radunz
Hi, Should the same technique be used to layer xhtml resources like EJB's can be (using the @Install annotation)? If so, how would you have multiple pages.xml files - and would it conflict? Say I had a real view: /product/function.xhtml and I had customised version of it deployed at a

[jboss-user] [JBoss Portal] - Re: Unable to load tag handler

2007-06-23 Thread nishadahiya
Hi, which jar files are required to be copied in server's lib directory for deploying mylayout.war file for our own layout and theme. please help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057125#4057125 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: Problem in spring integration

2007-06-23 Thread astonishingone
alesj thank you for ur reply I added ejb3 support to my jboss 4.0.5 ,sorry for this silly mistake as i am new to jboss. Now following error is coming 15:46:28,531 WARN [ServiceController] Problem starting service jboss.j2ee:service=EJB3, | module=business.ejb3 |

[jboss-user] [JBoss Portal] - Re: collabation portlets, tools portlets ...

2007-06-23 Thread nishadahiya
Hi lionel, can you please share more information on portlet that you are using i.e. agenda, office portlet etc. and can you please give me some brief about collobration portlet. thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057127#4057127 Reply to

[jboss-user] [JBoss Seam] - Re: Retrieving data from database

2007-06-23 Thread Kruno
Please post the source. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057123#4057123 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057123 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Entry Point

2007-06-23 Thread utiba_davidr
Hi, Should the same technique be used to layer xhtml resources like EJB's can be (using the @Install annotation)? If so, how would you have multiple pages.xml files - and would it conflict? Say I had a real view: /product/function.xhtml and I had customised version of it deployed at a

[jboss-user] [JBoss Seam] - Re: Seam performance concerns

2007-06-23 Thread mgrouch
Try using one transaction per page load (preferably with one EJB call in case of CMT). You might have to use wrapper transfer objects (which are considered not necessary nowadays) to wrap entities of different types. This made big difference in my case. Do not forget to cache JNDI lookups. See

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Adding .jar files to the classpath of a webapp

2007-06-23 Thread Raist_Majere
Try using Class-Path within the EAR manifest like in this example: | app3.ear: | META-INF/application.xml | ejb1_client.jar | ejb3.jar Class-Path: ejb1_client.jar | webapp.war Class-Path: ejb1_client.jar | WEB-INF/web.xml | WEB-INF/lib/servlet1.jar | View the

[jboss-user] [Installation, Configuration Deployment] - Re: Which jboss server?

2007-06-23 Thread frocco
I forgot to say, I deploy war files. I looked at jbossweb and jboss AS Thanks Frank View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057141#4057141 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057141

[jboss-user] [JBoss Seam] - JSF 1.2 parameters and their performance impact on Seam

2007-06-23 Thread mgrouch
There is number of config (context) parameters which can be specified for JSF 1.2 (which is now included in JBoss app server). List: http://wiki.glassfish.java.net/Wiki.jsp?page=JavaServerFacesRI#section-JavaServerFacesRI-WhatContextParametersAreAvailableAndWhatDoTheyDo Are there any

[jboss-user] [JBoss Seam] - Re: Read only transactions or entityManagers

2007-06-23 Thread [EMAIL PROTECTED]
Or @Begin(flushMode=MANUAL) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057138#4057138 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057138 ___ jboss-user mailing list

[jboss-user] [JNDI/Naming/Network] - Re: java.rmi.ConnectException

2007-06-23 Thread Malert
Hi, have you got this error cleared, i am also having the same problem. If you have solution please help me. Thanks, Malert Jones View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057122#4057122 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam performance concerns

2007-06-23 Thread mgrouch
And local EJB interfaces vs remote ones to reduce serialization. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057131#4057131 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057131

[jboss-user] [Installation, Configuration Deployment] - Which jboss server?

2007-06-23 Thread frocco
Hello, We currently use tomcat and am thinking of trying jboss. Currently we use JSF Grails apps. Database is MySQL I would like to learn Seam, but am wondering if it is overkill for the apps we currently write, mostly CRUD. Thanks Frank View the original post :

[jboss-user] [JBoss Seam] - Re: Seam performance concerns

2007-06-23 Thread mgrouch
Have you trieed Sun's JSF 1.2? Seam 1.3.0.A is pretty good and 1.3.0 should be out soon... You also should use facelets instead of JSPs. Tomahawk immediate=true helps a bit too on forms where you do not need validation. Hibernate caching should be used. Reduce number of complicated EL

[jboss-user] [JBoss Seam] - Re: Configuration of just using seam taglib

2007-06-23 Thread jimmy6
Could you show me where is the ajax code for validation? I cant find on the source. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057132#4057132 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057132

[jboss-user] [JBoss Seam] - Suggestion page component=

2007-06-23 Thread sergeypk
I think it would be a nice addition to the page actions mechanism if it was possible to specify that a certain component is to be instantiated when the page is visited, unless the component already exists. This would allow me to put some initialization code for a page into that component's

[jboss-user] [JBoss Seam] - Re: Seam performance concerns

2007-06-23 Thread mgrouch
And more ideas: Native IO on app server, JRockit JVM. Give JVM higher memory settings. Use factories for stateless objects such as DAOs (so they are created once and not repeteadly created/destroyed). View the original post :

[jboss-user] [JBoss Seam] - Re: Read only transactions or entityManagers

2007-06-23 Thread Kruno
I guess this would be the answer: PersistenceContexts.instance().changeFlushMode(FlushModeType.MANUAL); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057128#4057128 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057128

[jboss-user] [JBoss jBPM] - Re: Timers get cancelled in TimerServiceBean.ejbTimeout even

2007-06-23 Thread justin.zhou
Ok, found the problem. TimerService.add() does not have interval, so only one execution suppose to run. Made a small patch, works fine now. Still, the concurrent execption is really ugly. Will try tree cache to see if any difference. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam Conversations - Best practices?

2007-06-23 Thread [EMAIL PROTECTED]
Delphi's Ghost wrote : I did try to seam-gen up an application using my dummy dev database (Projects, and Issues per project), and it simply created pages to list, view and edit the projects or issues. I'm not sure whether it was supposed to pick up on the foreign key and list the issues per

[jboss-user] [EJB 3.0] - weird problem with loading collections of subclasses

2007-06-23 Thread tuxzilla
I have a class Listing with two collections reviews and discussions. Both Review and Discussion are subclasses mapped to the same table, distinguished by a discriminator column type. I am using Seam 1.2.1 but the problem is most likely related to the persistence mapping. Here are the mappings:

[jboss-user] [JBoss/Spring Integration] - Re: Problem in spring integration

2007-06-23 Thread alesj
You are probably missing Spring deployer. See example for instructions on how to install it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057150#4057150 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057150

[jboss-user] [JBoss Seam] - Re: Configuration of just using seam taglib

2007-06-23 Thread [EMAIL PROTECTED]
The ajax stuff comes from ajax4jsf (or icefaces, or whatever), the validation from hibernate-validator/hibernate-annotations, Seam just ties it together. Look at org.jboss.seam.faces.Validation (it's in core in a released version). View the original post :

[jboss-user] [JBoss Seam] - Seam over JSF 1.2 performance

2007-06-23 Thread mgrouch
I've added tomahawk 1.1.6 and wrapped document using tomahawk t:document. App is using JSF 1.2 and Seam 1.3.0.A on JBoss 4.2. The rendering works noticably faster, not sure why though. Might be Seam development team could look at that and if performance is indeed better Seam could be improved so

[jboss-user] [JNDI/Naming/Network] - Re: java.rmi.ConnectException

2007-06-23 Thread dboeckli
Yes -solved. it was a network problem - ports were blocked by firewalls. We have a huge network, so perhaps it took so long because the requests went up to timbuktu (where the forgot to close those ports) and back sometimes. Take a look in the wiki where it is explained which ports must be open

[jboss-user] [EJB 3.0] - Re: Retrieving data from database

2007-06-23 Thread waynebaylor
did you insert the records into the table manually or did you use the EntityManager? i've noticed that when i insert records manually queries made with EntityManager don't see them for a while. Not sure yet why that is... if that's not your problem, then i would try the query as

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - EJB3 query ?

2007-06-23 Thread mladen.babic
Hi people, I have four entities and they have ralationship.Example: product|-1---*-|property|-1--*-|productRuleProperty|-*---1| textRuleProperty| -- and I have query from Product as p join p.properties pp join pp.productRuleProperties prp join prp.textRuleProperty trp where

[jboss-user] [JBoss Portal] - Re: What is the standard way to include Javascript resources

2007-06-23 Thread [EMAIL PROTECTED]
I used the word should, I'll try to get something done by GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057154#4057154 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057154

[jboss-user] [JBoss Seam] - Re: How can I embed label value in validation error message?

2007-06-23 Thread jpviragine
Guys, Take a look at: http://java.sun.com/developer/technicalArticles/J2EE/jsf_12/#customMessages Joao Paulo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057155#4057155 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam performance concerns

2007-06-23 Thread stu2
I think you would want to run your app with a profiler and find out, empirically, where your app is spending its time. I think most commercial profilers have trial versions, and there are a variety of ways to do this. Your app design based on Seam/JSF is no doubt quite different than it was

[jboss-user] [JBoss Seam] - Re: Seam performance concerns

2007-06-23 Thread stu2
mgrouch wrote : Use factories for stateless objects such as DAOs (so they are created once and not repeteadly created/destroyed). | | ... | Do not forget to cache JNDI lookups. | Again, you can certainly spend time doing this kind of stuff on the off chance that it will improve

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Adding .jar files to the classpath of a webapp

2007-06-23 Thread jwiegley
I did try adding package.jar to the Class-Path in manifest.mf, but the module still comes up missing. John View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057159#4057159 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-06-23 Thread demetrio812
I confirm it is the UseJBossWebLoader set to true that make the email fails. I have to set to true coz I'm using rich faces drag and drop and it needs to import the DropEvent class (org.ajax4jsf.dnd.event.DropEvent). You suggested to put anything in the WAR, but how can I do with my case? Is

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-06-23 Thread [EMAIL PROTECTED]
We aren't planning to spend time making this work with UseJBossWebLoader=true. What is your case? Let us know what jars you have where, and post relevant code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057160#4057160 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: JBoss 4.2 ejb not bound

2007-06-23 Thread _steph
Thank you for your reply Jaikiran. Configuration files and lookup code are generated with Xdoclet 1.2.3. Bean Xdoclet tags: * @ejb.bean name=Calc description=An EJB named Calc display-name=Calc * view-type=both jndi-name=CalcHome local-jndi-name = * CalcLocalHome

[jboss-user] [JBoss Seam] - Re: javax.el.ELException , unable to localize the error

2007-06-23 Thread gena777
Hi, is it possible, you are getting some where an uncaught exception (i would say null pointer) and seam interceptor rolls back the transaction? In the next step your page will rerender and touch a really null (or corrupt) objects. Gena View the original post :

[jboss-user] [JBoss Seam] - entityManager null exception on CVS20070623

2007-06-23 Thread gus888
Hi all, I just downloaded the new CVS and tested it, but I got entityManager null exception in Authenticator. Thank you in advance. In Authenticator: @In(create = true) | private EntityManager entityManager; In components.xml core:managed-persistence-context name=entityManager

[jboss-user] [JBoss Seam] - Problem with entity in session scope and JSF inputText

2007-06-23 Thread amitdk
I've spent too much time on this so far and am wondering if conceptually I am doing something wrong. I would imagine this to be a fairly common use case for folks, so here's the issue: Here's a snippet of my xhtml page - | s:decorate template=layout/edit.xhtml |

[jboss-user] [JBoss Seam] - Re: entityManager null exception on CVS20070623

2007-06-23 Thread gus888
Sorry, I just found the solution from Seam examples. I changed the persisent code as followings in components.xml, and exceptions gone. Thank you. persistence:managed-persistence-context name=entityManager | auto-create=true |

[jboss-user] [JBoss Seam] - [solution]: selectOneMenu binding to session object

2007-06-23 Thread joeyxxx
If anyone else needs a solution, this is what I ended up doing. | | public class Avatar implements Serializable{ | | private String nickName; | private String style; | private int index; | /** Creates a new instance of Avatar */ | public Avatar() { |

[jboss-user] [JNDI/Naming/Network] - Re: JBoss 4.2 ejb not bound

2007-06-23 Thread jaikiran
jndi-nameCalcHome/jndi-name | local-jndi-nameCalcLocalHome/local-jndi-name | anonymous wrote : 02:52:22,390 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'Calc' to jndi 'CalcLocalHome' | 02:52:22,406 INFO [ProxyFactory] Bound EJB Home 'Calc' to jndi 'CalcHome' | Your EJB is

[jboss-user] [JBoss Seam] - Re: selectOneMenu binding to session object

2007-06-23 Thread joeyxxx
The issue with this solution is that the converter is coupled to the User class and so will only work if the list being displayed by selectOneMenu is the one in the user class. It isn't an issue in my particular application though. View the original post :

[jboss-user] [EJB 3.0] - Bidirectional Cascade

2007-06-23 Thread thepriz
When you put declare a bidirectional relationship in a OneToMany and ManyToOne relationship and put a cascade=CascadeType.ALL on the OneToMany declaration is the cascade in both directions or only on the OneToMany relationship? In other words if I have a airplane with passangers and I remove a

[jboss-user] [JCA/JBoss] - Building HelloWorld Resource adaptor

2007-06-23 Thread milan321
Hello I am new to JBoss JCA. I want a simple running example of a JCA resource adapter. With all the configuration files needed by jboss. I would be thankful if anybody help me. Regards Milan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057172#4057172

[jboss-user] [Installation, Configuration Deployment] - Re: Configuring XAOracleDS

2007-06-23 Thread vikaswarkar
change the package name org.jboss.resource.adapter.jdbc.xa.oracle.OracleXAExceptionFormatter to org.jboss.resource.adapter.jdbc.vendor.OracleXAExceptionFormatter in oracle-xa-ds.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057173#4057173 Reply to the