[jboss-user] [JBoss Portal] - Grapping raw request or PathInfo

2006-10-31 Thread flipmind
I have a portlet I can access using this URL http://localhost:8080/portal/portal/torpedo7/product/ProductDetailWindow?action=2&productCode=TOBCWNNWB I use the productCode parameter to show the product identified by the code. I would like to use http://localhost:8080/portal/portal/torpedo7/produ

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Own dead letter queue

2006-10-31 Thread andreyT
"jaikiran" wrote : | In your onMessage method of the MDB, which is listening on queue/interlayC, are you invoking messageDrivenContext.setRollbackOnly(). Only when you invoke that method, the message will be sent to the DLQ(after trying to redeliver it for "redeliveryLimit" number of times).

[jboss-user] [JBoss Seam] - Problem running examples: javax.faces.el.EvaluationException

2006-10-31 Thread guava
Hi, I'm trying seam 1.0.1 GA on JBossAS 4.0.4GA with ejb3 profile. Almost all the seam example that I tried throw exception like the following. Any help will be great. javax.servlet.ServletException: /register.xhtml @67,80 value="#{register.verify}": $Proxy220 javax.faces.webapp.FacesS

[jboss-user] [Management, JMX/JBoss] - Re: Notifications from Queue MBean possible?

2006-10-31 Thread jaikiran
Great. That helped. Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982300#3982300 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982300 ___ jboss-user mailing li

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Own dead letter queue

2006-10-31 Thread jaikiran
anonymous wrote : Yes. I want the messages that could not be processed due to some failure in the system from "queue/interlayC" to be sent to "queue/sns/DLQ" In your onMessage method of the MDB, which is listening on queue/interlayC, are you invoking messageDrivenContext.setRollbackOnly(). Only

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Own dead letter queue

2006-10-31 Thread andreyT
"jaikiran" wrote : Not quite clear about your requirement. Do you want the messages which are discarded from your "queue/interlayC" to be sent to "queue/sns/DLQ" ? Yes. I want the messages that could not be processed due to some failure in the system from "queue/interlayC" to be sent to "queue/

[jboss-user] [Management, JMX/JBoss] - Re: xmbean operation parameter default values

2006-10-31 Thread genman
The JMX console does display the MBeanOperationInfo, which is the name and description. Unfortunately, there's no way to specify the default values except by adding them in the description. Potentially, JBoss could extend MBeanParameterInfo and add a default value field, which would come from t

[jboss-user] [Management, JMX/JBoss] - Re: Notifications from Queue MBean possible?

2006-10-31 Thread genman
Generating an JMX notification every time a message arrives on any queue would be sort of expensive. The new JMS adapter lets you create your own DLQ handler, I guess you could inherit from it and add the notification you want though. http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJMSMessageLis

[jboss-user] [Clustering/JBoss] - Re: HAPartition not bound

