[jboss-user] [JBossWS] - Re: Writing a client - no examples for BindingProvider based

2008-01-04 Thread [EMAIL PROTECTED]
mjhammel wrote : | Then I discovered that the source was actually JBOSS-WS from http://labs.jboss.com/jbossws/downloads/. My first questions, then, are this: isn't WS included in the application server? Do I need to download the WS binary and add it to the JBOSS application server (for

[jboss-user] [JBoss jBPM] - Hibernate problem

2008-01-04 Thread vsevel
I am getting an hibernate error while getting the jbpmContext in my own application. I have no clue how to solve it. However the jbpm console is still working. I am using MySQL. I've got also the same error now when I am compiling jbpm3 sources. Please help. java.lang.IllegalStateException: No

[jboss-user] [JBossWS] - Re: Wrong incomming SOAP not intercepted

2008-01-04 Thread [EMAIL PROTECTED]
bkruns wrote : We are running jbossws 1.2.0.SP1 and it still does not seem to be doing the basic WSDL validations. We have an elements setup as minoccurs=1 and it excepts the SOAP message even if that elements is not provided. Do you have the same problem with JBossWS 2.0.X ? You may eventually

[jboss-user] [JBoss Portal] - Re: Any reason why WSRP fails to start with 2.6.3 ?

2008-01-04 Thread PMN
Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116942#4116942 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116942 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBossWS] - Re: new or old issue?

2008-01-04 Thread wtnat
If the jdk version is 1.6.0_01 the following jars needs to be put in the endorsed directory in jre\lib\endorsed: 1. jaxb-api.jar 2. jboss-saaj.jar This might solve the problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116943#4116943 Reply to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Unable to externaly access my JBoss 4.2.1

2008-01-04 Thread jitorrents
I am in a trouble with my JBoss Server, it seems to not responding requests from outcoming clients. I mean, when I acces the server by typing http://localhost:8080/Myapp it works correctly. But when I try to access my app this way http://server ip:8080/Myapp from another computer in the same

[jboss-user] [JBossWS] - Re: Unsupported content type Exception while consuming Jboss

2008-01-04 Thread [EMAIL PROTECTED]
The stack complains because it cannot process html messages. I suggest you to check how you set the content-type in your client, since you're actually providing both text/xml and text/html content types. anonymous wrote : | | 2007-12-31 16:00:59,156 DEBUG

[jboss-user] [JBoss Seam] - Problem retrieving data from the DB

2008-01-04 Thread adriju
Hi people!! I´ve got the following tables in my DB Oracle 9: anonymous wrote : USUARIOS | | Name Null?Type | - --- | COD_USUARIO NOT

[jboss-user] [JBossWS] - Re: Problem starting user guide

2008-01-04 Thread [EMAIL PROTECTED]
b_ wrote : Hi i'm having the same problem ... i added the TrivialService.class to the classpath but to no avail. | | Can you please tell me how you solved the problem ? http://www.jboss.com/index.html?module=bbop=viewtopict=126748 Also consider switching to JAX-WS and the new tools

[jboss-user] [JBossWS] - Re: EntityManager injection in Webservice

2008-01-04 Thread [EMAIL PROTECTED]
AFAIK the injection requires your class to be an EJB. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116950#4116950 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116950 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Cannot Load *any* class via reflection

2008-01-04 Thread ryanonsrc
My web application (which is deployed under JBoss) is throwing a lot of exceptions and they appear to all be instances where calls to java.lang.Class.forName() is failing. The current configuration I am using is actually quite simple: a single web-application deployed in a single WAR. And the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unable to externaly access my JBoss 4.2.1

2008-01-04 Thread clican
You shall modify the deploy\jboss-web.deployer\server.xml. From Connector port=8080 address=${jboss.bind.address} maxThreads=250 maxHttpHeaderSize=8192 emptySessionPath=true protocol=HTTP/1.1 enableLookups=false redirectPort=8443 acceptCount=100

[jboss-user] [JBossWS] - Re: Clients stopped to work after upgrade from jboss 4.0.5 t

