[jboss-user] [EJB/JBoss] - Stateful bean with different tx context-urgent

2006-11-07 Thread boobalan_kj
when multible users accessing the application I am getting the following log message... INFO | jvm 1 | 2006/11/02 13:45:29 | 13:45:29,216 ERROR [LogInterceptor] TransactionRolledbackLocalException in method: public abstract void javax.ejb.EJBLocalObject.remove() throws javax.ejb.RemoveExceptio

[jboss-user] [Installation, Configuration & Deployment] - Re: XML transformer classloader issue

2006-11-07 Thread norsay
solved the problem myself. Instead of rendering the XSLT on server side (EJB - located in a JAR within the EAR) I'm doing the transformation in my struts action (located in the WAR within the EAR). Ok, it is more a hack than a solution, however it's working now :-) View the original post : htt

[jboss-user] [JBoss Seam] - Re: Seam Page Parameters

2006-11-07 Thread [EMAIL PROTECTED]
Done in CVS, please test this for me. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984011#3984011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984011 ___ jboss-user

[jboss-user] [JBoss Eclipse IDE (users)] - Problem regarding downloading and installing JBoss IDE 2.0.0

2006-11-07 Thread arya_ashish
Hi, I am facing problem in downloading and installing JBoss IDE 2.0.0 Beta version on Eclipse 3.2.1. I tried the same through 2 different ways. 1) when I tried to download the zip file 'JBossIDE-2.0.0Beta2-All.zip, the donwloaded file doesn't open properly with winzip/winrar or other compressio

[jboss-user] [JBoss Messaging] - Re: Connecting to two JBoss messaging servers causes interfe

2006-11-07 Thread davidrh
Also, we are running 1.0.1.GA on JBoss 4.0.4.GA deployed as standalone-messaging. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984009#3984009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984009

[jboss-user] [JBoss Messaging] - Connecting to two JBoss messaging servers causes interferenc

2006-11-07 Thread davidrh
We are having problems getting JBoss to work when we have a connection from the one client to two JBoss messaging servers simultaneously. Everything works fine initially, but if one server goes down the client connections to the good server are also disconnected. This situation (i.e. one serve

[jboss-user] [Security & JAAS/JBoss] - Re: Problem with J_security_check

2006-11-07 Thread jaikiran
More details will be required. Please post the contents of the web.xml, jboss-web.xml and the url which you are using to access the application. Also please obtain the TRACE level logs of the jboss security package as mentioned in Q4 at: http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ

[jboss-user] [JBoss jBPM] - Problems with deleting a process instance of a complex proce

2006-11-07 Thread jits_1998
Hi, We have a complex process with multiple sub-processes, tasks and multiple child tokens in the subprocesses. We found that GraphSession.deleteProcessInstance() method is unable to delete the process instance. It falls short on following points: 1) It is not deleting the taskinstances, though

[jboss-user] [Security & JAAS/JBoss] - Re: Why JAAS authenticate() fails?

2006-11-07 Thread jaikiran
anonymous wrote : Please remember to use the "Code" to wrap I meant: Please remember to use the "Code" button. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984005#3984005 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [Security & JAAS/JBoss] - Re: Why JAAS authenticate() fails?

2006-11-07 Thread jaikiran
anonymous wrote : However the status was 200 Which means the request has succeeded. anonymous wrote : Are the values for module-option usersProperties and rolesProperties correct? Looks correct. anonymous wrote : | I am assuming the root "/" starts at server/default. Is my assumption corr

[jboss-user] [JBoss Eclipse IDE (users)] - Defect in Window of my XDocLet configuration proprties

2006-11-07 Thread dev.reddy
To generate the EJB related classes and descriptors, we need to create some XDoclet configurations. With JBoss Eclipse IDE, we need to define several XDoclet generation configurations that will be run against the project. Defect in Window of my XDocLet configuration proprties Help me! View the

[jboss-user] [Installation, Configuration & Deployment] - Re: Postgres SQL 8.1.4, JBoss 4.0.3SP1 - No ManagedConnectio

2006-11-07 Thread jaikiran
May be this might help: http://wiki.jboss.org/wiki/Wiki.jsp?page=WhatDoesTheMessageNoManagedConnectionsAvailableMean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984002#3984002 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [Installation, Configuration & Deployment] - Re: Defect in Window of my XDocLet configuration proprties

