[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 4.2 ANT start/stop tasks

2008-04-03 Thread jaikiran
Normally, you start/stop JBoss using bat file on Windows (or the corresponding sh files for other OS). I haven't tried this myself, but, Ant provides a way to invoke the bat/script files through ant tasks http://ant.apache.org/faq.html#batch-shell-execute. Probably, you could just create a ant

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Potential problems with rewriting MVEL -> DSL

2008-04-03 Thread jaikiran
girder, Drools (also known as JBoss Rules) has its own (active) mailing lists where you are probably going to get an answer to your question. See this http://labs.jboss.com/drools/lists.html for more details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Could not create deployment: file:/opt/jboss-4.0.3SP1/se

2008-04-03 Thread jaikiran
anonymous wrote : I have extracted Jboss 4.0.2 server. You say you are using 4.0.2, but the error shows something about 4.0.3SP1. anonymous wrote : | Could not create deployment: file:/opt/jboss-4.0.3SP1/server/default/conf/jboss-service.xml Are you sure you have downloaded the correct zip

[jboss-user] [JBoss Tools (users)] - Re: A bug with displaying CSS background images?

2008-04-03 Thread EricJava
I think I found some JBIDE reports on this: http://jira.jboss.org/jira/browse/JBIDE-1960 and a couple others with similar types of problems. It's strange that it works fine on my Linux box, but not on a Windows box. I hope we'll get a fix for this stuff soon because it's a major problem for vi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Could not create deployment: file:/opt/jboss-4.0.3SP1/server

2008-04-03 Thread Ramkumar.I
Hi Everybody, This is very urgent. Actually my requirement is deploy the application in Linux environment. I have installed jdk 1.5 I have extracted Jboss 4.0.2 server. and I have set the environment variables like this. export JAVA_HOME=/opt/jdk1.5.0_15 export PATH=$JAVA_HOME/bin:$PATH export JB

[jboss-user] [JBoss Tools (users)] - A bug with displaying CSS background images?

2008-04-03 Thread EricJava
Strange situation: I'm editing some XHTML files. I can use styles with a background image when running Tools on my Linux machine, and the BG image shows up fine. When I run the same files on my Windows machine, the BG image does not show up in the preview window. Any idea what could be happen

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Database Based Sessions

2008-04-03 Thread vishal_jboss
Is there nobody who can at least tell and help me in understanding that this thing may not be required in JBoss, if it is not there in JBoss already. Thanks Vishal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141553#4141553 Reply to the post : http://www.

[jboss-user] [JBossWS] - Re: Failed to create a new SAX parser

2008-04-03 Thread muralidhar_ch
Even, I am facing the same. Did anyone solve this? Please let me know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141552#4141552 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141552 ___

[jboss-user] [JBossWS] - Re: How to Define WebService URL?

2008-04-03 Thread anacarda
also, you need the following import: import org.jboss.wsf.spi.annotation.WebContext; (the @WebContext is defined above the class btw, just below WebService I put it) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141549#4141549 Reply to the post : http://www

[jboss-user] [JBossWS] - Re: How to Define WebService URL?

2008-04-03 Thread anacarda
I found that you can use something like the following: @WebContext(contextRoot = "/myContextRoot", urlPattern = "/myUrlPattern") which will give the url something like http://localhost:8080/myContextRoot/myUrlPattern This is what I was looking for... maybe what you were also? View the original

[jboss-user] [EJB 3.0] - Re: Is this a JBoss bug?

2008-04-03 Thread bgsuma
I have a same set up and same problem. Were you able to solve this? Could you please reply if you have? If you have not could please let me know what alternative path did you take? Thanks and regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141544#4

[jboss-user] [Messaging, JMS & JBossMQ] - Messaging 1.4.0 and Non-Persistent messages to tempQueue

2008-04-03 Thread vingup2005
Hello, I have been trying to send non-persistent messages to tempQueue in jboss using new Messaging 1.4.0 with jboss 4.2.2.GA but no luck so far. Does anyone know a good starting point doc which I should be following? Most of the documents and examples I have searched so far seem to (almost exclu

[jboss-user] [Beginners Corner] - Re: JBoss is caching JSPs and not detecting changes

2008-04-03 Thread scotthendo
Thanks guys View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141539#4141539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141539 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [Messaging, JMS & JBossMQ] - Problem Integrating MDB on Jboss appserver listening to IBM

2008-04-03 Thread shetty_ritesh
Hi All, I am having problem configuring my MDB's(on Jboss appserver 4.0.2) to listen to IBM MQ on remote host. I followed the JCA method of resource adaptors and all the configurations seems to be correct. I am getting following exception when i start the server. Note that when i produce or co

[jboss-user] [JBoss Portal] - Re: SQL Server 2000 error on startup and for CMS on access

2008-04-03 Thread esmith1
If you want to switch to the ms jdbc driver, this worked for me 1- download the latest Microsoft JDBC driver for 2005 server (sqljdbc.jar) and place into the deploy/xyz/lib; 2- grab the jboss-portal-2.6.4\setup\portal-sqlserver-ds.xml, edit it and change com.microsoft.sqlserver.jdbc.SQLServerDr

[jboss-user] [Performance Tuning] - Re: How good is Jboss 5b4 performance?

2008-04-03 Thread PeterJ
Beta4 is slower. On my Windows desktop it takes twice as long to start Beta4 as 4.2.2. Which is pretty good, Beta3 took 5 times as long. I have also noticed a long wait (several seconds) to access the first page of the jmx console, and again when accessing the first mbean in the jmx console. In

[jboss-user] [JBoss Tools (users)] - Re: How to configure Hibernate Console in a Maven project ?

2008-04-03 Thread [EMAIL PROTECTED]
look for possible spaces in the property file that confuses the jdbc driver lookup. make sure your jdbc driver is on the classpath of the console configuration (or through the associated project) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141514#4141514

[jboss-user] [JBoss Cache: Core Edition] - Re: Cache modified time not updated in a clustered environme

2008-04-03 Thread stan-jboss
(follow up from same dev group as szkazmi) What versions of JBoss / JBossCache are required to make this call? We are currently using JBoss 4.0.3SP1 and JBossCache 1.4.0SP1. Currently we are using the TreeCacheMBean mechanism of interfacing with JBossCache. Does the markNodeCurrentlyInUse call a

[jboss-user] [JBoss Tools (users)] - Re: Persistence unit

2008-04-03 Thread [EMAIL PROTECTED]
we don't (yet) have a wizard for creation of a persistence.xml. But create a src/META-INF/persistence.xml and put in the content that you want there. Unfortunately the tutorial does not show that so I can't tell you what they want in there upfront. View the original post : http://www.jboss.com

[jboss-user] [JBoss Tools (users)] - Re: Persistence unit

2008-04-03 Thread [EMAIL PROTECTED]
we don't (yet) have a wizard for creation of a persistence.xml. But create a src/META-INF/persistence.xml and put in the content that you want there. Unfortunately the tutorial does not show that so I can't tell you what they want in there upfront. View the original post : http://www.jboss.com

[jboss-user] [Performance Tuning] - How good is Jboss 5b4 performance?

2008-04-03 Thread tdanecito
Has anyone compared Jboss5b4 performance versus Jboss 4.2.2GA using the same app? I am curious I am getting 4-5msec response at my java client time using: Server- JBoss 4.2.2GA using Java 1.6.0_05 and JAXWS 2.1.3 on Windows 2000 professional with AMD64 X2 5200+ Network - 1Gbps Over the internet

[jboss-user] [Beginners Corner] - Digester problem...ClassNotFoundException

2008-04-03 Thread desenho
Hi all, I have a problem using the class com.sun.org.apache.commons.digester.Digester: | public class HibernateConfig { | private String name; | | public String getName() { | return name; | } | | public void setName(String n

[jboss-user] [JBoss Tools (users)] - Re: migration to 2.0.1 GA

2008-04-03 Thread [EMAIL PROTECTED]
It should be 100% backwards compatible. Take a backup of your workspace if you by any chance prove me wrong. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141502#4141502 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Tools (users)] - Re: migration to 2.0.1 GA

2008-04-03 Thread [EMAIL PROTECTED]
There should not be any project-level breakages between 2.0.1 and 2.0.0. Also, there is no direct connection between your workspace and your build. You could create a new eclipse folder, unzip an eclipse zip, a WTP zip, (all the requirements etc) and then unzip the new version of JBoss Tools.

[jboss-user] [JBoss Tools (users)] - migration to 2.0.1 GA

2008-04-03 Thread laksu
Hi, How do we upgrade to JBoss Tools 2.0.1.GA from JBoss Tools 2.0.0.GA on an existing Eclipse installation without breaking anything in the Eclipse workspace with existing Seam project(s)? I am afraid to break something. I feel like it is either too obvious or I am incapable of finding any docu

[jboss-user] [JBossWS] - Re: How to change http to https in wsdlsoap:address on WSDL

2008-04-03 Thread Lauri
Same is here. My task is to deploy POJO webservice bihind https transport and i'm stuck. I have tried older annotation tag @PortComponent but still unhelpful. Updating jbossws to jbossws-3.0.1-native-2.0.4.GA didn't help much, except PortComponent annotaion had gone from libraries. My configura

[jboss-user] [Testimonials] - role of open source in e-commerce

2008-04-03 Thread akathir
Iam an active jboss administrator and Iam researching on the role of open source application servers like jboss in electronic commerce for my mba. Will it be okay to send some sample questionnaires to the members? Any contribution will be greatly appreciated. Thanks Arun View the original post

[jboss-user] [JBossWS] - update Re: please help - web services still dont work for me

2008-04-03 Thread wiggy
Yes thank you the two libraries if removed from the build work. spent a day on the train and created a user library (rather than the jboss4.2.2 runtime library). I dont know whos problem this is - is it JBOSS tools problem? This has cost me alot of pain/time to resolve and I think it should g

[jboss-user] [JBoss Portal] - Re: Portal LDAP integration problems

2008-04-03 Thread juhani_g
Thanks for the reply. I tried with the following settings: | LDAP | portal:service=Module,type=LDAPConnectionContext | org.jboss.portal.identity.ldap.LDAPConnectionContext | | |host |server |

[jboss-user] [JBoss Portal] - Re: Web Service Client not working w/RichFaces

2008-04-03 Thread [EMAIL PROTECTED]
Cool. thanks. But then, my WSDL web service client should have worked. Any clues on that why its not working? any issues with the classloading? missing jars, etc? Now as you mentioned, JSF libs are already in JBoss AS 4.2.x, do i need to locate and put the necessary JARs in my WEB-INF lib to r

[jboss-user] [Beginners Corner] - Re: Failed to boot JBoss:java.lang.NullPointerException

2008-04-03 Thread genman
The boot path must not be including some element, such as the path to the .properties file loaded by org.jboss.Version View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141484#4141484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Tools (users)] - Persistence unit

2008-04-03 Thread jej2003
I am attempting to follow the tutorial at http://www.netbeans.org/kb/55/ejb30-jboss.html#Exercise_2 and one of the steps says to create a persistence unit, how do you go about doing this in JBoss Tools? Any details would be appreciated. View the original post : http://www.jboss.com/index.html

[jboss-user] [Beginners Corner] - Re: JAXB 2.0 API is being loaded (...), but this RI needs 2

2008-04-03 Thread PeterJ
You know that JBossAS 4.2.2 is not qualified with JDK 6, right? Try using JDK 5. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWithJDK6 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141482#4141482 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [Beginners Corner] - JAXB 2.0 API is being loaded (...), but this RI needs 2.1 A

2008-04-03 Thread fseyferth
In the eclipse console i get | 11:20:37,593 INFO [Server] Starting JBoss (MX MicroKernel)... | 11:20:37,609 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139) | 11:20:37,609 INFO [Server] Home Dir: C:\jboss-4.2.2.GA | 11:20:37,609 INFO

[jboss-user] [EJB 3.0] - Re: Problem Starting Jboss with ejb3

2008-04-03 Thread jwenting
looks like a problem in either your persistence unit, your datasource, or all those EJBs. As it's not happening to anyone else, I think we can rule out an error in JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141475#4141475 Reply to the post : http

[jboss-user] [JBossWS] - Re: JBoss web service client

2008-04-03 Thread PeterJ
Let me rephrase the question. If I told you how to turn the EJB into a web service, but I did not mention Eclipse, would that work for you? Oh, and are you using EJB3? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141473#4141473 Reply to the post : http://

[jboss-user] [EJB 3.0] - Problem Starting Jboss with ejb3

2008-04-03 Thread chancha
Hy. in work in application web proyect and i have a problem with jboss used ejb3. when I deploy the application in the server, throws the following error: 15:06:24,218 WARN [JDBCExceptionReporter] SQL Warning: 0, SQLState: 010SK 15:06:24,218 WARN [JDBCExceptionReporter] 010SK: La base de datos

[jboss-user] [Management, JMX/JBoss] - Re: Securing JMX console (JBoss)

2008-04-03 Thread PeterJ
In XML files, comments are formed as follows: In the web.xml file for the jmx console, move the --> line that appears after the security-constraint end tag to before the security-constraint start tag. It should then look like this: | |HtmlAdaptor |An exampl

[jboss-user] [JBossWS] - Re: JBoss web service client

2008-04-03 Thread gaurishjboss
thnnx for reciprocating.i want to devolop a web service from an existing EJB and its corresponding client using eclipse and jboss web services(obviously).Plz help Peterits a lil urgent..awaiting a reply at the earliest. View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JNDI/Naming/Network] - Re: HANamingService Out of Memory

2008-04-03 Thread PeterJ
The 3GB option is the problem. That option allocates 3GB to apps and only 1GB to the OS. Any memory allocated by the OS (such as the memory necessary for the OS to manage a thread), comes out of that 1GB. We have found that when we use the 3GB option that it severely restricts the amount of OS r

[jboss-user] [JBoss Portal] - Re: Disabling the user registered in portal database in jbos

2008-04-03 Thread darin8809
Thanks for the quick reply, I added in the following: | jbp_user_prop: jbp_value = 'false', jbp_name = 'portal.user.enabled' (also the jbp_uid) | The user is still able to log in, are there any other settings I need to look at? Thanks. View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Portal] - Re: Web Service Client not working w/RichFaces

2008-04-03 Thread wesleyhales
You already have the JSF libs included in JBoss AS 4.2.x, so no, you do not need them in your war. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141459#4141459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141459 ___

[jboss-user] [JBossWS] - Re: wsprovide : NoClassDefFoundError: com/sun/codemodel/JExp

2008-04-03 Thread javierco
I came across this same problem and what I did was to copy the classpath setup from wsconsume to wsprovide batch files, and it worked! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141453#4141453 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Management, JMX/JBoss] - Securing JMX console (JBoss)

2008-04-03 Thread mcdan311
I'm having difficulties determine where the JMX console is secure. I am trying to follow the instruction to edit the Web.XML file and it calls you to uncomment the security-constraint block. Can you explain to me how to uncomment that section? View the original post : http://www.jboss.com/in

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Starting JBoss AS programmatically.

2008-04-03 Thread hdmonty
I could solve this problem. The EJB3Deployer needs the persistence.properties. And if there no persistence.properties then gives the NullPointerException. Now I have an other problem: I use the port-bindings.xml for binding dynamic port numbers. That works fine except the jndi-port is mulish.

[jboss-user] [JBoss Portal] - Re: Web Service Client not working w/RichFaces

2008-04-03 Thread [EMAIL PROTECTED]
Ok, as I built the RichFaces app by following the maven steps... I do not see any JSF related libraries (SunRI) in my lib folder. All i have are the JARs listed in my previous post. Do I need to have JSF specific libs too if I want to work with JSF? Or just PortletBridge libs and RichFaces lib

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Issue with deployment

2008-04-03 Thread ami999
Additional piece of information.. I had to change the port address to 8081 as there was a conflict. It seems like deploy is till looking for 8080. How to resolve the issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141443#4141443 Reply to the post : ht

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Issue with deployment

2008-04-03 Thread ami999
I am trying to deploy the hello world example of BPEL on JBOSS and I am getting the following error. Please help. D:\Dev\jbpm-bpel-1.1.GA\examples\atm>ant deploy.process Buildfile: build.xml package.process: deploy.process: [deployprocess] 11:40:52,703 INFO [HttpMethodDirector] I/O exception (

[jboss-user] [Performance Tuning] - Thread Pool size configuration at Jboss 3.2.3 with Jetty

2008-04-03 Thread joaoluiscamilo
Hi! I'm IT administrator and I manager Jboss at my jbob. I have a system in java 1.4 that run in in one jboss 3.2.3 with jetty. The application get slow's during some moments of high utilization but, the machine have a lot of power processing and memory utilization free in these moments. The app

[jboss-user] [JNDI/Naming/Network] - Re: HANamingService Out of Memory

2008-04-03 Thread rockies
32 bit OS, with 4GB. The 3GB option is on. There is ~3GB free memory, JavaService is only at 1GB. Could it be that the 3GB option is causing the problem. Have also seen this error message 2008-04-03 14:55:27,508 ERROR [org.jboss.util.threadpool.BasicThreadPool] org.jboss.util.threadpool.Threa

[jboss-user] [Beginners Corner] - Re: max DB connections

2008-04-03 Thread PeterJ
Oh, and make sure that your database is configured to accept the same number of connections. If you have multiple data sources going to the same database, then the database max connections must be the sum of the max-pool-size values for all of the data sources. View the original post : http://

[jboss-user] [Beginners Corner] - Re: max DB connections

2008-04-03 Thread PeterJ
Add min-pool-size and max-pool-size entries to your *-ds.xml file: | | ... | 5 | 20 | 5 | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141435#4141435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JNDI/Naming/Network] - Re: HANamingService Out of Memory

2008-04-03 Thread PeterJ
An "unable to create new native thread" error usually indicates that the operating system ran out of memory (in other words, this is not a the-JVM-heap-is-full message). How much RAM do you have? How much swap space? Is it a 32-bit or 64-bit OS? If 32-bit OS, are you running with an option to

[jboss-user] [JBoss Portal] - Re: Define a portal without a war file?

2008-04-03 Thread PeterJ
Package your portlet into a war. The descriptor file (*.xml) all go in WEB-INF, the portlet class you can put into WEB-INF/classes or package as a jar and put in WEB-INF/lib. If you have html, jsp, images, etc they go wherever you would put them into a typical war. View the original post : htt

[jboss-user] [Beginners Corner] - Re: max DB connections

2008-04-03 Thread jwenting
configure a pooled datasource and you can define how many connections the pool can contain. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141431#4141431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141431

[jboss-user] [JBoss Cache: Core Edition] - How to know the size of the Cache

2008-04-03 Thread tiroo4u
Hi, I am using JBOSS cache.Can any one please let me know how we can findout the size of the cache Thanks in Advance, Tiru View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141430#4141430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Tools (users)] - Re: How to configure Hibernate Console in a Maven project ?

2008-04-03 Thread chawax
Thanks, it helped me a lot. I wrote the following hibernate.properties file : hibernate.connection.password=T4 | hibernate.connection.username=T4 | hibernate.connection.driver_class=com.mysql.jdbc.Driver | hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect | hibernate.connection.ur

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss 4.2 and log4j nightmare

2008-04-03 Thread pisce
For all those who encounter this issue: try to know if you're deploying a webapp that has its own log4j.jar Since JBoss has already a log4j.jar, you can obtain this error if both versions are not the same. Just remove log4j.jar from you webapp's WEB-INF/lib when deploying (an exclude might be e

[jboss-user] [Management, JMX/JBoss] - How to find currently-running quartz jobs

2008-04-03 Thread mgearhart
Is there a way, either through jmx-console or web-console, to find all the currently-running quartz jobs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141421#4141421 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41414

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 4.2.2: can't connect to port 1099?

2008-04-03 Thread jaikiran
See this http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141420#4141420 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141420 _

[jboss-user] [EJB 3.0] - Re: 4.2.2: Referencing a PersistenceContext from within anot

2008-04-03 Thread DeanoUK
Ah fantastic, working perfectly after a lot of effort! Many thanks jaikiran for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141419#4141419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141419 ___

[jboss-user] [JBoss AOP] - jboss-aop DTD or Schema?

2008-04-03 Thread bornmw
Hi Does jboss-aop.xml version 2.0 have any DTD or Schema? I couldn't find any in distribution. The only one I found searching the net was 1.0 DTD, but I assume it's outdated. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141415#4141415 Reply to the p

[jboss-user] [EJB 3.0] - Re: Basic EJB - cant be invoked from client

2008-04-03 Thread jaikiran
"r12345_2003" wrote : | I have included the necessary JAR files and also have jndi.properties in my client code class path Can you try removing the jboss jar files that you have included in the client classpath and only include jbossall-client.jar file which you will find in %JBOSS_HOME%/cl

[jboss-user] [EJB 3.0] - Re: Single persistence.xml file with multiple EJB jars

2008-04-03 Thread jaikiran
And while trying this with jarname#unitName, please do have a look at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=132775. You will probably end up, injecting it like this: | //Prefix 3 random characters to the unitName | | @PersistenceContext(unitName = "XXXejbmsp.jar#msp-p

[jboss-user] [JBoss Getting Started Documentation] - Re: Can't build using ant

2008-04-03 Thread PeterJ
Glad you got it downloaded. Yes, svn is pretty good about picking up where it left off. Since you started this post on a compilation problem, if you run into other compilation issues, post them here. But if you run into a runtime issue, it would be best to start a new post. View the original po

[jboss-user] [EJB 3.0] - Re: Single persistence.xml file with multiple EJB jars

2008-04-03 Thread jaikiran
"DeanoUK" wrote : Yeah I know it would but I can assure you it doesn't show anything, I'll pm you a link to download it if u like. | | AuditSession bean injection: | @PersistenceContext(unitName = "msp-par") | private EntityManager entityManager; | | This looks wrong. This EJB is i

[jboss-user] [Management, JMX/JBoss] - Re: jboss scheduler losing time

2008-04-03 Thread PeterJ
Use the Code button! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141408#4141408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141408 ___ jboss-user mailing list jboss-user

[jboss-user] [EJB 3.0] - Re: Single persistence.xml file with multiple EJB jars

2008-04-03 Thread DeanoUK
Ok I won't PM you as it won't allow it heh. Try this: http://www.allstarconsultants.com/pics/server.log View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141406#4141406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=414140

[jboss-user] [JBoss Messaging] - make producer to always succeed in sending messages

2008-04-03 Thread bodrin
So, our producers must always succeed to send a message (persistent) even if the messaging system is down. This just simplifies every integration process and every application logic participating. The receiving part is - OK. If a message is delivered it would be processed, if not ... we are wai

[jboss-user] [EJB 3.0] - Re: Single persistence.xml file with multiple EJB jars

2008-04-03 Thread DeanoUK
Yeah I know it would but I can assure you it doesn't show anything, I'll pm you a link to download it if u like. AuditSession bean injection: @PersistenceContext(unitName = "msp-par") private EntityManager entityManager; View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [Beginners Corner] - Re: Starting problem

2008-04-03 Thread PeterJ
Just FYI, the ::1 is the IPv6 equivalent of 127.0.0.1 in IPv4. Glad your are up and running. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141402#4141402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141402

[jboss-user] [EJB 3.0] - Re: Single persistence.xml file with multiple EJB jars

2008-04-03 Thread jaikiran
"DeanoUK" wrote : anonymous wrote : | | ../ | | ../../msp2_ejb.jar | | | | By the way - this won't work, not sure how you got it to work, it should be similar to: | | anonymous wrote : | | ../ | | ../msp2_ejb.jar | | Yeah, you are right. That was a typo on my

[jboss-user] [Beginners Corner] - Re: JBoss is caching JSPs and not detecting changes

2008-04-03 Thread PeterJ
You might also want to check that you have the latest timezone info for your JVM. See http://java.sun.com/javase/timezones/DST_faq.html, items 12, 13 and others related to TZUpdater. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141397#4141397 Reply to the

[jboss-user] [EJB 3.0] - Re: Basic EJB - cant be invoked from client

2008-04-03 Thread r12345_2003
Following is the complete stacktrace: | | Exception in thread "main" javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out] | at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1465) | at o

[jboss-user] [JBoss Tools (users)] - Re: How to configure Hibernate Console in a Maven project ?

2008-04-03 Thread [EMAIL PROTECTED]
look at the hibernate-console.properties seam wizard creates. you can use similar properties to override what the persistence.xml says. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141395#4141395 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [EJB 3.0] - Re: Single persistence.xml file with multiple EJB jars

2008-04-03 Thread DeanoUK
Persistence.xml: | | http://java.sun.com/xml/ns/persistence";> | | java:/maindatabase | ../ejbcommon.jar | ../ejbmsp.jar | | | | |

[jboss-user] [JBoss Tools (users)] - Re: How to configure Hibernate Console in a Maven project ?

2008-04-03 Thread chawax
Thanks Max. I finally could make the configuration node work and now I can see all my EJB3 entity classes when expanding the configuration node, so no more problem with mapping file. The problem is that I don't exactly now how I solved this problem ! I Just made a maven clean then a maven insta

[jboss-user] [EJB 3.0] - Re: Basic EJB - cant be invoked from client

2008-04-03 Thread jaikiran
This output looks fine to me. Can you post the complete exception stacktrace that you are seeing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141390#4141390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141390 ___

[jboss-user] [EJB 3.0] - Re: Single persistence.xml file with multiple EJB jars

2008-04-03 Thread DeanoUK
anonymous wrote : | ../ | ../../msp2_ejb.jar | By the way - this won't work, not sure how you got it to work, it should be similar to: anonymous wrote : | ../ | ../msp2_ejb.jar | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141389#4141389

[jboss-user] [EJB 3.0] - Re: Single persistence.xml file with multiple EJB jars

2008-04-03 Thread jaikiran
Please post the contents of the server.log file. Also, post the contents of the persistence.xml and the structure of your application packaging. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141388#4141388 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re:

2008-04-03 Thread pavlovrv
This is not hibernate configuration issue and not data source problem but a concurrency connection usage problem. The problem is definitely in your code. I've spent 6 days on similar problem. The same exception was thrown only under load testing with chance of occurrence about 0.08% (8 exceptio

[jboss-user] [EJB 3.0] - Re: Single persistence.xml file with multiple EJB jars

2008-04-03 Thread DeanoUK
"jaikiran" wrote : Okay in that case, probably you can place the persistence.xml in the META-INF folder of any one of the ejb jars. Let's assume you placed it in msp1_ejb.jar. The persistence.xml can then contain this: | | | | http://java.sun.com/xml/ns/persistence";> | |

[jboss-user] [JBoss jBPM] - Re: Dynamic Process Instances

2008-04-03 Thread estaub
>> As well, you did not comment on the task instance example of the previous >> post - how do you interpret that code? Sorry, I don't remember much about the task support - I don't have the time to research it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss Tools (users)] - Re: How to configure Hibernate Console in a Maven project ?

