[jboss-user] [JBoss Seam] - Re: seam taglib?

2006-11-11 Thread petemuir
http://docs.jboss.com/seam/1.1BETA2/reference/en/html/controls.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985114#3985114 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985114

[jboss-user] [JBoss Seam] - Small typo in Beta2 PDF

2006-11-11 Thread alpheratz-jb
In the Beta2 PDF on page 179 of 193: | @PersistenceContext | public void setBookingDatabase(User em) { | this.em = em; | } | My guess is that the parameter type should not be a 'User.' Trivial, I know, but... Cheers, Alph View the original post :

[jboss-user] [Beginners Corner] - Problem with jndi bindings: my SLSB's not bound

2006-11-11 Thread blomqvie
Hi! I have problems with jndi. I cant get reference to my SLSB:s remote interface with lookup. The servlet which is using the lookup | | Properties props = new Properties(); | props.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); |

[jboss-user] [Beginners Corner] - problem with classloader repository

2006-11-11 Thread editha
I have a war file. and i want to use my own classloader instance for loading this war file. I can now add loader-repositorycom.example:loader=mywar.war /loader repository to my jboss-web.xml. This means that my war has it's own classloader repository and when the war is loaded, first the

[jboss-user] [JBoss Seam] - Re: seam taglib?

2006-11-11 Thread nittm
just what i wanted! thanks a lot. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985131#3985131 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985131 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: _JMS Mesage delivery not working

2006-11-11 Thread oleznew
...I forgot to add that the messages are auto acknowledged. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985133#3985133 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985133 ___

[jboss-user] [JBossWS] - deployment exception for document based webservice

2006-11-11 Thread mnsharif
Hi all! I am using a document style web service (starting from WSDL) and i have complex data types defined in the WSDL. My WSDL file is as follows: ?xml version=1.0 encoding=UTF-8? | definitions | name = Gasherbrum | targetNamespace = http://bla.bla.com/targetNamespace; |

[jboss-user] [Clustering/JBoss] - Re: Max nodes in Jboss cluster?

2006-11-11 Thread [EMAIL PROTECTED]
The highest number of nodes I know of is 90. That customer (a large telco in the US) was even targetting going to 160 nodes. That's JBoss nodes in a cluster. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985136#3985136 Reply to the post :

[jboss-user] [JBoss Seam] - Beta 2: exception resolving EL expression

2006-11-11 Thread rlhr
I'm using a function that calculate the key to be passed to messages: h:outputText value=#{messages[pc:getKey(context, bean.name)]} / | This was used to work in Beta 1 but is broken in Beta 2. I didn't change anything to my code, do I need some change with the new version? The exception is:

[jboss-user] [EJB 3.0] - Re: JBoss 4.0.5 EJB3 Deploy need server restart ?

2006-11-11 Thread cjc
I got the same problem!! http://www.jboss.com/index.html?module=bbop=viewtopicp=3985139#3985139 did someone find the reason, work around, fix? A restart all the time is very BAD!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985140#3985140 Reply to the post

[jboss-user] [EJB 3.0] - Re: inject @EJB dosn't work with 4.0.5

2006-11-11 Thread cjc
A restart of Jboss solve the problem !!! http://www.jboss.com/index.html?module=bbop=viewtopict=93486 how ever in Jboss 4.0.4 GA it works well!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985139#3985139 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - NullPointerException when removing a Bean