2006-11-07 Thread jaikiran
This looks like a IDE related issue. Posting it in the JBoss/Eclipse IDE forum (http://www.jboss.com/index.html?module=bb&op=viewforum&f=201) will be a better option. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984001#3984001 Reply to the post : http:

[jboss-user] [Installation, Configuration & Deployment] - Defect in Window of my XDocLet configuration proprties

2006-11-07 Thread dev.reddy
To generate the EJB related classes and descriptors, we need to create some XDoclet configurations. With JBoss Eclipse IDE, we need to define several XDoclet generation configurations that will be run against the project. Defect in Window of my XDocLet configuration proprties Help me! View the

[jboss-user] [JBossWS] - JSR-181 Annotation Based UDDI Registration

2006-11-07 Thread jgilbert
I have been looking at the following wiki entries: http://wiki.jboss.org/wiki/Wiki.jsp?page=UDDIExample http://wiki.jboss.org/wiki/Wiki.jsp?page=UDDIAccesspointLocator And I am wondering if there are any plans to roll this into the product? For example, I can envision a deployer that automatical

[jboss-user] [Clustering/JBoss] - StackTrace appears stderr when session.processSessionRepl()

2006-11-07 Thread nekop
Hi, I'm using JBoss AS 4.0.5.GA and setting up Tomcat Cluster Service. Under high load, org.jboss.cache.lock.TimeoutException occurred at session.processSessionRepl(). It's ok, but JBossCacheManager dumps stack trace into stderr if there is no tx. JBossCacheManager is doing: |protecte

[jboss-user] [JBoss Seam] - Re: UPDATED: SelectItems (the one with the EntityConverter)

2006-11-07 Thread forumer
After I annotated ClientActionBean with: | @Local ({ClientAction.class}) | @LocalBinding (jndiBinding="ClientActionBean/local") | I am now getting a less "bizarre" error. Hopefully, this gives you more clue. | | 20:47:06,837 INFO [MyfacesConfig] No context init parameter 'org.apa

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Apache 2 and Jboss performance tuning

2006-11-07 Thread pawan.kumar
Hi, Our website is based on the typical architecture in which request is intercepted by apache http server 2 and later on passed to JBoss(3.2.6). Despite our efforts the website runs very slow(responds in 10 seconds for an avg page). The methods we employed so far are:- - We increased JVM heap

[jboss-user] [JBoss Seam] - Re: UPDATED: SelectItems (the one with the EntityConverter)

2006-11-07 Thread forumer
I have posted this in more details at jroller.com as well. selectItems 1.0rc4 built with JBoss-Seam-1.0.1.GA and deployed on JBoss-4.0.4.CR2 is not working! I am getting the following error - a strange Statful bean name! I'd appreciate any help in getting this working. Thanks | javax.ejb.E

[jboss-user] [JBoss Seam] - Re: Sharing an Entity Between JSP's

2006-11-07 Thread johnurban
Are seperated components possible with seam? Old school way is the save the person object to the session or store it in a SFSB, then using the JSP's usebean, retrieve the data for display. How do you do this in Seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [Installation, Configuration & Deployment] - Postgres SQL 8.1.4, JBoss 4.0.3SP1 - No ManagedConnections I

2006-11-07 Thread tim.armandpour
Configuration: Postgres SQL 8.1.4 JBoss 4.0.3SP1 postgresql-8.1-405.jdbc3.jar pg-ds.xml: ... 10 100 0 We have the db set to 512 max_connections We continue to see the No ManagedConnections being thrown every couple of days. blocking-

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS Unknown Destination Error

2006-11-07 Thread danielkalcevich
You're right. I had not properly removed the OpenJMS libraries from the app classpath. Once I did that, I was able to deliver messages to the queue. However, now my listener is not registering. I am attempting to register my Message Listener by setting it to my MessageConsumer; which is set

[jboss-user] [JBoss Seam] - Re: jBPM and tasks

2006-11-07 Thread [EMAIL PROTECTED]
Yes, its possible. jBPM stores process definitions in the database, they do not need to be deployed with the application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983988#3983988 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Seam] - Re: jBPM and tasks

2006-11-07 Thread neoko
This is the coolest! Finally a question tipical from a beginner. Is it posible to change the xml file of the business process without deploying again the entire application or the changes have to be made in the file and then pack and re-deploy the application? I am interested in users who can

[jboss-user] [JBoss Seam] - Error Parsing: #{memberTypeManager.editMemberType(mt)}

2006-11-07 Thread ccanning
The stack trace is below. I received this exception after I manually upgraded to 1.1.0 BETA 1 and followed the booking hotel example. Does anyone know what is causing this? Thanks. com.sun.facelets.tag.TagAttributeException: /browse_membertypes.xhtml @30,135 action="#{memberTypeManager.editMem

[jboss-user] [JBossWS] - Re: How do you access UsernameTokens?

2006-11-07 Thread summer.hill
What if I want to do some of my own authorisation processing using the token? I would like to access the token from within an EJB interceptor somehow. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983985#3983985 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: jBPM and tasks

2006-11-07 Thread [EMAIL PROTECTED]
Yep, Seam lets you use exactly the same method and value bindings inside the jBPM process or pageflow definition that you use inside a JSF page. This is really cool, if I don't say so myself ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983984#3983984 R

[jboss-user] [JBoss Seam] - Re: jBPM and tasks

2006-11-07 Thread neoko
Woo! Incredibly fast! Thanks Gavin, i appreciate this reply from the Seam developer! So, another question if possible. How do i refer to the Seam component which manages the conversation inside the xml file which describes the business process? Is this name the one which is given to the compone

[jboss-user] [JBoss Seam] - Re: [JDBCExceptionReporter] Table not found in statement ???

2006-11-07 Thread [EMAIL PROTECTED]
Please wait a couple of days and try again with BETA2, James and I really have put a lot of work into seam-gen and I promise that the experience will be MUCH smoother. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983982#3983982 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: Mixing @PersistenceContext with Seam Managed Persistence

2006-11-07 Thread [EMAIL PROTECTED]
It is cached in the EM until the transaction commits. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983980#3983980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983980 ___ j

[jboss-user] [JBoss Seam] - Re: Seam Page Parameters

2006-11-07 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-473 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983979#3983979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983979 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam Page Parameters

2006-11-07 Thread [EMAIL PROTECTED]
Nice catch, I'll fix it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983978#3983978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983978 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Exception about Seam taglibrary

2006-11-07 Thread [EMAIL PROTECTED]
Anyone ever see this exception about the Seam taglibrary? My application is deploying properly, but when I visit it, I'm getting this exception. I am deployed in AS 4.0.5 with the EJB3 profile (though I'm sure that has nothing to do with it). Having looked at the documentation Chapter 11 for how

