[jboss-user] [EJB 3.0 Users] - Checked exception thrown from injected stateless bean become

2009-09-22 Thread tvrtko
3.0 Thanks, Tvrtko View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256470#4256470 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256470 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - Re: seam-issues sample

2007-02-14 Thread tvrtko
it all be inside one bean or is code split into several beans because of different life cycles or some other reasons? Regards, Tvrtko View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016373#4016373 Reply to the post : http://www.jboss.com/index.html?module=bbop

[jboss-user] [EJB 3.0] - Oracle problems mapping to CHAR(1) column

2007-01-21 Thread tvrtko
I have a database column PARTNER_TYPE of type CHAR(1). The relevant part of entity class looks like this: private String partnerType; | | @Column(name = PARTNER_TYPE, length=1) | //@Length(max = 1) | public String getPartnerType() { | return partnerType; | } When I run the

[jboss-user] [JBoss Seam] - Re: Lazy mans guide to developing SEAM!

2007-01-20 Thread tvrtko
I followed instructions from chapter 2: getting started http://docs.jboss.com/seam/1.1BETA2/reference/en/html/gettingstarted.html I also had to comment out part of jmx-invoker-service.xml as stated on this wiki page http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureTheInvokers or else the

[jboss-user] [JBoss Seam] - Booking example stops working

2007-01-19 Thread tvrtko
If you wait several minutes on search page, everything stops working. Here is how you can repeat this behavior: - all business operations are performed in one tab/window - all debug operations are performed in second tab 1. register 2. login 3. search for string a - it works 4. check debug

[jboss-user] [JBoss Seam] - Re: Lazy mans guide to developing SEAM!

2007-01-19 Thread tvrtko
Is there any difference between MyEclipse and plain eclipse + jboss IDE in regard with deployment and all this stuff that you are writing about. Can I do this kind of deployment with plain eclipse? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003858#4003858

[jboss-user] [JBoss Seam] - Re: Booking example stops working

2007-01-19 Thread tvrtko
It seems that the problem with same links in search results is gone with seam 1.1.1 because there is now cid included as well (it grows with each search request). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003921#4003921 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Booking example stops working

2007-01-19 Thread tvrtko
The problem that I described at the beginning is also gone, I believe, thanks to new navigation defined inside pages.xml instead of navigation.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003957#4003957 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Validation fails in registration example

2007-01-17 Thread tvrtko
Same problem here: * jboss-4.0.5.GA-ejb3 * jboss-seam-1.1.0.GA * built with ant deploy when I enter less than 5 characters for password I get the exception: | ... | Caused by: org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=tvrtko/21

[jboss-user] [JBoss Seam] - Re: Validation fails in registration example

2007-01-17 Thread tvrtko
Same thing happens when I deploy example on tomcat 5.5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003043#4003043 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003043 ___