[jboss-user] [JBoss Getting Started Documentation] - Bank example build error

2007-05-04 Thread JasonHsu
I got the sample, http://www.jboss.com/index.html?module=downloads&op=download&downloadId=60 and unzip jbossj2ee-src.zip then tried follow the step 4.1.2 in the Getting Started Guild to compile the source of ebank: ant -f jboss-build.xml compile I got the following errors:(only part of the err

[jboss-user] [JBoss jBPM] - Proxool pool

2007-05-04 Thread srsuarez
I am using JBPM with Hibernate. My hibernate.cfg.xml contains this: ... ikate true proxool-config.xml ... My proxool-config.xml contains this: ... ikate jdbc:mysql://localhost/ikatemezclada com.mysql.jdbc.Driver 10 ... My problem is that the hibernate doesn't reuses the connections.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate - proxool connection problem

2007-05-04 Thread srsuarez
I am using JBPM with Hibernate. My hibernate.cfg.xml contains this: ... ikate true proxool-config.xml ... My proxool-config.xml contains this: ... ikate jdbc:mysql://localhost/ikatemezclada com.mysql.jdbc.Driver 10 ... My problem is that the hibernate doesn't reuses the connections.

[jboss-user] [EJB 3.0] - Re: EjB3 & JBoos AS - JUnit testing

2007-05-04 Thread karan42in
Hi karl... sorry for this reply this mite not be appropriate to ask u but.. could u help me develope an EJB3.0 application in eclipse 3.2 or jboss ide 1.6.. which one would better.. kindly help me out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40430

[jboss-user] [EJB 3.0] - Re: HQL/ JPA-QL Query Tuning: How to enforce the join order

2007-05-04 Thread oskar.carlstedt
anonymous wrote : This is just sick disgusting rubbish! Who ever invented that stuff - fire him! | No, sorry, this is not "sick disgusting rubbish". As a matter of fact, the join order is of importance for many databases. One can think that a databse's execution planner should fix this, but

[jboss-user] [JBoss Seam] - Re: Transaction Demarcation

