[jboss-user] [JBoss Eclipse IDE (users)] - What is to be downloaded?

2006-10-11 Thread lightbulb432
Few questions (please answer whatever you know): 1) What is the "-nodeps" version of each download listed on http://labs.jboss.com/portal/jbosside/download/index.html? 2) What does the "All JBossIDE plugins" download on the above page include from the rest of that page? What does "All" really m

[jboss-user] [JNDI/Naming/Network] - Looking up ejb on jboss 4.0

2006-10-11 Thread defkewl
Dear all, How do I lookup for an EJB on Jboss 4.0? This is the code I write: | InitialContext ctx=new InitialContext(); | Context ref=(Context)ctx.lookup("java:comp/env/ejb"); | | DepartmentHome home=(DepartmentHome)ref.looku

[jboss-user] [Installation, Configuration & Deployment] - Installation of JBoss 4.0.4GA on Headless Sun Server

2006-10-11 Thread esvehla
I need to get an EJB 3.0 configured version of JBoss 4.0.4GA running on a headless Solaris 10 box. When I specify the -Djava.awt.headless=true option on the command line to kick off the installer I get a java.awt.headlessException at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironmen

[jboss-user] [JBoss Eclipse IDE (users)] - WTP & JBoss IDE for EJB3

2006-10-11 Thread lightbulb432
Looking at the following link, what needs to be downloaded to use with JBoss IDE, if I want to use EJB3? http://www.eclipse.org/webtools/main.html The link has: - Web Standard Tools - J2EE Standard Tools - Dali Java Persistence API Tools - JavaServer Faces Tools What confuses me is which of the

[jboss-user] [JBoss Seam] - I must be asking stupid questions.

2006-10-11 Thread jimjamz
I must be asking stupid questions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977747#3977747 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977747 ___ jboss-user mailing l

[jboss-user] [Beginners Corner] - JBOSS and TOMCAT integrated version problem

2006-10-11 Thread leigha
Hi there, I've installed jboss and tomcat integrated version: jboss-3.2.0RC3_tomcat-4.1.18. and put the files in C:\JBOSS I set the enviroment varibles: JBOSS_HOME = C:\JBOSS My OS is windows2k and I use run.bat to start the JBOSS server. The JBOSS can work correctly, but when I input http://lo

[jboss-user] [JBoss Eclipse IDE (users)] - Can't Access JBoss 4.0.2 via IP address while running in IDE

2006-10-11 Thread JTeknoslacker
I am running JBoss 4.0.2 AS, JBoss IDE 2.0 Beta1, and eclipse 3.2.1. When running inside the IDE I can't access the AS using the IP address. http://localhost:8080 works but http://ip:8080 does not. Any solutions to getting this to work? View the original post : http://www.jboss.com/index.htm

[jboss-user] [JNDI/Naming/Network] - Re: jndi lookup for persistence unit

2006-10-11 Thread mikedanese
from(url): http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/entityconfig.html For WAR files, JBoss 4.0.x does not yet support deploying a persistence archive with WEB-INF/lib as required by the spec. so, how to access entity jndi's in a jb4 war file? What is the workaro

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-11 Thread scout1lacno
Hi, Thankz for the reply :) Have you tried downloading NetBeans 5.5 Beta 2 with JBOSS Bundle? I have located the files but in different file names on \jboss-4.0.4.GA\server\default\deploy The files are anonymous wrote : naming-service.xml | dynaclassloader-service.xml | invokers-service

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-11 Thread [EMAIL PROTECTED]
Very cool! :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977741#3977741 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977741 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [Installation, Configuration & Deployment] - Re: Exploded Vs Packaged mode