2008-04-03 Thread [EMAIL PROTECTED]
Looks like a bug in the openmapping code. Please report it in jira - thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141381#4141381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141381 _

[jboss-user] [JBoss Messaging] - Re: How do I empty a JBoss queue?

2008-04-03 Thread [EMAIL PROTECTED]
You can empty the queue using jmx-console. Every queue (for instance jboss.messaging.destination:name=A,service=Queue) has a method like removeAllMessages()... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141380#4141380 Reply to the post : http://www.jbos

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

2008-04-03 Thread manuel.martin
I forgot mention that authentication is through BASIC method. Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141377#4141377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141377 _

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

2008-04-03 Thread manuel.martin
Hi, I develop a custom LoginModule and works fine when user introduce their credentials correctly. The problem is when user fail or not remember hteir credentials the login fails (as I hope :) ) but user is not asked again for username and password and he must close their browser to try again.

[jboss-user] [JBoss Messaging] - Re: ClassLoader issue with user classes and JBM 1.0.1SP4

2008-04-03 Thread timfox
This is a known issue http://jira.jboss.org/jira/browse/JBMESSAGING-924 which was fixed about a year ago. It's also discussed here: http://jboss.com/index.html?module=bb&op=viewtopic&p=4028694 Moral of the story: If you have a problem always search the forums and JIRA first to see if it's alr