2007-05-04 Thread [EMAIL PROTECTED]
Transaction != Persistence Context As long as there is a persistence context, you can lazy load stuff. Just use the UserTransaction API or EJB3 transaction annotations to set transaction boundaries. The RENDER RESPONSE phase, and any data access not in the INVOKE APPLICATION PHASE (where your

[jboss-user] [JBoss Seam] - Re: Transaction Demarcation

2007-05-04 Thread [EMAIL PROTECTED]
By the way, you can always use the TransactionalSeamPhaseListener and @TransactionAttribute(REQUIRES_NEW) to suspend the existing transaction during a particular method call in INVOKE APPLICATION. Your method then executes in a new transaction context - which is committed when the method returns

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to change database user

2007-05-04 Thread riddick
Hello, I'm trying to change the database user dynamically in an session ejb but it fails. Does anyone know how to do this? If I declare many entity manager it works but I can't declare one entity manager per user. I'd like to dynamically create an appropriate entity manager. Best regards, Ant

[jboss-user] [JBoss Seam] - Re: Transaction Demarcation

2007-05-04 Thread toni
"[EMAIL PROTECTED]" wrote : By the way, you can always use the TransactionalSeamPhaseListener and @TransactionAttribute(REQUIRES_NEW) to suspend the existing transaction during a particular method call in INVOKE APPLICATION. Your method then executes in a new transaction context - which is comm

[jboss-user] [EJB 3.0] - Re: $Proxy146 cannot be cast to servlet... Access ejb bean f

2007-05-04 Thread fhh
Is the interface in the classpath of the servlet? Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043089#4043089 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043089 _

[jboss-user] [EJB 3.0] - Re: HQL/ JPA-QL Query Tuning: How to enforce the join order

2007-05-04 Thread fhh
Yeah, but this is what proper statistics are good for. The "solution" is just a nasty hack. If the query optimizer chooses an obviously wrong join order than something is wrong with the statistics. The proper way is to fix those. Three reasons suddenly come to my mind why using this "hack" is w

[jboss-user] [EJB 3.0] - Re: EjB3 & JBoos AS - JUnit testing

2007-05-04 Thread obfuscator
You can use Jakarta Cactus. This is essentially a two-component solution that has a local test runner that interfaces to a test runner servlet on the server via IP. I guess you already considered the other alternative: to connect as a client and setup preconditions via a direct connection to the

[jboss-user] [EJB 3.0] - Re: Problems injecting EJB into JSF-backingbean (on jboss-5.

2007-05-04 Thread wolfc
There appears to be a bug in JSF injection. I've opened up an issue: http://jira.jboss.com/jira/browse/JBAS-4399 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043092#4043092 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [EJB 3.0] - Re: Altering the transaction timeout

2007-05-04 Thread wolfc
Transaction timeout only works on the method where the transaction is actually started. Either make sure you put the annotation there or add transaction attribute REQUIRES_NEW on your method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043094#4043094 Repl

[jboss-user] [JBoss Messaging] - Re: RediveryDelay implemented yet?

2007-05-04 Thread timfox
"parressh" wrote : | I agree that it would be really nice if the container could delegate those actions to the JMS container somehow, or maybe read in the JMS configs. Like Weston said, it probably doesn't matter how it gets done, but it would be nice as a customer to take advantage of the J

[jboss-user] [EJB 3.0] - Re: design pattern for canceling an EJB3 timer

2007-05-04 Thread wolfc
messageDriveContext.getTimerService().getTimers(); Iterate until you find the right one, and cancel it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043096#4043096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043096

[jboss-user] [JNDI/Naming/Network] - Re: Difference JDK - connection problems

2007-05-04 Thread AlexKomlev
It's work. :-) Then i write -Djava.rmi.server.hostname=192.168.60.46 to the startup params and start JBoss, i can connect to JBoss without problems. Big thank for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043097#4043097 Reply to the post : h

[jboss-user] [EJB 3.0] - Re: Unknown error

2007-05-04 Thread sashaxiv
problem solved . It was a oneToOne relation where the id was shared by two entities and i was using it as a foreign key. Thanks Felix!! this error was in my work another one(in the other topic) about composite keys is for my final university studies project. i gonna change @idClass annotation

[jboss-user] [JBoss Seam] - Which JARS do we really need for a seam application?

2007-05-04 Thread toni
Hi, I have noticed for a while that the "jboss-seam-1.2.1.GA/lib/" directory contains many more jars besides those, which gets created during the build process, which are: jboss-seam-debug.jar jboss-seam-gen.jar jboss-seam-ioc.jar jboss-seam.jar jboss-seam-mail.jar jboss-seam-pdf.jar jboss-sea

[jboss-user] [EJB 3.0] - kindly help in running this deployment

2007-05-04 Thread karan42in
hi all, i m new to this EJB3.0, i have download an sample application named "helloworld" from a link provided in the same forum of ours... i tried to deploy the application its showing the following error WARN [ServiceController] Problem creating service jboss.j2ee:service=EJB3,module=He

[jboss-user] [JBoss jBPM] - Remotely access jBPM server from a standalone app

2007-05-04 Thread mr_ortega
Hello, My intent is to utilize jBPM for monitoring purposes. I have working standalone app, which is to be modified to trigger process graph transitions like this: public void businessMethod1() | { | // some logic; | | // connect to jBPM server and obtain process instance

[jboss-user] [JBoss jBPM] - configuring DbPersistenceServiceFactory is not working?

2007-05-04 Thread camunda
I am trying to configure the DbPersistenceServiceFactory like mentioned in the documentation | | | | | but the properties are not set on the Factory (I checked it via adding logging). I tried some variations: | | | | | |

[jboss-user] [JBoss Seam] - Re: Transaction Demarcation

2007-05-04 Thread [EMAIL PROTECTED]
@Transactional is a hint for JavaBeans! It is not used if you have EJB 3.0 components. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043104#4043104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043104 ___

[jboss-user] [EJB 3.0] - Re: EjB3 & JBoos AS - JUnit testing

2007-05-04 Thread karl.martens
I've just had a brief look at the Jakarta Cactus and it look promising. I will investigate and see if I can get it to work for my needs. AS far as connecting as a client it depends what you mean. I had considered using a test running like Watir and Ruby to test the application via http re

[jboss-user] [JBoss Seam] - Opening a site in Seam

2007-05-04 Thread sandytech
Hi All, I'm trying to build an registration application,in which after registrtaion is completed,the page is navigated to thankyou page.In thankyou page is submitted, it should go to home page which is like this www.singforsatisfaction.com how can i do this??Can anyone tell me how to do

[jboss-user] [EJB 3.0] - EJB3.0 application in eclipse 3.2 or jboss ide 1.6

2007-05-04 Thread karl.martens
"karan42in" wrote : Hi karl... | |sorry for this reply this mite not be appropriate to ask u but.. could u help me develope an EJB3.0 application in eclipse 3.2 or jboss ide 1.6.. | | which one would better.. kindly help me out. Karan42in, Sorry Karan42in, but instead of allowi

[jboss-user] [JBoss Seam] - Can't use !

2007-05-04 Thread toni
Hi, I get the following exception, when I try to use the tag even though I reference the taglib! | <%@ taglib uri="http://jboss.com/products/seam/taglib"; prefix="s" %> | | | | | | This is the execption I get: | | 2007-05-04 13:00:48,478 ERROR

[jboss-user] [JBoss Seam] - Re: Persisting Object from previous screen in one trasaction

2007-05-04 Thread petemuir
Use an SMPC View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043115#4043115 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043115 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [EJB 3.0] - Re: EjB3 & JBoos AS - JUnit testing

2007-05-04 Thread karl.martens
Karan42in - I've moved your question with reply to its own thread http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043113#4043113 If you or anyone else has something to say on your topic I would ask that all responses be directed to the new thread. Thanks. View the original post : ht

[jboss-user] [JBoss Seam] - Re: Can't use !

2007-05-04 Thread petemuir
as the manual says, s:conversationId is facelets only... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043117#4043117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043117 __

[jboss-user] [JBoss Portal] - Re: How do I utilize the DynaRenderer in portal2.6?

2007-05-04 Thread FredF
After some analyzing it turns out that the positions of the dragged windows are stored persistently into portal database after all. It is not the DynaAjaxServlet that is requested upon DnD from the client. It is an AjaxCommandFactory that is set up and the PortalServlet is recieving the request

[jboss-user] [Installation, Configuration & Deployment] - JBoss behind firewall & JMS issues

2007-05-04 Thread NickDeGraeve
We have a JBoss server on a machine on the local LAN and it is separated from the Internet by a router/firewall. On the router following ports are forwarded to the IP address of the JBoss server: 1098, 1099, , 8080 & 8093. When our client application tries to create a topic connection it tim

[jboss-user] [JBoss Seam] - Re: Transaction Demarcation

2007-05-04 Thread toni
So you are saying that "@Transactional" should only be used on Seam components, which are missing the tags @Stateless or @Stateful? And that seam components which are tagged with @Stateless or @Stateful should refer/use "@TransactionAttribute" instead ? View the original post : http://www.jbos

[jboss-user] [Beginners Corner] - CommunicationException

2007-05-04 Thread kuvera
Until now I tested my EJB's from localhost, but as soon as I change localhost to a remote address I get this: javax.naming.CommunicationException: Could not obtain connection to any of these urls: 192.168.1.2:1099 and discovery failed with error: javax.naming.CommunicationException: Receive tim

[jboss-user] [JBoss jBPM] - problem in retrieving multiple actorIds

2007-05-04 Thread naseem.k
Hi, I have a process definition where I have a fork. From that fork, there are two task nodes, each task node is having a task. I have already assigned task1 and task 2 to say bert and grover respectively by swimlanes. Now In the browser, I am getting message anonymous wrote : New tasks ha

[jboss-user] [JBoss Tools (users)] - Re: urgent.. plz help in XDoclet confiuguration problem

2007-05-04 Thread [EMAIL PROTECTED]
HI i tried your suggestion.. I am using Eclipse 3.1.2 And i updated Jboss IDE 1.6 ...But It is giving the same error... If i use the development release It is asking for eclipse 3.2... I hope I ll get reply as fast as possible... Thanks in advance, Gopi... View the original post : http://

[jboss-user] [Messaging, JMS & JBossMQ] - Re: java.lang.ClassCastException

2007-05-04 Thread [EMAIL PROTECTED]
I don't know about frustrated, but you're getting very confused. :-) And it is very difficult to help when you post "random"/incomplete information. Normally, I'd ignore this post as unanswerable, instead I'm going to *guess* what you problem is. Posting wrong/irrelevant information is almost cer

[jboss-user] [JBoss Seam] - Re: Transaction Demarcation

2007-05-04 Thread [EMAIL PROTECTED]
Exactly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043126#4043126 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043126 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [Installation, Configuration & Deployment] - Problems deploying WS on JBoss 4.0.5

2007-05-04 Thread Bolzan
Hi all, I have a war file here with some WS that worked perfect on jboss 4.0.2. Now I'm trying to use them on 4.0.5 but when I deploy the war file I got the following warnings: 2007-05-04 06:41:19,288 WARN [org.jboss.ws.metadata.wsdl.WSDL11Reader] Encoding style 'http://schemas.xmlsoap.org/so

[jboss-user] [Installation, Configuration & Deployment] - JBoss and Clock of Log

2007-05-04 Thread Zakaria Khabot
Hi all, I installed Jboss 4 in Linux Redhat. When I start JBoss, the time generated in the log of JBoss is (Sysdate+2H). If my time system is 15h00 the log of JBoss is 17h00. How to change this and align the two times. Thanks. No virus found in this outgoing message. Checked by AVG Free E

[jboss-user] [EJB 3.0] - Re: kindly help in running this deployment

2007-05-04 Thread fhh
Is your app server running under Java 5? Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043130#4043130 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043130 __

[jboss-user] [JNDI/Naming/Network] - Re: Problem with deploying

2007-05-04 Thread Infest696
I'am using JDK 5. I don't know why, but it is solved. I have 3 packages itemmanagement, personmanagement and ordermanagement. I had only set up ejb settings in person- and itemmanagement. I have made all the ejb settings in ordermanagement and then the problem was gone. Pierre View the origin

[jboss-user] [JBoss Seam] - Using templates in Seam

2007-05-04 Thread sandytech
Hi All, In my application some part of the code in every page is common.So i want to use templates for that.How can i use that??Can anyone tell me how to do that? Thanks in advance, Sandy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043132#4043132

[jboss-user] [JBoss Seam] - Re: Using templates in Seam

2007-05-04 Thread tim_perrett
when you use seam gen to make a new project, take a look at template.xhtml That should put you on track to see how to implement the layout... Cheers Tim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043134#4043134 Reply to the post : http://www.jboss.com/

[jboss-user] [EJB/JBoss] - How to call a EJB method at deploy time

2007-05-04 Thread [EMAIL PROTECTED]
Is there a best-practice for the follwing case: 1. EJB should poll all 5 minutes a file (or whatever) 2. send the file to JMS (or whatever) my solution: 1. Create Session Bean 2. Deploy Session Bean 3. Create Client that calls Session bean with Method START_FIRST_TIME() 4. Session Bean registe

[jboss-user] [JBoss Seam] - Re: How to authenticate user by department?

2007-05-04 Thread Jack Yeh
1. Extend the Identity class looks like resonable, but how can this derived class be referenced as name of "identity" since the @Name("org.jboss.seam.security.identity") annotation is hard coded in the Identity class. 2. Indeed, add a property to the authenticator bean could solve this problem,

[jboss-user] [JBoss Seam] - where to go after generate entities?

2007-05-04 Thread tim_perrett
Hey all Starting with a default seam-gen app it deploys fine, however when i then do a reverse DB enginer it breaks. Where should I be looking? What are the usual steps to take to start building the app? Cheers Tim View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBossWS] - JAX-RPC does not allow collection types?

2007-05-04 Thread marcusn
I'm trying to create a webservice that returns a bean containing a collection. Something like this: @WebService class Service { A getA(); } class A { public Collection getX(); }; class B { .. }; I get the following in JBoss log (running 4.0.5): JAX-RPC does not allow collection types sk

[jboss-user] [JBoss jBPM] - Re: problem in retrieving multiple actorIds

2007-05-04 Thread kukeltje
what version? Known issue in 3.1 webconsole View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043139#4043139 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043139 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: How to authenticate user by department?

2007-05-04 Thread petemuir
option 1 allows you do this. Search back through the forum archive, we've discussed this before :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043140#4043140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043140 __

[jboss-user] [JBossWS] - Re: JAX-RPC does not allow collection types?

2007-05-04 Thread marcusn
| Collection above is supposed to be Collection. | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043141#4043141 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043141 __

[jboss-user] [JBoss Seam] - Re: Transaction Demarcation

2007-05-04 Thread toni
Well thank you for clarifying this! I was already wondering why seam would introduce an extra transaction annotation, which lacks some of the EJB3 transactional attributes. anonymous wrote : | By the way, you can always use the TransactionalSeamPhaseListener and @TransactionAttribute(REQUIRE

[jboss-user] [EJB/JBoss] - Re: How to call a EJB method at deploy time

2007-05-04 Thread [EMAIL PROTECTED]
An mbean or a servlet that will call your EJB at deployment time. I don't think there is something declarative you could just re-use. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043147#4043147 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [EJB 3.0] - Re: EjB3 & JBoos AS - JUnit testing

2007-05-04 Thread obfuscator
"karl.martens" wrote : I've just had a brief look at the Jakarta Cactus and it look promising. I will investigate and see if I can get it to work for my needs. | | AS far as connecting as a client it depends what you mean. I had considered using a test running like Watir and Ruby to t

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss multiple installation

2007-05-04 Thread dwarakanathan
hey thanks.. i did all the changes of the conf files.. but still when i start the second instance, i get port number in use for all changed ports.. also when i start the jboss, it shows deployment failed for the second instance. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [EJB 3.0] - Re: $Proxy146 cannot be cast to servlet... Access ejb bean f

2007-05-04 Thread int2
Yes, it is in included in the classpath of the servlet. I have searched around, the problem may come from the conflict of class-loader. I have installed Jboss 4.0.5 GA with isolation turn on, but still, without any luck. Regards View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: Transaction Demarcation

2007-05-04 Thread [EMAIL PROTECTED]
You need to enable logging for the transaction service in your server and watch when transactions are created and when they are committed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043154#4043154 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JNDI/Naming/Network] - Re: Difference between 'java: Namespace' and 'Global JNDI Na

2007-05-04 Thread kooudy
It seems that it works :) thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043156#4043156 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043156 ___ jboss-user mailing lis

[jboss-user] [JBoss Seam] - Ajax4jsf filter used with Seam

2007-05-04 Thread petemuir
In Seam CVS and 1.3 when it is released, Seam installs the ajax4jsf filter as part of it's master filter, and installs it before Seam's built in filters. So, for Seam + a4j, the first filter in the list should be: |Seam Filter |org.jboss.seam.web.SeamFilter | | | |Sea

[jboss-user] [JBoss Portal] - Re: How do I utilize the DynaRenderer in portal2.6?

2007-05-04 Thread [EMAIL PROTECTED]
try this : modify the jboss-portal.sar/conf/data/default-object.xml, in the portal you want to be DnDable, add the following : | |theme.dyna.dnd_enabled |true | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043159#40

[jboss-user] [JBoss Portal] - New Portlet Instance Preferences

2007-05-04 Thread leejameskevan
Hi, I'm getting an error when doing the following: - navigate to admin page on vanilla (binary installation) 2.4.2 deployment - click on 'portlets' - create new instance of CMS portlet - navigate to 'Instances' - navigate to my new instance, click on 'preferences' - insert new value for 'indexpag

[jboss-user] [JBoss Seam] - Re: While Seam is great, is any weakness of this framework?

2007-05-04 Thread petemuir
http://www.jboss.com/index.html?module=bb&op=main&c=20 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043161#4043161 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043161 ___

[jboss-user] [EJB 3.0] - Re: $Proxy146 cannot be cast to servlet... Access ejb bean f

2007-05-04 Thread int2
Hi everyone, I'm trying to isolate the War file (for servlet), and the Jar file (for Ejb). With the configuration in jboss.xml, and jboss-web.xml some2.dot.com:loader=Lab2.war some1.dot.com:loader=Lab1.jar Now I get the error: javax.naming.CommunicationException [Root exception is java.lang.

[jboss-user] [JBoss Seam] - Re: Transaction Demarcation

2007-05-04 Thread toni
How and where ca I turn this on? I noticed something very interesing so: I used "@TransactionAttribute(TransactionAttributeType.NEVER)" on the first call to the SLSB (stateless) and the transaction gets stopped! In the logfile I see: 007-05-04 14:56:08,090 ERROR [org.jboss.ejb.txtimer.Timer

[jboss-user] [JBoss Portal] - Re: Programmatic Portlet Resizing with JSF

2007-05-04 Thread [EMAIL PROTECTED]
it's a good question, I think we don't have an answer yet for that. The way you are thinking about doing it, indeed will proabably not work because of the action value parameter in the link that tells if the URL contains a window state or not. I think that the solution lies in the portlet brid

[jboss-user] [EJB 3.0] - Re: design pattern for canceling an EJB3 timer

2007-05-04 Thread ajay662
Thanks. Does it need to be done from the same MDB (class) which created the timer? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043166#4043166 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043166 ___

[jboss-user] [EJB 3.0] - Re: kindly help in running this deployment

2007-05-04 Thread karan42in
hi fhh.. i m using jboss IDE 1.6, jboss server 4.0.5 and its running... HelloBean.java package hello; public interface HelloBean { public String hello (); } StatelessHelloBean.java package hello; import org.jboss.annotation.ejb.LocalBinding; import javax.ejb.*; @State

[jboss-user] [JBoss Messaging] - Job vacancies

2007-05-04 Thread timfox
As part of a new push that is shortly to start, we are looking to expand the JBoss Messaging team. In particular we're looking for 2 experienced software engineers preferably with messaging experience. We have *a lot* to do in the coming year - JBM is shortly to become the default JMS provider

[jboss-user] [JBoss Seam] - Re: While Seam is great, is any weakness of this framework?

2007-05-04 Thread Delphi's Ghost
anonymous wrote : i know max is strongly in favour of a wtp style structure so i think that will be in there! Can you elaborate on what a wtp style structure is? Do you mean a standard web project type structure i.e. an organized seam-gen project in the IDE? I really can't wait for RHDS to com

[jboss-user] [EJB 3.0] - Re: design pattern for canceling an EJB3 timer

2007-05-04 Thread wolfc
Yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043175#4043175 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043175 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Transaction Demarcation

2007-05-04 Thread [EMAIL PROTECTED]
anonymous wrote : 3. scheduleMessages() gets called on SLSB1 by SFSB1 Maybe because it's a re-entrant call? I don't know, ask on the EJB3 forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043176#4043176 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: Transaction Demarcation

2007-05-04 Thread [EMAIL PROTECTED]
Oh, it's not re-entrant, its sLsb called by sFsb. Anyway, enable logging (no, I don't search the Wiki for you) and don't guess. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043177#4043177 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Messaging] - Re: Job vacancies

2007-05-04 Thread timfox
Just to clarify - the ad says the posts are based in London, but actually this is a remote vacancy, so you can based pretty much anywhere. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043178#4043178 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: Transaction Demarcation

2007-05-04 Thread toni
Hi Christian, thanks for you help. That seems to be the reason. I introduced another session bean and now its working! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043179#4043179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Portal] - Regarding intercommunication of Portlets.

2007-05-04 Thread ritesh_sanjay
Hi All, I wanted to know how can I implement Inter Communication of Portlets. Actaully I have 2 portlets,one in left region & another in center. Left region portlet is a jsp portlet and center one is iFrame.There is a hyperlink on the jsp portlet left region and we want if user click on

[jboss-user] [JBoss Seam] - Re: While Seam is great, is any weakness of this framework?

2007-05-04 Thread petemuir
"Delphi's Ghost" wrote : I really can't wait for RHDS to come out, I just hope they don't sell licenses in packs of 5 developer licence like they are now, since like many developers, I want a licence at home for personal use without having to buy 4 I'm not going to use. I'm looking forward to s

[jboss-user] [JBoss Seam] - Re: Transaction Demarcation

2007-05-04 Thread toni
Well my last post actually refers not to your last post, but the one before. What you assume in your last post I thought before and made all the session beans stateful - but that did not help either. It's seems to be that on reentrant calls the annotations are ignored. By introducing another SF

[jboss-user] [JBoss Portal] - Re: How do I utilize the DynaRenderer in portal2.6?

2007-05-04 Thread FredF
Nothing happens. I tried it both in the portal deployment tag but also in the dashboard context tag with value false to see if that affected the dashboard but that did not change anything either. Also I tried it on my custom-object.xml in my deployed warfile but that I guess should definitly not

[jboss-user] [JBoss Portal] - Re: Programmatic Portlet Resizing with JSF

2007-05-04 Thread jgilbert
thanks. are you referring to the org.apache.portals.bridges? We are already using the portlet filter provided by this. alternatively, how would I create a link in one portlet to launch into another portlet that is maximized? View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Portal] - Re: Regarding intercommunication of Portlets.