2006-10-31 Thread vardhan.kn
I am getting the same error , Im pasting the next lines 2006-11-01 12:20:41,687 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss:service=HASessionState with code: org.jboss.ha.hasessionstate.server.HASessionStateService 2006-11-01 12:20:41,687 DEBUG [org.jboss.system.ServiceCr

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss 4.0.5.GA Startup Error

2006-10-31 Thread jaikiran
anonymous wrote : Failed to find META-INF/jboss-service.xml for archive ejb3.deployer Check whether the /usr/share/jboss-4.0.5.GA/server/default/deploy/ejb3.deployer/ META-INF folder contains the jboss-service.xml file? It should have that file, if not i guess there were problems during insta

[jboss-user] [JBoss Seam] - Fisheye for Seam down until when ?

2006-10-31 Thread codelion
Was using Fisheye for Seam (mostly its RSS feed) to keep track of what was changing in CVS releases. Being "educated" I was fetching releases about twice a week. That RSS feed (from Fisheye for Seam) hasn't been working since Oct 23rd, so I don't know any more what has been changed. Changelog

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Own dead letter queue

2006-10-31 Thread jaikiran
Not quite clear about your requirement. Do you want the messages which are discarded from your "queue/interlayC" to be sent to "queue/sns/DLQ" ? If thats what you want then, you need not do all this. Just add an entry to the "queue/interlayC" configuration as follows: | jboss.mq:service=D

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Class path settings for a JBoss server

2006-10-31 Thread [EMAIL PROTECTED]
is there anything techincally that prevents us for providing a way to execute the run.bat ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982291#3982291 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982291 __

[jboss-user] [Installation, Configuration & Deployment] - Re: Can any type of file go in the farm dir?

2006-10-31 Thread jiwils
"jiwils" wrote : Its coming...I've been very busy outside of work these past few days. Take a look at the beginnings of the MirrorService wiki for a very, very alpha release of the code that should be helpful to you. Check that wiki page for updates later this week. I'll also post an annoucem

[jboss-user] [JBoss Portal] - Re: Including javascript source

2006-10-31 Thread priyom
Script: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982288#3982288 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982288 ___ jboss-user mailing list jboss-user@lists.jboss

[jboss-user] [JBoss Portal] - Re: Including javascript source

2006-10-31 Thread priyom
script type="text/javascript" src="abc.js" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982289#3982289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982289 ___ jboss-user m

[jboss-user] [JBoss Portal] - Re: Including javascript source

2006-10-31 Thread priyom
the snippet included is: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982287#3982287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982287 ___ jboss-user mailing list jboss

[jboss-user] [JNDI/Naming/Network] - Re: InitialContext.lookup returns null

2006-10-31 Thread mashiur_valo
In my jndi.properties file I have written as follows java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.provider.url=jnp://192.168.1.104:1099 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces My client program is as follows 1. Properties prop=new Prope

[jboss-user] [Clustering/JBoss] - Re: jndi.properties

2006-10-31 Thread vardhan.kn
Still I am getting the same error, I have run using run -c all View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982285#3982285 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982285 ___

[jboss-user] [EJB 3.0] - Re: EJB3 PersistanceManager confusion

2006-10-31 Thread ALRubinger
anonymous wrote : 1) The default value with be '0'. How does the entitymanager.merge differentiate between '0' default and a debtor.setId(0)? I don't know. Pretty sure I've never had a row with a PK of 0. But I haven't looked into the implementation code to see how Hibernate handles this case

[jboss-user] [JBoss jBPM] - Re: org.jbpm.JbpmException: transition in node 'StartState(s

2006-10-31 Thread alpheratz-jb
I rolled back to jbpm-3.1.1.jar (from jbpm-3.1.2.jar) and all is now well. I noticed the following message on my console: transition to='page1' on node 'starter-upper' cannot be resolved I tracked this down to the following in org.jbpm.jpdl.xml.JpdlXmlReader: | public void resolveTransi

[jboss-user] [EJB 3.0] - Bug of Persistence API?

2006-10-31 Thread Seto
In Article.java | @Column(name = "click_count") | private int click_count; | And the SQL is just "from Article article" When the click_count is null in the database, the resultlist return null. When the click_count is 0 in the databse, the resultlist is normal. I mean that the whol

[jboss-user] [JBoss Seam] - Re: Order of operations

2006-10-31 Thread monkeyden
It's an annotation which specifies the method of a bean class which corresponds with the create method of a SFSB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982280#3982280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Seam] - Re: BUG?

2006-10-31 Thread Seto
In Article.java @Column(name = "click_count") private int click_count; And the SQL is just "from Article article" When the click_count is null in the database, the resultlist return null. When the click+count is 0 in the databse, the resultlist is normal. So I judged it the prob

[jboss-user] [JBoss Seam] - Exception on nested converstion

2006-10-31 Thread gus888
Hi all, I got exception on my nested conversation. The partial codes are listed as follows. When I click selectOneRadio on @Begin(join=true), I got the exceptions. I appreciate any helps. Thank you in advance. I use seam1.0.1, myfaces, facelets, and jboss4.0.4GA. | | |

