[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-03 Thread svadu
[EMAIL PROTECTED] wrote : Seam 2.0.1.GA is the only one that actually works with JBoss Tools. 2.0.0.GA had other issues like the embedded test container not working well from within eclipse with WTP projects. | | However I see that the deployer first created a directory

[jboss-user] [JBoss Tools (users)] - Re: 2.1.0.GA and startup errors

2008-06-03 Thread svadu
[EMAIL PROTECTED] wrote : svadu - you say you *had* a similar problem, does that mean it is now solved for you ? Yes, Max, it's solved in the way I described. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155475#4155475 Reply to the post : http

[jboss-user] [JBoss Tools (users)] - Re: 2.1.0.GA and startup errors

2008-06-03 Thread svadu
ziphyre wrote : | Svadu: | Did you have also the Initializing Java Tooling error, when you start eclipse, and JBoss AS view not active? | Yes, this is exactly what I had. Had JBoss AS perspective open, which has JBoss AS view enabled. When I started eclipse, I had an error on startup

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.1.0.GA released

2008-06-02 Thread svadu
Just FYI, the problem with WTP is valid for maven Seam 2.0.0 projects since this version of seam jar doesn't have the descriptors. Mavenized Seam 2.0.1.GA works O.K.! However I see that the deployer first created a directory jboss-seam-2.0.1.GA.jar and then puts jboss-seam-2.0.1.GA.jar in it!

[jboss-user] [JBoss Tools (users)] - Re: 2.1.0.GA and startup errors

2008-06-02 Thread svadu
I had similar problem. I had to remove previous version of JBoss tools completely (and clean up plugins and features directories manually). After that I've installed JBoss Tools 2.1.0.GA again, still had the problem. It appears the problem was related to showing the JBoss AS view. Re-selecting

[jboss-user] [Messaging, JMS JBossMQ] - Re: Logging level for

2008-03-21 Thread svadu
Hi Adrian, Thanks for replying again. I am not really interested in messages from DLQHandler, but because of the null id it dumps complete message content in the the log which makes it grow at extreme rates. I've got a workaround with using JBoss DLQ and null id's by manually resending

[jboss-user] [JBoss Tools (users)] - Re: upgrade to WTP 2.0.2 breaks EAR deployment in JBoss Tool

2008-03-19 Thread svadu
BTW jboss-seam.jar is a JEE module (contains ejb-jar.xml) so it should be deployable when specified in application.xml as an ejb moidule but it doesn't View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4137840#4137840 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Logging level for

2008-03-11 Thread svadu
Hi Adrian, Thanks for the replying. Yes, I've looked through the code and understand that the DLQ handler must have messages with IDs in order to process them. However what I have is that messages are not sent to DLQ yet (no rollbacks) and still I get this logging. The problem is mainly the

[jboss-user] [Installation, Configuration DEPLOYMENT] - DefaultDS with 3rd party JMS provider

2008-03-05 Thread svadu
Hi All, I use JBoss 4.2.2 with the default DefaultDS (HSQLDB). That server uses a third party JMS provider (e.g. JBossMQ is disabled) and persistence in all applications that deployed there do not use DefaultDS but a separately defined one. I know it is advised to have a DefaultDS changed

[jboss-user] [Messaging, JMS JBossMQ] - Re: Logging level for

2008-02-29 Thread svadu
Sorry for bad subject, the forums cut it off... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133157#4133157 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133157 ___ jboss-user

[jboss-user] [Messaging, JMS JBossMQ] - Logging level for

2008-02-29 Thread svadu
Hi All, I am using Tibco EMS as JMS engine. In this setup all messages come with id=null (I have no control over this). I have a workaround in which I assign a message id when the message reception is rolled back, so DLQ handling itself isn't a problem here. Problem comes when the message is

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMSXDeliveryCount with GenericDLQHandler

2008-02-20 Thread svadu
Hi Adrian, Thanks for your reaction. [EMAIL PROTECTED] wrote : svadu wrote : | | Can someone give me a clue on the problem (I hope I described the problem more or less accurately)? | | | JMSXDeliveryCount is a property set by the JMS provider (Tibco) not JBoss. | We just use

[jboss-user] [Messaging, JMS JBossMQ] - JMSXDeliveryCount with GenericDLQHandler

2008-02-15 Thread svadu
Hi all, I use JBoss 4.2.2 configured for Tibco EMS as per: http://wiki.jboss.org/wiki/Wiki.jsp?page=IntegrationWithTibcoEMS While normal reception of messages works: anonymous wrote : | 2008-02-15 17:45:34,121 DEBUG [org.jboss.resource.adapter.jms.inflow.JmsActivation] Setting up [EMAIL

[jboss-user] [JBoss Seam] - Re: Maven2 example application for Seam2

2008-02-08 Thread svadu
doballve wrote : I've placed it as attachment to Seam main page. Enjoy it: http://wiki.jboss.org/wiki/attach?page=JBossSeam%2FBookingExample-2.0.1.GA-mavenized.zip | | I could not use hibernate-all-beta3 jar, tests fail with that.. using expanded hibernate dependencies instead. Btw,

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1 GA is out

2008-01-31 Thread svadu
Full release notes here: http://sourceforge.net/project/shownotes.php?release_id=572530group_id=22866 handy to have it right in the news as well :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125066#4125066 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @In attribute requires non-null value: register.user

2008-01-29 Thread svadu
What is the declaration of User? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124313#4124313 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124313 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: JBoss Seam problem with download file big file

2008-01-28 Thread svadu
The default memory settings from JBoss is likely not enough for a production application anyway. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123944#4123944 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4123944

[jboss-user] [JBoss Seam] - Re: Maven2 example application for Seam2

2008-01-28 Thread svadu
We've come to similar conclusion (regarding source of the problem): http://jira.jboss.com/jira/browse/JBSEAM-2371 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123950#4123950 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-25 Thread svadu
Would this help? http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4123506#4123506 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4123506

[jboss-user] [JBoss Seam] - Re: Integration testing Seam components with Maven

2008-01-23 Thread svadu
Btw, it seems that integration tests partly seem to work with maven 2.0.8 (also jdk 1.5) only if I remove jboss embedded from test classpath! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122513#4122513 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Logger is null

2008-01-23 Thread svadu
No idea, it works fine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122859#4122859 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122859 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam performance vs plain JSF

2008-01-18 Thread svadu
Would it make sense to create a jira issue for this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4121427#4121427 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121427 ___

[jboss-user] [JBoss Seam] - Re: Test database with Seam2, Maven and TestNG?

2008-01-16 Thread svadu
Tbh, considering how much maven projects' (especially multimodule projects) layout is different from Seam project layout and considering how the Seam test framework 'tuned' for certain configurations and defaults I think it requires major work to make Seam tests work in maven projects. In the

[jboss-user] [JBoss Seam] - Re: Test database with Seam2, Maven and TestNG?

2008-01-16 Thread svadu
I am not sure I understand what exactly is the problem. Considering your test persistence unit has a different name than the one for production doesn't Peristence.createEntityManagerFactory(persistenceUnitName) just work for you? View the original post :

[jboss-user] [JBoss Seam] - Re: Test database with Seam2, Maven and TestNG?

2008-01-14 Thread svadu
Btw, maven starting from 2.0.8 puts test classpath before the source classpath (which wasn't the case before). This should make configuration quite simple. You'd need to enforce maven version then of course :) View the original post :

[jboss-user] [JBoss Seam] - Re: Test database with Seam2, Maven and TestNG?

2008-01-12 Thread svadu
There is a problem with eclipse (if use WTP configuration) is that it doesn't like more than one persistence unit defined. As a workaround I defined the test persistence unit programmatically in my unit tests. View the original post :

[jboss-user] [JBoss Seam] - Re: Latest status of JBoss Seam and maven2?

2007-12-12 Thread svadu
I believe this is still broken: http://www.jboss.com/index.html?module=bbop=viewtopicp=4102745 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4112381#4112381 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4112381

[jboss-user] [JBoss Seam] - Re: Integration testing Seam components with Maven

2007-12-12 Thread svadu
Created an issue: http://jira.jboss.com/jira/browse/JBSEAM-2371 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4112383#4112383 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4112383

[jboss-user] [JBoss Seam] - Re: Seam performance vs plain JSF

2007-12-12 Thread svadu
[EMAIL PROTECTED] wrote : These are surprising results for me as well. I will review them and compare with our own servers. | | I will be adding more tests and comparisons in regards to performance to the Seam project as time goes on. I appreciate your work on this. | Hi Jay, It

[jboss-user] [JBoss Seam] - Re: Seam performance vs plain JSF

2007-12-06 Thread svadu
Do your tests use JBoss microcontainer in all cases? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111022#4111022 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111022 ___

[jboss-user] [JBoss Seam] - Re: Seam performance vs plain JSF

2007-12-06 Thread svadu
There is also somewhat older article from JBoss about Seam performance, might be interesting as reference information: http://www.dell.com/downloads/global/power/jbossworld_2006_june_jaffe.pdf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111025#4111025

[jboss-user] [JBoss Seam] - Re: Seam performance vs plain JSF

2007-12-06 Thread svadu
I wouldn't be surprised if you don't get very high performance using microcontainer because you're not using full JEE capabilities of application server. But since you didn't use MC I can't comment on your numbers (I am not a performance tuning expert). Was the JSF (without Seam) application a

[jboss-user] [JBoss Seam] - Re: Seam performance vs plain JSF

2007-12-06 Thread svadu
gonzalad wrote : svadu wrote : I wouldn't be surprised if you don't get very high performance using microcontainer because you're not using full JEE capabilities of application server. | I really don't see how MC would explain performance gain between plain jsf and seam. But I've never used

[jboss-user] [JBoss Seam] - Re: Injection not working when using thirdparty JMS library

2007-12-04 Thread svadu
It may be generally a good practice to do the business logic in a session bean instead of using JPA directly in your MDB. However, this is currently a problem when your app is deployed with messages already in the queue: http://jira.jboss.org/jira/browse/JBSEAM-2286 View the original post :

[jboss-user] [JBoss Seam] - Re: Problems Using Oracle datasource to run a Seam Test usin

2007-11-30 Thread svadu
You don't need to replace the hqldb-sa.xml. You can create an oracle data source, give it a unique name and let your application refer to the new data source. JBoss has examples of oracle data sources at ${JBOSS_HOME}/docs/examples/jca you only need to copy it to the deploy folder and

[jboss-user] [JBoss Seam] - Re: Intergration with Maven2? And Seam Generating Test Cas

2007-11-30 Thread svadu
vcordaro12 wrote : 1), yes entities are gnerated from a datasource, however I want to be able to execute generate-entities from my pom. So that in my nightly build process I can generate my entities. Not sure why you want your db schema lead your design. But you can make your entities