2007-05-04 Thread [EMAIL PROTECTED]
look at the new Portal API chapter in the doc of 2.6 http://cruisecontrol.jboss.com/cc/artifacts//jboss-portal-latest-doc/referenceGuide/html/portalapi.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043190#4043190 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: Pageflow Question & Switcher Issue

2007-05-04 Thread petemuir
"Delphi's Ghost" wrote : 1) Using the begin-conversation in pages.xml means that you have to use join=true since anytime that page is refreshed, it tries to start a new conversation, which, when called from a long running conversation (as it is in this case since the page flow is a long running

[jboss-user] [JBoss Seam] - Re: where to go after generate entities?

2007-05-04 Thread petemuir
post the error, someone should be able to help you correct the error :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043192#4043192 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043192 ___

[jboss-user] [JBoss Seam] - Re: Opening a site in Seam

2007-05-04 Thread petemuir
you can access the response from the externalContext, and send a redirect, or perhaps use meta headers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043193#4043193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=404319

[jboss-user] [JBoss Seam] - Re: Which JARS do we really need for a seam application?

2007-05-04 Thread petemuir
build a skeleton project using seam-gen, deploy the ear, and take a look at what jars are included :) it does change as we upgrade to new versions of libraries generally you need far fewer to deploy than build! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Seam] - Re: @Name's value configuration by convention