[jboss-user] [JBoss Seam] - Re: EntityHome silently discards updates after errors

2006-10-31 Thread [EMAIL PROTECTED]
1) yes, probably EM should have thrown an exception - ask about this in the Hibernate or EJB3 forums (2) The best way to handle this is to check to see if an instance with the same name exists in the database *first*, rather than trying to do something that you know is possibly going to violate

[jboss-user] [Messaging, JMS & JBossMQ] - Steps needed for Configure the Cluster JMS on JBoss 4.0.4GA

2006-10-31 Thread mp123
Hello All, I'm trying to do Clustering JMS for JBoss AS 4.0.4 GA with a Demo Application. I have referred the Wiki page JBossMQHA too. But, Haven't got idea how to configure my application with Cluster enabled JMS. I need the following details. 1.The steps need to configure JBoss AS for C

[jboss-user] [JBoss Seam] - Re: PhaseListenerManager Exception...

2006-10-31 Thread [EMAIL PROTECTED]
I don't think the seam-gen package on the wiki is working with seam 1.1.0.BETA1. I'm in the process of incorporating seam-gen into the main seam distribution, so we can be sure it is always working with the latest rev of seam. View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Beginners Corner] - Steps needed for Configure the Cluster JMS on JBoss 4.0.4GA

2006-10-31 Thread mp123
Hello All, I'm trying to do Clustering JMS for JBoss AS 4.0.4 GA with a Demo Application. I have referred the Wiki page JBossMQHA too. But, Haven't got idea how to configure my application with Cluster enabled JMS. I need the following details. 1.The steps need to configure JBoss AS for Clust

[jboss-user] [Clustering/JBoss] - Steps needed for Configure the Cluster JMS on JBoss 4.0.4GA

2006-10-31 Thread mp123
Hello All, I'm trying to do Clustering JMS for JBoss AS 4.0.4 GA with a Demo Application. I have referred the Wiki page JBossMQHA too. But, Haven't got idea how to configure my application with Cluster enabled JMS. I need the following details. 1.The steps need to configure JBoss AS for Clust

[jboss-user] [EJB 3.0] - merge one-to-one strategy

2006-10-31 Thread lpiccoli
hi all, I am having troubles understanding the EJB3 updating strategy. I am familar with the traditional mechanism of dealing with just FK when updating a one-to-one relationship. However with EJB3 the FK is now a object. >From the EJB3trail there is a example that does the following for a persi

[jboss-user] [JBoss Seam] - Re: Don't support Chinese characters ?

