[jboss-user] [JBoss Seam] - Re: Woodstock and Seam on JBoss with Facelets, JSF 1.2

2008-02-16 Thread mladen.babic
Hi, I have different problem with installing Woodstock components. I've created generate sample application with Seam 2.0.1. and I've download Woodstock latest jar files. I added those files in app lib folders and I've started JBoss AS 4.2.2. When I try to open any pages , I get this in

[jboss-user] [JBoss Seam] - EntityManager adds instead removes object???!!

2008-01-14 Thread mladen.babic
Hi, I'm using Seam 2.0.0 and JBoss AS 4.2.1 GA. Problem occurs when I try to delete some objects, entitymanager adds new objects (without any orders) in database instead removes. I have categories and products and they have properties. While adding category properties, products in category

[jboss-user] [JBoss Seam] - Back button problem

2007-11-20 Thread mladen.babic
Hi , I have some problems with back button. I'll give example: I have one page with random list of product and another page with product details.Every time when I load first page list shows random list of products.It is ok .When I click on link which leads to product details it works fine

[jboss-user] [JBoss Seam] - Re: Quartz question

2007-10-11 Thread mladen.babic
I've solved problem when I updated my app on SEAM 2.0.0 and AS 4.2.1. Look in template for email too,maybe you have some value which is not in event scope(e.g. subject ,address...) Best regards, mb View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Connecting to web application on JBoss AS via remote co

2007-09-11 Thread mladen.babic
Tanks a lot ,igain It works!! Best regards, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4083152#4083152 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4083152 ___ jboss-user

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Connecting to web application on JBoss AS via remote comput

2007-09-03 Thread mladen.babic
Hi, I'm using JBoss AS 4.2.0 on Ubuntu. I have tried access to web application via IP connection of remote computer.On remote computer(LAN) I have JBoss AS 4.2.0.An example: remote computer has IP 192.168.0.103.On this computer I have JBoss AS and some web application which works fine on

[jboss-user] [JBoss Seam] - selectOneMenu in dataTable

2007-08-29 Thread mladen.babic
Hi, Is is possible to put h:selectOneMenu component in data table when value of selectitems of selectOneMenu is list created by call to bean method and parameter of that function is row of datatable. When page is displayed list of selectOneMenu component is populated correctly only for first

[jboss-user] [JBoss Seam] - Re: selectOneMenu in dataTable

2007-08-29 Thread mladen.babic
Hi again, it works when I use t:selectItems:)).Is it this issue a bug?? Best regards, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4079290#4079290 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4079290

[jboss-user] [JBoss Seam] - Re: Richfaces and IceFaces in same application??

2007-08-27 Thread mladen.babic
Ok,Pete. Tnx. Best regards, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078440#4078440 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078440 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Richfaces and IceFaces in same application??

2007-08-25 Thread mladen.babic
Hi, is it possible to use richfaces and icefaces in same application?? is there chance to have conflict between those two components?? Best regards, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078007#4078007 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Quartz question

2007-08-23 Thread mladen.babic
Hi Pete, I have been confused about this answer. Which method(or class ) I have to outject on event scope : asyn method or method which sends email (against on my example)? Best regards, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4077329#4077329 Reply

[jboss-user] [JBoss Seam] - Re: Quartz question

2007-08-23 Thread mladen.babic
I've done that , but i still have same problem. Best regards, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4077346#4077346 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4077346

[jboss-user] [JBoss Seam] - Renderer component in PDF page

2007-08-22 Thread mladen.babic
Hi, Is it possible to rerender component in PDF page(eg.outputText) and which one I have to use it? Best regards, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076744#4076744 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Renderer component in PDF page

2007-08-22 Thread mladen.babic
Sorry, I didn't post right question.I meant something like this : | | h:outputText value= some text rendered=#{some boolean} / | Is there any component can do that on pdf page? Sorry for my english :) Best regards, mb View the original post :

[jboss-user] [JBoss Seam] - Re: Renderer component in PDF page

2007-08-22 Thread mladen.babic
Upss, Every component in pdf has rendered attribute. I'm used to using control + space in Eclipse which don't have completing sintax for pdf. :) Best regards, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076943#4076943 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Quartz question

2007-08-20 Thread mladen.babic
If you need more info about my problem ,i'll post here. tnx, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075722#4075722 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075722

[jboss-user] [JBoss Seam] - Re: Quartz question

2007-08-20 Thread mladen.babic
I'm using Seam 2.0 BETA. Here is fragment of my code: This method triggers action for sending e-mail: | | @Asynchronous | @Transactional | public QuartzTriggerHandle schedule( @Expiration Date when, @IntervalDuration Long min){ |