[jboss-user] [JBoss Seam] - Exception about Seam taglibrary

2006-11-07 Thread [EMAIL PROTECTED]
Anyone ever see this exception about the Seam taglibrary? My application is deploying properly, but when I visit it, I'm getting this exception. I am deployed in AS 4.0.5 with the EJB3 profile (though I'm sure that has nothing to do with it). Having looked at the documentation Chapter 11 for how

[jboss-user] [JBoss Seam] - Re: jBPM and tasks

2006-11-07 Thread [EMAIL PROTECTED]
Yes, speaking loosly, a task is a conversation that relates to a business process. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983977#3983977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983977 ___

[jboss-user] [JBoss Seam] - jBPM and tasks

2006-11-07 Thread neoko
Hi, i'm new to JBoss Seam and have some doubts. I don't understand the concept of task inside a business process. Is it like the concept of conversation and because of that has its own stateful ejb which manages the conversation? I am really impressed with this framework! Awesome! Thanks for yo

[jboss-user] [Beginners Corner] - Re: Tutorial on JBossIDE EJB3.0 Tools

2006-11-07 Thread defenestrator
I followed the steps up to the deployment portion. Since JbossIDE 2.0.0.Beta2 doesn't seem to support deploying the ejb3 project to the server, I manually copy the authors-beans.ejb3 and authors.war directly into the deploy directory. But I get the following error on my 4.0.5.GA server below.