[jboss-user] [JBoss Messaging] - Re: ClassLoader issue with user classes and JBM 1.0.1SP4

2008-04-03 Thread vishal423
Hi All, Inserting this statement before retrieving object from ObjectMessageProxy inside onMessage method in listener, class loaders exception got resolved: Thread.currentThread().setContextClassLoader(.class.getClassLoader()); Thanks & Regards, Vishal View the original post : http://www.jbo

[jboss-user] [Beginners Corner] - max DB connections

2008-04-03 Thread kalinkula
hi all, can anyone tell me wether it is configurable the maximum numbers of DB connections of one JBOSS server ? And: Do i configure the maximum numbers of connections to a database or to a database server ? thanks in advance for feedback! View the original post : http://www.jboss.com/index.h

[jboss-user] [JBossWS] - Re: javax.xml.ws.soap.SOAPFaultException: Invalid program na

2008-04-03 Thread pramod_bs
I am able to access the same service using a Axis2 client. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141360#4141360 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141360

[jboss-user] [JBossWS] - Re: javax.xml.ws.soap.SOAPFaultException: Invalid program na

2008-04-03 Thread pramod_bs
Help please... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141359#4141359 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141359 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBossWS] - Get java names from WSDL

2008-04-03 Thread bortx
Hello, I'm developing an application which automatically build ws client stubs from a wsdl and generates classes that, among other things, use those stubs. So I need a way of obtaining wsdl metainformation about its java operations and types. In older jbossws tools version I used WSDLModelInfo