2007-05-04 Thread petemuir
Create a new issue and assign it to Gavin and see what he says :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043195#4043195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043195 _

[jboss-user] [JBoss Seam] - Icefaces + fileupload

2007-05-04 Thread msduk
Hi what is the current state regarding file upload? Last time I checked neither worked. I am on 1.2.1GA and 1.5.4 Icefaces If anyone has got either tag working I would be extremely grateful for advice particularly regards the commons lib placement and config. View the original post : http://w

[jboss-user] [JBoss jBPM] - Re: Exception Handling

2007-05-04 Thread rjack2
Folks, Where you able to solve this problem. I'm trying to create one exception handler for my entire process. Robert View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043197#4043197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: Loosing the URL parameters between requests

2007-05-04 Thread petemuir
It looks like page parameters don't get added if the page is redisplayed (rather than a navigation performed). Gavin really need to look at this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043198#4043198 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: For Gavin to review

2007-05-04 Thread petemuir
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043198 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043199#4043199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043199 __

[jboss-user] [JBoss Messaging] - Re: RediveryDelay implemented yet?

2007-05-04 Thread parressh
Sorry, I'm not trying to misplace any praise. I was responding to Weston saying: anonymous wrote : | So, it's a matter of deciding who does what. Our clients don't care. | I think both of you are making valid points, and it's good to see you both seem to be on the same page. I just hope

