[jboss-user] [JBossWS] - Re: EJB service endpoint deployment error

2006-08-04 Thread B.Portenseigne
B.Portenseigne wrote : | | | display-nameEjbTest Services/display-name | | webservice-description | | webservice-description-nameEjbTest Services/webservice-description-name | | wsdl-fileMETA-INF/wsdl/EjbTest_Services.wsdl/wsdl-file |

[jboss-user] [JBoss Seam] - Have more than one page action for the same view-id

2006-08-04 Thread Basel
How can I have more than one page action for the same view-id? Currently only the last action in the list is executed, in this case setPaper. If the two actions are switched, userChallenge gets executed. | page view-id=/paper.jsf action=#{loginAction.userChallenge}/ | page

[jboss-user] [JBossCache] - Re: TransactionManager Name not bound?

2006-08-04 Thread skoptelov
ayampols wrote : skoptelov wrote : adding the following to cache MBean XML | | Hi, sorry, which file exactly, and what section? To the deploy/ejb3-entity-cache-service.xml after existing MBean dependencies add the | dependsjboss:service=ClientUserTransaction/depends | View the

[jboss-user] [JBoss Seam] - Re: Have more than one page action for the same view-id

2006-08-04 Thread Basel
Don't worry about the missing a in page view-id=/paper.jsf ction=#{paperAction.setPaper}/ It is only a typo. The actual pages.xml is correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963088#3963088 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: HA-JNDI in Cluster on 1 machine?

2006-08-04 Thread mroosendaal
I tried deploying a simple MDB on a 2 node cluster on a multihomed machine. I followed the instructions according to the wiki-page (http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine). deployment on the masternode works fine but when the deployment on the

[jboss-user] [JBossCache] - TreeCache performance with 1, 000, 000 nodes

2006-08-04 Thread confuz
Hi, For currently evict policy only support node level. so I use one onde to store one object. but I hit some problem when implement that. Had anyone tried put 1,000,000 nodes in TreeCache. when using JDBC cache loader(local mysql database), the performance is quite poor while

[jboss-user] [JBoss Seam] - DataModelSelection Problem

2006-08-04 Thread recycle_bin
I am using SFSB and @DataModel to display a list of record. But when i press edit button to select a record to edit with @DataModelSelection. It always select first record in the list, not selected one. Does anyone know why? | @DataModel | private ListRecord entityList; | |

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING

2006-08-04 Thread oabidian
First impression: it's not possible to add Jboss shortcuts to Debug and Run buttons like on Eclipse 3.1. THAT's not good! : - thats because it has changed. You create server instances, and thats how you debug/run them. Its just different. Its only alfa release so its not perfect. JBoss Eclipse

[jboss-user] [Clustering/JBoss] - Re: Accessing JbossMQ clustered from a standalone applicatio

2006-08-04 Thread jmmatrat
I had seen this example, but it is hosted in a jboss, and the client connects to the local HA-JNDI. With my standalone app I have to connect to an active Jboss of the cluster, and in case of disconnect because the server is down I'll have to reconnect to another server of the cluster, even if

[jboss-user] [JBoss Seam] - Nested conversations clarrification

2006-08-04 Thread lcoetzee
Hi, I have been playing around with nested conversations and ran into an iteresting situation. I would like to try and clarify my understanding... I have a conversation with some outjected variables e.g. an oujected variable : component. 1. When I start a nested conversation

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Setting up domain in jboss

2006-08-04 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=VirtualHosts View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963099#3963099 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963099

[jboss-user] [Security JAAS/JBoss] - Re: Setting up domain in jboss

2006-08-04 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=VirtualHosts View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963100#3963100 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963100

[jboss-user] [EJB 3.0] - Applying interceptors to old code

2006-08-04 Thread Thestrup
I've just been assigned to a project that is using EJB2.1. The existing beans are created by XDoclet and I want to apply Interceptors to them. My question is: Is that possible? Or do the beans have to be created by using annotations (e.g. @Stateless) ? If that is the case, what is the technical

