[JBoss-user] [Installation, Configuration & Deployment] - jboss 3.2.3 start up problem

2006-05-18 Thread knotwithvenki
Hi, Iam using jboss 3.2.3. version. Iam using jdk1.3. But whenever iam starting my jboss server it is giving error message as shown below. === . JBoss Bootstrap Environment . JBOSS_HOME: C:\JBoss\jboss-3.2.3\b

[JBoss-user] [JBoss Getting Started Documentation] - Re: The requested resource not available, please help!

2006-05-18 Thread notarysojac
You can see if your J2EE app got deployed when accessing that URL by looking for a file at /JBOSS/server/default/work/jboss.web/localhost/bank/org/apache/jsp/logon_jsp.class If that file ( and logon_jsp.java ) are not there - then your app did not get built with all the needed pieces and ca

[JBoss-user] [EJB 3.0] - ManyToMany: delete causes a violation of foreign key constra

2006-05-18 Thread horst21
Hello, I got a Problem deleting persistent EJB3 entity objects: I got a class PointOfPayment that has a ManyToMany relation to the class Account. When I try to delete a persistent PointOfPayment object that has an entry in the relation-collection to account, I got an exception: org.apache.der

[JBoss-user] [JBoss Messaging] - Re: Programatically Creating Destinations

2006-05-18 Thread timfox
The JMS spec does not specify a standard way of doing this so different messaging systems do it in different ways. To deploy a new queue programmatically in JBoss Messaging you can use the createQueue/destroyQueue createTopic/destroyTopic methods on the ServerPeer MBean. Actually the current n

[JBoss-user] [JBossWS] - Re: Bug in ServiceDeployerEjb's portURI

2006-05-18 Thread gigsvoo
ok my problem solved with the following understanding after i read the posts here 10 times very carefully. 1. the jboss.xml must be same path as ejb-jar.xml 2. the must have 2 slashes "/" patterns View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944468#39444

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problems with database connection

2006-05-18 Thread bhupendra.yaduvenshi
U have to incluse the jnpclient .jar from jboss lib. Bhupendra View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944469#3944469 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944469 -

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: How to force the Container to call ejbStore();

2006-05-18 Thread bhupendra.yaduvenshi
Simply called ejb passivate. Bhupendra View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944470#3944470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944470 --- Usi

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss Connection Pooling is so slow

2006-05-18 Thread bhupendra.yaduvenshi
See ur ds.xml in that there are two parameter max & min size of pool connection.Set these parameter to 1 & 5 & test.It will work if not than let me know. Bhupendra View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944471#3944471 Reply to the post : http://ww

[JBoss-user] [Management, JMX/JBoss] - Re: jmx remote bind address

2006-05-18 Thread [EMAIL PROTECTED]
If you really want this workaround implemented, why not submiting a patch? :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944472#3944472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944472 ---

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: fast data access

2006-05-18 Thread bhupendra.yaduvenshi
Always remenber in case of normal data fetching is slow.Whenver u write DAO for fetching data prefered the cmp & cmr for data fetching I am not sured abt BMP but Both of CMP & cmr gives to the 60% performance increasing. Bhupendra View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [Management, JMX/JBoss] - Re: Question about

2006-05-18 Thread [EMAIL PROTECTED]
The jmx-console doesn't have a problem with non-serializable attribute values because it accesses them in the same jvm, so they are not serialized. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944474#3944474 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [EJB 3.0] - Re: ManyToMany: delete causes a violation of foreign key con

2006-05-18 Thread horst21
as workaround I tried to use native sql to delete the contents of the join-table. But apparently native sql cannot be used for delete operations, can it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944475#3944475 Reply to the post : http://www.jboss.com/

[JBoss-user] [Remoting] - Re: javax.net.ssl.SSLException: No available certificate cor

2006-05-18 Thread [EMAIL PROTECTED]
I think this is due to http://jira.jboss.com/jira/browse/JBREM-464. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944476#3944476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944476 -

[JBoss-user] [Installation, Configuration & Deployment] - Re: Netboot feature in JBoss 4.0.4 GA