[jboss-user] [JBoss jBPM] - Re: Deploying jbpm.war(3.1.3) to jboss as 4.0.5GA

2006-11-07 Thread burrsutter
Answering my own question about the cache issue. This in my hibernate.cfg.xml helped out: org.hibernate.cache.HashtableCacheProvider So simply the removal of Dom4j from the web-inf/lib and adding ehcache1.2 to my EAR seemed to sort this out. If anyone else is interested in making jBPM

[jboss-user] [JBoss Portal] - Re: Struts example portlet for 2.4?

2006-11-07 Thread littlefish
Me too, i would like to develop something in JBOss Portal 2.4 with struts portlet. is there any sample or tutorial for it? is that we have to refer to Struts Bridge only?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983970#3983970 Reply to the post : htt

[jboss-user] [Security & JAAS/JBoss] - Problem with J_security_check

2006-11-07 Thread FrezzLee
Hi, I'm using j_security_check to authenticate my system login and I'm facing a problem with the redirection after verifying the user credentials. When the user enters a valid userid and incorrect password, the system will direct to the correct login error page. When the user enters a valid use

[jboss-user] [Javassist user questions] - Re: HotSwapper Exception

2006-11-07 Thread wuyunlong
please help me! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983968#3983968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983968 ___ jboss-user mailing list jboss-user@list

[jboss-user] [EJB 3.0] - Wrong query generated

2006-11-07 Thread monkeyden
For some reason, the resulting query from this entity has the ACTUAL DB field names for a couple of the non-pk fields (see SEQ_NUMBER, LAST_UPDATE). Can anyone give a hint as to what might be the problem? Thanks. Query select streetwatc0_.userKey as userKey1292_, streetwatc0_.locationId as loc

[jboss-user] [Installation, Configuration & Deployment] - JBoss configuration to use the same classloader for ear file

2006-11-07 Thread jbossuser1000
Hello, I have a java class "A" written and deployed as a testA.war file and the class "B" is deployed in an testB.ear file. Class "A" extends class "B". Everything compiles fine. But when deployed in jBoss, a factory class in testB.ear file tries to load class "A" using Class.forName(). But so

[jboss-user] [JBoss Seam] - Starting a pageflow using s:link with no action binding...

2006-11-07 Thread shea.phillips
Hello, I am wondering if it is possible to initiate a pageflow simply using s:link and providing only a pageflow name and a propagation attribute( ie. no action binding). The doco indicates shows the example below: anonymous wrote : If the link begins a conversation, you can even specify a p

[jboss-user] [JBossWS] - Create multiple web services with same SLSB ejb

2006-11-07 Thread fcheng
Hi, I am using JBoss 4.0.4GA with EJB3 and JBoss WS 1.0.3GA. How do I use one SLSB bean (EJB3.0) to create multiple web services that each web service references to different service so that when a certain web service is called, it loads the desired service? Is it feasible? If yes, I am new

[jboss-user] [Messaging, JMS & JBossMQ] - No error messages.... no reciever counts.

2006-11-07 Thread hensley
I am having a production issue trying to get an MDB to register itself as a reciever for a particualr Queue. in the jmx-console it always shows the reciever count as zero and the message count is quickly approaching 10,000. I am using the jdbc persistence manager on Oracle. The exact same con

[jboss-user] [Installation, Configuration & Deployment] - Re: Jems installer download error

2006-11-07 Thread etornick
I bet you are right. It is probably webstart. I was using the Beta3 as you said. I will download the installer jar instead. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983962#3983962 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBossWS] - Webservices client and Dynamic Invocation Interface.

2006-11-07 Thread anand_anan2k
Hello, I used Dynamic Invocation Interface (DII) in web services client. Configuration Details: 1. JBOSS portal 2.4: using this portal, i'm performing web services invocation. The web services is running in another machine using webobjects framework. 2. Please refer the below client code i us

[jboss-user] [Installation, Configuration & Deployment] - Re: MS SQL Server Default Datasource Config

2006-11-07 Thread matt.hibb
It would appear that moving to the jtds drivers has solved the problem, no idea why. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983957#3983957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983957 _

[jboss-user] [Security & JAAS/JBoss] - Re: Custom principal class

