[jboss-user] [JBossWS] - Re: Problem deploying WebServices

2007-11-05 Thread [EMAIL PROTECTED]
Hi, your eclipse workspace has Axis webservices jars in the classpath. If you want to enforce it to use JBoss native webservices, you must ensure that JBoss native webservices jars are before Axis jars in the classpath. Another approach to activate JBossWS native webservices is to set up t

[jboss-user] [JBoss Seam] - Re: Entities are lost in SMPC

2007-11-05 Thread dkane
http://jira.jboss.org/jira/browse/JBSEAM-2214 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102096#4102096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102096 ___ jboss-use

[jboss-user] [JBossWS] - Re: Enabling cookies in a JBossWS web service client

2007-11-05 Thread [EMAIL PROTECTED]
Service service = Service.create(wsdlURL, serviceQName); | YourInterface proxy = (YourInterface)service.getPort(YourInterface.class); | // the following call enables cookies | ((BindingProvider)proxy) | .getRequestContext() | .put(BindingProvider.SESSION_MAINTAIN_PROPERTY, tr

[jboss-user] [JBossWS] - Re: Enabling cookies in a JBossWS web service client

2007-11-05 Thread [EMAIL PROTECTED]
You must use JBossWS 2.0.1 or higher, because of the following bug in previous releases: http://jira.jboss.org/jira/browse/JBWS-1733 Richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102094#4102094 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss jBPM] - Re: How to get Pocess from server

2007-11-05 Thread dleerob
Means it cannot find the class org/hibernate/Session . Looks like you haven't got the required hibernate jar files in your classpath. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102092#4102092 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Tools (users)] - 2.0CR1: in November or December or January?

2007-11-05 Thread Juergen.Zimmermann
Is there any estimation when the CR1 will be available? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102091#4102091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102091 ___

[jboss-user] [JBoss Seam] - DataModelSelection gets only latest value

2007-11-05 Thread dreidel18
Hi please help. My datamodelselection only gets the latest value whenever I click on any s:link. I have tried putting a factory annotation in my datamodel list but it still wont work. Is there a particular implementation I should do in pages.xml, scope types, etc. for using datamodel & datamod

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to configure IP for jboss 4.2.0

2007-11-05 Thread hanram
hi, thx i my problem is sloved... the mistake is while runing the server we should give the ip or the address which we want to access. thax a lot buddy... ex: >run.bat -b 10.1.3.199 :) han (: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102085#4

[jboss-user] [JBoss Seam] - Re: Custom Converter

2007-11-05 Thread terryb
correction in last post "...I have now added @org.jboss.seam.annotations.jsf.Converter...' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102084#4102084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102084 ___

[jboss-user] [JBoss Seam] - Re: Custom Converter

2007-11-05 Thread terryb
In addition to my last post, I have not added as below but still it goes to debug page. Can it be because my converter class is actually a subclass? (please code in previous post). | | @org.jboss.seam.annotations.jsf.Converter | @Intercept(InterceptionType.NEVER) | public class Memb

[jboss-user] [JBoss Portal] - Re: Install 2.6.2.GA from sources: no portlet in any page

2007-11-05 Thread gumreal
thank you, chris.laprun. I check the document, and I am sure that I did every thing follow the description. Still, I can not see any portlet window in the portal page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102079#4102079 Reply to the post : http://w

[jboss-user] [JCA/JBoss] - Re: Opening connection from a marked rollback tx

2007-11-05 Thread vickyk
"oglueck" wrote : But I still have to read from the DB and do some more processing. During that a new DB connection is opened (for read-only purposes) behind the scenes and thats where the connection manager complains: | Are you not able to tackle this at the application level ? View the ori

[jboss-user] [JBoss Portal] - Re: WSRP and managed transactions

2007-11-05 Thread fpa1974
I kind of found the answer to this by myself. There is a TransactionFilter class that is setup in the web.xml for the WSRP service archive. This class will start a transaction. The comment in the class is that the WSRP runtime needs transactions so it creates them. I think there is a problem w

[jboss-user] [JCA/JBoss] - Re: Threads blocked with the default use of JBOSS DataSource

2007-11-05 Thread vickyk
"dmindupto" wrote : | Sometimes, we noticed that 2 threads are locked (see the following thread dump): | This can be normal , all I wanted to know is if this locking continues for longer time . You should analyze the set of thread dumps(4 to 5) after the fixed intervals of 10-15 minutes ,

[jboss-user] [JBoss Seam] - ExtJs and JBoss Seam with web remoting

2007-11-05 Thread mgrouch
Has anyone used ExtJs and JBoss Seam with web remoting? Can you share your experiences? We are looking to create online reporting application (tables, charts, drill downs) something like this: http://backoffice.kaffill.de/index.html Thanks View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA has been released

2007-11-05 Thread IGx89
) and the forum (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=122980) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102072#4102072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102072

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA has been released