2006-11-11 Thread shabirmakhdoomi
Hi All, We recently upgraded to jboss-4.0.4. We start getting following error while calling bean remove method. [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method: public abstract void javax.ejb.EJBLocalObject.remove() throws

[jboss-user] [JBoss Seam] - Could not find stateful session bean

2006-11-11 Thread bluetrade
Hi, when I redeploy / undeploy a Seam application that contains Stateful components which have the @Startup tag and are Application Scoped (also happens sometimes with Conversation scoped components) ,I get the error: Warn [Contexts] Could not destroy component: componentName

[jboss-user] [JBoss Seam] - Re: Could not find stateful session bean

2006-11-11 Thread bluetrade
I forget to add, sometime this also (I think with Session scoped) happens after a certain amount of time (e.g. prob. the conversation timeout?). Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985143#3985143 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Problems with JBoss 3.0.5 connection pooling using Infor

2006-11-11 Thread schenksj
Hi Holger, Did you ever get a response to this one? Scott View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985147#3985147 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985147 ___

[jboss-user] [Messaging, JMS JBossMQ] - Implementing our own Client side interceptors

2006-11-11 Thread Anvar
I have a requirement in jbossmq, where I have to implement and deploy our own client-side JBossMQ interceptors? Is there any way to achieve this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985150#3985150 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal Stress Results

2006-11-11 Thread walbar
Hi Roy, Thanks a lot for your quick answer. We have performed the tests deploying JBoss 2.4.0, and 2.6.0-DR1 on JBoss AS 4.0.5.GA. What we are wondering is why 2.6 is slower than 2.4. Maybe because of its development state? I'll perform a new test hitting a page without the CMS Portlet as

[jboss-user] [EJB 3.0] - Re: Persistence Unit NOTYETINSTALLED

2006-11-11 Thread jasonshaffer
I am also experiencing this exact problem and have been searching for two days straight with no resolve. Please help! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985152#3985152 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Attempt to get JBoss to call my custom login module

2006-11-11 Thread bmcgovern
jcollins. I feel your pain in that most of the docs im reading on SSO are specific to EJB set ups. I don't think I can offer you any help in your problem, but i do get the distinct feeling that you are farther along in fixing your problem than I am in mine and hopefully you, or someone paying

[jboss-user] [JBossWS] - Re: Problem using .NET Compact Framework Client

2006-11-11 Thread tapeshag
I am also facing the similar problem. The generate file 'Reference.cs' doesnt get compiled as it gives compilation error ''System.Xml.Serialization.XmlElementAttribute' does not contain a definition for 'Form'' When I comment all the 'Form' in the file, it gets compiled but web service doesnt

[jboss-user] [JBoss Seam] - Re: Could not find stateful session bean

2006-11-11 Thread [EMAIL PROTECTED]
Adjust the EJB3 container SFSB timeout. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985155#3985155 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985155 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: BETA2 Seam-gen explode/undeploy problem

2006-11-11 Thread [EMAIL PROTECTED]
use seam unexplode, not seam undeploy. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985156#3985156 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985156 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: disabled attribute for s:link

2006-11-11 Thread [EMAIL PROTECTED]
Add a request to JIRA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985157#3985157 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985157 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Beta 2: exception resolving EL expression

2006-11-11 Thread [EMAIL PROTECTED]
Add a bug report to JIRA. One for Stan to figre out, I think. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985158#3985158 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985158

[jboss-user] [JBossWS] - Exception while deploying a webservice with attachment (star

2006-11-11 Thread mnsharif
Hi All I am trying to create a webservice that can receive an attachment alongwith a few other parameters. I am starting from a WSDL file and i am specifying attachments using mime content element as shown in the code below: definitions | name = Gasherbrum | targetNamespace =

[jboss-user] [JBoss Seam] - Re: Could not find stateful session bean

2006-11-11 Thread bluetrade
Hi Gavin, thanks for your reply. Could you point me at some documentation how to do this on JBoss AS 4.0.5? Besides, isn't application scope supposed to mean no-timeout? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985160#3985160 Reply to the post

[jboss-user] [JBoss Seam] - NPE in ParamMethodExpression

2006-11-11 Thread tazo
I'm using facelets custom source file tags feature. Suppose i have tag sortingColumnHeader with source: | ui:composition | xmlns=http://www.w3.org/1999/xhtml; | xmlns:ui=http://java.sun.com/jsf/facelets; | xmlns:h=http://java.sun.com/jsf/html; |

[jboss-user] [JBoss Seam] - Re: NPE in ParamMethodExpression

2006-11-11 Thread tazo
JIRA: http://jira.jboss.org/jira/browse/JBSEAM-492 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985162#3985162 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985162 ___

[jboss-user] [JBoss Seam] - Re: disabled attribute for s:link

2006-11-11 Thread tazo
http://jira.jboss.org/jira/browse/JBSEAM-491 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985163#3985163 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985163 ___ jboss-user

[jboss-user] [Beginners Corner] - Getting Started Tutorial Needs Updating

2006-11-11 Thread bobufuller30004
The 'Getting Started' tutorial... http://docs.jboss.org/jbossas/getting_started/v4/html/ ...needs to be updated. The instructions and supporting code simply do not work with the latest versions of the software. The exceptions and various build problems result in wasted time and a very

[jboss-user] [JBoss Seam] - Using s-link with a method in the action fails

2006-11-11 Thread bluetrade
Hi, I saw in the Seam Documentation that you can use a method and arguments as the action with s:link: s:link value=View Hotel action=#{hotelBooking.selectHotel(hot)}/ however if I try this with my code, I get an error: | s:link value=Modify action=#{bean.select(car)} buttonClass=button

[jboss-user] [JBossWS] - Mixed SOAP parameter styles not supported - migrating from 4

2006-11-11 Thread bgrieder
Hello, I am getting the following error when deploying webservices (that deploy in 4.0.2) to 4.0.5 anonymous wrote : | org.jboss.ws.WSException: Mixed SOAP parameter styles not supported | org.jboss.ws.metadata.EndpointMetaData.setParameterStyle(EndpointMetaData.java:224) |

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE 2.0beta2 and JBoss 4.0.5 launch problem

2006-11-11 Thread MichaelMuo
The same thing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985171#3985171 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985171 ___ jboss-user mailing list

[jboss-user] [JCA/JBoss] - DataSource and connection pool

2006-11-11 Thread vitor_b
Hello I've created datasource xml file with elements: min-pool-size5/min-pool-size max-pool-size100/max-pool-size I can locate and use it, but now I would like to know if there is any way to check: - number of connections in pool - number of used connections in pool? There must be a way to do

[jboss-user] [EJB 3.0] - Re: JBoss 4.0.5 EJB3 Deploy need server restart ?

2006-11-11 Thread esvehla
The fix I found when using JBoss 4.0.4.GA is to use the jems patch installer not the beta2 installer. When I upgraded to 4.0.5.GA this problem began occurring all over again, so we fell back to using 4.0.4.GA. Good news is that hot deployment works consistently with 4.0.4.GA if you use the

[jboss-user] [Messaging, JMS JBossMQ] - Re: Implementing our own Client side interceptors

2006-11-11 Thread azhurakousky
There is no client side interceptors in JBossMQ. However, you can use any AOP framework (i.e. JBossAOP etc.) to aspectize (write an interceptor or an aspect) your class (which I assume could be JMS client). Regards View the original post :

[jboss-user] [EJB 3.0] - @OneToOne (EntityA 1:0..1 EntityB)

2006-11-11 Thread jbossuser_4418
Hello, Having tried various experiments and 'googled' all over the place, I'm unable to create two entities that create a one for one join which when reversed engineered into an ERD tool (eg. MySQL Workbench) shows up with the correct notation (i.e. a one to one join). The scenario...

[jboss-user] [JBoss Seam] - Re: Using s-link with a method in the action fails

2006-11-11 Thread [EMAIL PROTECTED]
If you are using facelets, you need to use the SeamFaceletViewHandler, as per the docs. If you are using JSP 1.2, it is not supported. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985176#3985176 Reply to the post :

[jboss-user] [JBossCache] - Re: ClassCastException during cache replication

2006-11-11 Thread mraccola
The session replication does not appear to be a factor. I can recreate the error with session replication turned off. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985179#3985179 Reply to the post :

[jboss-user] [JBoss Portal] - How to access the Portlet Properties?

2006-11-11 Thread rabi_sultan
If you set a property in the admin console for a portlet instance, how can one access that value using a JSP page without having to use a Servlet? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985180#3985180 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Trinidad example uploaded to wiki

2006-11-11 Thread alpheratz-jb
Just tried this with Beta2 and jboss4.0.5ga. All is great when valid input is presented to the Register New User form. If, however just a single character is entered into each field, hibernate validation cuts in (good) and the browser is shown an error 500 (bad), thus: | HTTP Status 500 -

[jboss-user] [JBossWS] - JBossXBException: Failed to parse source

2006-11-11 Thread swamini2
I am using JBossAS4.0.5 with JBossWS1.0.3. I have followed JBossWS user guide to developed a JSR181 based web service. I started with WSDL and generated Java interface using wstools.sh. After implementing the interface, I packaged the jaxrpc-mapping.xml, application-client.xml,

[jboss-user] [Security JAAS/JBoss] - Re: Attempt to get JBoss to call my custom login module

2006-11-11 Thread jaikiran
anonymous wrote : OK, it rooked me again, (I'm learning slowly).. You have the Code button which you can use while posting to wrap those contents in a code block to avoid the mess. jcollins914, i havent used webservices before and dont have much knowledge about them. However with whatever

[jboss-user] [Beginners Corner] - Re: Problem with jndi bindings: my SLSB's not bound

2006-11-11 Thread jaikiran
If you have not specified any JNDI name then the bean by default gets bound to appName/BeanName/remote for remote interface or appName/BeanName/local. So assuming your application name is myApp and you are looking up a remote interface, the code will look like: | Context ctx = new

[jboss-user] [JBoss Portal] - Re: JBoss Portal Stress Results

2006-11-11 Thread [EMAIL PROTECTED]
Well, keep in mind that 2.6 was pushed out by the portal team developers earlier than planned, because we wanted feedback on the direction we were taking wrt usability. As for the CMS, Sohil will be profiling it this week and see where the problem is. I'll tell him to post here if he finds

[jboss-user] [JBossWS] - bean-deployer:2.0: deployment is not bound as a global eleme

2006-11-11 Thread swamini2
I am using JBoss-4.0.5 with JBossWS-2.0.0-CR1 and getting following exception while server startup: Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: file:/space/jboss-4.0.5.GA/server/default/deploy/jbossws.sar/jbossws.beans/META-I NF/jboss-beans.xml at

[jboss-user] [JBossWS] - anyone from JBoss' working group??

2006-11-11 Thread mnsharif
mnsharif wrote : | Is it that attachments are not supported in JBoss (i am using 4.0.4 with jbossws as add-on)?? or are they not supported when starting from WSDL file? Or am i ignoring something here? | Can anyone from JBoss itself answer these question if a certain thing is possible