[jboss-user] [Installation, Configuration Deployment] - Re: Complicated DataSouce and JNDI javax.naming.NamingExcept

2006-08-04 Thread jaikiran
anonymous wrote : DataSource source = (DataSource)context.lookup(DCDEV); // DOES NOT WORK The reason why this wont work is because, by default the datasources are bound in the java: namespace. If you want it to be bound in the global namespace then add the following statement to your ds

[jboss-user] [JBoss AOP] - Re: interceptor not executing in jboss4.0.4GA

2006-08-04 Thread chelaru.viorel
i downloaded the aop 1.5.0 dist , i copyed jboss-aop-jdk50.deployer in my deploy dir, i deleted 2 jars(javaassist and common-softvaluehashmap), then i've put the -javaagent option to JAVA_OPTS , i've set EnableLoadTimeWeaving to true and UseJbossWebLoader to true and all worked well thaks

[jboss-user] [EJB 3.0] - Re: ActiveMQ Integration

2006-08-04 Thread jc7442
Even when queue is already created, MDB can not be deploy. Problem in the first post was due to createConnectionConsumer wich looks like an optional method. Even if queue are already deployed, MDB+ActiveMQ does not works ! View the original post :

[jboss-user] [JBoss Portal] - ERROR:javax.portlet.PortletException: org.apache.jasper.Jasp

2006-08-04 Thread bartley_tony
Hi All I have had this error message but I am not sure where the content type is not defined. I have set the content type in my portlet.xml for all my modes. Within my methods for dealing with the requested modes I have included the pages that are required. Since I have not obtained a writer

[jboss-user] [JBoss jBPM] - using jbpm in EJB bean for testing. please help