[jboss-user] [JBoss Seam] - Re: Loosing the URL parameters between requests

2007-05-04 Thread [EMAIL PROTECTED]
Yes, page parameters don't seem to keep it. My use case is more common than a theme change. The user is browsing some bookmarkable articles, and if he wants to add a comment he has to log in and stay on the same page. After the log-in the GET params disappear. One workaround is to use a4j login

[jboss-user] [JBoss Seam] - Re: How to authenticate user by department?

2007-05-04 Thread Jack Yeh
Sorry for my mistake, but after search I really can't find that discuss thread. Could you kindly give me a hint to find that ? Thank you in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043202#4043202 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: Injection of LocaleSelector does not work in 1.2.1GA

2007-05-04 Thread petemuir
you probably need create=true on that @In View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043203#4043203 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043203 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: Transaction Timeout Exception

2007-05-04 Thread petemuir
Post your code, and please use [ code ] tags. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043205#4043205 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043205 ___ jboss-use

[jboss-user] [JBoss Messaging] - Calling messaging from webapp in same vm as messaging

2007-05-04 Thread chip_schoch
JBossAS 4.2.0.CR2, JBM 1.2.0.SP! Has anyone been successful in making a JBM connection from a webapp that is running in the same VM as JBM? I have been trying every combination of jar files, class loader scoping and physical contortions that I can think of and with each permutation I get a dif