2008-01-04 Thread [EMAIL PROTECTED]
I guess your problem is exposing services with the same contract as before the upgrade, so that clients do not have to change. If this is your concern, I suggest you to use the top-down-approach http://jbws.dyndns.org/mediawiki/index.php?title=JBossWS_JAX-WS_Tools#Top-Down_.28Using_wsconsume.29

[jboss-user] [EJB 3.0] - Re: Unable to call Stateful Session bean

2008-01-04 Thread fla83tn
Yes..I do the following: | try { | InitialContext ctx=new InitialContext(); | stateful=(UserStateful)ctx.lookup(NewsCrawler/UserStatefulBean/remote); | } catch (ServiceLocatorException e) { |

[jboss-user] [EJB 3.0] - Re: One PersistenceUnit, multiple DataSources

2008-01-04 Thread fla83tn
I tried to do as you adviced but I get the following error on jboss4.2.2-GA [Configuration] Reading mappings from resource : persistence-mapping-file.xml 10:02:10,488 ERROR [AbstractKernelController] Error installing to Start: name=persistence.units:unitName=NewsCrawlerPu state=Create

[jboss-user] [JBossWS] - Re: Relationship between wsconsume and wsimport

2008-01-04 Thread [EMAIL PROTECTED]
Yeah, wsconsume is the JBossWS JAX-WS wsdl consumption tool name. JBossWS JAX-WS are based to the SUN tools, but are not the same. http://jbws.dyndns.org/mediawiki/index.php?title=JBossWS_JAX-WS_Tools View the original post :

[jboss-user] [JBoss Seam] - Calling the same method on different beans from the same act

2008-01-04 Thread kummer
I am trying to reuse a facelets file in various use cases with a different stateful session bean managing each use case. In order to do that the beans outject themselves as manager. For example: | @Stateful @Name(auditOrderManager) public class AuditOrderManager { | @Out

[jboss-user] [EJB 3.0] - Calling non-business methon on a stateless bean

2008-01-04 Thread gbdt
Hello, I'm developing some kind of framework for our EJB3 application. For that framework, I'm looking for a way to call a method defined in a stateless bean, similar to the behavior of the @Timeout and @WebMethod annotated methods. I've analyzed both the implementation of the @Timeout

[jboss-user] [JBossWS] - Re: howto: soap header wsdl required=true

2008-01-04 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bbop=viewtopicp=4116960#4116960 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116963#4116963 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116963

[jboss-user] [Security JAAS/JBoss] - Custom Authenticator class not found

2008-01-04 Thread barramundi
JBOSS 4.0.5GA Wrote a similar Authenticator to GenericHeaderAuthenticator (http://wiki.jboss.org/wiki/Wiki.jsp?page=GenericHeaderBasedAuthentication) and placed the jar file at jboss-4.0.5.GA\server\default\deploy\jbossweb-tomcat55.sar However JBoss can't find it throwing error

[jboss-user] [JBoss Seam] - Re: (CAsh Config ok )/ TransactionTimeout (where to find t

2008-01-04 Thread dreuzel
I've long outstanding transactions and was trying to extend the timeouts: I found following in previous answers but is stis still supported ?? annotation stored in which jar ? i found the CashConfig using the same defintion @org.jboss.annotation.ejb.

[jboss-user] [JBossWS] - Re: how to set headers in JAX-WS

2008-01-04 Thread [EMAIL PROTECTED]
I investigated this a bit further... first of all, the reason why you don't get the parameter corresponding to the soap header is that the JAX-WS specs say that only the wsdl:part from the abstract portion of the contract (i.e. the wsdl:portType section) are mapped to Java method parameters. I

[jboss-user] [JBoss Seam] - Re: pages.xml param

2008-01-04 Thread kooudy
I have discovered following: 1. When I come to page detail.jsp for the first time, param name is included in URL (but I don't need that here :) ). 2. When param tag isn't as a child of redirect tag, then after invoking search.actionSearch param name isn't included in URL although it is defined

[jboss-user] [JBossWS] - Re: UsernameToken authentication using JBossWS

2008-01-04 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bbop=viewtopicp=4116960#4116960 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116961#4116961 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116961

[jboss-user] [JBoss Messaging] - Re: XA Datasource?

2008-01-04 Thread timfox
I just added a FAQ on this: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessaging View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116972#4116972 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116972

[jboss-user] [JCA/JBoss] - Re: NestedSQLException: Apparently wrong driver class specif

2008-01-04 Thread lal_praveen
I am getting this same error. My ear does'nt contain any jdbc.jar files. Configuration is:jdk1.6.0_03, jboss-4.2.2.GA, MySQL version 5.0.45, MySQL driver C:\jboss-4.2.2.GA\server\default\lib\mysql-connector-java-5.1.5-bin.jar Though I am seeing

[jboss-user] [JBoss Seam] - Restrict result graph of a Web Method

2008-01-04 Thread mcanaleta
Hi, I have two entity classes, for example Cathegory and Product. A Product belongs to a Cathegory and a Cathegory has many products. If I try to return some product or some cathegory from a web method, the entity manager tries to fetch all fields recursivelly and an infinite cycle error

[jboss-user] [JBoss Messaging] - Re: XA Datasource?

2008-01-04 Thread timfox
JBM does not rely on the database to provide XA functionality, so should not be used with an XA datasource. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116970#4116970 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Persistence context invocation upon application startup

2008-01-04 Thread fady.matar
afaik @PersistentContext can be used only with session beans and message driven beans View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116988#4116988 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116988

[jboss-user] [JBoss jBPM] - Re: A new task has been assigned to 'null'

2008-01-04 Thread Pebbels
I figured it out on myself: The error does not depend on the database change but the clou is that jBPM is not able deal with multiple swimlanes I used within the processes... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116997#4116997 Reply to the post :

[jboss-user] [EJB 3.0] - Availability of an service

2008-01-04 Thread ekobir
Hi All Is it possible to call a business method from a Jboss Service before startService() method is called ? Scenario --- Service A is running And it uses Service B's business method. Service B is hot deployed again Service B's createService method has been called JBoss AS.

[jboss-user] [JBoss Seam] - Re: actionMethod param lost on login redirect

2008-01-04 Thread [EMAIL PROTECTED]
The capturedView stuff doesn't support capturing the parameters emitted by s:link, I guess it should. File a feature request in JIRA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117005#4117005 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Unable to call Stateful Session bean

2008-01-04 Thread fla83tn
I just change server to jboss-4.2.2.GA and now everything is fine..! All 1 day throwed away for nothing!! :( UserStatefulBean (class: org.jnp.interfaces.NamingContext) | | +- remote (proxy: $Proxy121 implements interface nc.session.stateful.UserStateful,interface

[jboss-user] [JBoss Seam] - Re: Retreiving data based on displayed data

2008-01-04 Thread [EMAIL PROTECTED]
Make the method lazy load and cache the data. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117007#4117007 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4117007 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Home and Query objects broken after migration to Seam 2.

2008-01-04 Thread [EMAIL PROTECTED]
It does anonymous wrote : * Persistence-related components moved to org.jboss.seam.persistence | ... | The new packaging comes with new namespaces and new schemas for | components.xml. The namespace for components in package | | org.jboss.seam.foobar | | Is now: | |

[jboss-user] [JBoss Seam] - Re: how to stop seam auto updating database

2008-01-04 Thread [EMAIL PROTECTED]
Do it programatically PersistenceProvider.instance().setManualFlushMode(entityManager); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117010#4117010 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4117010

[jboss-user] [JBoss Seam] - Re: Persistence context invocation upon application startup

2008-01-04 Thread fady.matar
One limitation in here, I can query the properly however I cannot save entities the | em.persist(Object obj) | seems to do nothing, even at the sql logging level I can see all the selects but not inserts. View the original post :

[jboss-user] [EJB 3.0] - Re: Availability of an service

2008-01-04 Thread ekobir
ekobir wrote : Hi All | | Is it possible to call a business method from a Jboss Service before startService() method is called ? | | Scenario --- | | Service A is running And it uses Service B's business method. | | Service B is hot deployed again | | Service

[jboss-user] [JBoss Seam] - Re: Persistence context invocation upon application startup

2008-01-04 Thread [EMAIL PROTECTED]
You can use @PersistenceContext (if you make it a @Stateful bean) or @In EntityManager entityManager; if you have an SMPC configured in components.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117000#4117000 Reply to the post :

[jboss-user] [JBoss jBPM] - Problem sending mail in JBPM

2008-01-04 Thread debnathm
Hi I am facing a problem sending mail in JBPM. I'm using a mail node. In the designer, in the mail info, I have mentioned: Destination : To Email : email in standard format e.g. [EMAIL PROTECTED] Subject : test mail from JBPM Body: test The contents of the jbpm.cfg.xml is as follows:

[jboss-user] [JBoss Seam] - Re: Developing with Seam 2 and deploying on WebSphere

2008-01-04 Thread Techieexchange
Hi, [EMAIL PROTECTED] wrote : Yes, Websphere comes with JSF 1.1, not 1.2. | | Did you follow the instructions for deploying to websphere discussed in the jpa/hibernate2 examples? I tried to deploy JPA example (target:Websphere) build and deployed on WAS 6.1 express. I just did exactly how

[jboss-user] [JCA/JBoss] - Re: NestedSQLException: Apparently wrong driver class specif

2008-01-04 Thread vickyk
Explain all the steps you have been doing , open a new thread I will address it there . Your post does not clearly indicate how you are deploying the datasource , explain things in DETAIL and *NEVER* bloat the existing forum thread as it becomes difficult for people to indentify the current

[jboss-user] [JBoss Seam] - Re: Persistence context invocation upon application startup

2008-01-04 Thread mcanaleta
Try injecting the entityManager: @In(entityManager) | private EntityManager em; It works for me in an application scoped component for initializing purposes, like you need. I'd like to know the difference of injecting it or using the @PersistentContext annotation... Hope it helps! View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unable to externaly access my JBoss 4.2.1

2008-01-04 Thread jitorrents
Thanks for yor quick response clican. I will test it this afternoon. Could you explain a little bit why I should make this change in server.xml, please? I wolud like to increase my JBoss knowledge.:P View the original post :

[jboss-user] [JBossWS] - Re: Clients stopped to work after upgrade from jboss 4.0.5 t

2008-01-04 Thread jarda222
Yes, exactly. Thank you for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116964#4116964 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116964 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Persistence context invocation upon application startup

2008-01-04 Thread fady.matar
I'd like to run a couple of queries in the startup of the application. The persistence context can be used only in session beans and message driven beans. Any ideas how to invoke the persistence context or is there any alternative approach to get hold of the persistence mechanism upon startup?

[jboss-user] [JBoss Seam] - [Beginner] launching a non-predefined workflow. Is my approa

2008-01-04 Thread jbaton
Hi all, I'm new to Seam+Jbpm. I have to start a simple workflow (a few nodes long), that contains a task for each user that the workflow initiator has chosen amongst a list of users. All I have is their username. The number of selected users is variable. I thought of generating the Jpdl

[jboss-user] [JBoss Seam] - Re: Design question with Rich GWT Ajax Client

2008-01-04 Thread sdegardin
For info, I've got this on JBoss log when I start the Application : | | 10:04:50,874 WARN [SessionFactoryObjectFactory] InitialContext did not implement EventContext | | 10:04:51,112 WARN [SessionFactoryImpl] JTASessionContext being used with JDBCTransactionFactory; auto-flush will

[jboss-user] [Security JAAS/JBoss] - Re: Can't get Trace output from JBoss Login Modules

2008-01-04 Thread juhap
I was having the same problem. After doing some changes to jboss-log4j.xml I can now see TRACE messages from login modules: | 2008-01-04 12:48:48,977 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule] initialize, [EMAIL PROTECTED] | 2008-01-04 12:48:48,977 TRACE

[jboss-user] [JBoss Seam] - Re: [STDERR] com.sun.facelets.compiler.TagLibraryConfig load

2008-01-04 Thread nhpvti
[EMAIL PROTECTED] wrote : Those error messages are normal. This is not normal ;-) http://shrubbery.mynetgear.net/wiki/Facelets_'loadImplicit'_error In production environments it would be handy to send all errors to admins by email using SMTP appender, but this error would generate a lot of

[jboss-user] [JBoss Seam] - Re: Developing with Seam 2 and deploying on WebSphere

2008-01-04 Thread [EMAIL PROTECTED]
Are you sure you did anonymous wrote : From the Enterprise Applications list select: jboss-seam-jpa -- Manager Modules -- jboss-seam-jpa.war -- Classes loaded with application class loader first, and then Apply View the original post :

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2008-01-04 Thread pbrewer_uk
Thanks Pete. Let me know how you get on, or if you need anything else from me to replicate the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116994#4116994 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116994

[jboss-user] [EJB 3.0] - Re: How to define unique constraint on foreign keys ?

2008-01-04 Thread hiasi29
Did you manage to solve this? I have the same problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117036#4117036 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4117036 ___

[jboss-user] [EJB 3.0] - Re: How to define unique constraint on foreign keys ?

2008-01-04 Thread chawax
I solved this by using column names instead of properties names to define the unique constraint. It does not look logical to me, but it works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117038#4117038 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Servlet Redirect filter based on declarative decision graph?

2008-01-04 Thread rainersimon
Hi, -- Sorry for cross posting this from the jBPM group but it seems to be equally suitable for this group as well - I'm ready to get flamed ;-) -- I'm trying to achieve the following goal, and I don't know how to do it in a clever way yet - i.e. without creating a proprietary solution to a

[jboss-user] [JBoss jBPM] - Re: A new task has been assigned to 'null'

2008-01-04 Thread kukeltje
no it does not have anything to do with jbpm not supporting multiple swimlanes, because it does. It is/was a bug in the console that it did not display things correctly. It should have worked normally otherwise View the original post :

[jboss-user] [JBossCache] - Re: Problem after loading Huge data

2008-01-04 Thread [EMAIL PROTECTED]
In terms of limitations, there are no known memory or size limitations within JBoss Cache, as long as your JVM has adequate heap size. In terms of performance, tree breadth is represented as Maps containing child nodes for each parent node. If each parent node has a large number of

[jboss-user] [JBoss jBPM] - Workflow without DB/Service-Invocations? Is there a simpler

2008-01-04 Thread rainersimon
Hi, I'm trying to achieve the following goal, and I don't know how to do it in a clever way yet - i.e. without creating a proprietary solution to a problem that someone else has probably solved (better) already: I'm planning to build a servlet filter that redirects visitors of the same URL to

[jboss-user] [JBoss Seam] - Re: Server push

2008-01-04 Thread [EMAIL PROTECTED]
Have you looked at Seam Remoting's JMS-subscription feature? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117042#4117042 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4117042

[jboss-user] [JBossCache] - Re: Singleton TreeCache Provider

2008-01-04 Thread [EMAIL PROTECTED]
How do you obtain your JBoss Cache instance right now? If it is shared via JNDI or JMX, then there's your singleton. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117057#4117057 Reply to the post :

[jboss-user] [Beginners Corner] - Re: jboss and apache?

2008-01-04 Thread nitm
peter, i never thought of using the apache for port 80, that can do the trick... right now i have iis working on port 80 but i dont need/use it so that's not a problem... i would rather use the same ports though. will the use of the mod_jk harm me in anyway? is this something i should avoid?

[jboss-user] [JBoss Seam] - Seam transaction problem (maybe unclear)

2008-01-04 Thread dreuzel
I need to do a lot of independent updates in one session.(JTA) principaly I need multiple Begin/commit sessions and I use a delegate session to handle the transactions. even though (all/most) transactions are commited successfull i suffer from the main transaction being

[jboss-user] [JBoss Seam] - Re: Database flush problem

2008-01-04 Thread Techieexchange
[EMAIL PROTECTED] wrote : This is most definitely a very very bad idea. Persistence contexts should (almost) never be scoped to the users session. You're absolutely right. I want to give a warning about it but i forgot. As PC is conversation-scoped (always recommended), original post request

[jboss-user] [JBoss Seam] - Re: Persistence context invocation upon application startup

2008-01-04 Thread fady.matar
I had to convert the startup POJO into a stateful bean, use the persistence context and now it works like charm. Thanks again Pete ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117022#4117022 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Developing with Seam 2 and deploying on WebSphere

2008-01-04 Thread Techieexchange
Hi, I got it working now!! Seems to be some old corrupted war file (in temp/cache), I removed it completely and made a fresh deployment, that worked. Now I deployed my own application (made with Seam+Spring+POJO+JPA) on Websphere. It seems to be a RichFaces was not loaded (no styles/panels)

[jboss-user] [JBoss jBPM] - Re: Problem sending mail in JBPM

2008-01-04 Thread anuragpaliwal
anonymous wrote : Caused by: javax.mail.SendFailedException: Sending failed; | nested exception is: | class javax.mail.MessagingException: Exception reading response; | nested exception is: | java.net.SocketException: Socket is not connected: recv failed Could you make sure that mail

[jboss-user] [JBoss Seam] - Re: Retreiving data based on displayed data

2008-01-04 Thread jteb
Can't you use a stateful bean with an @Factory annotated method to load you data? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117070#4117070 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4117070

[jboss-user] [JNDI/Naming/Network] - javax.naming.NoInitialContextException: Can't find property:

2008-01-04 Thread joepareti
I am developing a demo based on JBOSS 4.2.0.CR2 on Linux RHEL 3/x86. The demo includes an EJB (stateless session bean), and a client app that requests services from the bean. I invariably get the following rt error when launching the client as # ant runClientApp [java]

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-01-04 Thread [EMAIL PROTECTED]
Here is my plan - I'm wrapping up weblogic today, and this weekend. Then next week Websphere. Because I know there are some more people interesting in websphere I'll share my progress as I go, and not wait until I finish updating the doc. Just as a quick survey tell me about your

[jboss-user] [JBossWS] - Re: Relationship between wsconsume and wsimport

2008-01-04 Thread jsolderitsch
Thanks for the confirmation. I am successfully using wsimport from maven to generate JAXB classes from a WSDL that seems to produce identical code compared to that produced by wsconsume. This allowed use to replace a .bat file in our workflow with a corresponding maven goal. View the original

[jboss-user] [JBoss Seam] - Re: Persistence context invocation upon application startup

2008-01-04 Thread mcanaleta
I don't need to convert to a Stateful Bean, my POJO can persist entities, i think the difference is that my startup method is annotated @Transactional. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117033#4117033 Reply to the post :

[jboss-user] [JBoss Seam] - FacesContext is null in Identity.initCredentialsFromCookie

2008-01-04 Thread jayliu2000
Hi. I'm working on a seam application (with Seam 2.0 GA) and now I want to use the rememberMe feature. The application is deployed to tomcat 6.0 and I'm using myfaces 1.2. The problem is that the rememberMe feature of Seam never works for me and I tried to debug into the codes and fount that

[jboss-user] [JBossCache] - Re: configuration error - setting UseInterceptorMbeans attr

2008-01-04 Thread [EMAIL PROTECTED]
JBCACHE-1255. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117078#4117078 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4117078 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: change project name

2008-01-04 Thread rodrigotico
it`s an EAR project. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117077#4117077 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4117077 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How to control end of conversations/state of stateful be

2008-01-04 Thread trouby
[EMAIL PROTECTED] wrote : trouby wrote : Well, sorry for being so annoying but I still don't get the point, If I have buttons that should start a conversation, propagation='none' is not an option | | Normally I find that you don't want to start a new conversation whilst another one is

[jboss-user] [JBossCache] - Re: Buddyrep issue

2008-01-04 Thread FredrikJ
We do apply session affinity. Look at this way: 1. Cache A starts 2. Cache A adds 10 nodes to the cache 3. Cache B starts 4. Cache B 'gets' the 10 nodes thus causing a gravitation After #4 in the sequence we end up with the weird buddy rep settings as discussed above. This is exactly what

[jboss-user] [JBoss Seam] - Re: Developing with Seam 2 and deploying on WebSphere

2008-01-04 Thread [EMAIL PROTECTED]
Hello, I'm working on porting and documenting seam applications to various containers. WebSphere is my next target as described here http://www.jboss.com/index.html?module=bbop=viewtopicp=4117061#4117061 My plan is to get to it next week and I'll post info as I have it. Thanks for your

[jboss-user] [JBoss jBPM] - Re: A new task has been assigned to 'null'

2008-01-04 Thread Pebbels
How to eliminate this bug / where to get the correct version? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117064#4117064 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4117064

[jboss-user] [JBossWS] - how to get password in handler

2008-01-04 Thread jalaja
hi i am using jax-ws handlers,i have set username and paddword property in client side Map context = ((BindingProvider) hello).getRequestContext(); context.put(BindingProvider.USERNAME_PROPERTY, user); context.put(BindingProvider.PASSWORD_PROPERTY, pass);

[jboss-user] [JBossWS] - Re: new or old issue?

2008-01-04 Thread constantine
thanks! - this excpetion is throw just if jboss as is loaded inside eclipse. if i start jboss as outside eclipse does work. you hint doesn't help. i use jdk 1.6._03 and with jrockit6 happens the same. okay, i start now jboss outside eclipse View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal + DWR

2008-01-04 Thread lvcster
hi, thanks for the link. But i have 1 problem, i downloaded the zip file on from the link and deployed it into the JBoss, and opened the http://localhost:8080/portal, i can see the portlet - nice. but when i click on it, it just opens the blank page with the disclaimer 'Powered by JBoss

[jboss-user] [JBoss Seam] - Re: Persistence context invocation upon application startup

2008-01-04 Thread fady.matar
That works, thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117002#4117002 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4117002 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Request param acquire

2008-01-04 Thread kooudy
How to acquire request parameter values, if there are multiple same parameter names? Example (I want values Gavin and Pete): http://localhost:8080/detail.seam?name=Gavinname=Pete Map params = FacesContext.getCurrentInstance() | .getExternalContext().getRequestParameterMap(); There is is

[jboss-user] [EJB 3.0] - Re: How to define unique constraint on foreign keys ?

2008-01-04 Thread hiasi29
Thanks, that worked for me, too! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117046#4117046 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4117046 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Retreiving data based on displayed data

2008-01-04 Thread felixk2
I can do that, but is it possible though to have a bean with an @In and @Out then set the @In parameter when I load the page? Basically it would be great if I can just do something like: #{customerProductList.customer = customerHome.instance} in my view. (.customer being the @In of

[jboss-user] [JBoss Seam] - Re: Server push

2008-01-04 Thread Cloud
No but good suggestion, you may have put the finger on the right thing... that reminds me something interesting around the reverse ajax subject with jms but i don't remember what exactly :) or where i saw it to be precise. What were you thinking off around this ? View the original post :

[jboss-user] [JBossCache] - Re: Buddyrep issue

2008-01-04 Thread [EMAIL PROTECTED]
Sorry, I didn't quite understand your use case in the beginning. If you are adding data to .5 while at the same time reading the same data from the other nodes (causing data gravitation), this will naturally cause some timeouts since there is contention on a buddy backup subtree. In general

[jboss-user] [JBossCache] - Re: Does it matter with the warning

2008-01-04 Thread [EMAIL PROTECTED]
Hi I can't say I've ever seen this before - it may well have to do with the fact that JBoss Cache is not an XA resource and hence doesn't go through the steps to register itself as an XA resource with an XA compliant TM. This should not impact any functionality though, except XA recovery,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Successful deployment on GlassFish, but not on JBoss 4.2

2008-01-04 Thread djkrite
Hello, I have a web application that I can deploy on GlassFish with no problems, but when I attempt to deploy on JBoss4.2 I get this error: 08:45:25,490 FATAL [application] JSF1029: The specified InjectionProvider implementation 'org.jboss.web.jsf.integration.injection.JBossInjectionProvider'

[jboss-user] [JBoss Seam] - Extended EL support (with parameters) - MethodNotFoundExcep

2008-01-04 Thread rizzojo
Hi, I'm a Seam newbie trying to learn it. I've an issue with the use of extended EL in datatables to pass parameters. I can make the booking example (tutorial) work and it uses that feature. But I cannot make it work for my project. (fragment of) The xhtml code of the table: |

[jboss-user] [JBoss Seam] - Re: Retreiving data based on displayed data

2008-01-04 Thread felixk2
I can't because I need to pass a Customer object to the method. The @factory works fine if the method doesn't need any parameters. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117083#4117083 Reply to the post :

[jboss-user] [EJB 3.0] - How to size EJB3 continer for EJB3 stateless session beans (

2008-01-04 Thread andyredhead
Hi, I'd like to know if anyone has any guidelines or techniques for sizing the instance pool for EJB3 stateless session beans in JBoss 4.2.1? We are going live with an EJB3 based application and I'd like to know if I've got the EJB3 container configured sensibly... In

[jboss-user] [JBossCache] - Re: Buddyrep issue

2008-01-04 Thread [EMAIL PROTECTED]
FredrikJ wrote : | But we also see the master having a buddy backup for itself (with no data): | | MASTER: | | null {} | | /_BUDDY_BACKUP_ {} | | /192.168.1.135_51469 {} | | /192.168.1.135_51470 {} | | /1 {1=c6m0p888dfvz} | | The backup

[jboss-user] [JBoss Seam] - Re: How to control end of conversations/state of stateful be

2008-01-04 Thread schlafsack
[EMAIL PROTECTED] wrote : Post your use case for this. If I understand the topic of this thread, I *think* I've come up against a similar problem in the search application I'm writing to learn seam. My application has one page with a text box, a button, a results table and next/previous

[jboss-user] [JBoss Portal] - Using a commandLink with tomahawk tree2

2008-01-04 Thread alex.alvarez
Hello, I am using myfaces1.1.5 with tomahawk1.1.6, using facelets and JBoss Portal 2.6.3 I have a t:tree2 component where each node has an embedded commandLink. Here is the code: t:tree2 id=serverTree value=#{editUser.treeData} var=node varNodeToggler=t clientSideToggle=false

[jboss-user] [JBossCache] - Re: org.jboss.cache.lock.TimeoutException thrown in second i

2008-01-04 Thread [EMAIL PROTECTED]
Does this actually cause any problems in your cache operation? I think it is unnecessarily noisy logging of exceptions that aren't a problem, that was fixed in more recent versions of JBoss Cache. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117073#4117073

[jboss-user] [JBoss Seam] - Connection usage for Seam Managed Entity Manager

2008-01-04 Thread breako
Hi, I am using a Seam Managed Entity Manager for a JTA datasource with the Flush mode set to manual for business use cases, in Seam conversations. I was just wondering when does Seam actually get a JDBC connection? 1. At the beginning of web request? 2. As soon as EntityManager operations are

[jboss-user] [EJB 3.0] - EJB3 with Eclipse

2008-01-04 Thread pipo323400
Hi, We are trying to work a simple EJB 3 application. Our goal is to post a stateless bean and acces to it from a web application. We are developing it with eclipse. Here is the program structure: -A java application that contains two interfaces and the bean (also a metainf) to implement the

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss + custom tags error

2008-01-04 Thread starkc
I have a confounding error while doing a migration from WebLogic to JBoss involving custom JSP tags. Tags appear to stop instantiating new tag objects between requests. The first few times I hit a page, it will perform the tag correctly, but later requests result in errors that seem to trace

[jboss-user] [JBossCache] - Re: Buddyrep issue

2008-01-04 Thread FredrikJ
I tried a snapshot build from SVN (revision 4982) but the result is still the same . Actually I was not entirely accurate in the sequence description. It should be like this: 1. Cache A starts 2. Cache A adds 10 nodes to the cache 3. Cache B starts 4. Cache B 'gets' 9 nodes thus causing a

  1   2   >