2006-11-07 Thread nipunbatra
Hi Thanks for your reponse, defining module option as such has not helped useFirstPass Still I am not able to get my custom defined principal. Is it compulsory to use UsernamePasswordLoginModule, I think there shd be a way to achive this. Following is my Principal class and LoginModileClass

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-11-07 Thread bpatters
"bpatters" wrote : Just verified the exception occurs with the regular facelet view handler, must be something wrong with my setup. I figured it out. in my tag file I had: | | roomEditPanel |components/roomEditPanel.xhtml> | Notice the extra > at the end of the source value. T

[jboss-user] [JBossWS] - SOAP 1.2 WSDL

2006-11-07 Thread zarzar
Hi, I'm having problems building a web service using a WSDL with a SOAP 1.2 binding. (The WSDL is given at the bottom.) The web service works fine when using the SOAP 1.1 binding. Problems arise only when changing to SOAP 1.2. I'm using JBoss version 4.0.5.GA and generating code from WSDL using

[jboss-user] [Security & JAAS/JBoss] - Re: Custom principal class

2006-11-07 Thread [EMAIL PROTECTED]
Nipun- Try to see if you can extend the UsernamePasswordLoginModule that Anil suggested that will let you hook in your custom Principal... or look at its code and see what its doing to hook in a custom Principal and perform that in your login module. Thanks Sohil View the original post : h

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Security?

2006-11-07 Thread PeterJ
"kaloisi" wrote : Is that the only way? Or the Easiest Way? Neither. It is The Only Way I Know How. Others who are smarter than I am might have other, betters ways of doing it. As far as disabling jnp, I saw this comment in server/default/conf/jboss-service.xml: | 1099 View t

[jboss-user] [JBoss Eclipse IDE (users)] - Any tutorial for EJB 3.0 project on 2.0 IDE?

2006-11-07 Thread ypan99
I only see some tutorial for 1.5 IDE which doesn't apply at all on EJB 3.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983955#3983955 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983955 ___

[jboss-user] [JBoss Seam] - Re: The value of seam cannot be acquired with JSF.

2006-11-07 Thread sbryzak2
Besides a small section in the remoting chapter of the documentation, there's not really much else that can be said about debugging without getting overly verbose. In general, being able to see the xml request/response packets should go a long way toward solving any remoting issues. I can only

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-11-07 Thread bpatters
Just verified the exception occurs with the regular facelet view handler, must be something wrong with my setup. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983951#3983951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBossWS] - Re: Urgent Help requested ...support for enums..update jboss

2006-11-07 Thread joshua_hj
Hi, I was trying to develop a parlay X web service, the MultimediaMessaging one. I have managed to generate all java classes from the wsdl and xsd files provided by the specification. Allthough, i am having a problem with enumerations. I have a type, named "MessagePriority" (see below) that is

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-11-07 Thread bpatters
"[EMAIL PROTECTED]" wrote : "bpatters" wrote : I found out last night that when using the SeamFaceletViewHandler that any new Facelet tags I create (using xhtml files) I use receive JNDI lookup failures. | | | | It's trying to find | | {approot}/WEB-INF/components/mycomponent.xhtml

[jboss-user] [EJB 3.0] - Re: Hibernate JACC in the embedded container

2006-11-07 Thread bdecoste
| | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983946#3983946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983946 ___

[jboss-user] [EJB 3.0] - Re: Hibernate JACC in the embedded container

2006-11-07 Thread bdecoste
Try this instead: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983945#3983945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983945 ___ jboss-

[jboss-user] [Installation, Configuration & Deployment] - Re: Jems installer download error

2006-11-07 Thread [EMAIL PROTECTED]
Can't reproduce this error. I assume webstart client gives you download error. Can you provide more details? - are you trying to use installer 1.2.0.BETA3? - can you web start any other applications There is a simple workaround you can use. Just download installer jar and install in offline mo

[jboss-user] [EJB 3.0] - Re: Is there an equivalent of @RemoteBindings in jboss.xml

2006-11-07 Thread sbivol
Ok, I just tried it on 4.0.5.GA. I have the following: - a stateless bean with following remote bindings annotations: @RemoteBindings({ @RemoteBinding(clientBindUrl="sslsocket://0.0.0.0:3843", jndiBinding="TestService/remotessl"), @RemoteBinding(jndiBinding="TestService/remote") }) - the