2006-05-18 Thread [EMAIL PROTECTED]
This looks like an interesting setup. Why not describing it in a wiki page? :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944477#3944477 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944477 --

[JBoss-user] [Remoting] - Re: InvokerLocator equality

2006-05-18 Thread [EMAIL PROTECTED]
Guess could add another method like isSame(Object) which would just compare protocol, host, and port. This is only way I can see to do what you are looking for (other than getting all the properties from the InvokerLocator and manually comparing them. One issue is going to be with the value fo

[JBoss-user] [Management, JMX/JBoss] - Re: Question about

2006-05-18 Thread bschaefer
Thanks Dimitris. Is there any way for me to get the Attribute without serialization (without rmi). Best regards, bastian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944480#3944480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [JBoss jBPM] - Re: Correct version of eclipse for jBPM

2006-05-18 Thread kukeltje
that is an old version. Download the most recent one. Eclipse 3.1.2 should work with that View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944481#3944481 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944481 --

[JBoss-user] [EJB 3.0] - Re: ManyToMany: delete causes a violation of foreign key con

2006-05-18 Thread [EMAIL PROTECTED]
in hibernate 3.2 it can. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944482#3944482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944482 --- Using Tomcat but nee

[JBoss-user] [JBoss jBPM] - Re: Problem in required field attribute in default form cont

2006-05-18 Thread kukeltje
ok, part of it. The swimlane definition is more important. Can you post that to? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944483#3944483 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944483

[JBoss-user] [JBoss/Spring Integration] - Re: Unable to hot-deploy EJB/Spring/Hibernate application in

2006-05-18 Thread alesj
This is not Spring/Hibernate used in JBossAS forum. Read what this forum is about: http://java.sys-con.com/read/180386.htm Rgds, Ales View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944486#3944486 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [J2EE Compliance] - When i am trying to access service from JBoss UDDI throwing

2006-05-18 Thread rama0206
Hi, i published webservices on UDDI , but while access its giving NullPointer Exception, Help me out on this. i am very thankful inadvance. Buildfile: D:\uddiv2-jaxr-technotev2\build.xml all-clean: all-run: ws-clean: ws-env: [mkdir] Created dir: D:\uddiv2-jaxr-technotev2\output\classes

[JBoss-user] [Remoting] - Re: No connection possible after an illegitimate attempt

2006-05-18 Thread [EMAIL PROTECTED]
Not sure I understand the problem. So you are saying that if a client tries to connect to a server (using sslsocket for example) and the connection failes (due to ssl handshake failure for example), then no one else will be able to connect to the server? You wouldn't happen to have a test case

[JBoss-user] [JBoss Seam] - Exception after upgrading to JBoss 4.0.4.GA

2006-05-18 Thread [EMAIL PROTECTED]
Hello, We've just upgraded to JBoss 4.0.4 GA and also using Seam HEAD. After using the CRUD tool to create a reversed Seam application it doesn't work... Everything deploys ok, but when trying to create a new entity using the seamapp the following exception occurs: 11:05:36,015 ERROR [SeamExc

[JBoss-user] [JBoss Seam] - Re: myfaces-1.1.3

2006-05-18 Thread petemuir
Its a problem with myfaces logging. They've swallowed the ClassNotFoundException and displayed that error message instead. Make sure your jboss-seam.jar is in a location that is on the classpath (I have mine in the META-INF/lib of my ear); you'll need to update your application.xml to reflect

[JBoss-user] [Beginners Corner] - Feature Comparison of Different Middleware Tools

2006-05-18 Thread sajid08
I am a newbie, and I've been given the task of comparing different middleware tools like JBoss, Weblogic, WebSphere etc. then we'll select the best one for us. I've been able to get a feature list which a Middleware product should or could support, I've constructed a matrix of it, What I like

[JBoss-user] [JBoss Messaging] - Re: Programatically Creating Destinations

2006-05-18 Thread toddjtidwell
I appreciate the quick response. Can you give me a pointer in the right direction for obtaining the ServerPeer MBean remotely and calling those functions? Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944492#3944492 Reply to the post : http://w

[JBoss-user] [JBossWS] - NullPointerException While using JBossUDDI

2006-05-18 Thread rama0206
Hi, i published webservices on UDDI , but while accessing its throwing NullPointer Exception, Help me out on this. i am very thankful inadvance. Buildfile: D:\uddiv2-jaxr-technotev2\build.xml all-clean: all-run: ws-clean: ws-env: [mkdir] Created dir: D:\uddiv2-jaxr-technotev2\output\

[JBoss-user] [Installation, Configuration & Deployment] - Re: Exploded WebModul: Can web-uri point outside of jboss?

2006-05-18 Thread thomasmarkus
I have exactly the same problem. It is very annoying that you cannot have your web application at some place on your harddirk where you have checked out from cvs/svn and have the appserver at a different place. We have a given filestructure, our exploded directories do NOT have a ".war" ending

[JBoss-user] [JBoss jBPM] - Re: Process modeling question

2006-05-18 Thread ajeetphadnis
James, In general, when designing a BP what I have done is to use the component base approch, meaning that - start with the main process. Test and add process rules and constraints one at a time and go further. This approch has help me test the orchastrations and understand the hidden subtelitie

[JBoss-user] [EJB 3.0] - Re: EJB3Trail doesn't work ...

2006-05-18 Thread tanabe
Hi. I had exactly the same problem. When I used zip file installer, I couldn't run EJB3Trail. But when install from 'Run Installer', and select InstallType as 'InstallationGroupPanel.description.ejb3', I could run EJB3Trail correctly. thank you. View the original post : http://www.jboss.com/ind

[JBoss-user] [EJB 3.0] - EJB3 / ejbSelect / business methods?

2006-05-18 Thread MmarcoM
hi all, i m facing a little problem with ejb3.0.. I have an EntityBean which is in CMR with an Item enityt bean (an expense is made of multiple items) public class Expense { . public void setItems(Collection items) { .. } public Collection getItems() { ..

[JBoss-user] [JBoss Seam] - Re: Exception after upgrading to JBoss 4.0.4.GA

2006-05-18 Thread mirko27
Having same issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944498#3944498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944498 --- Using Tomcat but need to d

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss is shutting down

2006-05-18 Thread deadrow
I am having the same problem. I am administering about 100 jboss application servers and I notice that every other day a server goes down without a reason. I think this is a severe bug... especially when you want to use JB in a HA system. I will try to open a case, let's see what happen. View

[JBoss-user] [EJB/JBoss] - Re: Client couldn't detect a broken connection

2006-05-18 Thread glum
We have the same scenario. But besides performing EJB calls our client also subscribes to a server JMS topic in order to receive server notification messages. Connection loss may be easily detected via JMS API. So this is a working solution but if you do not use use JMS it looks more like a work

[JBoss-user] [EJB/JBoss] - Re: Getting Error when JBoss EJB client running on a diff ma

2006-05-18 Thread glum
You may have to specify IP address through which jboss binds EJB objects. Try running jboss with -Djboss.bind.address=SERVER_IP -Djava.rmi.server.hostname=SERVER_IP parameters. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944502#3944502 Reply to the post

[JBoss-user] [Management, JMX/JBoss] - Re: Question about

2006-05-18 Thread [EMAIL PROTECTED]
I believe this would work if the jboss jmx libraries are used (i.e. jdk1.4). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944503#3944503 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944503

[JBoss-user] [JBoss Messaging] - Re: Programatically Creating Destinations

2006-05-18 Thread timfox
http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIGetRemoteAccessToMyMBean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944505#3944505 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944505 -

[JBoss-user] [EJB 3.0] - Persistence context scope and @EJB injection

2006-05-18 Thread horst21
Hello, I got a Problem with ejb3 stateless-session beans, @ejb injection and the persistence context. The setup is this: 1) a stateless-session-bean that is a session-facade 2) a stateless-session-bean that is a dao 3) the session-fascade uses the dao (includes it with a @EJB annotation) no

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problems with database connection

2006-05-18 Thread ioioio
jnpclient.jar is not present in lib folder, but where can I find that file? Or where can I download it? please reply soon thanks very much View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944506#3944506 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [Clustering/JBoss] - Re: Channel connection lost after inactivity

2006-05-18 Thread sagesse
Just a message to let you know that that indeed fixed the problem. Thanks again. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944507#3944507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944507

[JBoss-user] [EJB 3.0] - Re: EJB3 / ejbSelect / business methods?

2006-05-18 Thread [EMAIL PROTECTED]
Hello, Use @Transient : | @Transient | public int getTotalAmount() { | ... | } | < am i putting the getTotalAmount method in the wrong bean? shall i put it ont he SessionBean instead? < It depends ... You may put it in your entity bean I think but if this method would change (in ot

[JBoss-user] [EJB 3.0] - how to catch the OptimisticLockException in ejb3

2006-05-18 Thread kindy_wu
when the table item is not exist or delete by the otherone ,i need to catch the OptimisticLockException for some reson.but i can't catch it; the OptimisticLockException is throw after the delete function finsih and throw by interpet .so how can't i catch the OptimisticLockException code: @Statef

[JBoss-user] [EJB 3.0] - Re: EJB3 / ejbSelect / business methods?

2006-05-18 Thread [EMAIL PROTECTED]
You can also do this : | | @Transient | // not get ! | public int totalAmount() { | ... | } | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944510#3944510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Error: javax.naming.NamingException: Could not dereference o

2006-05-18 Thread ioioio
After some changes in the xmls files the error has a bit changed... now it's: anonymous wrote : | [STDOUT] javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.NameNotFoundException: prologic not bound] | 10:20:29,922 INFO [STDOUT] at org.jnp.in

[JBoss-user] [Clustering/JBoss] - Re: Channel connection lost after inactivity

2006-05-18 Thread [EMAIL PROTECTED]
good ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944512#3944512 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944512 --- Using Tomcat but need to do more? Need

[JBoss-user] [Installation, Configuration & Deployment] - JBoss with Oracle 10g

2006-05-18 Thread mohitb26
Hi, Does JBOSS support Oracle 10g? If yes, then what all configuration needs to be done for using Datasource of JBOSS? I'll really appreciate if the info. can be provided immediately as I am in urgent need of it. Thanks in advance. View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [EJB 3.0] - Re: how to catch the OptimisticLockException in ejb3

2006-05-18 Thread kindy_wu
17:11:31,171 INFO [STDOUT] pass 17:11:31,187 INFO [STDOUT] Hibernate: delete from Message where id=? 17:11:31,187 ERROR [AbstractBatcher] Exception executing batch: org.hibernate.StaleStateException: Batch update returned unexpected row count from update: 0 actual row count: 0 expected: 1

[JBoss-user] [JBoss Messaging] - Regarding performance of queues & topic

2006-05-18 Thread bhupendra.yaduvenshi
Hi all, I my case whenever I deployed a queue in jboss using mysql for a one second igot 20 tps.But in case of topic i got 200TPS.For listening purpuse I am using MDB ejb.If any body has a good idea to increase this performance than plz let me know. Thanx in advance Bhupendra View th

[JBoss-user] [JBossWS] - Re: JBoss WS with attachment issues

2006-05-18 Thread neilstamps
Can you elaborate please? How do I perform webservices with attachments in the latest JBoss, given that I was able to do this under an axis service previously. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944517#3944517 Reply to the post : http://w

[JBoss-user] [JNDI/Naming/Network] - Re: Connecting from one server to other

2006-05-18 Thread littlefish
Somebody told me that, when you packaging the .war, also pack the "jbossall-client.jar" (the one get from the ejb server jboss) to the WEB-INF/lib should be ok. But i still can't make it work. Anybody knows how to make it work? View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - NPE when looking up the Hibernate session factory in the JND

2006-05-18 Thread kaage
Hi, I'm posting here a message I wrote on the Hibernate forum, but where I could not find any solution. In fact, the problem has more to do with JBoss than with Hibernate, I guess. Hi, I'm using Hibernate 3.1 together with JBoss 4.0.3. I've deployed Hibernate as a MBean in JBoss and I've boun

[JBoss-user] [JBoss Getting Started Documentation] - jboss deployment

2006-05-18 Thread madhu73
Hi friends, I am deploying jboss on fedora core2 ... when i try to install jdk 1.5 but it say already installed but i could not find java folder name... then I try to install jboss it gives error like ... ./run.sh run.sh: Missing file: /lib/tools.jar run.sh: Unexpected results may occur. Make s

[JBoss-user] [EJB 3.0] - EJB3 Table creation / dbunit problems

2006-05-18 Thread MmarcoM
hello all, i am testing a simple EJB3 application using DBUnit. In my app, i have an Expense EEJB which has a One-To-Many relationship with an Item EEJB. i am trying to test using dbunit to populate/erase data before or after each test.. and i am getting a catastrophic :) exception from dbunit

[JBoss-user] [JBossWS] - does not contain port: null

2006-05-18 Thread gigsvoo
Hi there, I am able to load 2 web services and can see the listing thru http://localhost:8080/ws4ee/services One out of the two web services is working perfectly but the 2nd ones give me this funny error: does not contain port: null Any ideas? View the original post : http://www.jboss.com/i

[JBoss-user] [Javassist user questions] - Can't use $0 in edit(ConstructorCall arg)

2006-05-18 Thread bblfish
The following code | StringBuffer code = new StringBuffer(); | code.append("com.sun.labs.rdf.sommer.Mapping.active().test($0);"); | code.append("$proceed($$);"); | System.out.println("code="+code.toString()); | arg.replace(code.toString()); | Throws the fol

[JBoss-user] [EJB/JBoss] - RequiredNew transaction type

2006-05-18 Thread bsturzoiu
Hi there I have a method inside of EJB EJB1: methodA() with Required. EJB1:methodA() call 2 others methods: EJB2:methodB(); - Required EJB3:methodC(); - RequiresNew If inside of EJB2:methodB() is catch an exception and inside of ot i have: this.setRollbackOnly(); the method call EJB3:met

[JBoss-user] [Messaging, JMS & JBossMQ] - Using private queues

2006-05-18 Thread daune_jf
Hi, I would like to set up a queue only used internally (i.e. within my app server) by two beans. I would like the queue to be bound under java:/ in JNDI, so that it is not viewed from outer world. JBoss (4.0.2) automatically creates the queue and binds it to global namespace under the name g

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Javassist errors with latest jboss

2006-05-18 Thread teknokrat
I have a hibernate project that i can deploy to jboss 4.0.3SP1 with no problems. When I try to deploy it to 4.0.4GA I get Enhancement failed errors from javassist for all of my entity classes with the cause being | Caused by: javassist.CannotCompileException: duplicate method: getId |

[JBoss-user] [JBoss jBPM] - Re: Changing HomeBean.getLatestProcessDefinitions()

2006-05-18 Thread cknowles
I was under the impression that if I set the expression to user(buyer) for example, then the actorIdExpression would be "buyer" as this makes sense. I have to say, the docs on all this stuff are very lacking. There's so many posts asking for something fairly simple which jBPM can do but its just

[JBoss-user] [Messaging, JMS & JBossMQ] - configuration on JBOSS for JMS

2006-05-18 Thread cristalleke
Hi, I am new to JBOSS and JMS. I am currently tdeveloping a JMS sender/receiver application, which I want to deploy on a JBOSS server. I understand that JBOSS can be configured for JMS. What do I need to do for this on JBOSS and are there some specific things to be done in the code? Can anyone

[JBoss-user] [JBoss Messaging] - Re: Regarding performance of queues & topic

2006-05-18 Thread timfox
Are you using JBossMQ or JBoss Messaging? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944530#3944530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944530 --- Usi

[JBoss-user] [JBossCache] - node eviction - cleaning resources

2006-05-18 Thread koombal
hi, i am using JbossCache in local mode for keeping user state objects. i would like that after a predefined interval, the objects will be evicted. when that happens i would like that the objects run some resource cleaning operations (involving http communication). can that be acomplished? i don

[JBoss-user] [EJB 3.0] - StackOverflowerror when injecting

2006-05-18 Thread aidan_b5
Hi, I'm trying to have a servlet call a method on a stateless ejb which then calls a method on a stateful ejb. First off, is this allowed? If I change the second ejb in the sequence to a stateless ejb, the code works fine, looking at the stack, the problem seems to occur when the 1st ejb (shipf

[JBoss-user] [JBoss Portal] - Re: Change role of administrator

2006-05-18 Thread Silicio
I've understood, but is it possible to create an user administrator who anyone can't change his role (like MS Windows hierarchy: administrator, power user, guest...)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944533#3944533 Reply to the post : http://w

[JBoss-user] [JBoss Seam] - Re: JBPM EL exceptions

2006-05-18 Thread petemuir
Yes it does. Here's an example of what I mean Excerpt from CreateClientBean | @End | public void create() { | log.info("Running create method"); | throw new RuntimeException("Create method throws a runtime exception"); | //facesMessages

[JBoss-user] [JBossWS] - Re: NameNotFoundException for JSR 181 POJO

2006-05-18 Thread Juergen.Zimmermann
see JBossWS user guide: chapter 4.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944535#3944535 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944535 --- Using Tom

[JBoss-user] [EJB/JBoss] - Talking to two separate jboss instances at the same time

2006-05-18 Thread jahlborn
Hey, I'm trying to write a client which will communicate with two separate remote jboss instances (version 4.0.3SP1), call them JBSrc and JBDst (both are actually clusters). The end goal is to copy data from JBSrc into JBDst. There are 3 scenarios i can think of for doing this: 1. Get remote

[JBoss-user] [EJB 3.0] - JBoss 4.0.4: Warning in Ejb3Configuration

2006-05-18 Thread Juergen.Zimmermann
JBoss 4.0.4GA is installed with the EJB3 installer option. Now I'm starting JBoss with an EAR file which was working fine with 4.0.4CR2. However, now I get this warning: | 11:52:00,537 WARN [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. Persiste

[JBoss-user] [JBoss jBPM] - Process deployment error

2006-05-18 Thread ajeetphadnis
Hi, I am using jBPM 3.1, MySql 5, Hibernat 3.1. The environment runs fine and have run most of the example processes. However, when I want to deploy the Pay Raise process I get this Hibernat mapping exception. The typdef for StringMax is declared in a file : hibernate.queries.hbm.xml, even then

[JBoss-user] [EJB/JBoss] - talking to remote jboss instance from within jboss

2006-05-18 Thread jahlborn
Hey, We are trying to get an EJB on one jboss instance to make a remote method call to an EJB on another jboss instance (version 4.0.3SP1). In both cases, the EJBs are clustered. The problem, however, is that all attempts to contact the "remote" EJB result in method calls to the local jboss in

[JBoss-user] [JBoss Messaging] - Re: Regarding performance of queues & topic

2006-05-18 Thread bhupendra.yaduvenshi
I am using JBoss MQ. Bhupendra View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944542#3944542 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944542 --- Using Tomcat

[JBoss-user] [EJB 3.0] - @AttirbuteOverride and unique contraints

2006-05-18 Thread phon
i'm trying to override a unique constraint on a column on a subclass, but it doesn't seem to work parent class: | @MappedSuperclass | public class BaseEntity { | | private Integer code; | | @Column(length=6,unique=true) | public Integer getCode() { |

[JBoss-user] [Messaging, JMS & JBossMQ] - Performance b/w queue & topic & how can we increase

2006-05-18 Thread bhupendra.yaduvenshi
Hi all, I my case whenever I deployed a queue in jboss using mysql for a one second igot 20 tps.But in case of topic i got 200TPS.For listening purpuse I am using MDB ejb.If any body has a good idea to increase this performance than plz let me know. Thanx in advance Bhupendra View the

[JBoss-user] [JBoss Messaging] - Re: Regarding performance of queues & topic

2006-05-18 Thread timfox
You are in the wrong forum. This is a forum about JBoss Messaging, please use the JBoss MQ forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944545#3944545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944545 --

[JBoss-user] [EJB/JBoss] - Re: Calling a remote ejb interface in app1.ear from a servle

2006-05-18 Thread jahlborn
you did not specify if you were calling the local or the remote interface of the EJB. That is an important distinction. If you are calling the local interface, you pretty much have to turn off isolation or stick the everything in the same ear (same diff). If you are calling the remote interfa

[JBoss-user] [EJB 3.0] - Re: MySQL Connector/J 3.1

2006-05-18 Thread elkner
Here an example, which I usually place directly into the $jboss/server/$instance/deploy/ directory: | | TestDS | jdbc:mysql://localhost:3306/test | com.mysql.jdbc.Driver | test.dba | test | false | true | conv

[JBoss-user] [Installation, Configuration & Deployment] - Jar not deploying under linux

2006-05-18 Thread balteo
Hello, I am new to linux and I have installed Jboss and I am trying to deploy a ejb jar file in the deploy directory. It does get copied into the deploy directory by Netbeans but it is not picked up by the jboss deployer. I suspect this is a permission problem but I don't undestand because the j

[JBoss-user] [JBoss jBPM] - Re: BPEL Condition

2006-05-18 Thread ncapito
anonymous wrote : However, the element still requires the activity under a subelement. Then is still needed? I believe the schema in the 2.0 called bpel_2_0.xsd is the one i am supposed to be using. It refers to a then and when i do not have one it will complain in my ide. In my process:

[JBoss-user] [JNDI/Naming/Network] - Re: Please help why Lookup Hibenate is sometimes null someti

2006-05-18 Thread kaage
Hi, I have the same problem, but to me it always (!) returns a null pointer. See my post under JBoss-Persistence-subtopic http://www.jboss.com/index.html?module=bb&op=viewtopic&t=83192. I think this problem is related to the way you configured your database. If it is a standalone database, it i

[JBoss-user] [Javassist user questions] - Re: Can't use $0 in edit(ConstructorCall arg)

2006-05-18 Thread bblfish
Looks like it works if instead of using $0 I just use 'this'. | StringBuffer code = new StringBuffer(); | code.append("$proceed($$);"); | code.append("com.sun.labs.rdf.sommer.Mapping.active().test(this);"); | Also I noticed that one can only use 'this' after '$proceed($$);' otherwise on

[JBoss-user] [JBoss Seam] - Re: Interceptors sort order

2006-05-18 Thread denis-karpov
Gavin, jira issue JBSEAM-235 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944552#3944552 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944552 --- Using Tomcat but

[JBoss-user] [EJB/JBoss] - Re: Calling a remote ejb interface in app1.ear from a servle

2006-05-18 Thread jahlborn
Oops, guess i missed the fact that you do say it is the "remote" interface in the subject. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944553#3944553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944553 -

[JBoss-user] [Remoting] - Re: InvokerLocator equality

2006-05-18 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBREM-471 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944554#3944554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944554 --- U

[JBoss-user] [EJB 3.0] - Re: @OrderBy does not work as expected?

2006-05-18 Thread atodorov
Any ideas? Is it a bug or I'm doing something wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944555#3944555 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944555

[JBoss-user] [Beginners Corner] - Retrieve

2006-05-18 Thread mschwarz
Hi folks, can anyone tell me, if there is a way to retrieve the jboss binding address as set in my run script ? I need this value in my application to generate an url. thanks a lot Marion View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944556#3944556 Reply t

[JBoss-user] [Clustering/JBoss] - Xerces conflicts whith JBoss 4.0.3SP1. Is there a solution ?

2006-05-18 Thread alan.adasilva
Hi, I´m running JBoss in cluster mode. I have an application packed in a .war file and in the WEB-INF/lib dir, I have the xerces.jar that my application use. So, when I ran JBoss and try to use my application, an exception with xml is thrown in the JBoss console. But, when I removed the /lib/en

[JBoss-user] [Beginners Corner] - Retrieve "binding address" within the application

2006-05-18 Thread mschwarz
Sorry to post this again - my subject went to hell ** Hi folks, can anyone tell me, if there is a way to retrieve the jboss binding address as set in my run script ? I need this value in my application to generate an url. thanks a

[JBoss-user] [Beginners Corner] - Re: Remote administration with Jboss

2006-05-18 Thread mangiafuoco
Okay, thank you Peter. But, i was wondering if peraphs also jmx-console is a sort of remote administration for JBoss? Roberto View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944559#3944559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Context-root problem

2006-05-18 Thread Raist_Majere
Do you have an index.html on the root directory of your WAR? Because your web.xml says that this page is your welcome file... If it's another one, change the line | index.html | | to whatever welcome page you have in your web.xml View the original post : http://www.jboss.com/index.htm

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Javassist errors with latest jboss

2006-05-18 Thread [EMAIL PROTECTED]
Full stacktrace and the details of the deployment are needed to try to reproduce this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944561#3944561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944561 -

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss is shutting down

2006-05-18 Thread [EMAIL PROTECTED]
Something is explictily shutting down the server based on the log message. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944564#3944564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944564 -

[JBoss-user] [JBossCache] - Hanging on startup

2006-05-18 Thread mraccola
I am getting the following warning message when starting up a replicated JBoss TreeCache 1.3.0.SP2 instance and JGroups 2.2.8 on WAS 5.1.1. The application never comes up and this message is repeated over and over. I am unable to stop the server, using stopserver command, and end up having to re

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSF

2006-05-18 Thread tzablock
Well this is a myFaces bug: http://issues.apache.org/jira/browse/MYFACES-1296 Downloading new from the jars from the apache myFaces page should solve the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944567#3944567 Reply to the post : http://www.

[JBoss-user] [Installation, Configuration & Deployment] - Re: Exploded WebModul: Can web-uri point outside of jboss?

2006-05-18 Thread [EMAIL PROTECTED]
Its not required by the spec to support such deployments. We have a long standing feature request for this that I have upped the priority on for the next release: http://jira.jboss.com/jira/browse/JBAS-1486 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=394456

[JBoss-user] [EJB 3.0] - exception when loading dependent objects

2006-05-18 Thread MmarcoM
hi all, i have written an app which contains 3 entity EJBs - Expense - Product - Item Expense has a 1ToMany CMR with Item, here's the code | package com.myapp.econtrol.entities; | | | import java.io.Serializable; | import java.sql.Date; | import java.util.ArrayList; | import ja

[JBoss-user] [Beginners Corner] - Re: Retrieve

2006-05-18 Thread mschwarz
Ok, so JBoss displays all the system properties during startup. But how do I get those properties in Java ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944571#3944571 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [Beginners Corner] - Re: Retrieve

2006-05-18 Thread [EMAIL PROTECTED]
System.getProperty("jboss.bind.address") View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944572#3944572 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944572 --- Usin

[JBoss-user] [JBossCache] - Re: Hanging on startup

2006-05-18 Thread [EMAIL PROTECTED]
This smells like a class not found problem. Where did you place your JBossCache and JGroups JARs ? Place em as high as possible 'up the stack', e.g. in ./lib if such a thing exists in WAS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944573#3944573 Reply to

[JBoss-user] [Beginners Corner] - Re: Retrieve

2006-05-18 Thread mschwarz
NULL ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944575#3944575 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944575 --- Using Tomcat but need to do more? Need

[JBoss-user] [Beginners Corner] - Re: Retrieve

2006-05-18 Thread mschwarz
Sorry Scott, I know it seems like I am dumb, but I really tried a couple of things before I posted this topic. If there is a simple way to retrieve this information, please tell me so. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944576#3944576 Reply to th

  1   2   3   4   >