[jboss-user] [JBoss Seam] - Re: MDB initialized too early?

2007-11-27 Thread svadu
Created a JIRA issue: http://jira.jboss.com/jira/browse/JBSEAM-2286 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108241#4108241 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108241

[jboss-user] [JBoss Seam] - Re: Seam in clustered environment.

2007-11-27 Thread svadu
samdoyle wrote : Is there some Seam documentation somewhere that discusses specifics dealing with a clustered deployment? | | S.D. All I've seen is recommendation to use session beans over pojo for clustered environment. There are number of references in the official reference (just do

[jboss-user] [JBoss Seam] - Re: MDB initialized too early?

2007-11-20 Thread svadu
Is there a problem with the way I use it or should I create a JIRA issue? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106553#4106553 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106553

[jboss-user] [JBoss Seam] - MDB initialized too early?

2007-11-19 Thread svadu
Hi All, I have a MDB that tries to use a stateless session bean (which is also a). And I see the following error: javax.ejb.EJBTransactionRolledbackException: java.lang.IllegalStateException: Attempted to invoke a Seam component outside the an initialized application | at

[jboss-user] [JBoss Seam] - Re: MDB initialized too early?

2007-11-19 Thread svadu
Thanks for the quick response! Here are the sources (I had to 'censor' it for obvious reasons): MDB: @MessageDriven(name = Processor, activationConfig = { | @ActivationConfigProperty(propertyName = destinationType, propertyValue = javax.jms.Queue), |

[jboss-user] [JBoss Seam] - Re: Architecture SEAM

2007-11-19 Thread svadu
Do you have something that does not fit Model View Controller pattern? If you just mean a place for business logic, it is my understanding that business logic belongs to Actions in the default Seam file structure (I would call it Controllers to make it not sound more generic and not Actions as

[jboss-user] [JBoss Seam] - Re: large application

2007-11-16 Thread svadu
Hard to say as companies that do use seam hesitate to publish any info. And there aren't that many public site that are built with seam (except http://in.relation.to/Bloggers may be). When I switched from plain jsf/facelets to seam/facelets my performance increased due to usage of

[jboss-user] [Messaging, JMS JBossMQ] - Best practices for multiple environments

2007-11-15 Thread svadu
Hi, I have 3 different environments - development, test and production. For each of the environment I have a different queue, like this: queue/devQueue, queue/testQueue and queue/prodQueue. Now I would like the name of the queue being configured outside of the application so I dont have to

[jboss-user] [JBoss Seam] - POJO webservices on tomcat

2007-11-14 Thread svadu
With POJO web services support in Seam 2.0 do I understand correctly from the reference that JBoss webservices are used? The actual question here is whether POJO Webservices can run on a lightweight container like Tomcat? If so what is used for webservices then (I can't find an Seam example

[jboss-user] [JBoss Seam] - Re: seam-gen is not a solution worth trying for existing EJB

2007-11-13 Thread svadu
juntao wrote : Siarhei, | | Sorry, I have not had a chance to install Resin and try out your fix. ;) If we do commit to this to the code, we will need to maintain it for every Seam release. Can you help us with this? | | Also, since Seam 2.0.0 has just been released, can I ask you to

[jboss-user] [JBoss Seam] - Re: seam-gen is not a solution worth trying for existing EJB

2007-11-10 Thread svadu
@ Morten: MyEclipse likes to ship own/different version of WTP, I also had problems there some time ago when I was using MyEclipse. Then I just started using Exadel plugin when it became decent enough. So don't be surprised if you have that kind of issues. Try it on Eclipse Europa first and see

[jboss-user] [JBoss Seam] - Re: seam-gen is not a solution worth trying for existing EJB

2007-11-10 Thread svadu
Well since you mentioned other servers, this is for the starters: http://jira.jboss.com/jira/browse/JBSEAM-1022 I've submitted it in March and it's getting postponed with every release. I don't like to hijack topics so if there is further discussion about that we can move it to another topic.

[jboss-user] [JBoss Seam] - Re: seam-gen is not a solution worth trying for existing EJB

2007-11-10 Thread svadu
I will certainly try (for both questions) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103437#4103437 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103437 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Integration testing Seam components with Maven

2007-11-07 Thread svadu
Yep, just tried it very quickly (usually I use selenium but decided try for once) - same problem as above. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4102745#4102745 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4102745

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0 CR3

2007-10-25 Thread svadu
When is it getting to the maven snapshot repository? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4098973#4098973 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4098973 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploy native libraries in an ear

2007-10-19 Thread svadu
May be it's a late reply (just found this post occasionally). Try to use resource adapters (look up for J2EE Connector Architecture) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097136#4097136 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Compliance of the EAR of the booking demo?

2007-03-24 Thread svadu
Thanks. The reason I am writing this is that I am trying to make the demo to run on SAP Netweaver JEE5 edition and it complains that the deployment unit does not correspond to the spec... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031282#4031282 Reply to

[jboss-user] [JBoss Seam] - Re: Compliance of the EAR of the booking demo?

2007-03-24 Thread svadu
Can we create a JIRA issue for traceability? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031317#4031317 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031317 ___ jboss-user

[jboss-user] [JBoss Seam] - Compliance of the EAR of the booking demo?

2007-03-23 Thread svadu
Hi all, Is there a reason for application.xml in the booking demo ear to declare el-api.jar and el-ri.jar as client modules? Because those 2 jar's aren't actually client modules and they don't have a main-class entry in theirs MANIFEST.MF I am not sure if it doesn't violate the jee spec? Or is

[jboss-user] [JBoss Seam] - Re: Dependent Fields in 2 Classes Best Practice?

2007-03-19 Thread svadu
May be you have another instance in the presentation view? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029510#4029510 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029510 ___

[jboss-user] [JBoss Seam] - Re: Problem with Hibernate

2007-03-17 Thread svadu
Is this hot deployment? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029020#4029020 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029020 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How wellJBoss Single Sing-On works with Seam?

2007-03-12 Thread svadu
Nice! :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027085#4027085 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4027085 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Stress/Load Testing Seam Applications

2007-03-12 Thread svadu
I've found a Seam performance and scalability study here: http://www.dell.com/downloads/global/power/jbossworld_2006_june_jaffe.pdf It's a very interesting read. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027140#4027140 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Wysiwyg editor for Seam Text?

2007-03-12 Thread svadu
You may have a better luck with dojo editor, however in any case the formatted text does not accept all html tags and for those it does, it does not accept all the attributes. so the 'wysiwyg' wont be exactly what you get'. Imho, the idea of wiki text is to get rid of 'complex' html sintax so

[jboss-user] [JBoss Seam] - Re: Rendering buttons in a datatable fails

2007-03-12 Thread svadu
1. Try to place h:messages/ and see if it gives any errors. 2. I am not sure whether h:commandButton supports arguments (try s:button/?) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027331#4027331 Reply to the post :

[jboss-user] [JBoss Seam] - How wellJBoss Single Sing-On works with Seam?

2007-03-11 Thread svadu
Hi all, Now that there is security built-in in Seam how easy is it to integrate JBoss SSO with Seam? Did anybody try? There is some information at the the JBoss SSO cheat sheet for Seam (http://labs.jboss.com/wiki/JBossFederatedSSOV1.0.0.BetaCheatSheatForTheSeamDemoApplications) but it's

[jboss-user] [JBoss Seam] - Re: Status of Seam on Websphere?

2007-03-10 Thread svadu
No problem, you can check http://jira.jboss.com/jira/browse/JBSEAM-1022 :) I've included support for both jpa and hibernate 2 examples. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026885#4026885 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Red Hat JBoss and Exadel Partnership - not a technical q

2007-03-09 Thread svadu
Just curious, because the studio will only be available with Red Hat Subscription does that mean there will be no open source version of Exadel Studio Pro (which has now extended trial period). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026772#4026772

[jboss-user] [JBoss Seam] - Re: Red Hat JBoss and Exadel Partnership - not a technical q

2007-03-09 Thread svadu
You are right, I am sorry for not paying attention. As it states: anonymous wrote : | Once fully opensourced, binaries for all of the individual plugins will be made available for free while the Red Hat Developer Studio will only be made available as part of a Developer Subscription. View

[jboss-user] [JBoss Seam] - Status of Seam on Websphere?

2007-03-09 Thread svadu
Hi All, I saw there was Websphere support included in one of the latest releases of Seam. But someone give just a bit more clarification on the level of seam integration in Websphere environment. And by that I mean whether Hibernate/JPA or Microcontainer version of configuration is used? Which

[jboss-user] [JBoss Seam] - Re: Status of Seam on Websphere?

2007-03-09 Thread svadu
Thanks! That's clear now (mind if I add Resin support sometime in the future?). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026815#4026815 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026815

[jboss-user] [JBoss Seam] - Re: JSF IDE support

2007-03-07 Thread svadu
That may actually be the most wanted feature :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025960#4025960 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025960 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Hot redeployment

2007-03-07 Thread svadu
Gavin, I have an issue (with current and all previous releases) that entity manager can't release resources which causes exceptions during hot redeployment. Do you have an idea whether this fix may solve that problem as well? View the original post :

[jboss-user] [JBoss Seam] - Re: s:formattedText

2007-03-07 Thread svadu
I am unable to verify it due to the following exception when trying to reach my 'editor' page (was working with 1.2.0PATCH yesterday): | [22:43:51.671] Error Rendering View[/cms/cpanel/admin/editgeneralarticle.xhtml] | [22:43:51.671] javax.faces.el.EvaluationException:

[jboss-user] [JBoss Seam] - Re: s:formattedText

2007-03-07 Thread svadu
Do you need the whole source or just the parts with injections and namings? I also have a component called image, and from what I see a component with key 'image' and value 'org.jboss.seam.core.image' is added to factory value bindings... View the original post :

[jboss-user] [JBoss Seam] - Re: s:formattedText

2007-03-07 Thread svadu
The controller: import org.emaps.dao.Image; | ... | | @Name(imageAction) | @Scope(ScopeType.CONVERSATION) | public class ImageActionBean implements Serializable { | | @Logger | private Log logger; | | @In(create = true) | private EntityManager em; | |

[jboss-user] [JBoss Seam] - Re: s:formattedText

2007-03-07 Thread svadu
I am not sure if that's the cause but compoents.xml from seam have the following entry: anonymous wrote : | factory scope=stateless auto-create=true name=image value=#{org.jboss.seam.core.image} / Should it have more unique name? View the original post :

[jboss-user] [JBoss Seam] - Re: s:formattedText

2007-03-07 Thread svadu
That's right (my mistake) I didn't name it (and it worked by default which is nice untill a seam component 'image' didnt appear :) ). Would it be possible (as long term solution) to rename it, I am sure many people will encounter problem like that... View the original post :

[jboss-user] [JBoss Seam] - Re: s:formattedText

2007-03-07 Thread svadu
Just FYI, I've explicitly named the component @Name(image) and the problem persists... renaming it as temporarily workaround :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026013#4026013 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:formattedText

2007-03-07 Thread svadu
@Gavin: the problem with the is solved s:formattedText is solved. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026016#4026016 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026016

[jboss-user] [JBoss Seam] - s:formattedText

2007-03-06 Thread svadu
Hi All, Is anybody using s:formattedText /? I have problems with new lines not appearing below images. Should I create JIRA issue? Regards, Siarhei View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025617#4025617 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:formattedText

2007-03-06 Thread svadu
The problem (at this moment) looks like as if there are any unexpected tags (like I had tried to use full wiki syntax), attributes or even spaces the whole syntax after the error may have unexpected results. For example, having an image at the end of a line in a list produces the mentioned

[jboss-user] [JBoss Seam] - Re: IDE for Seam

2007-03-05 Thread svadu
baz wrote : We are using Exadel Studio Pro. And i realized a few seconds ago this: | http://labs.jboss.com/portal/rhdevstudio | So this could be perhaps a good alternative for developing. | | Exadel has announced to support 'seam beans' in mid march with version 4.0.4 That is really

[jboss-user] [JBoss Seam] - Re: NPE when opening pages.xml with jBPM editor

2007-03-05 Thread svadu
I probably misunderstood from the tutorial: http://docs.jboss.com/seam/1.2.0.PATCH1/reference/en/html/tools.html#d0e14643 For some reason I thought that designing pageflow had something to do with pages.xml... So I guess there is no way to visualize the pageflow from pages.xml? View the

[jboss-user] [JBoss Seam] - IDE for Seam

2007-03-04 Thread svadu
I use myeclipse + exadel + jboss ide but that introdices a lot of version compatibility problems. Who is using what IDEs to work with Seam? Would appreciate any input especially the Seam team itself :) View the original post :

[jboss-user] [JBoss Seam] - NPE when opening pages.xml with jBPM editor

2007-03-04 Thread svadu
Hi All, I downloaded JBoss Eclipse IDE that includes jbpm designer, however when I try to open pages.xml with it I am getting a NPE: java.lang.NullPointerException | at org.jbpm.ui.pageflow.editor.PageFlowContentProvider.addProcessDiagramDimension(Unknown Source) | at

[jboss-user] [JBoss Seam] - Re: system requirements for jboss seam

2007-03-01 Thread svadu
May be this wil help... I used to run a small JSF application JBoss 4.0.3 on PIII,500MHz,256MB RAM. The deployment was pretty slow (so I dont recommend it for development) but once deployed it did the job (I also didn't have high load btw). View the original post :

[jboss-user] [JBoss Seam] - Re: Ajax4jsf Filter -- I go wild page

2007-03-01 Thread svadu
Btw, the seam examples don't use the dispatcher tags in the ajax4jsf configurations... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024495#4024495 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024495

[jboss-user] [JBoss Seam] - Re: system requirements for jboss seam

2007-03-01 Thread svadu
Rights, I was already using ajax4jsf though. But just from my experience when I upgraded my webapp from JSF to Seam that runs on Resin on remote hosting I actually gained a lot of performance due to introduction of conversation (had to use request before) that allowed to use some sort of

[jboss-user] [JBoss Seam] - Re: Multiple Window/Tabs isolated conversations

2007-02-27 Thread svadu
h.cahyadi wrote : Are you sure that we must put the scope into conversation? bacause in the booking demo I saw the the scope is SESSION and it can perform multiple windows transaction | | anonymous wrote : | | Why not just use the paging built into Query objects? | | | | what

[jboss-user] [JBoss Seam] - Re: Multiple Window/Tabs isolated conversations

2007-02-27 Thread svadu
Another solution would be to use request scope and pass search parameters in url. In any case it may cost you more performance due to bigger number of DB trips in comparison to session scope. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023152#4023152

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread svadu
Gavin what is actually meant by integration of Ajax4JSF, as far as I know Seam works well with ajax4jsf, is there something new? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023403#4023403 Reply to the post :

[jboss-user] [JBoss Seam] - Re: hibernate vs ejb3 in seam

2007-02-26 Thread svadu
[EMAIL PROTECTED] wrote : I would recommend using the JPA APIs. (what you see in EJB3) You can still reach down and use hibernate-specific things if you need to. QFE. I prefer JPA over EJB3 but for simple reason that I run my software stack on Resin which isn't exactly EJB3 compatible atm.

[jboss-user] [JBoss Seam] - Re: ajax4jsf and outjecting to conversations

2007-02-21 Thread svadu
baz wrote : Documentation issue:-( | The newest doc for ajax4jsf says: | anonymous wrote : 2. Add the following content into th WEB-INF/web.xml file of the existing application: | | | | | | display-nameAjax4jsf Filter/display-name | | filter-nameajax4jsf/filter-name |

[jboss-user] [JBoss Seam] - Re: Deployment of exploded ear fails in 1.1.6

2007-02-10 Thread svadu
Well, I have an exploded war type of deployment (used deployment for tomcat). But I indeed had 2 factories with the same name which most likely was my problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4014131#4014131 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.1.6.GA

2007-02-08 Thread svadu
fers wrote : Hello, | | I have just prepared Seam 1.1.6.GA Maven integration - http://software.softeu.cz/seam/. I have to update seam-gen like maven plugin to reflect changes in SeamGen. | | Petr Look slike you're getting the 'slashdot' effect :) I can't load the page. Anyway, do you

[jboss-user] [JBoss Seam] - Re: why my project cant determine the session is invalidated

2007-02-07 Thread svadu
Try to use exceptions.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012317#4012317 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012317 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: seam-security required jars

2007-02-03 Thread svadu
I think if maven was used most of these dependencies wont be even noticeable... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4010514#4010514 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4010514

[jboss-user] [JBoss Seam] - Re: Dojo Integration

2007-02-03 Thread svadu
Well tomahawk have managed to integrate some of dojo widgets. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4010515#4010515 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4010515

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5.GA released

2007-02-02 Thread svadu
Just got my proprietary security filter replaced with the Seam Security - works like a charm! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4010303#4010303 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4010303

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5.GA released

2007-02-01 Thread svadu
Good job, thanks! I am also glad JBoss is extending support of Seam. Any chance on having a look at Resin in near future as well? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009371#4009371 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5.GA released

2007-02-01 Thread svadu
I have a small patch that fixes a NPE that I encountered. What is the best way to get it to you? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009766#4009766 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009766

[jboss-user] [JBoss Seam] - Re: restricting access using pages.xml

2007-02-01 Thread svadu
I fixed that bug locally and the patch is ready to be sent to Gavin. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4009769#4009769 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4009769

[jboss-user] [JBoss Seam] - Re: Problem reaching oujected object in the EVENT context

2007-01-31 Thread svadu
I believe that this: Caused by: javax.ejb.EJBTransactionRolledbackException: org.jboss.seam.RequiredException: Out attrib | ute requires value for component: browseAction.category Tells you what your problem is. Make it required=false or make sure it's never null. View the original post :

  1   2   >