[jboss-user] [Management, JMX/JBoss] - ClassLoaderRepository

2006-11-07 Thread editha
I get the HierachicalClassLoaderRepository3 of a .war via its mbean Objectname. I would like to add to this repository an instance of (my own) URLClassLoader implementation, because I want this .war to use this classloader instance. The Problem is that I only see a registerClassLoader() method t

[jboss-user] [JBossWS] - Restful web service with JBoss WS ?

2006-11-07 Thread zeOliverFT
Hi, I have read that with JAX-WS 2.0, you can publish easily a Resftul web service. Does Jboss WS support this feature ? "Will Java EE 5 bring REST to Java?": http://blog.noelios.com/2006/05/24/will-java-ee-5-bring-rest-to-java/ "Publishing a RESTful Web Service with JAX-WS" http://weblogs.jav

[jboss-user] [Installation, Configuration & Deployment] - Re: Error: Unable to initialize TldLocationsCache

2006-11-07 Thread khanrahan
I was having this same issue until I discovered that one of my third party jars was corrupt. When I would make a request that included a custom tag in the response (the first time the custom tag was accessed) all of my jars were being searched/scanned until the tag library was found. Once I

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Synchronization Problem JMS Queue/Topic

2006-11-07 Thread genman
In terms of design: I don't think it's wise to browse messages, then use them, then attempt to remove them. What happens if you fail to remove them? It'd be wise to use transactions, and for that I recommend using MDB. I don't really understand the high-level reason for what you are doing. Vie

[jboss-user] [Installation, Configuration & Deployment] - Re: MalformedURLException on Tomcat-test

2006-11-07 Thread WoodyWoodpecker
Is there a solution right now? I've got the same problem with the JBoss 4.0.4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983935#3983935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983935 _

[jboss-user] [Installation, Configuration & Deployment] - Multiple JVMs

2006-11-07 Thread kanthonym
I am fairly new to JBOSS, We are setting up a production environment for our application. One issue we are faced with is the need to run multiple instances of the application on multiple Linux server boxes. Are we best off to have multiple installs of the JBOSS on each server or run multiple J

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS Unknown Destination Error

2006-11-07 Thread genman
Which JMS vendor are you using? You can't mix JBoss and EXOLAB JMS together. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983936#3983936 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983936 __

[jboss-user] [JBoss Seam] - Re: EntityManger-per-user-session...

2006-11-07 Thread iradix
I think you're biggest problem is you haven't gotten your head wrapped around the conversational model yet. It definitely takes time and I'd recommend that the first thing you do is at least skim through the Seam reference documentation in it's entirety. That being said, I'll try to explain as

[jboss-user] [JBoss Seam] - When is Seam 1.1 scheduled to come out of Beta?

2006-11-07 Thread ngeadah
Hey Gavin, When do you expect Seam 1.1 to come out of Beta (and into GA?). Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983927#3983927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983927 __

[jboss-user] [EJB 3.0] - how to ? entitymanager refresh gets a dirty read

2006-11-07 Thread fbadt
how can I make Entity Manager get a dirty read from the db? not get a dirty read from the db? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983928#3983928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983928 ___

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Security?

2006-11-07 Thread kaloisi
Is that the only way? Or the Easiest Way? Do you know how to disable the RMI / jnp protocals? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983929#3983929 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983929 __

[jboss-user] [JBoss Seam] - Re: EntityManger-per-user-session...

2006-11-07 Thread bkyrlach
Before I argue with you I want to point out that I like your solution. My argument is just me trying to understand more of what you're saying. "iradix" wrote : With a proper cascade on the activities list stored within the user, you should be able to just bind the values that are editable via th

[jboss-user] [JBoss Seam] - Re: [JDBCExceptionReporter] Table not found in statement ???

2006-11-07 Thread abchilla
oh i see, i was really frustrated all the day over because of this was happening. Thank you for your reply. So i guess i will need to wait a little bit. I already was trying to figure out working with Spring. Can someone point me to a place where i can really figure out about those frameworks a

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Data Model Wiki