2006-10-11 Thread stemeyda
I am having the same problem but I am doing it a little different. Whenever I package the ear file and deploy it as a file. I can delete that file and jboss will undeploy it. No problems here (besides being slow as dog%#$). Whenever I deploy it as an exploded directory (same exact structure).

[jboss-user] [JBossWS] - Java , WSDL mapping functionality

2006-10-11 Thread king_country2000
>From the JAX-WS 2.0 specification anonymous wrote : Implementing Enterprise Web Services (JSR 109) The JSR 109[14] defined jaxrpc-mapping-info | deployment descriptor provides deployment time Java , WSDL mapping functionality. In conjunction | with JSR 181[13], JAX-WS 2.0 will complement th

[jboss-user] [JBoss AOP] - Webservice and transaction annotations

2006-10-11 Thread timdyck
I am having problems using annotations in my code when using both webservice and transaction annotations on the same methods. I wasn't sure where to make my orginal post, but I made it here: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3977735#3977735 Any help, with the above issue

[jboss-user] [Messaging, JMS & JBossMQ] - Does DLQ work without MDBs

2006-10-11 Thread rekhanayan
Hi, I'm working on an application in which the messages will be rolled back when there is a failure in the buisness logic implemented. And was expected JBOSS to manage these undelivered messages to put in a Dead Letter Queue. But with my application I couldn't see this happening. Even after r

[jboss-user] [JBoss Seam] - Re: Seam Remoting and java.math.BigDecimal

2006-10-11 Thread sbryzak2
I've committed some changes to CVS to fix this. BigDecimal and BigIntegers are now marshalled as String values. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977736#3977736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBossWS] - Webservice and transaction annotations

2006-10-11 Thread timdyck
I am currently developing a webservice endpoint using the JbossWS annotations and transaction annotations and I am encountering a problem that I need some help on. It seems that when I add in the annotations for transactions then I get the following stack trace message when running in JBoss AS

[jboss-user] [JBossWS] - Start with WSDL or WSDL First

2006-10-11 Thread king_country2000
Is is possible to do this within JBOSS-WS 1.0.3 using JSR-181 Annotations. Just using @WebService(wsdlLocation="META-INF/wsdl/hello.wsdl") does not seem to work as the Java-WSDL mappings are not being found. How does one specify the mapping using Annotations ? Thanks. View the original post :

[jboss-user] [JBossCache] - OutOfMemory errors using jgroup 2.2.9.1

2006-10-11 Thread [EMAIL PROTECTED]
I am using jgroups in a clustered application for distributed caching of frequently used objects. The application is deployed on JBoss, websphere and weblogic. I have noticed that the system occassionally runs out of memory and has full gc's after running for a couple of days. On the websphere

[jboss-user] [JNDI/Naming/Network] - jndi lookup for persistence unit

2006-10-11 Thread mikedanese
followed a bunch of examples, put persistence.xml in META-INF folder. ?xml version="1.0" encoding="UTF-8"? persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/persistence

[jboss-user] [JBoss Seam] - Re: IllegalStateException: No active application scope

2006-10-11 Thread neill_robbins
Christophe, I don't know if you are still having this problem, but I also managed to get it. The problem arose because I had both the JSF RI and the MyFaces api and impl jars in my webb app WEB-INF/lib I'm guessing therefore that it was a classpath issue. If you have the same situation, remove

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-11 Thread jgilbert
I have been building Seam applications with Maven2 in my Taylor project. http://taylor.sourceforge.net The current version builds the ejb3 jar, war, and ear with one maven project. The next release will generate seperate jar, war, and ear projects for more flexibility. View the original post :

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

2006-10-11 Thread [EMAIL PROTECTED]
"kdeboer" wrote : I did some research in the JBoss WS 103 Sources. | It appears that the username token profile is partly supported. | The user and password are added to the soap header when the password are added to the call or proxy object | However password type attribute and password enc

[jboss-user] [Beginners Corner] - Re: MainDeployer: Could not make local copy for ...

2006-10-11 Thread editha
Thank you for your answer! Unfortunately it still does not work. When I write something like mymaindeployer.deploy(new URL("file:///c:/test.war")); I still get the Error message "Could not make copy for file:/c:/test.war" Somehow the two additional slashes "disappear" View the original

[jboss-user] [EJB 3.0] - Re: @Service POJO referencing a Session Bean

2006-10-11 Thread gommo
Sorry to confuse, the session beans are fine, I have no issues looking them up from clients or other session beans, but it appears to me that when I deploy the .ear file, the Service bean is started before jboss even deploys the session beans.. So thats my real issue? Thanks View the original

[jboss-user] [JBossWS] - Re: Endpoint Operation metadata error

2006-10-11 Thread [EMAIL PROTECTED]
This mesage would occur if the endpoint receives a message that cannot be dispatched (i.e. it does not conform to the abstract contract defined in wsdl+schema) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977725#3977725 Reply to the post : http://www.jbos

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

2006-10-11 Thread [EMAIL PROTECTED]
| http://jira.jboss.org/jira/browse/JBWS-1296 | You are welcome to have a go View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977723#3977723 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977723 ___

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

2006-10-11 Thread [EMAIL PROTECTED]
I added a feature request http://jira.jboss.org/jira/browse/JBWS-1296 You are also welcome to have a go. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977724#3977724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977

[jboss-user] [Installation, Configuration & Deployment] - Re: Install confusion

2006-10-11 Thread [EMAIL PROTECTED]
Name of the file might have been confusing. It's not a point patch. It's a full blown installer with a few bug fixes. Specifically a critical ejb3 issue was fixed back then. Please see http://labs.jboss.com/portal/jemsinstaller/downloads for the latest installer. View the original post : htt

[jboss-user] [JBossWS] - Re: WS 181 and my own security module - call problems

2006-10-11 Thread [EMAIL PROTECTED]
The samples use an ejb endpoint like this | // standard JSR181 annotations | @WebService(name = "EndpointInterface", targetNamespace = "http://org.jboss.ws/samples/jsr181ejb";, serviceName = "TestService") | @SOAPBinding(style = SOAPBinding.Style.RPC) | | // standard EJB3 annotations

[jboss-user] [JBoss Seam] - Query that selects all rows.

2006-10-11 Thread jimjamz
Can somebody help me create a query that selects all rows within a table. I'm trying to build an SelectItems boject that contains all the states within the US. I get a ClassCastException each time I try to render the page that has my selectitem component. I looked at the jboss-seam-booking.ea

[jboss-user] [JBoss jBPM] - Re: jbpm bpel problem with doc/lit format.

2006-10-11 Thread vedavati
Did you find the solution to this problem? I am running into the same exception when I run ant generate-service in the Hello example in BPEL beta2 version View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977718#3977718 Reply to the post : http://www.jboss.com/

[jboss-user] [JBossWS] - Re: JSR 181 @HandlerChain annotation w/ custom loader reposi

2006-10-11 Thread [EMAIL PROTECTED]
According to JSR181 the handler file can also be specified relative to the endpoint class. The logic we use is | URL fileURL = null; | String filename = anHandlerChain.file(); | | // Try the filename as URL | try | { | fileURL = new URL(file

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-10-11 Thread maulinpshah
I was able to easily fix this by adjusting the ear file to the following. notice the lib/ before the jboss-seam.jar. | | Seam Shell | | | | tutorialWeb.war | /tutorial | | | | l

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-10-11 Thread maulinpshah
(to be clearer, its the application.xml file) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977716#3977716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977716 ___ jboss-use

[jboss-user] [Beginners Corner] - Re: MainDeployer: Could not make local copy for ...

2006-10-11 Thread PeterJ
I think the URL should use three slashes: file:///c:/test.war View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977714#3977714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977714 _

[jboss-user] [JBoss Portal] - portal testsuite changes for running against differetn datab

2006-10-11 Thread [EMAIL PROTECTED]
I was able to run portal testsuite against sqlserver as per Julien?s suggestion that I modify test/output/etc/datasources.xml. As expected, this required having sqlserver jdbc driver in the classpath. The easiest thing I could do was to modify /tools/etc/buildfragments/modules.ent to add my jar

[jboss-user] [JBoss jBPM] - Re: Process instance export & import

2006-10-11 Thread juangiovanolli
Hi: i'm having a problem with the generated code through XML Beans (xmlbeans.apache.org). The problem begin when i want to add a variable to a controller defined into a task node. well, i say: "xmlbeans isn't working fine", but...Surprise the element isn't added in the element

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Can not save cookie data

2006-10-11 Thread quintenjiang
I have normal programming on cookie. It is fine to run under IIS. But it can only get Cookie value, and can not set Cookie ubder the Jboss. May i know if there are any configuration to support Cookie? Thanks, Quinten JavaScript Code: function getCookie(name) { var cookies = document.cookie;

[jboss-user] [JBoss Seam] - Re: Problem with decrementing dates

2006-10-11 Thread [EMAIL PROTECTED]
OK, there is now support for #{timeZone} and #{timeZoneSelector.select}. * the timezone defaults to the server timezone, but this can of course be overridden either in components.xml or via the UI * I have created which always uses the "Seam timezone", ie. #{timeZone}. * I have registered thi

[jboss-user] [JBoss Seam] - Re: Problem with decrementing dates

2006-10-11 Thread [EMAIL PROTECTED]
ie, this changeset: http://fisheye.jboss.com/changelog/JBoss/jboss-seam?cs=MAIN:gavin:20061011210119 Note that the booking demo used to display times in UTC. Now it displays times in the server timezone. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977710

[jboss-user] [JBossWS] - Re: virtually hosting a webservice

2006-10-11 Thread g.tomassoni
"maeste" wrote : I think your problem will be solved in jbossws-1.0.4 resolving JBWS-1178. Mmmh, I'm not shure that is going to solve my problem. What I'm looking for is a way to publish the JSR-181-complian EJB3 WS services (EJBs with WS annotations) packaged on an .ejb3 archive all on a speci

[jboss-user] [JBoss Seam] - Re: Perf testing long running transactions

2006-10-11 Thread [EMAIL PROTECTED]
I believe that this is a bug that is now fixed in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977707#3977707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977707 ___

[jboss-user] [EJB 3.0] - Re: caching onetomany relation

2006-10-11 Thread laszlo.fogas
sorry for answering late: as far as I know there's no way to access treecache through the hibernate entitymanager. Maybe with a JNDI lookup you can get the underlaying MBean. But there's a solution: cast the entitymanager to hibernate session and something like this: anonymous wrote : | org

[jboss-user] [JBoss Eclipse IDE (users)] - JBoss Eclipse IDE Tutorial

2006-10-11 Thread weiming
Hi there I am new to JBoss EJB IDE, and trying to create an EJB3 application following JBoss Eclipse IDE Tutorial. However, I am stuckat Chapter 5, as when I click XDoclet Configurations, system says "The currently displayed page contains invalid values". My only guess is that error is caused

[jboss-user] [JBoss Seam] - Re: Perf testing long running transactions

2006-10-11 Thread asachde
Short of getting a generator working I opened 5 browser windows for a simple application that uses security (modified CVS code) and forwards to a page from where other pageflows are to be launched. The login process does not have a pageflow. Randomly I get the following exception on the console

[jboss-user] [JBoss Eclipse IDE (users)] - Re: create a simple EJB 3.0 application

2006-10-11 Thread weiming
Hi Rob I just simply followed install guide http://docs.jboss.com/jbosside/install/build/en/html/installation.html to install JBoss IDE 1.6 GA from Eclipse. And I know that if I need to run 1.6 version with Eclipse 3.2, I need a patch http://jira.jboss.com/jira/browse/JBIDE-295. Now I am trying

[jboss-user] [Beginners Corner] - MainDeployer: Could not make local copy for ...

2006-10-11 Thread editha
When I call the deploy(url) method of the MainDeployer, I always get the following error: "Could not make copy for file:/c:/test.war" What could be the reasons for this error? My url looks like this: file:/c:/test.war Could the url be the problem? View the original post : http://www.jbos

[jboss-user] [JBossCache] - Re: Replication doesn't work even with the sample code provi

2006-10-11 Thread [EMAIL PROTECTED]
Having a jboss-aop.xml file isn't enough; you have to aspectize your classes. The readme.txt files in the examples discuss how to do this. I'll bug Ben Wang about the need to call removeObject() before a second putObject() if you haven't aspectized the class -- shouldn't be that way. View the o

[jboss-user] [JBoss Messaging] - Re: java.lang.ClassCastException: org.jboss.messaging.core.p

2006-10-11 Thread timfox
Right. I think this is a bug I have fixed in in TRUNK and will be in alpha2, out sometime next week probably. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977699#3977699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBossWS] - Re: virtually hosting a webservice

2006-10-11 Thread maeste
I think your problem will be solved in jbossws-1.0.4 resolving JBWS-1178. For a complete description of what I mean take a look to jira or to my blog: http://www.javalinux.it/blogs/index.php?title=multiple_virtual_host_and_soap_address_p&more=1&c=1&tb=1&pb=1 View the original post : http://www.j

[jboss-user] [JBossCache] - Re: Replication doesn't work even with the sample code provi

2006-10-11 Thread malek256
Thanks for the explanation - I do see the content within the jboss-aop.xml file, so this should be functional. 'myObject' is a contrived example for illustration - in fact, we are using code based upon the sample PojoCache which uses the Student, Person, Course, etc. Without the remove(), the r

[jboss-user] [JBossWS] - Re: How to create Cutom SoapException

2006-10-11 Thread maeste
I'm not sure to understand your problem. If you are using jsr181 you can simply throws a CustomException extending Exception to get a custom soapFault. Of course you can fill "message" attribute of your CustomException as you like. If you are using jsr109 it's not too harder. Take a look to chapt

[jboss-user] [JBoss Messaging] - Re: java.lang.ClassCastException: org.jboss.messaging.core.p

2006-10-11 Thread jgilbert
One more thing. I appears that I have to delete the entries from the table every time. For example, I had my 2 servers running and killed one in the middle of a test to see the messages fail over to the other server. they did, but i couldn't restart the server. i had to bring both down, delete t

[jboss-user] [JBoss Seam] - one method ending conversation or not

2006-10-11 Thread codelion
Let's say I have an action method @End | public String submit() { | } and let's say there is logic in it by which normally I am done with the conversation, but in one case I want to stay in the conversation (e.g. go back to a page to fix up information) and traditional validation can't catc

[jboss-user] [JBossCache] - Re: Replication doesn't work even with the sample code provi

2006-10-11 Thread [EMAIL PROTECTED]
Yes, aspectizing is what makes it possible for the cache to detect changes in the object. (It actually detects changes in internal fields rather than getter/setter invocations.) Without this the cache has no idea the object has changed and needs to be replicated, unless you call putObject() aga

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: EJBS in Web Applilcations

2006-10-11 Thread meselfe
EJB works great with web apps. What do you mean "internal application"? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977690#3977690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977690 ___

[jboss-user] [Installation, Configuration & Deployment] - Getting properties to evaluate

2006-10-11 Thread AndrewBoyd
Hi All, How do I get something like | mercury.incoming.directory=${jboss.server.home.dir}/farm/incoming | to evaluate the ${jboss.server.home.dir} ? I have a mercury.properties file that I keep in MyServer/conf that has the above property setting. However, when I start up jboss my merc

[jboss-user] [JBoss Messaging] - Re: java.lang.ClassCastException: org.jboss.messaging.core.p

2006-10-11 Thread jgilbert
rock on! that was it! now my 2 servers are properly sharing the load of the messages published to the topic! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977685#3977685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Installation, Configuration & Deployment] - "could not make connection to the server"

2006-10-11 Thread Mellman99
When I start jboss I get the following error: 16:24:56,436 ERROR [IpcConnection] Could not make connection to the server. isd-portal54002 | 16:24:56,445 ERROR [PoolManager] com.appiancorp.asl3.runtimefw.rta.ipc.TcpException: java.net.ConnectException: Connection refused | com.appiancorp

[jboss-user] [JBoss Seam] - Re: no application context with latest seam version

2006-10-11 Thread codelion
The warning is not to use the Tomahawk extension of MyFaces? Right? It is ok to use MyFaces? Right? We actually are using MyFaces 1.1.4. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977682#3977682 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Messaging] - Re: java.lang.ClassCastException: org.jboss.messaging.core.p

2006-10-11 Thread timfox
Can you try stopping both servers and deleting your topic from the database (jms_postoffice table), then restarting both servers and seeing if they start this time? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977680#3977680 Reply to the post : http://www

[jboss-user] [JBoss jBPM] - Re: Task Nodes - conditionally create tasks?

2006-10-11 Thread cpob
"[EMAIL PROTECTED]" wrote : didn't read the whole thread. sorry if i duplicate an answer. | | ...but did you consider defining the tasks in the task-node and specify create-tasks="false" on the task node ? that way, can still fetch the task definitions and create instances at runtime and

[jboss-user] [EJB 3.0] - Bug in SecurityAssociation(?) - EJB3 MDB Calls a SLSB which

2006-10-11 Thread sappenin
I'm having trouble calling a secured SLSB (Stateless Session Bean) from an MDB (Message Driven Bean), and am wondering if I have discovered a bug, or if what I am encountering is the intended usage by design. I posted something over on the JAAS forum, and am cross-posting to the EJB3 forum si

[jboss-user] [Security & JAAS/JBoss] - Re: Bug in SecurityAssociation(?) - EJB3 MDB Calls a SLSB wh

2006-10-11 Thread sappenin
Ok, so I found various threads (like this one: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=37807 and http://www.jboss.org/index.html?module=bb&op=viewtopic&t=35269). >From what I can tell, the @RunAs annotation is merely specifying the "role" to >use, whereas an MDB that calls a se

[jboss-user] [JBossCache] - Re: Replication doesn't work even with the sample code provi

2006-10-11 Thread malek256
I can check - but can you explain why that would allow for communication after a remove/put and when the cache is created but not when it is altered? Does the aspectizing insert hooks within the get/sets for triggers? I apologize for asking what's probably an obvious question - I am learning as

[jboss-user] [EJB 3.0] - Re: @Service POJO referencing a Session Bean

2006-10-11 Thread jc7442
Use @Stateless or @Stateful annotations There is basic samples in the tutorial View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977673#3977673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977673 ___

[jboss-user] [JBossCache] - Re: Urgent- Socket error when adding object to DB using JDBC

2006-10-11 Thread malek256
Agreed - however we are doing limited, time-bound feasibility studies of many competing combinatorials in order to see if we should make a recommendation for a specific direction. If this is the direction we take, a connection pool is mandatory - but likely would be the job of the container / a

[jboss-user] [JBoss Seam] - Seam and maven projects

2006-10-11 Thread dhartford
I'm trying to find some resources on maven-built Seam web applications. I came across some stuff in the jboss-seam-tools package, but only in CVS org/jboss/seam/tools/output/maven/MavenWebProject.java What is the status of this and how can I get started evaluating/playing around with this? (w

[jboss-user] [JBoss Seam] - Perf testing long running transactions

2006-10-11 Thread asachde
Has anyone used Hyades or other open source tools to test long running transactions (Page flow)? I am having trouble getting the conversation ID resent to subsequent transactions. Maybe this belongs more in the tool's forum but figured I'd check to see if anyone has done performance testing on s

[jboss-user] [EJB 3.0] - Re: Tables of database deleted when undeploying

2006-10-11 Thread jc7442
Check your persistence.xml, you probably have the create-drop option View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977670#3977670 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977670 __

[jboss-user] [JBoss Messaging] - Re: java.lang.ClassCastException: org.jboss.messaging.core.p

2006-10-11 Thread jgilbert
I haven't solved it yet, but a pattern is emerging. I removed the definition of my topic and decided to try the testDistributedTopic defined in the jboss messaging sar. This one also fails with the same exception on the 2nd server. So it looks like it has something to do with the last topic or

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem with Row Locking

2006-10-11 Thread alexdemoraes
Hello, I am facing a problem with row-locking. I have an application running in two machines (jboss4.0.3sp1), sending emails. Both read an Oracle DB and start to send mail. I set the row-locking property True, and checked the log to see if they are generating "Select for Update" code. They are

[jboss-user] [JNDI/Naming/Network] - Re: Socket Exception: Broken Pipe thrown when starting JBoss

2006-10-11 Thread naveench25
1. java.net.SocketException:Connection reset by peer: JVM_recv in socket input stream read. 2. IOException:Connection reset by peer:socket write error. 3. IOExcepion:Broken pipe. All this exceptions are not thrown at the same time and might not always been thrown. These Exceptions are m

[jboss-user] [JBoss jBPM] - Re: Handling databases through jBPM

2006-10-11 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmDbCompatibility http://prdownloads.sourceforge.net/jbpm/jbpm-db-3.1.2.zip?download View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977667#3977667 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss jBPM] - Re: Problem with a fork

2006-10-11 Thread [EMAIL PROTECTED]
did you try a 'fork' node ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977666#3977666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977666 ___ jboss-user mailing list jbo

[jboss-user] [JBoss jBPM] - Re: Task Nodes - conditionally create tasks?

2006-10-11 Thread [EMAIL PROTECTED]
didn't read the whole thread. sorry if i duplicate an answer. ...but did you consider defining the tasks in the task-node and specify create-tasks="false" on the task node ? that way, can still fetch the task definitions and create instances at runtime and you have the link to the task-node.

[jboss-user] [EJB 3.0] - Tables of database deleted when undeploying

2006-10-11 Thread ataud
I create a database in MySQL (4.0.20) I create PERSON table I develop the coreesponding Entity @Entity @Table(name = "PERSON") public class PersonEntity implements Serializable { ... } I deploy the jar and test the creation : ... entityManager.persist(personEntity); ... It works. But when I und

[jboss-user] [JBossCache] - Re: JBoss Cache with Hibernate

2006-10-11 Thread [EMAIL PROTECTED]
Configure Hibernate to use JBC as the 2nd level cache -- see http://www.hibernate.org/hib_docs/v3/reference/en/html/performance.html#performance-cache The configuration file for JBoss Cache needs to be named treecache-service.xml and needs to be on the classpath visible to Hibernate. Hibernate

[jboss-user] [JBoss jBPM] - Re: Problems with conditions in transactions

2006-10-11 Thread michaelholtzman
The conditional expression must be written in the jBPM "Expression Language", not as a BeanShell (java) snippet as you are doing. See the documentation on decision nodes. There have been a number of examples posted in this forum. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBossCache] - Re: Replication doesn't work even with the sample code provi

2006-10-11 Thread [EMAIL PROTECTED]
Has the MyObject class been instrumented (aka aspectized) for use in PojoCache? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977660#3977660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977660 ___

[jboss-user] [JBoss Messaging] - Re: java.lang.ClassCastException: org.jboss.messaging.core.p

2006-10-11 Thread jgilbert
OK. I made the subscriptions Durable. I had to use clientId instead of clientID. I still get the original exception on the 2nd server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977659#3977659 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Installation, Configuration & Deployment] - Unrecognized DTD problem in JBoss-4.0.4.GA

2006-10-11 Thread moon1805
Hi, I have an application where in I have my local copies of dtd files inside an ear. The problem is whenever I try to validate my xml it gives me an error saying unrecognized dtds. I was trying a work-around and trying to put some entries in the xmlresolver-service.xml, but could not succee

[jboss-user] [JBossCache] - Re: Replication doesn't work even with the sample code provi

2006-10-11 Thread malek256
We note that replication occurs if you remove and then perform a putObject, but not otherwise That is, the following pseudo-code illustrates a pattern which returns the modified data MyObject myObject = new MyObject(); myObject.SetValue("0"); cache1_.putObject("/key/", myObject); myObject = c

[jboss-user] [JBoss Messaging] - Re: java.lang.ClassCastException: org.jboss.messaging.core.p

2006-10-11 Thread jgilbert
At the moment I am not using Durable because I get an error that a clientID is required. When I add the clientID to the activationSpec I get an error that it is not a valid property. I'll try again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977653#397765

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4GA and JAXB

2006-10-11 Thread frommta
Hi, Just checking if this is the same issue that I am facing with JBOSS 4.0.4 and JAXB2.0. Let me know. I am getting this exception while creating JAXBContext. xml.bind is J2EE lib require jaxb.properties, whereas one in JAXB2.0 do not need one. 2006-10-11 11:46:32,049 ERROR [STDERR] Caused by

[jboss-user] [JBoss Portal] - Re: UserImpl needs to implement serializable??

2006-10-11 Thread neumann347
Resolved the problem and just for completeness am posting the cause. This was a user error. (Surprise!) There were 2 problems: 1) I was using the wrong method for my search. I was using query.setParameter with a list as on object. It works a lot better with using query.setParameterList. This fi

[jboss-user] [JBoss Messaging] - Re: java.lang.ClassCastException: org.jboss.messaging.core.p

2006-10-11 Thread timfox
Are you using durable subscriptions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977650#3977650 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977650 ___ jboss-user mailing

[jboss-user] [JBoss Messaging] - Re: java.lang.ClassCastException: org.jboss.messaging.core.p

2006-10-11 Thread jgilbert
Yes, I just ran the distributed-topic example successfully. I'm using an ejb3 mdb and I am registering the topic in both nodes. Does any of this make a difference? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977649#3977649 Reply to the post : http://www.

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: URL problems using Apache, JBoss, mod_jk

2006-10-11 Thread rcjboss
This is something that you need to tell JBoss/Tomcat using the jboss-wex.xml. Follow my response for the post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=91886 You have the same situation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977648#3

[jboss-user] [JBoss Messaging] - Re: java.lang.ClassCastException: org.jboss.messaging.core.p

2006-10-11 Thread timfox
I fixed something that looks similar to this in alpha 2, due out very shortly. I'm trying to remember the circumanstances under which this happens. Did you manage to run the clustered topic example ok? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977645#397

[jboss-user] [Installation, Configuration & Deployment] - Some friendly advice

2006-10-11 Thread redsea
In the past few weeks I have been evaluating application servers. Within a minutes time I can start tomcat, sun app server or jboss server. One of the qualities that I am looking for in a serve is a "write once drop anywhere" kind of quality. By this I mean, if I write a web app(let say) using n

[jboss-user] [Security & JAAS/JBoss] - Re: Can't get access right from Java Client

2006-10-11 Thread jmcollin92
Is my question stupid or is there any solution ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977642#3977642 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977642 ___ jboss-

[jboss-user] [Security & JAAS/JBoss] - Re: Help with Logout

2006-10-11 Thread jmcollin92
So the solution is to have a logout result page with a link to go back to the main page on user action and not to forward directly on the main page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977641#3977641 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBossCache] - Re: Replication doesn't work even with the sample code provi

2006-10-11 Thread mitra123
Hi, jgroups.jar is by default included in the \lib of jbosscache download and it is included in the class path of the project I am running. Is this enough? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977640#3977640 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Messaging] - java.lang.ClassCastException: org.jboss.messaging.core.plugi

2006-10-11 Thread jgilbert
I'm trying to configure a Topic in a cluster. I have configured ports-01 and ports-02. If either server is started first then it successfully starts. And I can publish messages to my topic on the first server. However, the 2nd server fails with the following exception. Am I doing something wron

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

2006-10-11 Thread [EMAIL PROTECTED]
"japplicoon" wrote : I now started the n-th trial (I'm quite quick now ;-) with jboss-seam.jar in server/default/lib. "sample" did not work because parse errors with processflow config files, but I got the "blank" app deployed successfully. | The start page came up, ok. But I had to again add

[jboss-user] [Security & JAAS/JBoss] - JAAS/LDAP Roles configuration pulls superset instead of filt

2006-10-11 Thread sarahm
I am having a strange error with what should be a simple configuration. I am able to authenticate off LDAP, but the role list received is not the one I expect. I have the following config (with my actual domain, etc): login-config.xml | | | |

[jboss-user] [JBoss Messaging] - JBoss Messaging with Tomcat

2006-10-11 Thread mr_aravinth
Hi, I need to communicate between JBoss & Tomcat using JMS. But the project needs the Tomcat to be the JMS message server (ie. Message sender) and JBoss as the message client (ie. Message receiver). This requires me to configure the "ConnectionFactories" and other stuffs in Tomcat server inste

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Weird behavior with ping timeouts

2006-10-11 Thread smithmb
Hi, Not yet, unfortunately. We've observed that it seems to clear up if we deploy on a Linux server. It seems to be specific with 4.0.4 (It didn't happen with 4.0.1). I inherited the issue on a Windows server, and we're now moving to redeploy on Linux. I did discover that the timeouts often oc

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Weird behavior with ping timeouts

2006-10-11 Thread lgirault
Hello, did you manage to fix your problem ? I am exactly in the same situation: "No pong received" If you get any chance fixing this issue please let me know. Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977634#3977634 Reply to the post : http

  1   2   3   >