[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to configure jboss like http://201.87.88.203:8080

2007-10-09 Thread kedarnath
thanks is thera ny possible to write it in script for permanat . can u guide me. by Manju View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093286#4093286 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093286

[jboss-user] [JBoss Seam] - Re: problem in login.seam

2007-10-09 Thread swd847
The code in question looks like: | protected void notLoggedIn() |{ | Events.instance().raiseEvent("org.jboss.seam.notLoggedIn"); | | FacesMessages.instance().addFromResourceBundleOrDefault( | FacesMessage.SEVERITY_WARN, | "org.jboss.

[jboss-user] [JBossWS] - Re: SoapFault on returning the web service response

2007-10-09 Thread richard_opalka
Try to specify @WebResult | ( |name="SpamResult", | targetNamespace="http://service.responsys.com/rsystools/ws/SpamComplaintWS/1.0"; | ) | @RequestWrapper | ( |localName="Spam", | targetNamespace="http://service.responsys.com/rsystools/ws/SpamComplaintWS/1.0";, |

[jboss-user] [JBoss Seam] - Re: problem in login.seam

2007-10-09 Thread swd847
I have two simple and rather dodgy ways to work around this: 1) remove from the login page. 2) Try something like: | Iterator iter = FacesContext.getCurrentInstance().getMessages(); | while ( iter.hasNext() ) | { | FacesMessage m = (FacesMessage)iter.next(); |

[jboss-user] [JBoss Seam] - Re: problem in login.seam

2007-10-09 Thread panky_p
Yes Shane, I did try on messages.properties by adding org.jboss.seam.NotLoggedIn= but it still shows the message "Please log in first" I am also trying to find out whether it is maintaining session somewhere or not ? I think quite possible it may be a reason!! Thanks for reply!! View the origina

[jboss-user] [JBoss Tools (users)] - Re: eclipse permGen

2007-10-09 Thread [EMAIL PROTECTED]
hmm...I can't recall anything being added between the 4th october and for the release that should eat up memory. Did you try out some new plugins or ? And are you 100% sure the permgen space is actually set ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JBoss Seam] - Re: How to use Seam without persistence?

2007-10-09 Thread matt.drees
>From what I gather from http://jira.jboss.com/jira/browse/JBSEAM-1900, you may >simply need to put | | in your components.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093274#4093274 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Tools (users)] - Re: eclipse permGen

2007-10-09 Thread [EMAIL PROTECTED]
hmm...I can't recall anything being added between the 4th october and for the release that should eat up memory. Did you try out some new plugins or ? And are you 100% sure the permgen space is actually set ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JCA/JBoss] - Re: Help: Mbean exceptions on jboss startup

2007-10-09 Thread [EMAIL PROTECTED]
Go through the sample application as explained here http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch7.chapt.html Look at the contents of the notxfs-ds.xml file at the above location . You would need to map the pointing to the rar , if the rar is in the ear then you would have to specify the

[jboss-user] [JBoss Tools (users)] - eclipse permGen

2007-10-09 Thread dbinder
Hi, everybody, I started using JBIDE B4 and I'm now experiencing big trouble in eclipse. after some times, I always get an out of memory saying my permGen size has been exceeded configuration : eclipse 3.3 (europa EE) with latest update from eclipse update sites winXP SP 2 jdk 1.6.0 previously

[jboss-user] [Beginners Corner] - Re: No capability (e.g. no option to create portal, manage u

2007-10-09 Thread jaikiran
Let the discussion continue in your other thread at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=120802 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093269#4093269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to configure jboss like http://201.87.88.203:8080

2007-10-09 Thread jaikiran
While starting JBoss (either through run.bat or run.sh) use the -b parameter to pass the IP address to bind to. run.bat -b 201.87.88.203 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093268#4093268 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Portal] - No portlets listed when changing page layout

2007-10-09 Thread roth
Hi If you look at "Figure 33" of the reference manual (http://docs.jboss.com/jbportal/v2.6.2/quickstartuser/html/interaction.html#d0e506), you see a list of available portlet instances that can be added to a page layout. With 2.6.2, this list doesn't show for me anymore. If I switch the conten

[jboss-user] [JBossCache] - Re: TreeCacheListener event ordering:

2007-10-09 Thread jnorris10
"[EMAIL PROTECTED]" wrote : Yes, since the events are scoped by the tx. When the changes in the tx replicate, they will be executed in the same order on the remote nodes. Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093266#4093266 Reply to the

[jboss-user] [JCA/JBoss] - Re: Help: Mbean exceptions on jboss startup

2007-10-09 Thread liujw2001
Thank you for your reply. I'm sorry I don't know how to write this *-ds.xml file. I want to send the source code to your jboss email ([EMAIL PROTECTED]) which showed in this forums. Can you help me to finish this *-ds.xml file? Waitting for you reply again. View the original post : http://www.j

[jboss-user] [JBoss Portal] - Re: No capability (e.g. no option to create portal, manage u

2007-10-09 Thread roth
Hi Might be a stupid question, but do you have the admin, management, identity and cms portals deployed? I.e. are there portal-admin.sar and the like in your JBoss deploy/ directory? Cheers, Tobias View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093264#4093

[jboss-user] [JBoss Seam] - Re: How to use Seam without persistence?

2007-10-09 Thread Kragoth
I guess I forgot a few details. I'm using: Seam 2.0 CR2 sun's jsf-api and impl that came with Seam 2.0 Tomcat 6.0.14 I'm not working on the Spring part of the application at the moment so not sure of its version, but most likely the latest stable build. Hope that helps. View the original post

[jboss-user] [JBoss Seam] - How to use Seam without persistence?

2007-10-09 Thread Kragoth
Hi all, I have a very unusual task at my work and I'm struggeling to find a way to accomplish what my team leader wants. We are writing an app that is using Spring for transaction management and for some *unknown/stupid* reason they do not want seam to handle persistence. However, I am running

[jboss-user] [JBoss Seam] - How to drag and drop compnents in a form?

2007-10-09 Thread panky_p
Hi, How can I develop a drag-drop application in which i can drag one component and drop it in another form? Is there any clue? I am trying it by making use of richfaces. All suggestions are welcome!! Thanks!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [Installation, Configuration & DEPLOYMENT] - how to configure jboss like http://201.87.88.203:8080

2007-10-09 Thread kedarnath
hi , jboss application serv er can access by typing http://localhost:8080 in internet explorer or any othe browser but i don't want that scenario. i need to configure jboss according to my ip address like http://201.87.88.203:8080 like that where can i configure that JBoss according to my requ

[jboss-user] [JBoss Seam] - Re: problem in login.seam

2007-10-09 Thread [EMAIL PROTECTED]
Sorry, I misunderstood your original question. You need to add the following entry to your messages.properties file (not message.property): org.jboss.seam.NotLoggedIn= I've just updated the seambay example in CVS to do just this. View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JCA/JBoss] - Re: Help: Mbean exceptions on jboss startup

2007-10-09 Thread [EMAIL PROTECTED]
"liujw2001" wrote : I used jboss4.2 and jboss4.0 | | First I don't know the defference between the *-ds.xml and *-servcie.xml, can you tell me? | The second is I just use a simple test which doesn't use datasource. You don't need to perform the deployment using the my-service.xml file , us

[jboss-user] [JBoss Seam] - Eclipse Enterprise Application Project

2007-10-09 Thread news918
Hi Gurus !!! Does anybody knows how to create a Seam application usign an Enterprise Application Project in Eclipse ? I'd like to configure an Enterprise Application Project using Tomcat as web server. Any tips or suggestions ?. TIA Julio View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: Weird entity behavior

2007-10-09 Thread swd847
Yes, especially because Account actually has the foreign key, and the relationships work fine in both directions normally. The only time there is a problem is if the entity is first loaded by portfolio.getAccounts(). If the entity has already been loaded getAccounts() works fine. View the or

[jboss-user] [JBoss Seam] - Re: Captcha image doesn't appear =(

2007-10-09 Thread paulovittor23
Thanks for the replies and for understand my poor English, I'm studying it yet =) anonymous wrote : I had the same issuethen I looked in my lib and didn't have the jcaptcha jar, and had to put it in there. | | I don't know if that is your issue, but just thought I'd offer that up. I s

[jboss-user] [JBoss Seam] - Re: Weird entity behavior

2007-10-09 Thread smithbstl
Are you sure you have your relationship set to be bidirectional? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093253#4093253 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093253 __

[jboss-user] [JBoss Seam] - Weird entity behavior

2007-10-09 Thread swd847
I have some entities, call them Portfolio and Account Account is the root of a single table inheritance heirachy. Portfolio has a OneToMany bidirectional relationship to a Account, mapped using a foreign key in Account. if i call portfolio.getAccounts() the accounts do not get initialized prope

[jboss-user] [JCA/JBoss] - Re: Help: Mbean exceptions on jboss startup

2007-10-09 Thread liujw2001
I used jboss4.2 and jboss4.0 First I don't know the defference between the *-ds.xml and *-servcie.xml, can you tell me? The second is I just use a simple test which doesn't use datasource. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093251#4093251 Reply

[jboss-user] [JBoss jBPM] - How to uninstall the process definition from the backend dat

2007-10-09 Thread neptune
Hello, I am using jbpm-startkit-3.1.4, I wonder how to uninstall the process definition from the backend database? I tried to remove the data directly from tables in the database, but I found it is very hard to do it because there are complex relation existed among different tables, there are

[jboss-user] [JBoss Seam] - Re: Captcha image doesn't appear =(

2007-10-09 Thread [EMAIL PROTECTED]
Do you get the following line in your log when your application deploys? 12:11:15,750 INFO [Contexts] starting up: org.jboss.seam.captcha.captchaImage View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093249#4093249 Reply to the post : http://www.jboss.com/ind

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configure JBoss to connect to multi database on multi ma

2007-10-09 Thread catania
Today, I tried and success! I recognized that: 1. Inside my Log_Entry entity has id filed and I edit to idMess | 2. When I create the new schema in MySql, not begin a number (ex: not 2xxx, it should begin with character axxx). Thank you jaikiran very much! Your helps are very useful for

[jboss-user] [JBoss Seam] - Re: NullPointerException in org.jboss.seam.webservice.SOAPRe

2007-10-09 Thread [EMAIL PROTECTED]
Does the seambay example work for you? It uses a standard-jaxws-endpoint-config and the request handler works fine. As for the NPE, they're always bad so I've fixed it in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093247#4093247 Reply to the post

[jboss-user] [JBoss jBPM] - Feature Request - Task Properties

2007-10-09 Thread simonbaker
I dont know if this is already possible; if so, I'd appreciate advice. More and more we find we have a need for "task properties" that are definable in the Task element in the processdefinition.xml file and retrievable from a Task object. For instance, it would be useful to put: | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configure JBoss to connect to multi database on multi ma

2007-10-09 Thread catania
Oh! sorry. Not anonymous wrote : 456 .log_records. It is : 15:41:36,045 ERROR [SchemaUpdate] Unsuccessful: create table CDatabase .log_records (id | integer not null auto_increment, message varchar(255), date datetime, level var | char(255), primary key (id)) | 15:41:36,061 ERROR [SchemaUp

[jboss-user] [Clustering/JBoss] - JBOSS doesnt find JMSQueue ( connection failure)

2007-10-09 Thread mnsweeps
We have 2 JBOSS instances running in cluster . One is primary and other secondary. We have JMS configured in both under /deploy-hasingleton/. Sorry to be naive on the clustering thing as I am not the one who configured it. Anyway when the second Jboss instance tries to open a connection to JMSQueu

[jboss-user] [JBossWS] - Re: SoapFault on returning the web service response

2007-10-09 Thread ggary
I made a little change in the service and instead of class instance returning an array of java.lang.String. In this case service works without complaints. So, it is definitely a bug in the @ResponseWrapper conversion. Can anyone verify it for me please? View the original post : http://www.jboss

[jboss-user] [JBoss Portal] - No capability (e.g. no option to create portal, manage users

2007-10-09 Thread tulumvinh
Problem: after login to JBoss portal (http://hostname:8080/portal) with user "admin", I am missing the following: - There is no content in the "Home" tab. - After clicking on the "admin" link in the upper right hand corner, I see "Home" and "Members" tabs. However, there is no content within th

[jboss-user] [JBoss Seam] - Re: boolean property not binding

2007-10-09 Thread swd847
You need to add getters and setter for checked to both MyBean and IMyBean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093239#4093239 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093239

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Problem with accessin Jboss by IP address, even with the -b

2007-10-09 Thread pxx
Hi I'm having a problem with accessing jboss by IP address. Jboss version : jboss-4.2.1.GA when I start the jboss with default configurations it is start without any errors. then I can access it by http://localhost:8080/, Well i did readed some posts and i try to run it with the -b option, tha

[jboss-user] [Beginners Corner] - No capability (e.g. no option to create portal, manage users

2007-10-09 Thread tulumvinh
Problem: after login to JBoss portal (http://hostname:8080/portal) with user "admin", I am missing the following: - There is no content in the "Home" tab. - After clicking on the "admin" link in the upper right hand corner, I see "Home" and "Members" tabs. However, there is no content within t

[jboss-user] [JBoss Seam] - boolean property not binding

2007-10-09 Thread sbozdag
Hi, I have a page as below: | | | | ... | | ... | | | I am trying to show a check box component on the page. And here is my "stateful" session bean, | @Stateful | @Scope(ScopeType.SESSION) | @Name("bean") | public class MyBean implements Seri

[jboss-user] [JBoss Seam] - Re: 'mavenized' property

2007-10-09 Thread [EMAIL PROTECTED]
It makes the examples and seam-gen use the /lib folder rather than retrieving dependencies from maven repositories. In fact I should move it for the GA as its ugly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093233#4093233 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Re: Ajax4jsf UnboundedFifoBuffer

2007-10-09 Thread [EMAIL PROTECTED]
The correct fix is to use RichFaces 3.1.1-GA. Seam 1.3 == Seam 2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093229#4093229 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093229

[jboss-user] [JBoss Seam] - Re: Seam nightly builds

2007-10-09 Thread [EMAIL PROTECTED]
In the next couple of weeks with any luck. We're currently improving the coverage of the testsuite - so once that is done, we've updated the docs a bit and fixed any bugs you guys come across we are good to release! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss jBPM] - TaskInstance Variables?

2007-10-09 Thread simonbaker
>From the JBoss jBPM jPDL 3.2 User Guide: anonymous wrote : 11.4. Task instance variables | A task instance can have its own set of variables and a task instance can also 'see' the process variables. We're using jbpm-jpdl-3.2.GA . Don't see any API for setting/getting TaskInstance variables

[jboss-user] [JBossWS] - SoapFault on returning the web service response

2007-10-09 Thread ggary
I have created a simple JAX-WS web service to process spam complaints Here is the Java code of it: @WebService(targetNamespace="http://service.responsys.com/rsystools/ws/SpamComplaintWS/1.0";) | public class SpamComplaintWS | { | @WebMethod(operationName="processSpamComplaints") | @

[jboss-user] [JBoss Seam] - Re: How to validate currency/float precision on a form

2007-10-09 Thread matt.drees
Glad to hear it worked out. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093227#4093227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093227 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: How to validate currency/float precision on a form

2007-10-09 Thread jfrankman
In case someone else needs to do this: At first I downloaded the hibernate-validator.jar and tried to add it to my project and jboss, but I could not get it to work with the correct version of the hibernate-entity manager. So, I downloaded the hibernate entity manager 3.3.1 which included the l

[jboss-user] [JBoss Seam] - Re: Captcha image doesn't appear =(

2007-10-09 Thread dhinojosa
I had the same issuethen I looked in my lib and didn't have the jcaptcha jar, and had to put it in there. I don't know if that is your issue, but just thought I'd offer that up. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093223#4093223 Reply to the

[jboss-user] [JBoss jBPM] - Re: Problem deploying jbpm-console

2007-10-09 Thread clecompt
I'm currently trying to deploy the 3.2.2 jbpm-enterprise.ear in a jboss application server configured to use the JBossWebClassloader (it needs to since another app depends on this). I have moved the myfaces jars to the jbpm-console.war/WEB-INF/lib directory within the ear and added a jboss-app.

[jboss-user] [JBossWS] - Re: wsdl based web-service (like a paypal simulator)?

2007-10-09 Thread rocken7
yep good one oskar, I should've noticed this with my log statements. maybe i'll just merge the two xml-schemas together into 1 xsd file, lots of work tho, and if jbossws was a bit better it wouldn't require this workaround. case closed. View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-10-09 Thread nickarls
Ngh. Of course. Thanks. Did you BTW come to any consensus regarding the caching? For some reason I seem to get different instances of the resource loader (my cache-map is always empty even if the scope is application). Would I have to inject the data from somewhere else? View the original pos

[jboss-user] [JBoss Tools (users)] - Re: WTP2.0.1, JBossAS-Tools-1.0.0.beta4 not publishing corre

2007-10-09 Thread [EMAIL PROTECTED]
The class that is applicable here is http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosstools/trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/publishers/JstPublisher.java?view=markup&pathrev=3875 View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - NullPointerException in org.jboss.seam.webservice.SOAPReques

2007-10-09 Thread sg26565
I tried to write a conversational webservice with seam 2.0.0.CR2 My first problem was that the documented way of putting a standard-jaxws-endpoint-config.xml file into META-INF didn't work at all. Instead I added a handler-chain to sun-jaxws.xml. | http://java.sun.com/xml/ns/jax-ws/ri/runtime

[jboss-user] [Messaging, JMS & JBossMQ] - maxMessages

2007-10-09 Thread Renen
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJMSMessageListener defines "maxMessages" as follows: anonymous wrote : | maxMessages - read this number of messages before delivering messages to the mdb (each message is delivered individually on the same thread in an attempt to avoid context e

[jboss-user] [Messaging, JMS & JBossMQ] - Re: maxMessages

2007-10-09 Thread Renen
Perhaps I should also add that the default "maxMessages" value would seem to be 15. I will correct the wiki if somebody can confirm my testing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093214#4093214 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss AOP] - Re: How to exclude parts of my app from AOP?

2007-10-09 Thread [EMAIL PROTECTED]
jboss-aop-jdk50.deployer/META-INF/jboss-service.xml. See the documentation for description of the Incluse/Ignore/Exclude attributes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093212#4093212 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: Seam nightly builds

2007-10-09 Thread asookazian
When is 2.0.0.GA due for release?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093210#4093210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093210 ___ jboss-user mailing l

[jboss-user] [JBoss Messaging] - Re: Messages get stuck in queue ... as they should.

2007-10-09 Thread brown078
Thanks Tim, We were working through those today in the destinations-service.xml. Hopefully that will alleviate those issues. We still have messages stuck in the queue that were there before the change. Is there a way to replay these messages without restarting JBoss? Thanks again. View the

[jboss-user] [Messaging, JMS & JBossMQ] - hung JBoss context lookup

2007-10-09 Thread sranjan
I have JMS Client inside weblogic 8.1 listening to a queue hosted in JBoss3.2.5. I have an ExceptionListener which tries to reconnect the queue if connection is broken and restart the listener. Our client is rebooting JBOSS every morning, and my jms client would detect the broken connection an

[jboss-user] [JBossWS] - Re: wsdl based web-service (like a paypal simulator)?

2007-10-09 Thread oskar.carlstedt
Hello! As I said before, this is probably due to the circular schema imports. JBoss will try to load the first schema (CoreComponentTypes.xsd). While scanning this schema JBoss will find the schema import for the 2:nd schema (eBLBaseComponents.xsd). While scanning this 2:nd schema JBoss will fi

[jboss-user] [JBoss Seam] - Re: s:fileUpload doesn't preserve pending value after immedi

2007-10-09 Thread stephen.friedrich
No way to get around it. I have seen an application (Jira) that adds a message underneath the upload text field like "Path was lost during reload. Please enter again.". That's probably the best you can do. If you really would find a way around this limitation you would be making headlines on ma

[jboss-user] [Management, JMX/JBoss] - LDAP Authentication provider

2007-10-09 Thread patwary_shiva
Our application currently uses weblogic and websphere which provide MBeans to acces the underlying LDAP or active servers. Now we we are migrating from weblogic to jboss. Is there a generic LDAP Authentication provider which i can use as mbean to access the Sun one Ldap or Microsoft active ser

[jboss-user] [JBoss Seam] - Captcha image doesn't appear =(

2007-10-09 Thread paulovittor23
Hi, Im trying to implement an exeample using the captcha feature but I'm getting a blank image when I run my application... I think it's because the element "captcha" from the #{captcha.id} are null or something like that... Reading the documentation I saw that I need to register the module captc

[jboss-user] [Security & JAAS/JBoss] - Re: writing new LoginModul - unable to replace Principal ??

2007-10-09 Thread patwary_shiva
I am getting Bad password for username=admin Below is the stack trace of the exception : authInfo=AppConfigurationEntry[]: [0] LoginModule Class: org.jboss.security.ClientLoginModule ControlFlag: LoginModuleControlFlag: required Options:[1] LoginModule Class: org.imixs.jboss.security.LdapLoginMod

[jboss-user] [JBoss Seam] - Re: Ajax4jsf UnboundedFifoBuffer

2007-10-09 Thread asookazian
I reproduced the exception: | Exception during request processing: javax.servlet.ServletException: org.apache.commons.collections.UnboundedFifoBuffer | in a Seam app using JBoss 4.0.5.GA and Seam 1.2.1.GA by adding the following to my build.xml for a seam-gen'd app: | |

[jboss-user] [JBoss jBPM] - Re: Large

2007-10-09 Thread rgullett
And we are using the latest version of the GPD. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093199#4093199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093199 ___ jboss-u

[jboss-user] [JBoss Messaging] - Re: Question about jboss-messaging-1.4.0.GA and #JBMESSAGING

2007-10-09 Thread timfox
"LeifOO" wrote : | Question about jboss-remoting 2.2.2.SP1 jar: | Chapter 4, JBoss Messaging Installation, | http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.0.GA/html/installation.html | states that you shall download jboss-remoting 2.2.2.SP1 f

[jboss-user] [Security & JAAS/JBoss] - Re: writing new LoginModul - unable to replace Principal ??

2007-10-09 Thread patwary_shiva
I am trying to use with sun one ldap it is not working.Is there any Mbean similar to weblogic LDAPAuthenticatorMBean which can give me information about the ldap View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093195#4093195 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - 'mavenized' property

2007-10-09 Thread gersonk
Could someone explain to me the meaning of the 'mavenized' attribute in the build.properties? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093194#4093194 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093194 ___

[jboss-user] [JBoss Seam] - RSS feed that has the announcement about a new version of SE

2007-10-09 Thread [EMAIL PROTECTED]
RSS feed that has the announcement about a new version of SEAM (and JBoss AS) I used to have this on my browser at work, but have now left that job. Anyone point me to an RSS feed that has just these announcements. Was very useful! View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Portal] - How to set up the 404 redirects in Jboss Portal

2007-10-09 Thread shanportal
I have a jboss portal server 2.6.1, I have an portal appliction, I would like to know how to set up the 404 redirects. Which web.xml i need to look for to set up 404 or any other file i need to look for 404 setup. Any help is highly appriciated. Thanks in advance. View the original post : htt

[jboss-user] [JBoss Portal] - Re: Chanhes Made Though the Admin Console is not reflecting

2007-10-09 Thread shanportal
Hi Peter Thanks a lot. I have changed in portal-ds.xml to keep. It works now Thanks a lot for your help. Raj View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093190#4093190 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBossCache] - Re: TreeCacheListener event ordering:

2007-10-09 Thread [EMAIL PROTECTED]
Yes, since the events are scoped by the tx. When the changes in the tx replicate, they will be executed in the same order on the remote nodes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093189#4093189 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: @DataModelSelection doesn't work in Restful

2007-10-09 Thread dhinojosa
Nevermind, I was just being an idiot. ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093188#4093188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093188 ___ jboss-user mai

[jboss-user] [JBossCache] - TreeCacheListener event ordering:

2007-10-09 Thread jnorris10
Version: 1.4.1.SP5, ASYNC replication Scenario: 1) start TX 2) update node X 3) update node Y 4) commit TX During asynchronous replication to another node, is there any guarantee on the ordering of the TreeCacheListener events that are fired? In other words, can we guarantee that the X update

[jboss-user] [EJB 3.0] - Can persistence.xml be deployed outside the jar?

2007-10-09 Thread yangju
Our datasources are sometimes deployed at runtime. If we deploy the persistence.xml inside the jar, then if we add a new datasource, we would have to open the jar and modify the xml file. This creates a headache for production people. I wonder if we can deploy the persistence.xml outside the jar

[jboss-user] [JBoss Seam] - Re: Create New Entity -> Page Round Trip & Update autoincrem

2007-10-09 Thread griffitm
Since I seem to be having this conversation with myself, I thought I'd post the solution so I would know what I did wrong. When I used seamgen to generate the entities seam generate-entities It did not properly add the @GeneratedValue annotation to the entity class for the autoincrement field i

[jboss-user] [JBossWS] - Re: WS config

2007-10-09 Thread PeterJ
That's a negative. There are no artifacts in the WSDL that indicate WSSecurity is required. All you get is an error is the client doesn't supply the credentials (see my travails at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=120672). This makes sense because you can then easily lay

[jboss-user] [JBoss Messaging] - Re: Messages get stuck in queue ... as they should.

2007-10-09 Thread timfox
If you catch your exception and rollback your transaction, then the message should automatically get redelivered. (This should happen automatically for your in a transacted MDB). To prevent roll backs happen in too quick a succession you can specify a redelivery delay (see userguide for more in

[jboss-user] [JBoss Seam] - s:decorate and generated span

2007-10-09 Thread miloslav.vlach
I have used the 1.1 myfaces jsf implementation. I upgrade application to the Sun 1.2 and the generated layout is broken. In previous version i have used the s:decorate tag to generate table row with 2 columns. The sun RI generate span in section. My question is: how to create (best practise) f

[jboss-user] [JBoss Messaging] - Re: Is Jboss Messaging ready for Mission Critical Applicatio

2007-10-09 Thread timfox
We currently have an early adopter program which includes several household names who have been using JBM in production for some time. We also have many other non production support customer using JBM and many more again non paying customers using JBM in production. Currently only developer ass

[jboss-user] [JBoss Seam] - Re: Pojo constructor called twice - normal?

2007-10-09 Thread matt.drees
(In general, it's better to put stuff in a @Create method rather than a constructor) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093177#4093177 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093177 _

[jboss-user] [JBoss Seam] - Re: Pojo constructor called twice - normal?

2007-10-09 Thread matt.drees
Yep, that's normal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093175#4093175 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093175 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Messaging] - Re: RedeliveryDelay is not honoured

2007-10-09 Thread timfox
Madhu- Please can you describe what you are doing in more detail? Note that Redelivery delay is RE-delivery delay, not delivery delay. I.e. the intention is not to delay the first delivery of the message, but to delay any subsequent deliveries that may occur after rollback. If you want to dela

[jboss-user] [JBossWS] - Re: WS config

2007-10-09 Thread nickarls
"PeterJ" wrote : Have you seen http://jbws.dyndns.org/mediawiki/index.php?title=JAX-WS_User_Guide#WS-Security? | Yep, I used that as a starting point "PeterJ" wrote : | What do you mean by "(garbling => error)"? | I mean that if I introduce an error into the file then the config stops

[jboss-user] [JBoss Seam] - Re: Ajax4jsf UnboundedFifoBuffer

2007-10-09 Thread asookazian
so what is the "official" fix to the UnboundedFifoBuffer exception? I'm getting this as well after migrating the Seam booking app from 4.0.5.GA to 4.2.1.GA with Seam 1.2.1.GA. It happens when I'm entering data into the inputText fields in the register use case screen. I read this entire threa

[jboss-user] [JBoss Seam] - Pojo constructor called twice - normal?

2007-10-09 Thread captainvoid
Hi, being a newbie to Seam and JSF I just built my first Seam webapp running in Tomcat 5.5 (Seam 1.2.1 GA + Facelets). In order to see when exactly my components (all Pojos) get instantiated I put some debug output in the components' constructors. Now I noticed that Seam, every time it creates

[jboss-user] [JBoss Seam] - Re: @DataModelSelection doesn't work in Restful

2007-10-09 Thread dhinojosa
Actually, let me look more into this and recreate this issue. hmmm. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093170#4093170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093170 ___

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging 1.4.0 noLocal subscriber fills topic cau

2007-10-09 Thread timfox
'tis fixed in TRUNK View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093169#4093169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093169 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Seam] - @DataModelSelection doesn't work in Restful

2007-10-09 Thread dhinojosa
I found out that when you RestFully set up a @DataModel, the @DataModelSelection returns the 1st element of the list, always, but when you attach a @Factory to the action method, then it works fine. It seems that the @Factory annotation has become more of a data table component extension and no

[jboss-user] [JBossWS] - ClassCastException @ BaseDeserializerFactory.getSpecialized

2007-10-09 Thread vasquezr
Using Jboss 4.0.2. Have a web service client(dyamic proxy method) that uses a complex type as a return parameter which consists of two java Object (WSDL anyType ). The web service and client both worked until there was an attempt to add security to the application which housed the ejb endpoint.

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging 1.4.0 noLocal subscriber fills topic cau

2007-10-09 Thread timfox
Yes indeed, a bug it is... http://jira.jboss.com/jira/browse/JBMESSAGING-1100 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093163#4093163 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093163

[jboss-user] [JBoss Seam] - Re: Additional filter outside Seam-filter messes up encoding

2007-10-09 Thread Manuel Palacio
How are you UTF-8 encoding your pages? I tried the filter and it didn't mess up the öåä, etc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093159#4093159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093159 ___

[jboss-user] [JBoss Portal] - Re: Chanhes Made Though the Admin Console is not reflecting

2007-10-09 Thread PeterJ
Do you have the if-exists tag in your portal-object.xml file: | | keep | Make sure if-exists is set to "keep" and not "overwrite". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093156#4093156 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: JBoss EL performance vs Sun EL

2007-10-09 Thread mgrouch
Has anyone had a chance to compare JBoss EL perfromance with JUEL http://juel.sourceforge.net/? Also in cases where type is known would it be possible to use EL compiled into bytecode? Like here http://sixlegs.com/blog/java/compiled-el.html Thanks View the original post : http://www.jboss.com/

[jboss-user] [Beginners Corner] - Re: Running multiple instances of an EAR

2007-10-09 Thread PeterJ
The problem you will have is with EJBs and other things that will end up with names in JNDI. Unless the names of those items are different, you will end up naming conflicts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093153#4093153 Reply to the post : h

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging 1.4.0 noLocal subscriber fills topic cau

2007-10-09 Thread maihde
For additional details see my colleagues forum message. Sorry for the double submit ;) http://www.jboss.org/index.html?module=bb&op=viewtopic&t=120774 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093150#4093150 Reply to the post : http://www.jboss.com/in

[jboss-user] [Remoting] - Re: Sockets left in CLOSE_WAIT on server

2007-10-09 Thread engluer
Upgrading has solved the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093149#4093149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093149 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - NoLocal Subscription building up messages in server queue le

2007-10-09 Thread engluer
I have a client that connects to the server with a publisher and subscriber on the same topic. The publisher publishes 1 KB message as fast as he can. The subscriber is setup as follows: | subscriber =subscriberSession.createSubscriber(topic, null, true); | subscriber.setMessageListener(ne

  1   2   3   >