2006-11-07 Thread kbarfield
"jblas" wrote : We have a datamodel, what if we want a web-based app that configures jBPM process by itself. But it does not want to to do it with xml files. The app needs to reconfigure its processes by code. It's posible ? I think it is posible. What there is a reference or guide to do it ?

[jboss-user] [Security & JAAS/JBoss] - Re: Custom principal class

2006-11-07 Thread [EMAIL PROTECTED]
Try using the following option on your login module: password-stacking=useFirstPass Is your login module the only LM in your application policy? I think on our end, we will have to create a test case for this scenario and see if there are any issues. View the original post : http://www

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: jboss-4.0.4.GA with Tomacat 5.5 JSTL Datasource problem

2006-11-07 Thread srossato
I have inserted the driver also in $JBOSS_HOME/server/default/deploy/postgresql-8.0-314.jdbc2.jar and hour works all good I hope that this information is useful Stefano View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983925#3983925 Reply to the post : http

[jboss-user] [JBossWS] - Re: org.jboss.util.xml.DOMWriter error

2006-11-07 Thread qiliu
I was able to fix the problem. It was due to the order of libraries being called. Sorry and thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983922#3983922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983922

[jboss-user] [Security & JAAS/JBoss] - Re: Why JAAS authenticate() fails?

2006-11-07 Thread benccit
Jaikiran, Thanks for the response. I followed your lead and use the FORM-based authentication. However, I can't make the authentication work. Although the username and password were transmitted to the server, the error page was displayed. I checked the log, it indicated that the username and

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

2006-11-07 Thread fbadt
I have to restart the 4.0.4 to do a redeploy at all. Hot redeploy fails... is this related? Have you been able to hot redeploy in 4.0.4 ? 4.0.5? at all? how about in netbeans (6.0 daily)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983921#3983921 Reply

[jboss-user] [JBoss Seam] - Re: Mixing @PersistenceContext with Seam Managed Persistence

2006-11-07 Thread emsa
Ok, but I'd like to understand why. I have no second-level cache and when I writing through the @PersistenceContext the data ends up in the database, no explicit flush(). So why is the data not fetched using the Seam Managed Persistence? Where is the data cashed? And why does flush() help? Wou

[jboss-user] [EJB 3.0] - Writting ejb3 session bean + howto session bean lookup?

2006-11-07 Thread fbadt
There is a web service (stateless session bean with annotations) that needs to call another session bean with annotations. 1. do ejb3 session beans need to have local/remote interfaces like ejb1.4? 2. how can sessionbean1 lookup sessionbean2? The below code results in an exception that sessionb

[jboss-user] [Installation, Configuration & Deployment] - MS SQL Server Default Datasource Config

2006-11-07 Thread matt.hibb
I am having trouble setting up ms sql server as a datasource for JBoss. I copied the /docs/examples/jca/mssql-ds.xml and placed in the deploy dir. | | | DefaultDS | jdbc:sqlserver://SERVER-NAME\SQLExpress | com.microsoft.sqlserver.jdbc.SQLServerDriver | user |

[jboss-user] [Installation, Configuration & Deployment] - Jems installer download error

2006-11-07 Thread etornick
I try to use the installer and click on the 'Run Installer' button but I get the following error... I am trying to download jboss 4.05. The same thing happens when I attempt to download other versions as well. An error occurred while launching/running th

[jboss-user] [JBoss Seam] - Re: EntityManger-per-user-session...

2006-11-07 Thread iradix
With a proper cascade on the activities list stored within the user, you should be able to just bind the values that are editable via the value attribute of each JSF component. After they are validated and the model is updated (i.e. new values are set on each appropriate activity) saving the us

[jboss-user] [JBoss Seam] - Re: Accessing Servlet Response from within Seam component

2006-11-07 Thread [EMAIL PROTECTED]
"ngeadah" wrote : Is there any way to access the HttpServletResponse within a Seam component? I ask since I need a component that handles downloading files; this needs to set the mime type, the header and the outpustream. I'd hate to develop a servlet just for this since I'd really like to use

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Why findByPrimaryKey issues ?SELECT pkey from TABLE where p