[jboss-user] [JBoss jBPM] - Re: Dynamic Process Instances

2008-04-03 Thread kukeltje
anonymous wrote : how is that introduced?anonymous wrote : Almost identical I would hope, just look up the token that is in the parent node (the fork) and add an additional task View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141351#4141351 Reply to the post

[jboss-user] [JBoss Portal] - Re: Define a portal without a war file?

2008-04-03 Thread Bacteries
Juste some additional information : I'm using Jboss Portal 2.6 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141350#4141350 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141350

[jboss-user] [JNDI/Naming/Network] - HANamingService Out of Memory

2008-04-03 Thread rockies
Hi, I'm experiencing the errors below. Its an environment with 2 app servers. each app server is set as a separate cluster. The JVM is less than 1GB Is there some internal limit that i need to change Thanks Dave 2008-04-03 10:38:15,259 ERROR [org.jboss.ha.jndi.HANamingService] Unexpected ex

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Problem configuring mdb with durable subscription to a t

2008-04-03 Thread asylumx
"pon.umapathy" wrote : | And the mdb-subscription-id is specified in the jboss.xml as: | | | | | |ConfigChangeListenerMDB | | ConfigChangeListenerMDBClient | | ConfigChangeListenerMDBSubscription | | | | | I hate to

[jboss-user] [EJB 3.0] - Re: Basic EJB - cant be invoked from client

2008-04-03 Thread r12345_2003
It returns the some the following response: | ¼Ýsr↓java.rmi.MarshalledObject|¢▲ùÝc³>☻♥I♦hashlocBytest☻[BobjBytesq~☺xp]?Ãur☻[B¼ | ↨°TÓ☻xp'¼Ýt▬http://127.0.0.1:8083/q~q~uq~♥└¼Ýsr org.j

[jboss-user] [JBoss Tools (users)] - How to configure Hibernate Console in a Maven project ?

2008-04-03 Thread chawax
Hi, I work on a Maven project with JPA Hibernate implementation for persistence. I would like to make Hibernate console work with this project, but I encounter problems. My project has EJB3 entity classes (with JPA annotations) and this persistence.xml file (all in build path and so in classpa

[jboss-user] [JBoss Portal] - Define a portal without a war file?

2008-04-03 Thread Bacteries
Hello, I'm new to Jboss Portal (and Jboss) and I have maybe a stupid question... I would like to define a portal (with -object.xml, -instance.xml, portlet.xml, ... files). OK I undertsand now how this work. But to hava my portal in Jboss Portal how do I do? Do I need a war file? (using with hot

  1   2   >