2007-11-05 Thread IGx89
Yep, there have been a few announcements today on the blog (http://in.relation.to View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102071#4102071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102071

[jboss-user] [JCA/JBoss] - Re: JBOSS & DB2 V9.1 : com.ibm.db2.jcc.c.SqlException: SQL10

2007-11-05 Thread vickyk
Can you point LD_LIBRARY_PATH variable to to lib32 for DB2V9.1 ? Have a look at this http://lekkimworld.com/2005/02/18/connecting_to_ibm_db2_v_8_x_using_jdbc.html The DB2 type4 driver seems not to be fully pure java as described by the JDBC specifications , it will not work unless the LD_LIBRARY

[jboss-user] [JBossWS] - Username token with password digest?

2007-11-05 Thread hugo_th02
Hi all, I want to implement username token security to my web service. The problem is that password always appears as plain text in the soap header message: http://schemas.xmlsoap.org/soap/envelope/";> | | http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"; x

[jboss-user] [JBossWS] - Re: problem with calling ssl web service

2007-11-05 Thread hugo_th02
thanks, Richard! I've solved this problem... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102067#4102067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102067 ___ jboss-us

[jboss-user] [JBoss Seam] - Re: identity authenticator method runs twice

2007-11-05 Thread jgreene
Troy - Thanks for the info - looks like several of us are having this problem. Here's a link to the JIRA ticket I mentioned: http://jira.jboss.org/jira/browse/JBSEAM-2165 also, see Shane's previous post. Looks like another, more recent, ticket has just been created. Shane - Does the JBSEA

[jboss-user] [JBoss Seam] - Re: Web Beans Sneak Peek

2007-11-05 Thread [EMAIL PROTECTED]
anonymous wrote : My argument against the @Named annotation wasn't about the number of extra key strokes (as you pointed out, there is only one!) I was merely saying that to me, if you say that a component has a name, it would make more sense that it has a "name" attribute, not a separate annota

[jboss-user] [JBoss Seam] - Re: Web Beans Sneak Peek

2007-11-05 Thread [EMAIL PROTECTED]
anonymous wrote : But what about the core EJB functionality: Distribution (Remote, RMI etc.,). I'm excited to know little more about this. Well, yeah, I need to write another installment covering that ... but, all you need to know is: you can use it all :-) And remember, EJB 3.1 will introduce

[jboss-user] [JBoss Seam] - Re: Webservices possible in plain Tomcat 5.5?

2007-11-05 Thread [EMAIL PROTECTED]
I believe so, but you'll need to install JBossWS separately. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102062#4102062 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102062 __

[jboss-user] [JBoss Seam] - Re: Custom Converter

2007-11-05 Thread terryb
No luck for me yet, its still going to seam debug page. please see my code below... | @Name("onlineConverters") | @Scope(ScopeType.APPLICATION) | public class Converters { | | private Converter memberSource; | | @Create | public void init() { | this.memberSourc

[jboss-user] [JBoss Seam] - Re: identity authenticator method runs twice

2007-11-05 Thread [EMAIL PROTECTED]
Once the following feature is implemented, you'll have a couple of extra events that you'll be able to hook into. http://jira.jboss.org/jira/browse/JBSEAM-2200 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102061#4102061 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: DBUnit Data

2007-11-05 Thread neilac333
Actually, I did notice that in the wiki example. I gave DBUnitSeamTest a quick shot because of my disappearing data situation doing things the conventional way, but I kept getting a MalformedURLException wrapped in a DBUnit DatasetException. I was probably doing something silly with the path t

[jboss-user] [EJB 3.0] - constraint violation issue.

2007-11-05 Thread DoubleDenim
I've been trying to solve this issue for a day now. And i think it pretty much comes down to a lack of understanding of the life cycle. I've got a session bean that calls a method on my persistence manager, passing it a persistence object called "session". this method goes through my session pe

[jboss-user] [JBoss Seam] - Re: identity authenticator method runs twice

2007-11-05 Thread gothmog
I am also getting this problem and can confirm that it has been introduced in 2.0.0.CR2. On a failed login I get two calls to the my own authenticate method and subsequently (because I add a faces message in my authenticate method) I get my two messages plus the standard Login Failed message f

[jboss-user] [JBossWS] - Problem deploying WebServices

2007-11-05 Thread thenewmexican
JBoss Appserver version: 4.0.5 When testing the the deployment of a test echo WS. I get the following on the client side: Cannot unmarshall SOAPMessage javax.xml.soap.SOAPException: Failed to create SOAPFactory: org.jboss.axis.soap.SOAPFactoryImpl at javax.xml.soap.SOAPFactory.newInst

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to configure IP for jboss 4.2.0

2007-11-05 Thread jaikiran
Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102054#4102054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102054 ___

[jboss-user] [JBoss Seam] - -Seam-gen PropertyNotFoundException after generate-entities

2007-11-05 Thread nharrison
Hi, I'm evaluating Seam and trying to deploy a simple app using seam-gen with a preexisting MySQL database (also tried the same with MSSQL). I've tried to deploy with JBoss 4.2.0 and 4.2.2 with both seam 1.2 and 2.0CR3. The empty shell seam-gen runs fine. After running "generate-entites" the ,

[jboss-user] [JBoss Seam] - Failed Validation Reload

2007-11-05 Thread davidfed
Seam 1.2.1, JBoss 4.0.5 I see that when a form page fails validation or an action method returns null that the conversational parameters on the URL disappear. e.g. http://localhost/edit/provider.seam?cid=5&clr=true becomes http://localhost/edit/provider.seam when the page is reloaded with valida

[jboss-user] [JBoss jBPM] - Re: I am probably missing something but ....

2007-11-05 Thread Hurtdp
Ronald, Thanks for the quick response and I am sorry if my description is a little lacking. Exactly what happens at each step is going to vary - our system will have to support a lot of different kinds of steps - but in general it is just adding additional information to the request. The ma

[jboss-user] [JBoss Seam] - Re: Custom Converter

2007-11-05 Thread mgrouch
In 1.2.1GA it is something like: @Intercept(NEVER) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102047#4102047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102047 ___ j

[jboss-user] [JBoss Seam] - Re: jboss-seam-1.2.1.GA + Hibernate search

2007-11-05 Thread LockDog
Big thanks to epbernard =) All working now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102046#4102046 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102046 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Custom Converter

2007-11-05 Thread terryb
Pete does it exist in seam 1.2.1GA? Seems it can't find it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102045#4102045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102045 ___

[jboss-user] [JBoss Seam] - Re: Custom Converter

2007-11-05 Thread [EMAIL PROTECTED]
You need to use @BypassInterceptors on the Converter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102044#4102044 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102044 ___ j

[jboss-user] [JBoss Seam] - Re: DBUnit Data

2007-11-05 Thread [EMAIL PROTECTED]
Have you seen that we have support for DBUnit SeamTests in Seam 2.0.0.GA? Its super easy to use (see the seamdiscs tests for an example, and its documented in the testing chapter). Actually, I've pretty much given up trying to write persistence tests without it. I also want to try to get some

[jboss-user] [JBoss Seam] - Custom Converter

2007-11-05 Thread terryb
I have simple jsf converter, which works fine and throws ConverterException(facesMsg) exception when conversion failes. However, when exception is thrown Seam debug page comes up rather than faces message being show on jsf page using h:messages tag ? | MyConverter.java | ... | if (conver

[jboss-user] [JBoss Seam] - Re: 432 open unscheduled requests

2007-11-05 Thread [EMAIL PROTECTED]
But please remember, there are only 3 of us working full time ish on Seam ;) So, as always, if you fancy working on a new feature for Seam we'll be very appreciative! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102040#4102040 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: 432 open unscheduled requests

2007-11-05 Thread [EMAIL PROTECTED]
You'll find that most of the unscheduled issues are feature requests - and often ones where we are looking from direction from the community as to whether they are popular or not. At a glance, around 1/2 the issues that have 3 or more votes are scheduled. We should try to push that up to 80% is

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA has been released

2007-11-05 Thread milli
I just checked the download page and found out the production release is out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102038#4102038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102038 _

[jboss-user] [JBoss Seam] - Seam 2.0.0.GA has been released

2007-11-05 Thread thejavafreak
Does anyone here is aware that Seam 2.0.0.GA has been released? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102037#4102037 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102037 ___

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-05 Thread juntao
Hmm, my experience is that rollback exception is always caused by some other exception down the stack. Can you double check that you are not getting other exceptions? Also, would it help if you remove the @Transactional from the method? View the original post : http://www.jboss.com/index.html?

[jboss-user] [Installation, Configuration & DEPLOYMENT] - how to configure IP for jboss 4.2.0

2007-11-05 Thread hanram
hello tech gurus, I am using jboss4.2.0. What i am doing is to run the my project from server and i want to access from the client. 1) I have installed jboss 4.2.0 in my Server from where some clients has to access the same application using some ip adress

[jboss-user] [JBoss jBPM] - Re: I am probably missing something but ....

2007-11-05 Thread kukeltje
sure it can proceed independently but in several different ways: multiple tasks in one node or a dynamic fork behave differently, so for a more specific answer, you need to be more clear what happens in the 'proceding' View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: This transaction is not active.

2007-11-05 Thread rfteves
I found this WARNING messages before the errors: 20071105:160918 WARN [Thread-4] logging.arjLoggerI18N (BasicAction.java:3605) - [com.arjuna.ats.arjuna.coordinator.BasicAction_58] - Abort of action id a010122:b0e:472fadde:2f4 invoked while multiple threads active within it. 20071105:160918

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - This transaction is not active.

2007-11-05 Thread rfteves
Does someone know what this error mean? Altogether, it does not affect our process but these logs really bug me. Thanks RFTeves 20071105:161044 INFO [WorkerThread#4[10.1.1.37:2476]] polling.SkuDownload (SkuDownload.java:208) - 020: Batch update CORP count 256 20071105:161045 INFO

[jboss-user] [Beginners Corner] - Jboss, load balancer with SSL offloading question

2007-11-05 Thread ulfatc
I got a general question about Jboss, load balancers with ssl offloading and URL rewriting. We had the same problem before with Tomcat we are now running into with Jboss. Our load balancers are configured to talk https to the client and http to the jboss application servers. When someone logs

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-05 Thread modoc
This is a good news/bad news situation. By adding the 1.6.0 quartz jar to my ear, and declaring it as a java module, the exception is gone. However it's replaced with this doozy: | 16:05:37,947 ERROR [ExceptionFilter] exception root cause | javax.faces.el.EvaluationException: java.lang.

[jboss-user] [JBoss Seam] - Re: JSTL Test Boolean Question

2007-11-05 Thread samdoyle
Excellent and thanks, that did the trick. S.D. "matt.drees" wrote : c:when is evaluated when the component tree is created (typically right at the beginning of the renderResponse phase). It's used to determine which components get added to the tree. I'm guessing you want the decision to be m

[jboss-user] [EJB 3.0] - Re: javax.naming.NameNotFoundException when deploying inside

2007-11-05 Thread daedalus_hammer
Sorry about that, I found that if I change the look-up string to include the ear name ("ear-file-name/Bean") it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102023#4102023 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Portal] - Re: Access to User's Dashboard from a Servlet

2007-11-05 Thread dvanwest
OK, I found it... looked in jboss-service.xml and then the stuff below works if you wrap in a transaction. MBeanServer mbeanServer = MBeanServerLocator.locateJBoss(); customManager = (CustomizationManager)MBeanProxy.get(CustomizationManager.class,

[jboss-user] [JBoss Seam] - facesMessages and @Redirect question

2007-11-05 Thread X490812
here is my custom exception | @ApplicationException | @Redirect(viewId="genericErrorPage.xhtml") | public class FraudException extends Exception { | public FraudException(){} | } | | here is my genericErrorPage.xhtml | | . | . | . | | | | | |

[jboss-user] [JBoss Seam] - Re: Article on conversations and nested conversations with e

2007-11-05 Thread jacob.orshalick
Thanks for the feedback guys. "Delphi's Ghost" wrote : FYI, I already have a JIRA issue requesting a SMPC per nested conversation. Thanks for the information Andy. I had submitted an issue as well once the article was completed so I've marked it as duplicate: http://jira.jboss.org/jira/brows

[jboss-user] [EJB 3.0] - javax.naming.NameNotFoundException when deploying inside .ea

2007-11-05 Thread daedalus_hammer
Hi I'm learning EJB 3.0 and so far I had 2 eclipse projects (an ejb ant project (similar to OReilly Enterprise JavaBeans Workbook project) and a war project managed by eclipse) and I decided I want to deploy both in an .ear file. Until now, everything worked fine, but now when I try to look up

[jboss-user] [JBoss Messaging] - Re: Problems with MaxDeliveryAttempts

2007-11-05 Thread noxis
"timfox" wrote : What's max delivery attempts set to in your MDB container config? It's a default value on JBAS 4.2.1.GA. If you need an exact value, I can give it to you in 2 weeks (I am on vacation:)). I think I have to clarify my last post. - JBM 1.4.0.CR1 with MaxDeliveryAttempts=10: OK -

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-05 Thread modoc
Michael, I didn't add it in explicitly. It looks like the one in JBoss 4.2.2 is 1.5.2, and the current one with seam is 1.6.0. I will try adding it to my ear and defining it in application.xml. I'll let you know if it works. Thanks! Devon View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - clickable lists problem...

2007-11-05 Thread minamti
I have the following scenario. I have a page that displays the clickable list. say (objs is the list and obj is each object) John Public |iPod Nano Jane Public |iPod Video I need to go to a detail page for John if I click on John and a detail page for iPod Nano if I click on i

[jboss-user] [JBoss Seam] - Re: JSTL Test Boolean Question

2007-11-05 Thread matt.drees
c:when is evaluated when the component tree is created (typically right at the beginning of the renderResponse phase). It's used to determine which components get added to the tree. I'm guessing you want the decision to be made later, for each row. So you actually want both components added t

[jboss-user] [JBoss Seam] - Re: identity authenticator method runs twice

2007-11-05 Thread jgreene
Pete - After seeing the JIRA ticket on this, and rereading the prior posts, it occurred to me that there may have been a little confusion about the "login" method that I was referring to. I was referring to my own "login" method that is configured in components.xml to serve as the authenticato

[jboss-user] [JBossWS] - Enabling cookies in a JBossWS web service client

2007-11-05 Thread cbalaves
I am consuming a web service that requires that cookies be enabled (the web service requires a login before further requests are sent, and the credentials are sent back to the caller in a cookie). How can one enable cookies in a JBossWS web service client? View the original post : http://www

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-05 Thread juntao
Devon, A stupid question if you do not mind ... Do you have quartz.jar in your EAR classpath? JBoss AS has its own quartz.jar, which might be another version. Also, you can try to declare the quartz.jar as a java module in application.xml and see if it makes a difference ... cheers Michael Vi

[jboss-user] [JBoss Seam] - Re: DBUnit Data

2007-11-05 Thread neilac333
For some reason, the Ant target didn't come through. Here it is again: | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102010#4102010 Reply to the post :

[jboss-user] [JBoss Seam] - DBUnit Data "Disappearing" During SeamTest

2007-11-05 Thread neilac333
NOTE: This may be more appropriate for a different forum, but it seemed best to start here. I am using the DBUnit Ant task to do a clean insert of a seed file before running a SeamTest unit test. I have verified that DBUnit properly performs the insert I specify prior to the test. But for so

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-05 Thread modoc
A user initiated action. I want a user to create a site, and at the end of the create process I kick off the async monitor. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102006#4102006 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-05 Thread juntao
Devon, Are you trying to invoke the async method at app startup time or from a web action? cheers Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102005#4102005 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [JBoss Portal] - Access to User's Dashboard from a Servlet

2007-11-05 Thread dvanwest
Greetings, Using portal 2.6.2. We are trying to access portal functionality from a servlet. I'm able to get access to the PortalObjectContainer and from there I can get to various portals, but I don't see a way to get to the user's dashboard. Can someone provide directions or hints? thanks.

[jboss-user] [JBoss jBPM] - I am probably missing something but ....

2007-11-05 Thread Hurtdp
I am trying to evaluate jBPM's capabilities. Here is my problem, a simple workflow; Get requests -> Process request(s) Task#1 -> Process request(s) Task#2 -> Process request(s) Task#3 -> End The first step "Get requests" may generate 1 - 999 separate requests. At each of the following steps,

[jboss-user] [JBoss Seam] - Re: conversation ended unexpectantly

2007-11-05 Thread gothmog
ok, I'm using richfaces and simple pojos, no SLSB or SFSB. How does queue work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102001#4102001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102001 _

[jboss-user] [JBoss Seam] - Re: conversation ended unexpectantly

2007-11-05 Thread constantin.cash
If you using ajax4jsf, use queue. If simulate a queue. Or use stateless beans, you stateful session beans are not thread save. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102000#4102000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Portal] - WSRP and managed transactions

2007-11-05 Thread fpa1974
This is for version 2.6.2 of the portal. I have a question regarding managed transactions. We have developed a portlet that is using hibernate and it is managing its own transactions. If this is deployed and viewed locally on a JBoss portal instance everything works ok. Now the problem. When th

[jboss-user] [Clustering/JBoss] - Re: purgeDeadMembers Failing - what is the cause?

2007-11-05 Thread [EMAIL PROTECTED]
A replication with no load should take tens to a few hundred ms, so I suspect something else is going on; probably will seem obvious once we see it. Try the TRACE logging; you'll get timestamped log messages as sessions are replicated and received and special messages when the server recognizes

[jboss-user] [JBoss Seam] - conversation ended unexpectantly

2007-11-05 Thread gothmog
Hi, If I click randomly around my application especially before ajax requests have completed, I will consistently get the following: | sourceId=null[severity=(WARN 1), summary=(The conversation ended, timed out or was processing another request), detail=(The conversation ended, timed out or

[jboss-user] [JBossWS] - JBoss Transaction Integration Status

2007-11-05 Thread tjones
What is the status of the integration of JBossWS and the JBoss Transaction project? Is there JBossWS client support for WS-Coordination, WS-Atomic Transaction and WS-Business Activity? Thanks! Ted Jones View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101994

[jboss-user] [JBoss Seam] - Re: Can't intercept FileUploadException in 1.2.1 with update

2007-11-05 Thread JakeC
Sorry. Of course, 4.0.5 is the JBOSS version. I mean Seam 1.2.1. OK, I think I see why the ExceptionFilter doesn't catch this. MultipartFilter is annotated with @Intercept(NEVER). I'm sure this is there for a very good reason. If I remove it, I get the following exception: 14:13:33,015 ERROR [[

[jboss-user] [JBoss Seam] - Re: NoSuchMethodFound createFullTextQuery()

2007-11-05 Thread epbernard
What happens if you replace hibernate-annotations.jar from the jboss lib (and add hibernate-commons-annotations.jar) and properly bundle hibernate-search in the EAR? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101992#4101992 Reply to the post : http://ww

[jboss-user] [Clustering/JBoss] - Re: Rollout deployment on a cluster

2007-11-05 Thread jboss_cody
You should be able to delete (undeploy) from all nodes in a cluster with each node running, that's what farming is for... Just delete a war from any node in the cluster, the others should soon follow. Then drop the new .war in after that, and then too, the others should follow. Hope it helps.

[jboss-user] [JBoss Portal] - Re: Jboss Portal installation errors

2007-11-05 Thread sbarreros
Is there any way that I can upgrade to 4.2.1 or 2 without having to rebuild my existing environment? Is it a matter of downloading 4.2.1/2 and copying it over my existing server? I would really like to save myself of going though the hassle of reconfiguring my whole server again, as I have made

[jboss-user] [JBossWS] - Can I point a wsconsume-generated client to a local WSDL fil

2007-11-05 Thread Brad Marshall
I am calling an Axis/Tomcat web service with a JAX-WS client proxy generated by wsconsume (from JBossWs 2.0.1 GA) run against our hand-coded WSDL file. When we execute the client, the constructor of the xxxService class is obtaining the WSDL from the Web service (via the ?WSDL command) and perfo

[jboss-user] [JBoss Seam] - Re: pages.xml action method fired on ajax requests - must be

2007-11-05 Thread gothmog
I'm not too keen either, however the only scenario that I'm struggling to solve elegantly is the scenario where you have a page that can be navigated to in a number of ways and before you display that page you need the model to be setup correctly, i.e. you need to query something or change state

[jboss-user] [Clustering/JBoss] - Re: purgeDeadMembers Failing - what is the cause?

2007-11-05 Thread jboss_cody
anonymous wrote : | A possibility is a slow replication... It seemed that I may be causing the issue by not giving my cluster enough time to replicate the session throughout. I tried waiting for about a minute before executing the refresh, but again, when I click the link OR hit the refresh

[jboss-user] [JBoss Portal] - .. portlets needs for example different border-color?

2007-11-05 Thread urbanj
Hi there, .. i'm looking at the themes and Layout tutorial, thanks for that. It's really nice. I'm looking for one think, that (i think) wasn't included. I want to make some little diffrents in the portlet. For example sometimes another bordercolor or i want inlcude a icon in the header,

[jboss-user] [Clustering/JBoss] - Rollout deployment on a cluster

2007-11-05 Thread canty28
Hi All, Here is my situation. we have a cluster of 6 JVM's with 3 on each node. we are currently using farm deployment whenever we do an deployment. Till date whenever we do an deployment we delete the war files first and then stop the server. Copy the new war file onto one JVM and then start t

[jboss-user] [EJB/JBoss] - removing bean lock and it has tx set

2007-11-05 Thread errobins
I am using jboss-4.2.1 on linux (2.6.9-55.0.6) with the jdk1.5.0_12 release. My application makes extensive use of Stateless Session Beans and CMP Entity Beans (both version 2.1). I am using a custom container configuration that is based on the "Standard CMP 2.x EntityBean" container configura

[jboss-user] [Clustering/JBoss] - Re: purgeDeadMembers Failing - what is the cause?

2007-11-05 Thread [EMAIL PROTECTED]
Yeah, I meant jboss-web.deployer. Sorry about that. Not sure what the issue is. A possibility is a slow replication, but given that you are doing things manually and stopping a server, that seems pretty unlikely. You can turn on TRACE logging of org.jboss.web.tomcat.service.session -- that mi

[jboss-user] [JBoss Seam] - Re: Trouble Getting the Most Basic SeamTest to Work

2007-11-05 Thread neilac333
I was actually going to try that next, but I somehow managed to get the test to work. Here is the classpath I got in my Ant script to get things to work: | | | | | | | | | | ...where seam-hibernate.lib.dir is the lib direc

[jboss-user] [JBoss Seam] - Re: JSTL Test Boolean Question

2007-11-05 Thread samdoyle
"dustismo" wrote : Not sure if this is your problem, but have you tried this? | | | | | | | | -Dustin Yep tried that as well to no avail. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101976#4101976 Reply to the post : http://www.jboss

[jboss-user] [JBoss jBPM] - Re: Repeating Timer job doesn't run again if first JobExecut

2007-11-05 Thread jeffj55374
Note the code above isn't quite correct. The check to see of the job took too long will throw a NullPointerException when it check's the lock time. (A little farther down from the modified code) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101975#4101975 Re

[jboss-user] [JBossWS] - Re: JBoss, WebServices and Microsoft SOAP3.0

2007-11-05 Thread Sefai
The Microsoft SOAP Toolkit is deprecated by the .NET Framework. SOAP Toolkit support will be retired in April 2005. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101971#4101971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Re: JSTL Test Boolean Question

2007-11-05 Thread dustismo
Not sure if this is your problem, but have you tried this? | | -Dustin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101972#4101972 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101972 __

[jboss-user] [JBoss Seam] - Can't intercept FileUploadException in 4.0.5 after adding to

2007-11-05 Thread JakeC
I added FileUploadException to org.jboss.seam.web and modified MultipartRequest to throw it instead of RuntimeException, but I still get a 500 error: 13:00:11,221 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception | org.jboss.seam.web.FileUploadException: Multip

[jboss-user] [JBoss Seam] - JSTL Test Boolean Question

2007-11-05 Thread samdoyle
I'm not sure why it doesn't appear to work or if I am doing something incorrectly. Here is basically what I have. | | | | | | | | | | | With this I never see the style applied and just the standard text output.

[jboss-user] [JBoss Seam] - Re: 432 open unscheduled requests

2007-11-05 Thread hontvari
"yuriy_zubarev" wrote : Where can I cast my vote? on the left side of the JIRA page of the issue, if you are logged in View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101964#4101964 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Seam Framework, slow behaviours

2007-11-05 Thread trouby
Hey, I developed an application that is heavily based on Seam Framework with hibernate/oracle server running under Jboss 4.2.1, I get very slow behaviors when searching / loading lists of entities by using EntityQuery, I guess this is not directly related to the framework but I rather seeking

[jboss-user] [JBoss Seam] - cast error

2007-11-05 Thread constantin.cash
How i can get acces from seam service to other seam service in same application, to use getInstance keeps exception: SelectService sservice = (SelectService) Component.getInstance(SelectService.class, true); | | javax.el.ELException: javax.ejb.EJBTransactionRolledbackException: org.javas

[jboss-user] [JBoss Seam] - Webservices possible in plain Tomcat 5.5?

2007-11-05 Thread IGx89
Is it possible to make web services as easily as shown in the Seam 2 documentation when running in a plain Tomcat 5.5 install, without JBoss Embedded or JBoss AS? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101958#4101958 Reply to the post : http://www.j

[jboss-user] [JBossWS] - service-name-pattern

2007-11-05 Thread Sefai
I have to call more than one web service in my web application. Each of the web services I call have different authentication mechanisms,some have none.I am trying to configure the clients using javaee:service-name-pattern. | | http://someUri/";>ns1:SomeService | |

[jboss-user] [JBoss jBPM] - Re: Token.signal() throws Exception from FieldInstantiator

2007-11-05 Thread kukeltje
Yes, I have an idea: - post the full config of the specifc node - post the code of the action within this node View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101956#4101956 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

  1   2   3   >