2006-08-04 Thread yxyang
Hi, I am new to JBPM. what is the error messsage mean? object references an unsaved transient instance. I have the following code: | public void ejbCreate() throws CreateException { | log.debug(ejbCreate() is called); | JbpmConfiguration config = null; |

[jboss-user] [EJB 3.0] - OneToMany-Problem

2006-08-04 Thread dArignac
Hi there, I have a problem with EJB. I'm calling a module from a message bean. The module itself sets and gets some EntityBeans and therefor gets the appropriate DAO objects through the InitialContext. This works so far. But if I try to get a member value from one of the EntityBeans classes

[jboss-user] [EJB/JBoss] - Unable to passivate due to ctx lock - JBoss 4.0.2

2006-08-04 Thread kaustuvlive
After the system ran a while(more than 7 days), the event log from GUI wouldn't display any more. By look at the corresponding log file, it shows as the following: 2006-04-17 10:45:47,321 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.Device#findByPrimaryKey] Executing SQL:

[jboss-user] [JBoss jBPM] - Re: using jbpm in EJB bean for testing. please help

2006-08-04 Thread kukeltje
STFF, Use google, look at the hibernate forums etc... then use that info to analyze your code. After that, if you have not found the solution, get back with all the info about what you did AND about your environment View the original post :

[jboss-user] [JBossWS] - Re: PLEASE HELP: JSR 181 EJB Endpoint (JBoss 4.0.4.GA)

2006-08-04 Thread jason_rency
I put the following items in my web.xml and it works..I use the same name for my ejb,war and ear..havn't try to change the name yet.. servlet | servlet-nameCalculatorBean/servlet-name | servlet-classsrc.reg.server.CalculatorBean/servlet-class | /servlet | !-- web

[jboss-user] [Management, JMX/JBoss] - Re: JBoss Mbean Dependencies - How to start scheduler servic

2006-08-04 Thread viy
Try to use jboss.j2ee:service=EARDeployment,url='EAR_FILE_NAME' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963111#3963111 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963111

[jboss-user] [Installation, Configuration Deployment] - javax.naming.NameNotFoundException: remote not bound

2006-08-04 Thread Renegade_xx
Hi! I have a problem inconection with this error message. I'm new in ejb3, and i've desided that i try to make the RUBiS (http://rubis.objectweb.org) project with enterprise beans in ejb3. I have the following problem: If there is the @PersistenceContext(unitName=rubis) annotation in the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Custom ejbCreate() generates bad INSERT-Statement (4.0.2

2006-08-04 Thread Oyabun
I found something in the EJB 2.0 spec 14.1.2 anonymous wrote : The Container must ensure that the values of the container-managed fields are set to the Java language | defaults (e.g. 0 for integer, null for pointers) prior to invoking an ejbCreate(...) method on an | instance. I also have

[jboss-user] [JBoss Seam] - Re: Session Listener: @Startup for session scoped component

2006-08-04 Thread petemuir
What session do you expect to be available when the web app is initialising? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963115#3963115 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963115

[jboss-user] [JBoss Seam] - Re: DataModelSelection Problem

2006-08-04 Thread petemuir
You seem to be missing a { in your JSF View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963116#3963116 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963116 ___ jboss-user mailing

[jboss-user] [JNDI/Naming/Network] - Re: JNDI name not bound when servlet initializes

2006-08-04 Thread jaikiran
Does this help: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanAnMBeanDependOnADatasource View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963117#3963117 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963117

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - updating entity bean not updates field in database

2006-08-04 Thread yura.kravchuk
The entity bean doesn't update field in database. I have two entity beans OrgPersonnel and QualificationName. OrgPersonnel has field qualificationNameId (N:1 relation). For these entity beans in jboss.xml file specified different container configurations. The OrgPersonnel bean's configuration

[jboss-user] [JBoss Seam] - Setting the pageflow dinamically when stating a conversation

2006-08-04 Thread rlhr
Hello, I have a use case that requires me to start different pageflow depending on the context. One obvious solution is to define as many starting methods with the right annotation and call the according method @Begin(pageflow = flow1) | public void startFlow1() { | ... | } | |

[jboss-user] [JCA/JBoss] - Re: RAR - NOTYETINSTALLED error in JBOSS 4.0.4

2006-08-04 Thread samprathis
Sorry, yes it is deployed as jmsinvoker.rar and the and when I create a service - jms-mq-ds.xml I get the following exception: - MBeans waiting for other MBeans --- ObjectName: jboss.jca:name=jca/sample,service=NoTxCM State: CONFIGURED I Depend On:

[jboss-user] [JBoss Seam] - Re: DataModelSelection Problem

2006-08-04 Thread recycle_bin
it is typo error but it also doesn't work even correcting it. any other thing i missed? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963124#3963124 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963124

[jboss-user] [JBoss jBPM] - How to start scheduler? (for timers)

2006-08-04 Thread cwad0000
Currently I include jbpm-3.1.2.jar and jbpm-identity-3.1.2.jar in my project. What do I need to do to include and start a scheduler that handles the timers? I could not find any information on this in the documentation. View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - javax.servlet.ServletException: Cannot get value for express

2006-08-04 Thread tahirakramch
I m having problem with running of my JSP page which is calling managed bean properties. I dont know wht thing is missing but I hope with review of u ppl I will got the solution.. convert.jsp: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN | [EMAIL PROTECTED]

[jboss-user] [JBoss Eclipse IDE (users)] - Re: javax.servlet.ServletException: Cannot get value for exp

2006-08-04 Thread tahirakramch
here is the exceptions I m faciong exception | | javax.servlet.ServletException: Cannot get value for expression '#{pageBean.celsius}' | javax.faces.webapp.FacesServlet.service(FacesServlet.java:121) |

[jboss-user] [JBoss jBPM] - Re: How to start scheduler? (for timers)

2006-08-04 Thread kukeltje
SEARCH THIS FINE FORUM. TWO POSTS BELOW IS THE ANSWER! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963129#3963129 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963129

[jboss-user] [Installation, Configuration Deployment] - Re: performance problem with JBoss running as Windows Servic

2006-08-04 Thread maldieve
umeshs79 wrote : Increase the memory using -Xmx256M with JBossService.exe and see if it is still slow. | | Rgards, | Umesh This is the answer, but you must add the -Xmx when you initially install the JavaService, it adds additional JVM options which you can view and/or change in

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: comp not bound

2006-08-04 Thread vivek_koul
Hii Peter thnx for your reply actually i am even not able to run my local host so cant open the jmx-console.I tried to change the ports but that also didnt work. Regards Vivek View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963132#3963132 Reply to the post

[jboss-user] [JBoss jBPM] - Re: How to start scheduler? (for timers)

2006-08-04 Thread cwad0000
no it is not. i have searched this fine forum, and found postings with code snippets regarding people wanting to create their own schedulers, people creating EJB3 schedulers, people looking for mbean schedulers. surely there is such a thing as basic timer scheduler included in the

[jboss-user] [JBoss Seam] - Re: s:link exceptions

2006-08-04 Thread jason_rency
thanks Gavin, org.jboss.seam.core.init.myFacesLifecycleBug was set to true View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963134#3963134 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963134

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: EntityManager not working correctly

2006-08-04 Thread andydale
Hi, After spending the whole week trying to fix this problem, i am still no closer to the actual solution but i have discovered some more information. This problem is Postgres specific at the moment as i have tested the EntityManager.find() method call in the same context when using

[jboss-user] [Beginners Corner] - HELP: javax.naming.NameNotFoundException: comp not bound

2006-08-04 Thread cnbs
Can't get java:comp namespace on JBoss 4.0.4 My application deploys without any exceptions, but its own namespace isn't created. When i try to execute something like this : ctx.lookup(java:comp/env/..); i get this: javax.naming.NameNotFoundException: comp not bound What can i try to do with

[jboss-user] [JBossWS] - Re: where is you wsdl file? help...

2006-08-04 Thread jason_rency
thanks a lot, I saw your reply in the other post. yes I use the same name for my ear, war and ejb..I haven't tried to change them yet..but I put the servlet entity in my web.xml file and it then works. thanks a lot View the original post :

[jboss-user] [EJB 3.0] - Re: Why isn't @Predestory honored in @Stateless beans as wel

2006-08-04 Thread wolfc
I still say some thought is needed. Here I trick the thread pool into instantiating more objects (and subsequently destroying them). So even the thread pool calls pre destroy. Question remains what to do with that 1 instance that stays in the thread pool on undeploy... deploy... | 12:34:16,108

[jboss-user] [EJB 3.0] - Querying a join table

2006-08-04 Thread aidan_b5
Hi, I need to query the join table of a many to many relationship and am having trouble. PersistentValue class: @ManyToMany(cascade = {CascadeType.ALL}, fetch = FetchType.LAZY) | @JoinTable(name = user_filter, | [EMAIL PROTECTED](name=persistentvalue_id)},

[jboss-user] [JBoss Seam] - Get / Post

2006-08-04 Thread bambata
Hi, in my application session-id and conversation-id are added to the url, because of using get-request. How can I switch to post-request in order to be not able anymore to see these id´s ? thanks hans View the original post :

[jboss-user] [JBossWS] - error when using wsgen to generet wsdl

2006-08-04 Thread emailmsgbox
this is my code | @WebService(name = kukuEnd, serviceName = kukuTest) | @SOAPBinding(style = SOAPBinding.Style.DOCUMENT) | | | //@Stateless | | public class MyKuku implements IMyRemoteKuku { | @WebMethod | public int getInt() { | return 0; | }

[jboss-user] [JBoss Seam] - In attribute requires value for component

2006-08-04 Thread taprogge
Hi! I am totally confused... I am working with an existing Seam application running inside JBoss Portal (JBoss 4.0.4.GA, EJB3 rc8, Portal 2.4.0.CR3) with the MyFacesGenericPortlet. All existing components work. Now I tried to add a new component and get said error. I have stripped it down in

[jboss-user] [Installation, Configuration Deployment] - Deployment of .war file invalidates security credentials. wh

2006-08-04 Thread ajb673
Hi, I'm currently moving our application from jboss 3.2 to jboss 4.0.4. The major roblem I've got left to resolve is that when a .war file is deployed in jboss 4.0.4 it invalidates the security credentials assocaited with that war file and sends the user back to login page. This didn't happen

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Changing the name of the JSessionID cookie?

2006-08-04 Thread j2ee_junkie
Jason, From what I can tell this can not be configured. I did find this that backs up my findings. http://mail-archives.apache.org/mod_mbox/tomcat-users/200407.mbox/[EMAIL PROTECTED] cgriffith View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963146#3963146

[jboss-user] [EJB 3.0] - Re: Output parameters in stored procedures

2006-08-04 Thread rafael_rech
somebody? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963147#3963147 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963147 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Process Definition Tutorials

2006-08-04 Thread kukeltje
these tutorials are online, in the jbpm docs and wiki. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963151#3963151 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963151 ___

[jboss-user] [JBoss Seam] - Re: In attribute requires value for component

2006-08-04 Thread taprogge
Indeed... Sometimes I just hate myself ;-) You are, of course, correct. After changing the names, it works fine. It's even in the Seam Reference Guide for crying out loud. Well, thanks a lot for saving me from my own ignorance. Regards, Phil View the original post :

[jboss-user] [JBoss jBPM] - Re: How to start scheduler? (for timers)

2006-08-04 Thread kukeltje
I DID NOT, THE SHIFT KEY IS STUCK. DID YOU READ THIS LINK: http://www.jboss.org/index.html?module=bbop=viewtopict=88052 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963153#3963153 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Accessing JbossMQ clustered from a standalone applicatio

2006-08-04 Thread jmmatrat
that's it Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963157#3963157 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963157 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: How to implement Pagination in JBoss using Entity beans

2006-08-04 Thread Ajaleo
Hi! I'd use the methods setFirstResult and setMaxResults of the Query interface to implement the paginations. In the specification document related with Java Persistence API i'm reading is in the section 3.5.1. bye View the original post :

[jboss-user] [JBoss Portal] - Jsf Portlet using a modified lifecycle

2006-08-04 Thread herveminko
Hi guys, I have a big problem. I have a jsf application, that i am deploying as jsf-portlet in Jboss Portal. i have made all necessary changes ni the xml descriptors and added all necessary jars, so that the application is portal-ready. My problem is that my application ahas a modified

[jboss-user] [JBoss Eclipse IDE (users)] - Re: This project cannot be deployed to a server.

2006-08-04 Thread mvilot
[EMAIL PROTECTED] wrote : If I wanted to alpha-test released softtware, I'd stick with Micro$oft :-( | | Then don't download *alpha* releases, but only stick with full final releases. | | But your feeback is appreciated; just don't expect more of the release than what it is called.

[jboss-user] [JBoss jBPM] - Re: Assign Task - 2 users

2006-08-04 Thread tmarafon
If I want to assign a task for only 2 people, do I have to create a group for them? Do I need to create an Assignment class for this?? Isn't there an easier way like: swimlane name=Swimlane1 | assignment expression=user(John)/assignment | assignment expression=user(Mary)/assignment

[jboss-user] [JBoss Seam] - Re: DataModelSelection Problem

2006-08-04 Thread petemuir
No, it quite definitely works without s:link View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963165#3963165 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963165 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Component Not getting Initialized by Seam

2006-08-04 Thread klsateesh
Yes, I don have empty seam.properties file in my ejb-jar.. Sateesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963166#3963166 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963166

[jboss-user] [JBoss Seam] - Re: Updating a Collection of entities

2006-08-04 Thread trouby
Hey, Thanks, the first reply was helpful, I usually outjected entities that were annotated to a session scope, that is why it always worked fine, I had to annotate the scope of the collection as session too, Thanks View the original post :

[jboss-user] [JBoss jBPM] - Re: How to start scheduler? (for timers)

2006-08-04 Thread cpob
cwad, did you look at the sample web application? It's in there. Plus, it is in the manual, although rather light: Manual wrote : The timer component software is packaged in the core jbpm library, but it needs to be deployed in one of the following environments: either you have to configure

[jboss-user] [JBoss Eclipse IDE (users)] - Re: This project cannot be deployed to a server.

2006-08-04 Thread [EMAIL PROTECTED]
Dude ;) why don't you separate the components into focused plugins, and coordinate their distribution via Callisto? Is that not what we are actually doing ?! We got about 6-7 different plugins for each major functionallity and targetting Callisto have been the goal ever since it became

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Changing the name of the JSessionID cookie?

2006-08-04 Thread alosix
Ok, so I'm not going nuts. Here's what I'm doing: Apache front end to the site JBoss portal (routed by apache) Legacy app in Iframe portlet on another jboss server. Just trying to make sure that the portal session doesn't stomp on the legacy apps session. It looks like jboss is tolerant of

[jboss-user] [JBoss Portal] - JCRCMS Workspace/FileSystem SessionFactory lookup exception

2006-08-04 Thread alesj
I have the latest jbp2.4 from cvs. This is my jackrabbit configuration (no changes made): | 2006-08-04 15:17:21,171 DEBUG [org.jboss.portal.cms.impl.jcr.JCRCMS] Jackrabbit configuration : Repository | !-- || virtual file system where the repository stores

[jboss-user] [Installation, Configuration Deployment] - Re: X11 Connection and Database Manager Tool -- headless or

2006-08-04 Thread snyderpa
OK, thanks for your response and I can do that, BUT I have a followup question for everyone: I am starting my server using an init.d script which brings the service online in runlevel 3, which seems to me like the normal way I would want to start and use this server. If I have to login and

[jboss-user] [JCA/JBoss] - Re: RAR - NOTYETINSTALLED error in JBOSS 4.0.4

2006-08-04 Thread [EMAIL PROTECTED]
Ahh...you are attempting to deploy a 1.0 JCA adapter where JBoss 4.0.x supports 1.5. My suggestion would be to create a dummy implementation of ResourceAdapter and change your ra.xml file. For an example, look at our JDBC adapter(s) in the src base. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: X11 Connection and Database Manager Tool -- headless or

2006-08-04 Thread shadowvice
visolvejboss wrote : Hello, | | The Error is due to not setting the DISPLAY environment variable. | | Follow the steps given below. | | 1. First set the DISPLAY variable as shown. | #export DISPLAY=ur desktop system's ip-address:0 | | 2. Start your XWindow manager. | |

[jboss-user] [Installation, Configuration Deployment] - Re: Complicated DataSouce and JNDI javax.naming.NamingExcept

2006-08-04 Thread DjHitItUp
Correct me if I'm wrong but isn't JBoss to bound the datasource to java:/ and then within your application using the web.xml and jboss-web.xml you bound it to a global reference within your application? If this is so why would i use that setting to bound it to a global reference from within

[jboss-user] [JBoss Seam] - Re: Fileupload

2006-08-04 Thread gus888
Hi sdfe, I upload files and store them into database as blob/byte format. I did not try to store files on server directory. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963178#3963178 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JCRCMS Workspace/FileSystem SessionFactory lookup except

2006-08-04 Thread alesj
Uf ... before changing to new jbp2.4 ... you must delete JBoss_Home/server/server_conf/data/portal directory. Since it looks like that some info about cms stays in there. Rgds, Ales View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963180#3963180 Reply to the

[jboss-user] [Installation, Configuration Deployment] - Re: Complicated DataSouce and JNDI javax.naming.NamingExcept

2006-08-04 Thread jaikiran
anonymous wrote : Correct me if I'm wrong but isn't JBoss to bound the datasource to java:/ and then within your application using the web.xml and jboss-web.xml you bound it to a global reference within your application Are you talking about the resource-ref thing in web.xml and jboss-web.xml?

[jboss-user] [JBoss Eclipse IDE (users)] - Not able to deploy

2006-08-04 Thread jayanth_m
I created a project using Eclipse IDE. When I right click on the *.war file and click on Deployment - Deploy to.. there's no response atall. The window containing the list of JBoss servers are not popping up. Please help. View the original post :

[jboss-user] [JBoss jBPM] - about process define

2006-08-04 Thread luowp
I have a scenario. The first task is create a schedule. From this schedule, it will create a bunch of same type of tasks. The number of task will be decided in runtime. For each of this task, it has a review task follow it. Is that means I need dynamically create task nodes in runtime? But how

[jboss-user] [EJB 3.0] - Embeddable RC8: Warn Traces at shutdown when MDB are deploye

2006-08-04 Thread jc7442
With embeddable EJB3, when deploying MDB, there is a uggly warning when server is shutdown: WARN 04-08 15:36:56,109 (ServiceMBeanSupport.java:stop:210) -Error in stop jboss.mq:service=StateManager | javax.management.InstanceNotFoundException: jboss.system:service=ServiceController |

[jboss-user] [JBossWS] - java.rmi.MarshalException: (1)Missing end tag for Body or En

2006-08-04 Thread jason_rency
hi all, I deployed the Calculator web service example in the JBOSS4.04GA server and tried to invoke the service from both j2mej2se client. the j2se client works fine, but when I used the j2me client, the client threw the folling exception: java.rmi.MarshalException: (1)Missing end tag for Body

[jboss-user] [JBoss Seam] - Getting Started Seam

2006-08-04 Thread jjsoft
Hi, I've been using JBoss AS (ebj) for a while, now I am trying to investigate JSF, so I tried to follow the Seam getting started guide. Did a fresh install of everything I am getting the error 08:42:13,550 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception

[jboss-user] [JBoss Portal] - default portlet preferences

2006-08-04 Thread pap01
How can I set the default preferences for a porltet instance in that instance? (I mean using Java, not an .xml file)? I have seen that the default Management Portlet allows that, but I don't know how... View the original post :

[jboss-user] [JBoss Seam] - Re: Getting Started Seam

2006-08-04 Thread [EMAIL PROTECTED]
Did you follow these instructions exactly: https://labs.jboss.com/portal/authsec/jbossseam/gettingstarted View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963189#3963189 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963189

[jboss-user] [JBoss Seam] - Re: Have more than one page action for the same view-id

2006-08-04 Thread [EMAIL PROTECTED]
Currently we do not support 1 action per view id. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963190#3963190 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963190 ___

[jboss-user] [JBoss Seam] - Re: Get / Post

2006-08-04 Thread [EMAIL PROTECTED]
Use a h:commandLink or h:commandButton View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963191#3963191 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963191 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: s:link exceptions

2006-08-04 Thread [EMAIL PROTECTED]
Well that doesn't help me unless you also tell me what version of MyFaces it is... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963192#3963192 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963192

[jboss-user] [JBoss Seam] - Re: Getting Started Seam

2006-08-04 Thread jjsoft
Yes, I think so, at first I tried on my backup server but that did not work so I wiped out the backup and did a fresh install, since Seam needs hibernate 3.3 and I use hibernate 3 in production. I suppose I can do another fresh install. might have a jar conflict somewhere since I tend to put

[jboss-user] [JBossWS] - Re: does not contain operation meta data for: String_1

2006-08-04 Thread trifonov
I did the same but it didn't solve the problem... Does anybody know a solution to that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963193#3963193 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963193

[jboss-user] [JBoss Seam] - Re: Setting the pageflow dinamically when stating a conversa

2006-08-04 Thread [EMAIL PROTECTED]
Pageflow.instance().begin(pageflowName) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963196#3963196 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963196 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: Sun AJAX Sample Portlet trows an exception

2006-08-04 Thread [EMAIL PROTECTED]
Try the new sample: http://labs.jboss.com/portal/portletswap/portlets_framework.html Still, the old one should've worked. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963195#3963195 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Session Listener: @Startup for session scoped component

2006-08-04 Thread [EMAIL PROTECTED]
No, no resolution, what you are asking for makes no sense. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963198#3963198 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963198 ___

[jboss-user] [JBoss Seam] - Re: Setting the pageflow dinamically when stating a conversa

2006-08-04 Thread [EMAIL PROTECTED]
Oh, didn't read down. Yes, your solution is correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963197#3963197 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963197 ___

[jboss-user] [JBoss Seam] - Re: Nested conversations clarrification

2006-08-04 Thread [EMAIL PROTECTED]
right. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963199#3963199 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963199 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Have more than one page action for the same view-id

2006-08-04 Thread Basel
Hi Gavin, Do you have an plans to add this feature in the current CVS or future releases? Having more than one page action would simply a lot of things especially for restful application. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963200#3963200 Reply

[jboss-user] [JNDI/Naming/Network] - MBean cannot find bound object

2006-08-04 Thread teknokrat
I have deployed an ear file that contains a war and a sar file. This is on jboss 4.0.4. The context listener in the war file adds some objects into jndi that I would like the mbean defined in the sar file to use. This is not happening. The mbean throws NameNotFoundExceptions. When I check out

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Changing the name of the JSessionID cookie?

2006-08-04 Thread [EMAIL PROTECTED]
If your Connector element in server.xml has the emptySessionPath attribute set to true, a session cookie emitted to one webapp will be presented and accepted by another. By default, this attribute is true in JBoss. See http://www.jboss.com/index.html?module=bbop=viewtopict=74446 for a

[jboss-user] [JBoss Seam] - Re: Getting Started Seam

2006-08-04 Thread jjsoft
Move all the jars out of jre/lib/ext seems to help. Now I am getting 09:30:34,003 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces .PRETTY_HTML' found, using default value true 09:30:34,003 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces .ALLOW_JAVASCRIPT'

[jboss-user] [JBoss Portal] - Re: OpenLDAP integration, just plan lost what to do after se

2006-08-04 Thread [EMAIL PROTECTED]
I was asked by Daniel Valero to post my authentication solution, so here it is. Note that this solution will work against both LDAP servers which allow an anonymous bind and those that do not. In the example login-config.xml below, I've shown how to set up the LoginModule in the case in which

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: comp not bound

2006-08-04 Thread PeterJ
What do you mean by not able to run my local host? Are you saying that JBoss will not run on your computer? Or are you saying that you cannot bring up a browser on the computer that is running JBoss and your therefore cannot use http://localhost:8080/jmx-console; to access the jmx-console?

[jboss-user] [Management, JMX/JBoss] - Database Manager Tool

2006-08-04 Thread snyderpa
I have a question about a topic posted at http://www.jboss.com/index.html?module=bbop=viewtopict=88092 What are the conditions under which the Database Manager Tool can connect to my X-Windows Server? Is there a practical way to do this? View the original post :

[jboss-user] [Beginners Corner] - Re: HELP: javax.naming.NameNotFoundException: comp not bound

2006-08-04 Thread PeterJ
Use ctx.lookup(myApp-ear/MyFirstBean/remote); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963209#3963209 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963209 ___ jboss-user

[jboss-user] [JBoss.NET] - java.rmi.MarshalException: (1)Missing end tag for Body or En

2006-08-04 Thread jason_rency
I am really desperate for some experties...not sure if it's inapropriate post it here though. hi all, I deployed the Calculator web service example (EJB3 endpoint jsr181) in the JBOSS4.04GA server and tried to invoke the service from both j2mej2se client. the j2se client works fine, but when

[jboss-user] [JBoss Seam] - Re: Have more than one page action for the same view-id

2006-08-04 Thread [EMAIL PROTECTED]
Add a feature request to JIRA. No promises. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963211#3963211 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963211 ___ jboss-user

  1   2   >