2006-11-07 Thread Anbuselvan
Why findByPrimaryKey issues ?SELECT pkey from TABLE where pkey=?? We use jboss-4.0.0 in 2 node cluster configuration with ?Standard CMP 2.x EntityBean with cache invalidation?, commit option A. Whenever our application invokes ?findByPrimaryKey? on CMPs, JBOSS issues ?SELECT pkey from TABLE

[jboss-user] [JBoss Seam] - Re: Seam Page Parameters

2006-11-07 Thread iradix
I'm running into another problem. It seems that the converter specified in pages.xml is used to convert from String to Object, but not from Object to String. I don't suppose that's by design? The method I'm looking at is: public Map getParameters(String viewId, Set overridden) |{ |

[jboss-user] [JBoss Seam] - Accessing Servlet Response from within Seam component

2006-11-07 Thread ngeadah
Is there any way to access the HttpServletResponse within a Seam component? I ask since I need a component that handles downloading files; this needs to set the mime type, the header and the outpustream. I'd hate to develop a servlet just for this since I'd really like to use injection and the

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Security?

2006-11-07 Thread PeterJ
If you run JNDI over HTTP you can secure access. Maybe that will work for you. See http://docs.jboss.com/jbossas/guides/j2eeguide/r2/en/html_single/#d0e6617 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983911#3983911 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss Messaging] - Re: Deploy in a clustered environment

2006-11-07 Thread [EMAIL PROTECTED]
Correct... JBoss Messaging 1.0.1 doesn't support clustering yet. 1.2.0.Alpha2 has the support of Clustered Queues and Topics (without HA yet). But that's non production ready yet. We are working on HA and that should be ready by the end of this month. View the original post : http://www.jboss.

[jboss-user] [JBoss Seam] - Re: EntityManger-per-user-session...

2006-11-07 Thread bkyrlach
(reposted using an updated understanding of code-blocks... :( Not really. I'm using that now, and I'm still ending up doing merging and funky stuff to make everything "Just Work"(tm)(c)(pp). Here's some (poorly written, tbh) code to illustrate... I have a user... | package sample.model;

[jboss-user] [Remoting] - Re: Procedure to cleanly remove the listener?

2006-11-07 Thread [EMAIL PROTECTED]
Sounds like you are talking about use of Client.addConnectionListener(ConnectionListener listener, int pingPeriod). Fom looking at latest remoting code base, after the connection notifier is fired so that all the ConnectionListeners are notified, the connection notifier is stopped, so should n

[jboss-user] [JBoss Messaging] - Re: Jboss Messaging randomly implodes

2006-11-07 Thread [EMAIL PROTECTED]
In your try... catch do something like this: try { } catch (JMSException e) { e.getLinkedException().printStackTrace(); e.printStackTrace(); } That will give you more clue about what's going on with that exception. I will see the possibility of calling initCause(cause) on future releases

[jboss-user] [JNDI/Naming/Network] - JNDI Security?

2006-11-07 Thread kaloisi
Is there a way to force authentication for all JNDI access? I'm having trouble finding documentation on this subject. It looks like the LoginInitialContextFactory accepts a user/password but NamingContextFactory doesn't. So is there a way to disable NamingContextFactory? View the origina

[jboss-user] [Security & JAAS/JBoss] - Webstart & SSO, a viable scheme?

2006-11-07 Thread iori
Hi, We are currently planning an authentication/authorization scheme on a system involving a Java Webstart application workstation doing mainly presentation and configuration, delegating the demanding memory & CPU intensive calculation tasks and the persisting of the configuration settings to s

[jboss-user] [JBoss Messaging] - Jboss Messaging randomly implodes

2006-11-07 Thread nbreau
We're running Jboss messaging as a standalone app with JBoss application server (latest release of both) with a load of anywhere around 100-300 messages per second. I was wondering if someone could tell me what the issue could be, I'm not getting any hints of the following stack trace. Once the

[jboss-user] [Management, JMX/JBoss] - Re: auto redeploy dynamic mbean on JBoss restart

2006-11-07 Thread cnsxxx09
Hi, The Wiki just describes what I did in option 2. - or suggests a new syntax which is to wrap my value in option 1. with a [value] XML tag. Neither of which work. Chris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983892#3983892 Reply to the post

  1   2   3   4   >