[jboss-user] [JBoss Seam] - Re: Really simple, please advice (passing h:dataTable to eve

2007-05-04 Thread viniciuscarvalho
I'll give a try, but why on the examples (booking) we have this: | | Action | | | and it works? And on my version (as I stated before, I'm using the booking as reference, and almost everythng is the same) it does not work? Regar

[jboss-user] [JBoss Seam] - Re: How to authenticate user by department?

2007-05-04 Thread pbrewer_uk
Overriding a built-in seam component was previously discussed in this thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=101324 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043208#4043208 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Portal] - Re: Regarding intercommunication of Portlets.

2007-05-04 Thread ritesh_sanjay
Hi Julien, I am using jboss-portal-2.4.1, have downloaded HelloWorldIPC portlet from the link http://docs.jboss.com/jbportal/v2.6/reference-guide/en/html_single/#ipc and it works for me! I am able to see IPC portal and IPC working properly.But I am not able to figure out to how i

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2007-05-04 Thread pedwards
I wasn't trying to come across hostile. Sorry. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043210#4043210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043210 ___ jboss-us

[jboss-user] [JBoss Getting Started Documentation] - Re: Bank example build error

2007-05-04 Thread PeterJ
The step you are missing is the getting the J2EE tutorial from Sun. The zip file you obtained is a patch applied to Sun's J2EE tutorial. The getting Started Guide contains the steps. http://docs.jboss.org/jbossas/getting_started/v5/html/dukesbank.html Also, make sure you are using JBoss AS 4.0

  1   2   3   >