[jboss-user] [JBoss Seam] - Quartz question

2007-08-17 Thread mladen.babic
Hi, I have action which send e-mail to user. I've tried to add Quartz action to do same action with interval. Quartz action works fine but when I added method which sending mail in this action it trows me this error java.lang.IllegalStateException: Application was not properly initialized

[jboss-user] [JBoss Seam] - Re: EntityManager is null??

2007-08-06 Thread mladen.babic
Has anybody got idea? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4071036#4071036 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4071036 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: EntityManager is null??

2007-08-06 Thread mladen.babic
I have Seam 2 and JBoss 4.2.0 GA.I have created app with seam-gen.I'm sure that persistence.xml was defined correctly. I've just tried to display all distributors in table over entityquery which was defined in components.xml. It's no need to inject entityManager in component.If you needed

[jboss-user] [JBoss Seam] - Re: EntityManager is null??

2007-08-06 Thread mladen.babic
Ok,I'm going to try. tnx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4071089#4071089 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4071089 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting a session from entityManager

2007-08-06 Thread mladen.babic
Any idea? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4071100#4071100 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4071100 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting a session from entityManager

2007-08-06 Thread mladen.babic
Yes, entityManager works fine with method persist.Only I can't get Session from entityM. I'm going to try. tnx, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4071205#4071205 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting a session from entityManager

2007-08-06 Thread mladen.babic
Ok, I solved a problem.Now I have another:(.Problem is :It doesn't retrieves expected result(it 's retrieve nothing). Is there any mistake in my code above? tnx, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4071323#4071323 Reply to the post :

[jboss-user] [JBoss Seam] - EntityManager is null??

2007-08-04 Thread mladen.babic
Hi , I've tried to use entityQuery in my app but it trows me error: | SEVERE: Error Rendering View[/order/distributors/distributors.xhtml] | java.lang.IllegalStateException: entityManager is null | at org.jboss.seam.framework.EntityQuery.validate(EntityQuery.java:31) | at

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Getting a session from entityManager

2007-08-04 Thread mladen.babic
Hi , I 've tried to use query by example.Problem is thet I get error when I try to get session.This is fragment of my code: | public ListDistributorEntity findDistributors(String name,BigDecimal time,BigDecimal costs,String account){ | DistributorEntity

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-07-24 Thread mladen.babic
Hi , now it trows : | 09:48:26,329 INFO [TomcatDeployer] deploy, ctxPath=/seam-helloworld, warUrl=.../tmp/deploy/tmp44797seam-helloworld.ear-contents/seam-helloworld-exp.war/ | 09:48:26,445 ERROR [STDERR] java.lang.UnsupportedOperationException | 09:48:26,445 ERROR [STDERR] at

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-07-24 Thread mladen.babic
Tnx cingram, Now it works. Best regards, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4067020#4067020 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4067020 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-07-23 Thread mladen.babic
Hi , I have tried example but it doesn't work for me.Can you tell me howto run example? tnx, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4066601#4066601 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4066601

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-07-23 Thread mladen.babic
Hi again, I did same as you wrote, but it still doesn't work.It's say thet didn't finish deploy. I must say that other example works good.I use seam 2.0. There is small different between old build and new one. This is your build: | property name=Name value=Seam Remoting

[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 Seam] - Seam-gen can't start

2007-06-07 Thread mladen.babic
I downloaded Jboss-Seam and Seam-gen zip files.I extracted seam-gen into Jboss-Seam folder and I typed seam.sh in terminal but it trows me command not found .I 'm using Ubuntu.What I'll do to start seam-gen? Best regards, mb View the original post :

[jboss-user] [JBoss Seam] - Re: s:fileUpload trows error???

2007-05-24 Thread mladen.babic
Ok, but when I want to do some action it cause me problems(e.g I cannot save something etc).When I remove this component everything works fine!? Best regards, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048454#4048454 Reply to the post :

[jboss-user] [JBoss Seam] - s:fileUpload trows error???

2007-05-23 Thread mladen.babic
Hi, I put fileUpload on page and when i show page it trows : .. 12:23:24,963 ERROR [STDERR] May 23, 2007 12:23:24 PM org.apache.myfaces.trinidadinternal.renderkit.RenderKitBase getRenderer WARNING: Renderer 'javax.faces.Text' not found for component family 'org.jboss.seam.ui.FileUpload'

[jboss-user] [JBoss Portal] - @In annotation and creating bean

2007-04-28 Thread mladen.babic
Hi, I 'm beginer with seam and have a question.I've created two stateful beans(eg. User and Message).How can I call User 's method in Message bean by annotation? Best regards, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4041657#4041657 Reply to the post