2006-10-31 Thread EddieLee
hi all. the problem is none by myself. add a filter in web.xml? public void doFilter ( ServletRequest arg0 , ServletResponse arg1 , FilterChain arg2 ) throws IOException , ServletException { arg0.setCharacterEncoding("utf-8"); arg2.

[jboss-user] [EJB 3.0] - Re: Embedded EJB3.0 and Tomcat JDNI error

2006-10-31 Thread thillerson
Added a JIRA issue. I hope I did it right. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982270#3982270 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982270 ___ jboss-user m

[jboss-user] [JBoss jBPM] - Re: how to get jBPM working without the starterkit

2006-10-31 Thread onizuka82
Thank you sir, Thank you for your detailed explanation. I am sorry if I ask to many silly question. I have done a lot of research but it is just that i dont really understand. I am trying very hard as I am stuck in this problem for quite some time and my deadline final year project for an spons

[jboss-user] [JBoss jBPM] - Associating variables to task instances

2006-10-31 Thread john.rojas
Hi, I am having difficulty associating variables with task instances. I am using hypersonic to test my code and when I check the JBPM_VARIABLEINSTANCE table, the TASKINSTANCE_ column is null. My process definition loops over the same task node multiple times. Each time the token reaches the ta

[jboss-user] [JBoss Seam] - Re: BUG?

2006-10-31 Thread jazir1979
"Seto" wrote : No one can answer me? I'm in trouble with this problem for long. Try the EJB3 or Hibernate forum. Post your whole query to one of those forums. I suspect you may be doing "= null" in your where clause instead of "is null"? View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Messaging] - Re: Message redelivery

2006-10-31 Thread [EMAIL PROTECTED]
anonymous wrote : | If a RuntimeException is thrown then redelivery should occur - this is mandated in the JMS spec 1.1, section 4.5.2. | Sort of. As Ovidiu points out, this is a bit different situation if he is using MDBs. This is one gray area where the JMS spec and the EJB spec are not

[jboss-user] [JBoss jBPM] - Re: how to get jBPM working without the starterkit

2006-10-31 Thread cocampo
"onizuka82" wrote : | i have already intalled the Jboss AS and mySQL database. How can i deploy the jBPM engine. I have build the ANT. Do we need to put the jbpm.jar files and jbpm.war files? | In order to install jbpm, follow these instructions (Alex Guizar's message): http://www.jboss.c

[jboss-user] [JBoss jBPM] - Web examples??

2006-10-31 Thread kltung84
Hi I am a newbie. If i want to use the web examples in the starter kit to the jBPM core engine without the starter kit, is it possible? In other words, is it possible to have the webexamples in the environment wihtout the starter kit. Thank you in advance. View the original post : http://w

[jboss-user] [JBoss Messaging] - Re: Message redelivery

2006-10-31 Thread [EMAIL PROTECTED]
There is something I don't understand here, please forgive my intrusion: Tomaz says that he uses MDBs. The RuntimeException is thrown from within MDB's onMessage(). 4.5.2 is about MessageListener's onMessage(), and actually the session's acknowledgment mode has bearing on the behavior. This is

[jboss-user] [EJB 3.0] - Re: EJB3 PersistanceManager confusion

2006-10-31 Thread lpiccoli
hi al, can u explain the strategy us described reviously anonymous wrote : | 2) Don't specify the PK; dont set the ID | Given the ID in the debtor class is an int. | public void setId(int id) { | this.id = id; | } | | I have a question 1) The

[jboss-user] [JBossWS] - Web Service: Could not dereference object

2006-10-31 Thread EricYP
Hello Everybody, help me. Envrionment: jboss-4.0.4.GA jbossws14.sar jbossws-samples-1.0.2.GA I download jbossws-samples-1.0.2.GA from jboss website and compile the package with build.xml provided by jbossws-samples-1.0.2.GA.

[jboss-user] [Beginners Corner] - JBoss rules livetrails run with exception

2006-10-31 Thread neubie
First of all, i'm sorry if i'm not posting in the correct forum. I do not know where JBOss Rules user exchange infos here. Anyway, i'm facing a problem when i'm following the trailblazer demos "Extending the simple credit system example with its own Domain Specific Language". I managed to get t

[jboss-user] [JBoss Seam] - Re: how do it ? about Chinese characters

2006-10-31 Thread jazir1979
and/or this, in your HTML head View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982259#3982259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982259 ___ jboss-user mailing li

[jboss-user] [JBoss Messaging] - Re: How do you install as standalone with Tomcat

2006-10-31 Thread [EMAIL PROTECTED]
Thanks for your help, davidrh. I've created a user wiki page that explains how to create a standalone installation, basically the same thing you've described below. This is the page: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessagingUser_Creating_Standalone_Installation View the original

[jboss-user] [JBoss jBPM] - Re: how to get jBPM working without the starterkit

2006-10-31 Thread onizuka82
Hi, First of thank you for your reply and guidance. i have already intalled the Jboss AS and mySQL database. How can i deploy the jBPM engine. I have build the ANT. Do we need to put the jbpm.jar files and jbpm.war files? In Apache, we must pust the jbpm.war files onto the webapps but in Jboss

[jboss-user] [JBoss Messaging] - Re: Remote JMS server

2006-10-31 Thread [EMAIL PROTECTED]
This looks like a Remoting version mismatch. Before going any further, this is also good read: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessagingUser_Deploying_a_scoped_MDB_container The root problems are similar. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE Bundle and the demo movie

2006-10-31 Thread [EMAIL PROTECTED]
I think the problem was that you didn't provide enough information. It honestly seems like you somehow have a completely buggy version of beta2 because that's not characteristic of the download at all. You didn't say which dialogs don't match. The server pulldown doesnt work until you have a

[jboss-user] [EJB 3.0] - + the Change of slsb to sfsb makes problems +

2006-10-31 Thread sisepago
I have an java ee application with a remote business interface: public interface RegisterRemote { |public void createUser(User user); |public User findUser(long id); | } and a stateless session bean: @javax.ejb.Stateless | @javax.ejb.Remote(RegisterRemote.class) | public class

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE Bundle and the demo movie

2006-10-31 Thread alpanhell
no one can answer as simple a question as this??? If I've got something wrong considered so stupid that it doesn't deserve a response I'd appreciate someone letting me know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982244#3982244 Reply to the post :

[jboss-user] [JBoss Seam] - Re: how do it ? about Chinese characters

2006-10-31 Thread jazir1979
"EddieLee" wrote : & # 26631;& # 39064; Hi Eddie, As others mentioned this really isn't a Seam question. However, I had this problem with facelets until I declared the xml encoding properly in my xhtml files: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Seam] - Re: BUG?

2006-10-31 Thread Seto
No one can answer me? I'm in trouble with this problem for long. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982242#3982242 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982242 __

[jboss-user] [JBoss Seam] - Re: Don't support Chinese characters ?

2006-10-31 Thread jazir1979
Hi Eddie, I am using chinese characters in Seam with no problems. I have a messages_zh.properties with entries like: Copyright=2006 \u8457\u4F5C And I'm using this on my home page to allow the user to switch from their default locale (as sent by the browser):

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

2006-10-31 Thread ALRubinger
You can use a deployment descriptor (or partial deployment descriptor with some metadata in annotations, some in XML). Example/tutorial: http://docs.jboss.org/ejb3/app-server/tutorial/jboss_deployment_descriptor/jboss_dd.html S, ALR View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: Order of operations

2006-10-31 Thread [EMAIL PROTECTED]
What is @Init? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982236#3982236 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982236 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Specifying FQN in TomcatClusteringCache

2006-10-31 Thread Tyler Black
Hello, and happy halloween! Is there a way to specify what FQN to use when replicating tomcat sessions via the TomcatClusteringCache pojocache? I'm trying to achieve something akin to single sign on, but across multiple subdomains. We've gotten around the JSESSIONID cookie across domains, but

[jboss-user] [JBoss Seam] - Re: Nested conversation question

2006-10-31 Thread [EMAIL PROTECTED]
This should now be fixed in CVS. Please test it out. By the way, it depends what you mean by "concurrent". My fix enforces that a singe root conversation can have only one thread at a time. However, a single root conversation can still have many nested conversations (usually I call them "concur

[jboss-user] [JBoss Seam] - Re: Order of operations

2006-10-31 Thread monkeyden
I know it's dynamic, otherwise it would be pointless. Obviously injection can't happen before the method annotated with @Init. So if that's the casem can I rely on the EntityManager being injected IMMEDIATELY after the @Init method? View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: Order of operations

2006-10-31 Thread [EMAIL PROTECTED]
Injection is DYNAMIC in Seam. Stuff you have heard like "after injection has occurred" is a non-sensible thing to talk about in Seam. Injection happens many times, every time the component is invoked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982232#3982

[jboss-user] [JBoss Seam] - Re: Order of operations

2006-10-31 Thread monkeyden
and where do @Factory methods fit into this order? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982230#3982230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982230 ___ jbos

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

2006-10-31 Thread sbivol
...or other deployment descriptors? I guess what we really want to do is expose the business interface of the stateless beans over both SSL and non-ssl, and would like to configure the jndi name and url outside the java classes. We are using jboss 4.0.4GA and considering upgrading to 4.0.5GA (e

[jboss-user] [JBoss Seam] - Order of operations

2006-10-31 Thread monkeyden
At what point can I be sure the EntityManager has been injected? I have some fields that need to be initialized after @Init and before the response, and I need the EntityManager to do it. I get a NullPointer when I call createQuery(). View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - PhaseListenerManager Exception...

2006-10-31 Thread diablo341
I've done a lot reading of other posts, but I don't see anything immediately wrong with the my code. I've been trying (chuckle) to get the seam-gen wiki example to work. It's a sample app that uses jBPM. When I publish the ear and go to http://localhost:8080/sample/home.seam, I get the follow

[jboss-user] [Messaging, JMS & JBossMQ] - upgrade issue: RARDeployment NOTYETINSTALLED

2006-10-31 Thread arthomas73
I have upgraded from jboss 3.2.6 to 4.0.5. When I start my application I get these message on startup. What do I need to do to fix this? So far I have cut off the Hypersonic stuff, and removed all dependencies on DefaultDS (timer, uuid, and juddi) ObjectName: jboss.jca:service=ManagedConnection

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread mwr0707
That is correct. Strange indeed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982226#3982226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982226 ___ jboss-user mailing li

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Does JBossIDE2.0.0 Beta2 support EJB3 Project deployment

2006-10-31 Thread [EMAIL PROTECTED]
Add to Ear will not work until I get a response from someone on the wtp boards as to how to ensure the hidden wtp module files get the accurate info in them. I've simply not been able to track down those APIs. In general it "works" but what does it do really? It's just a remake of the old ejb3

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread mwr0707
Here's the log window output: Running JBossWS wstools for [DemoProject] | directory: C:\Documents and Settings\mrosenth\workspace2\DemoProject | command: cmd.exe /C C:\jboss-4.0.5.GA\bin\wstools.bat -cp build/classes -config C:\DOCUME~1\mrosenth\LOCALS~1\Temp\wstools-config25073.xml -dest C:

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
thanks! and there is no C:\DOCUME~1\mrosenth\LOCALS~1\Temp\wstools-config25073.xml file in the filesystem? strange indeed.. this is just created using the standard File.createTempFile( "wstools-config", ".xml" ); hmm... /Ole View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JCA/JBoss] - Re: WrapperDataSourceService

2006-10-31 Thread [EMAIL PROTECTED]
>From the Wiki: anonymous wrote : | Note: JBoss does not recommend using this feature on a production environment. It requires accessing a connection pool remotely and this is an anti-pattern as connections are not serializable. Besides, transaction propagation is not supported and it could

[jboss-user] [JBoss jBPM] - Re: how to get jBPM working without the starterkit

2006-10-31 Thread cocampo
If you come with more specific questions, I'll be glad to help as far as I can. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982219#3982219 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982219 _

[jboss-user] [JCA/JBoss] - WrapperDataSourceService

2006-10-31 Thread myles_na_gopaleen
Hi. the invoke() method of this MBean (org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService) deems it illegal access if the JDBC object associated with the invocation cannot be found in its respective local map (where it was cached when it was created). I'm doing load tests of a web

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
ok.. can you show the output in the log window when running wstools? regards! /Ole View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982214#3982214 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982214 __

[jboss-user] [JBoss Seam] - Re: Nested conversation question

2006-10-31 Thread [EMAIL PROTECTED]
This would be a bug in Seam's new concurrency stuff. thanks for discovering that. I'll fix it today. http://jira.jboss.com/jira/browse/JBSEAM-454 Yes, concurrent nested conversations are supposed to be possible :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: The jboss-hibernate.deployer directory missing in 4.0.3

2006-10-31 Thread tapeshag
Well I figured out the problem. The zip contains the jboss-hibernate.deployer as a file. Actually it is a tar-zip file again. I just renamed it to jboss-hibernate.deployer.gz and opened with winzip again. I got complete directory structure It is confusing why author has done the zipped twice. V

[jboss-user] [JNDI/Naming/Network] - Re: ejb not bound (no security manager: RMI class loader dis

2006-10-31 Thread Asia
Jaikiran, thanks for your offer, very kind of you. I just (temporarily) resolved the problem by deploying the jar that contains the EJBs in addition to the application ear. (I placed the sipsenterprise.ear as well as sipsentites.jar (which is already contained in the .ear file) into the serve

[jboss-user] [Beginners Corner] - Re: JBoss 4.0.5 servlet filter problem in web.xml

2006-10-31 Thread rayymlai
This setup will work: 1. web.xml : Faces Servlet *.faces index.jsp 2. In the browser, enter http://localhost:8080/xxx/ or http://localhost:8080/xxx/index.faces or http://localhost:8080/xxx/index.jsp However, if you specify *.jsp in the ur

[jboss-user] [JBoss Seam] - EntityHome silently discards updates after errors

2006-10-31 Thread cja987
In the framework, I'm trying to enforce optimistic locking and a unique constraint on the "name" attribute. For optimistic locking, there's not a lot I can do except kick them out (they can always open a new window and use their back button to copy their changes and merge them in). For name co

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread mwr0707
I did a search and it does not seem to have been generated at all. Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982208#3982208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982208 ___

[jboss-user] [Installation, Configuration & Deployment] - jboss 4.0.5.GA Startup Error

2006-10-31 Thread Kurdt
Hi :) I am facing a problem starting a just installed clean jboss 4.0.5.GA, the first error is: anonymous wrote : 16:40:56,968 ERROR [MainDeployer] Could not initialise deployment: file:/usr/share/jboss-4.0.5.GA/server/default/deploy/ejb3.deployer/ | org.jboss.deployment.DeploymentException:

[jboss-user] [Installation, Configuration & Deployment] - jboss-hibernate.deployer missing in 4.0.5

2006-10-31 Thread tapeshag
The jboss-hibernate.deployer folder is missing in $JBOSS_HOME/server/default/deploy in 4.0.5.GA release. Any suggestion how to get it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982204#3982204 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Beginners Corner] - JBoss 4.0.5 servlet filter problem in web.xml

2006-10-31 Thread rayymlai
I write a simple JSF hello world page index.jsp and deploy to JBoss 4.0.5. it seems that JBoss can only accept .faces extension, despite I define the Faces servlet filter with *.jsp. Setup 1. My simple JSF apps has only one page index.jsp, which is a simple hello world app, e.g. Hello worl

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: The jboss-hibernate.deployer directory missing in 4.0.3

2006-10-31 Thread tapeshag
I downloaded the attachment. It is confusing. The jboss-hibernate.deployer should be a folder but it shows as a file.?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982199#3982199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Installation, Configuration & Deployment] - How do you configure clustering when Jboss is installed manu

2006-10-31 Thread jdemilner
Could someone point me to the documentation on how to MANUALLY setup clustering on jboss 4.0.5. when the wizard is not used for installation. When using the wizard based installation the cluster-service.xml and supporting config files are generated. There is plenty of documentation on what nee

[jboss-user] [Installation, Configuration & Deployment] - How do you deploy JBoss Rules Project on the JBoss Applicati

2006-10-31 Thread johnybravo2004
How do you deploy the JBoss Rules on the JBoss Application Server View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982197#3982197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982197 _

[jboss-user] Problem with file with ç or ã in the name of file

2006-10-31 Thread Eros
Is possible configure Jboss Portal to use ç or ã in the name file? For example: publicação.html My files are create for html editor of JbossPortal []´s Eros ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/list

[jboss-user] [JBossWS] - Re: implementing wsse:UserNameToken

2006-10-31 Thread rayymlai
some texts are missing in previous thread. I've tried: 1. in both jboss-wsse*.xml, specify 2. in both jboss-wsse*.xml, specify manager manager - inferred from the UsernameToken.java above 3. Specify user and password in the SOAP stub (as per advice from previous email threads) - refer to prev

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

2006-10-31 Thread zauberlehrling
Great work! Thank you very much. Frank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982193#3982193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982193 ___ jboss-user mail

[jboss-user] [JBossWS] - hibernate and web services

2006-10-31 Thread ypasmk
I'm trying to use web services and it's working but when I try to use hibernate in server side i get no entity found exception..here is my server side bean | | @Stateless | | @Local( { | | LoginService.class | | }) | | @Remote( { | | LoginService.class |

[jboss-user] [JBossWS] - port binding name has "Port" appended to it...Can I change i

2006-10-31 Thread sursha
I've a JBOSSWS autogenerated wsdl . I'm using ejb3 exposed web service and interface name is MyService. In the following section of wsdl, the port name has a "Port" appended to MyService. I want that to be MyService instead of MyServicePort. Is it possible to do it? You may ask why I've to do i

[jboss-user] [JBoss Seam] - Re: Problems with application-like behaviour project

2006-10-31 Thread raffaele.camanzo
Hi Gavin, tomorrow is a national holiday in Italy, I'm already at home and I cannot access to my PC at work (it's turned off... damn!) then I cannot answer to your questions before of thursday, but it will be the first think. This post only to say: I really appreciate your advice! Thank you ver

[jboss-user] [JBoss Seam] - Re: Security Solution for Seam

2006-10-31 Thread texan
To see the existing docs for Seam 1.1, you need to download that version. There's a doc directory in the download. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982190#3982190 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [EJB 3.0] - Re: JBoss AS & EJB 3.0 Certification

2006-10-31 Thread fhh
anonymous wrote : | As far as i understand Hibernate 3.2.0 GA together with Hibernate Annotations and EntityManager 3.2.0 GA is certified for EJB 3.0 persistence. | | On the other hand i was told just a minute ago by the JBoss AS 4.0.5 installer that it isn't certified for EJB 3.0 yet

[jboss-user] [JBoss Seam] - Re: Submitting using SelectOneRadio

2006-10-31 Thread [EMAIL PROTECTED]
Yeah, usually something like this would not be a seam-related problem, but we hacked in some functionality to make JSF method bindings more flexible (and I screwed up doing it). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982187#3982187 Reply to the post

[jboss-user] [JBoss Seam] - Re: Submitting using SelectOneRadio

2006-10-31 Thread monkeyden
BINGO! Built from CVS. I never would have guessed that this was a bug in Seam. Seems to me that it has more to do with JSF event handling. Anyway, it's in the rear-view mirror. Thanks for the help Gavin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-10-31 Thread rupertlssmith
I should add, that that was the only way I could get it to work whilst using isolated classloaders for my .ear to solve the JAXB 2.0 problem. I think I managed to get around that one a differnt way and am not having to use the isolated class loaders now. So I should be able to deploy my .rar out

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-31 Thread omatzura
ok.. where did it get generated instead? (did it get generated at all?) regards! /Ole View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982183#3982183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982183 ___

[jboss-user] [JBoss Seam] - Re: Use of @Out with JSTL/ui:include

2006-10-31 Thread [EMAIL PROTECTED]
NP, I'm just trying to help you get a useful answer, rather than talking to yourself :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982182#3982182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982182 __

[jboss-user] [JBoss Seam] - Re: Use of @Out with JSTL/ui:include

2006-10-31 Thread ekusnitz
Sorry, Gavin. It started out in Seam, but I guess now it belongs in facelets. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982181#3982181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982181 _

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-10-31 Thread rupertlssmith
"amazon" wrote : Is there anything new on this topic? I did it in the same way as described in the original posting, with the same negative result. The .rar is not found if it is inside the .ear, no matter if the .rar name in the -ds.xml is qualified or not. However, with the -ds.xml inside the

[jboss-user] [JBoss Portal] - Re: Using PortletSession, sharing objects between portlets

2006-10-31 Thread bmcgovern
Update: The session ID accross both portlets is identical. They are in separate war files - does that make a difference? Any answers appreciated, I'm stuck here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982179#3982179 Reply to the post : http://www

  1   2   3   >