[JBoss-user] [Management, JMX/JBoss] - How to invoke mbean method from standalone class

2005-10-24 Thread rdcmali
I am writing a test code and need to control some mbeans in jboss. I am using jboss-4.0.3 with jdk 1.5.0_05-b05. Please read my code following: Properties prop = new Properties(); prop.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); prop.

[JBoss-user] [Installation, Configuration & Deployment] - Re: custom property file placement

2005-10-24 Thread jaikiran
You can place them in server/default/conf and these properties files will be accessible to you in your code View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903148#3903148 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JBoss Portal] - Barcelona recap

2005-10-24 Thread [EMAIL PROTECTED]
the presentation is online and visible at http://www.jboss.com/elqNow/elqRedir.htm?ref=http://www.jboss.com/pdf/jbw_barc/integ_middleware/jboss_portal.pdf. you should also look at the very interesting presentations of WSRP http://www.jboss.com/elqNow/elqRedir.htm?ref=http://www.jboss.com/pdf/jbw

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Apache Portable Runtime Startup Error/Advice

2005-10-24 Thread m.monroe
I have installed the recent version of Tomcat 5.5.12 and do not understand how to resolve this startup error. INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: C:\Java\jdk1.5.0_04\bin;.; C:\WINDOWS\system32;C:\W

[JBoss-user] [JBoss Getting Started Documentation] - Re: Auto reload classes in JBOSS

2005-10-24 Thread jkurtz_wa
I figured out how to "touch" or change the web.xml's lastmodified date, but that did not work... File webfile = new File(); long curr_secs = System.currentTimeMillis; webfile.setLastModified(curr_secs); --- Any more suggestions? If one is using JBOSS to update an RSS Feed, this will be he

[JBoss-user] [Beginners Corner] - Re: Mail not bound error

2005-10-24 Thread andrewi
my apologies... Exception in thread "main" javax.naming.NameNotFoundException: mail not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:514) | at org.jnp.server.NamingServer.getBinding(NamingServer.java:522) | at org.jnp.server.NamingServer.getObject(NamingSer

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: scanForMappings scan one hibernate-mapping file twice in

2005-10-24 Thread kindlymouse
problem resolved. 07:54:52,157 DEBUG [Hibernate] Passing directory [E:\epm\jboss-4.0.3RC2\server\default\deploy\epm-app.ear\epm-web.war] to Hibernate Configration 07:54:52,217 DEBUG [Hibernate] Passing directory [E:\epm\jboss-4.0.3RC2\server\default\deploy\epm-app.ear\epm-ejb.jar] to Hibernate

[JBoss-user] [JBossCache] - Re: JDBCCacheLoader: primary key creation fails

2005-10-24 Thread neotyk
JIRA feature request created: http://jira.jboss.com/jira/browse/JBCACHE-345 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903133#3903133 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903133 -

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - scanForMappings scan one hibernate-mapping file twice in jbo

2005-10-24 Thread kindlymouse
i put a hibernate-service.xml in ear , and add jboss-app.xml in META-INF. -- hibernate-service.xml like this: server mbean code="org.jboss.hibernate.jmx.Hibernate" name="epm-hibernate:name=EPMSessionFactory" attribute n

[JBoss-user] [JBoss Getting Started Documentation] - Re: Auto reload classes in JBOSS

2005-10-24 Thread jkurtz_wa
What is meant by "touching"? Can you be more specific? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903130#3903130 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903130 --

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Container Exceptions

2005-10-24 Thread anupama
Hi Guys: I am puzzling over this from 2 days, I couldn't able to find good tutorial on Net. I am using CMP and JBoss 3.2.6. I would like catch when DB is down and throw App specific exception. My application has POJO which will look up Entity CMP bean by JNDI and then FindRecord for given sw

[JBoss-user] [Security & JAAS/JBoss] - Schedulable and security

2005-10-24 Thread markfrench
Hi, I was wondering if there was a way to have a given schedulable task run as a given user? Is the only approach to have the task perform a client side jaas login? Cheers Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903128#3903128 Reply to the po

[JBoss-user] [JBossCache] - Re: JDBCCacheLoader: primary key creation fails

2005-10-24 Thread [EMAIL PROTECTED]
You're right; this should be configurable. Everything else in the create table DDL is. Can you open a feature request on JIRA for this? As a workaround, you can manually create your db tables, and set config properties cache.jdbc.table.create and cache.jdbc.table.drop to false. View the origi

[JBoss-user] [Beginners Corner] - Re: Mail not bound error

2005-10-24 Thread Neelixx
Post back with your stacktrace (if any), along with the log information from server.log during your access of the mail service. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903123#3903123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [JBossCache] - JDBCCacheLoader: primary key creation fails

2005-10-24 Thread neotyk
Hello, I can't find a way to configure two caches so thay have two different tables for JDBCCacheLoader on one scheme. I get creating primary key exception: --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: test.cache:service=SecondCache | State: FAILED | Reason: org.po

[JBoss-user] [JCA/JBoss] - Accessing ResourceAdapter implementation instance from web a

2005-10-24 Thread galderz
Hi, I have just finished a JCA (1.5) implementation for outbound TCP/IP connections and I was planning to create a web-app that would allow me to control different ManagedConnectionFactory instances associated with my ResourceAdapter implementation. This would allow me to, given a moment in ti

[JBoss-user] [Beginners Corner] - Re: Trailblazer Question !?!?

2005-10-24 Thread [EMAIL PROTECTED]
There are some slight differences in the IDE since the IDE TrailBlazer movies were created. I hope it is updated soon, but the majority of the demo is still applicable. What problems are you having with the DVD TrailBlazer? It was developed on 4.0.3 and should run fine. View the original

[JBoss-user] [Installation, Configuration & Deployment] - Re: Error on Startup

2005-10-24 Thread bmillett
Digging in the Boot.log I noticed the following line: anonymous wrote : | 14:41:25,071 DEBUG [Server] Created MBeanServer: [EMAIL PROTECTED] | Shouldn't that read: anonymous wrote : | 15:34:02,013 DEBUG [Server] Created MBeanServer: [EMAIL PROTECTED] defaultDomain='jboss' ] | Does

[JBoss-user] [Installation, Configuration & Deployment] - Error on Startup

2005-10-24 Thread bmillett
I am helping a coworker install JBoss and we are having a problems. THis has worked on my Mac with the same config so we are confused. We have installed JBoss (4.0.3) both from the ".zip" download and the "installer jar file." (both installations give the same error) However, after installation

[JBoss-user] [Security & JAAS/JBoss] - Re: Simple users/roles login to EJBs not passing username/pa

2005-10-24 Thread erik777
I got a little further when I found this wiki page: http://www.jboss.org/wiki/Wiki.jsp?page=LoginInitialContextFactory The question is, what exactly does SECURITY_PROTOCOL map to? No matter what I try, I get the following: | java.lang.SecurityException: Unable to locate a login configuratio

[JBoss-user] [Beginners Corner] - Re: Error building jboss-head.

2005-10-24 Thread PeterJ
Since you are new to JBoss, you would probably be better off downloading the pre-built package from http://www.jboss.org/products/jbossas/downloads. This way you can run without compiling. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903096#3903096 Reply

[JBoss-user] [Messaging, JMS & JBossMQ] - Problem in using SonicMQ as JMS provider on JBoss

2005-10-24 Thread balwinder
Hi I'm trying to use SonicMQ as the JMS provider in JBoss 4.0.3. I have an MDB that listens to a queue existing on SonicMQ. The MDB is able to receive the message correctly. However, when I shutdown the JBoss then the messages that the MDB had consumed reappear on the SonicMQ. Below are the rel

[JBoss-user] [Messaging, JMS & JBossMQ] - DestinationManager is not registered

2005-10-24 Thread clairecostello
Hi All, JBoss 4.0.2 J2SE 5.0 MS Windows Server 2003 Server config: all I cannot deploy my MDB for the following reason: anonymous wrote : | | 2005-10-24 20:28:38,937 WARN [org.jboss.ejb.plugins.jms.JMSContainerInvoker] JMS provider failure detected: | org.jboss.deployment.DeploymentEx

[JBoss-user] [JBossWS] - Re: migrating to 4.0.1sp1

2005-10-24 Thread dpocock
I'm having this problem too - it is a client side issue in ServiceFactory.createService I put the username and password in the URL object. This worked with Axis, so why doesn't it work with the JBoss client code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [Beginners Corner] - Re: Sending Binary data using JBoss

2005-10-24 Thread edgoquist
The subject should be "Sending Binary data using JBoss" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903090#3903090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903090 -

[JBoss-user] [Beginners Corner] - Error building jboss-head.

2005-10-24 Thread sunithakambhampati
Hi All, I am new to jboss. By mistake I posted this post elsewhere and was asked to post it to this forum. I want to run some tests,so I checked out the source and did the following steps to build. cvs co jboss-head cd jboss-head/build ./build.sh I am using Sun 1.4.2 sdk. java -version

[JBoss-user] [Beginners Corner] - Sending Binary data using

2005-10-24 Thread edgoquist
I'm using JBoss 4.0.2 Here's my JSP source: <% java.io.OutputStream os = response.getOutputStream(); %> That's the entire thing. Here's what I get: java.lang.IllegalStateException: getOutputStream() has already been called for this response org.apache.catalina.connector.Response.getWri

[JBoss-user] [JBossWS] - security bug in ws4ee

2005-10-24 Thread dpocock
Hi, I've just discovered this bug. I have two applications in JBoss. The first is lm.war, a web app. It contains users.properties and roles.properties files for the UsersRolesLoginModule. I also have an application call cm.ear. It contains a working WS4EE EJB Web service, cm.jar. cm.jar a

[JBoss-user] [JBoss Getting Started Documentation] - Re: I cann't find jbossj2ee-src.zip file! Please help.

2005-10-24 Thread [EMAIL PROTECTED]
Sorry. The forum editor mangled my post, and it doesn't look like we have the ability to edit posts any more. Try: http://www.jboss.com/index.html?module=downloads&op=download&authid=989c12d19ec03298584212c83f792f1e&downloadId=51 View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss Getting Started Documentation] - Re: I cann't find jbossj2ee-src.zip file! Please help.

2005-10-24 Thread [EMAIL PROTECTED]
The JBoss 3.2 jbossj2ee-src.zip can be downloaded here: http://www.jboss.com/index.html?module=downloads&op=download&authid=989c12d19ec03298584212c83f792f1e&downloadId=51[/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903083#3903083 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - Accessing JBoss 3.2.3 from external Tomcat 5.0

2005-10-24 Thread greedosect
Hi all, I'm attempting to lookup an EJB using the JNDI service in JBoss 3.2.3 from a servlet running in a seperate Tomcat 5.0 container, however I'm getting an error when I create an InitialContext. I running Tomcat with a Security Manager and also tried adding several addicional permissions t

[JBoss-user] [JBossWS] - Test war or jar with JBOSS

2005-10-24 Thread chwang
Hi folks, I read got samples-4.0.2.zip examples, and found the jar and war files are not put in the /delpoy directory of Jboss for testing, but still can be tested in some way. I don't know what is tricky. I wonder if war can be deployed but don't have to be in deploy directory of Jboss. Thank

[JBoss-user] [Installation, Configuration & Deployment] - Re: deployment question about shared libraries (several jar

2005-10-24 Thread LordVader
Sorry, after a couple of Jboss restarts, it was starting to working fine. Thanks a lot jaikiran. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903078#3903078 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903078 ---

[JBoss-user] [EMAIL PROTECTED] - QA Engineer

2005-10-24 Thread [EMAIL PROTECTED]
QA Engineer JBoss is seeking a QA Engineer to develop and execute test plans across the JEMS product line. Responsibilities also include broad-based quality activities such as designing and executing exploratory, manual, and automated functional tests. Solid test engineering or quality

[JBoss-user] [EMAIL PROTECTED] - Inside Sales Representative

2005-10-24 Thread [EMAIL PROTECTED]
Come join a rapidly growing enterprise software and services company and the home of Professional Open Source?. JBoss, Inc. has immediate openings for Inside Sales Representatives to join our Atlanta, Georgia based team. This is a tremendous opportunity to be a part of a fast-paced, leading e

[JBoss-user] [EMAIL PROTECTED] - Consultant

2005-10-24 Thread [EMAIL PROTECTED]
JBoss' vision for delivering Professional Open Source to the enterprise is dependent on our ability to deliver these services profitably and with a high degree of customer satisfaction. As evidenced by the above positioning, the role of a JBoss Consultant is critical ? they must be JBoss expert

[JBoss-user] [Installation, Configuration & Deployment] - Re: Startup Error! Help Me

2005-10-24 Thread clearaim
Look for duplication in your folder: jboss/server/XXX/deploy. For example in my case it was: "jboss-aop-jdk50.deployer" and "jboss-aop.deployer" I have just delete previos "jboss-aop.deployer" folder. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903073#390

[JBoss-user] [Beginners Corner] - Re: reloading one war within an instance

2005-10-24 Thread marlenus
btw this is a redhat environment and all the applications are wars. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903069#3903069 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903069

[JBoss-user] [Installation, Configuration & Deployment] - custom property file placement

2005-10-24 Thread jwright
I am using Jboss 3.2.1, deploying an application (jay.ear). This app needs to read a jay.properties file which I'd like to reside outside the ear itself, so it can be updated without redeploying the app. Where in the JBoss file path should I put these property files or if not on the path, how

[JBoss-user] [Beginners Corner] - Re: reloading one war within an instance

2005-10-24 Thread marlenus
thanks, but hot deploy doesnt work for some reason. the application seems to reload but all sorts of errors occur until the instance is stopped/restarted. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903067#3903067 Reply to the post : http://www.jboss.co

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 4.0.2 MDB bind to remote MQSeries

2005-10-24 Thread brobertarch
It was a configuration problem. JBoss.xml file should read: anonymous wrote : WSMQ Message Driven Bean instead of: anonymous wrote : Standard Message Driven Bean The tag looks like a comment instead of an ID (i.e. wsmq-mdb-conf-name instead of WSMQ Message Driven Bean) Also Non durable Topics w

[JBoss-user] [JBossCache] - Re: JBossCache 1.2.4 beta is available

2005-10-24 Thread Motormind
"[EMAIL PROTECTED]" wrote : Motormind, | | You've been so helpful in the beta, we wanted to find a way to get Map.values() working for you in 1.2.4. So, we pushed that one forward from 1.3 and its fixed in CVS. See | | http://jira.jboss.com/jira/browse/JBCACHE-342 | | Thanks much

[JBoss-user] [Beginners Corner] - hypersonic data file size grows too big

2005-10-24 Thread hengli_wang
I am using JBoss 4.0.2. One thing that I noticed is that the hypersonic data file (localDB.data) grows so big that eventually it reaches its limit (2G), and I start to get JMS exceptions all over the places. However, when I open the hypersonic database management console from the jmx console, an

[JBoss-user] [JBoss Getting Started Documentation] - Re: I cann't find jbossj2ee-src.zip file! Please help.

2005-10-24 Thread edvera
Seems like the jboss guys dont want us to use their old tech... or am I wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903054#3903054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903054 --

[JBoss-user] [Security & JAAS/JBoss] - Re: getUserPrincipal() returns null after successful JAAS Lo

2005-10-24 Thread erik777
Does using Context.SECURITY_PRINCIPAL and Context.SECURITY_CREDENTIALS in the properties/env when you remotely obtain the home of the EJB count as a JAAS container login? I'm getting null on the principal/password check when invoking protected EJB methods, verified by both trace output and debu

[JBoss-user] [Messaging, JMS & JBossMQ] - JBoss MQ deadlocks using JBoss 4.0.2 + MySQL 4.1.14 InnoDB

2005-10-24 Thread deas0815
Hallo, im experiencing Database deadlocks using JBoss 4.0.2 and MySQL 4.1.14 using InnoDB tables (as I considered JMS TX-safety important). For the JMS-service, I deployed docs/examples/jms/mysql-jdbc2-service.xml as shipped with the jboss 4.0.2 distribution. JBoss chokes Caused by: org.jboss.m

[JBoss-user] [Installation, Configuration & Deployment] - Re: Invoking Services at Deploy Time

2005-10-24 Thread [EMAIL PROTECTED]
MBeans? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903047#3903047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903047 --- This SF.Net email is sponsored by the

[JBoss-user] [Installation, Configuration & Deployment] - JBoss 4.0.3sp1 Released?

2005-10-24 Thread jiwils
According to http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903030#3903030, a new 4.0.3sp1 version of JBoss is now available for download. Is this release going to be officially available from the JBoss website, and in the future, will it be possible for updates such as this to be a

[JBoss-user] [Installation, Configuration & Deployment] - Re: Error load Library with Jdom

2005-10-24 Thread tatilou5
Thanks, But I can't modify : deploy\jbossweb-tomcat5?.sar\META-INF\jboss-service.xml . We have many application on the same jboss server, So I can't modify this file. I have another errro : java.lang.ClassCastException at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapp

[JBoss-user] [JBoss Portal] - How do I write Portlets for my Own Portal..

2005-10-24 Thread ikazarno
Hi, Following the instruction from the Topic "How do I write my Own Portal.." I have created my custom portal. It works fine. Then I've added a portlet to the default page. There was still no problem, the portlet is correct displayed! However by clicking a link in the portlet I've got a defaul

[JBoss-user] [Security & JAAS/JBoss] - Simple users/roles login to EJBs not passing username/passwo

2005-10-24 Thread erik777
I'm trying to get simple login to remote EJBs to work using the Duke example, putting the properties files in the EJB module. The problem is that even though I set the Context.SECURITY_PRINCIPAL and Context.SECURITY_CREDENTIALS when obtaining the home inteface, a trace of org.jboss.security ind

[JBoss-user] [JBossWS] - Re: ws4ee missing?!

2005-10-24 Thread mugwump
Root of this problem is, that the ws4ee.sar is not properly deployed, because of: 16:55:02,288 WARN [ServiceController] Problem starting service jboss.ws4ee:service=JAFConfigService java.lang.NoClassDefFoundError: javax/activation/CommandMap I checked default/server/lib, but there is an activ

[JBoss-user] [JBossCache] - Problems with Optimistic Locking in 1.2.4 FINAL

2005-10-24 Thread DashV
Manik> Per your request I have downloaded and installed the 1.2.4 final jbosscache.jar into my 4.0.2 jboss deployment. I still get the same transaction exceptions with 1.2.4 final as I did with the cvs releases. An important thing to note is that I have 1 remote client making repeated calls t

[JBoss-user] [JBossWS] - Re: ws4ee missing?!

2005-10-24 Thread mugwump
ok, i found the jboss-ws4ee.sar in a jboss-4.0.2: After Deploying this .sar, I get numerours exceptions from the web-app containing the webservices, Starting with a java.lang.NoClassDefFoundError: org/jboss/webservice/metadata/HandlerMetaData and ending with: --- MBeans waiting for other MBea

[JBoss-user] [JBossWS] - Re: SecureWS & 4.0.3 - client certificate needed?

2005-10-24 Thread [EMAIL PROTECTED]
4.0.3sp1 includes this fix as well as other ssl issues. This is available here: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=365509 -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903030#3903030 Reply to the p

[JBoss-user] [JBossWS] - ws4ee missing?!

2005-10-24 Thread mugwump
I recently installled jboss4.0.3 with the ejb3-profile: I'm now trying to deploy a webservice (in a .war), but the webservices.xml is completely ignored and nothing is deployed (and no exceptions are thrown, it simply happens nothing) There is also nothing under http://localhost:8080/ws4ee/serv

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS with DB2

2005-10-24 Thread ccaprar
Also, do not forget to set the schema in your datasource, in case you use the same db2 user to connect to multiple schemas. This is something missing from the db2 datasource examples and can be located also only on the forum :( View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Messaging, JMS & JBossMQ] - Retrying DLQ by JMS

2005-10-24 Thread ninan
Hi, Sometimes i have problems with messages on the queue that are valid but the consuming process failed to process them do to resource problems. Then i have to shut down the server, update the message_log table in jms database and restart. Is there a way to do that in server via JMX or so? R

[JBoss-user] [Installation, Configuration & Deployment] - Re: deployment question about shared libraries (several jar

2005-10-24 Thread jaikiran
When you say its not working, is it that you are seeing any exception? If yes, please post the stacktrace View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903012#3903012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JBoss Portal] - Newbie: Page access

2005-10-24 Thread keidav
I am considering moving our applcaitions from Liferay to the JBoss Portal. I have played briefly with 2.0 and have the following question: Is it possible to control page visibility based on the user's authentication status? In other words, can I hide certain pages completely until the user lo

[JBoss-user] [JCA/JBoss] - Re: How can we tell JBoss, which database schema it should u

2005-10-24 Thread ccaprar
Can someone add this set schema stuff to the DB2 datasource template (or in Wiki)? I could not find it there, only here on the forum :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903009#3903009 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBossCache] - Re: aop-enabled objects not Serializable anymore?

2005-10-24 Thread [EMAIL PROTECTED]
No, this is the AOP-associated interceptor that we attach. Problem is this is not Serializable. And it doesn't make sense for it to be Serializable, IMO. Can you give me your use case? One way to do it is do "removeObject" first, then the pojo will become regular pojo. But that will destroy the

[JBoss-user] [Security & JAAS/JBoss] - Re: does ejbCreate() require a permission

2005-10-24 Thread vinay_ven
thanks a lot for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903002#3903002 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903002 --- This SF.Net email

[JBoss-user] [Management, JMX/JBoss] - Re: javax.naming.CommunicationException

2005-10-24 Thread triPodsBlitz2
Hi, make sure you supplied the correct host:port vlaue pairs to access the JNDI service using twiddle. Especially if you defined --host in run.conf to bind the jboss instance to a particular network address, you have to use that one. Example: ./twiddle.sh -s localhost:1099 get 'jboss.web:host=

[JBoss-user] [JBossCache] - Re: JBossCache 1.2.4 beta is available

2005-10-24 Thread [EMAIL PROTECTED]
I would actually recommend another topic, specific to Optimistic Locking in 1.2.4 FINAL. Thanks! Manik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902999#3902999 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=390299

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: missing ejb-local-ref section in jboss-web.xml

2005-10-24 Thread fwesterop
Sorry, posted this in the wrong thread (should be JBoss IDE (Users)). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902996#3902996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902996 ---

[JBoss-user] [EJB/JBoss] - Re: deployment problem

2005-10-24 Thread Matrix1234
hurrah ...i have found it. its in the c:\jboss\client\jbossall-client.jar folder. NOW ITS WORKINGYOU ARE A GENEIOUS MAN View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902995#3902995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [EJB/JBoss] - Re: deployment problem

2005-10-24 Thread Matrix1234
i tried with adding C:\jboss\lib\commons-logging.jar in the classpath java -classpath .;C:\jboss\client\jboss-client.jar;C:\jboss\cl ient\jnp-client.jar;C:\jboss\lib\commons-logging.jar; Client "golden retriever " Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/logging/Log

[JBoss-user] [JNDI/Naming/Network] - Re: InitialContext taking long time, any tips to speed-up?

2005-10-24 Thread spadafora
anybody can help please? thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902993#3902993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902993 --- This SF.N

[JBoss-user] [EJB/JBoss] - Re: deployment problem

2005-10-24 Thread Matrix1234
>have you tried jbossall-client.jar there is no such jbossall-client.jar in the lib folder of jboss. the lib folder contains . commons-httpclient.jar,commons-logging.jar,concurrent.jar,dom4j.jar,getopt.jar,gnu-regexp.jar,jaxen.jar,jboss-common.jar,jboss-jmx.jar,jboss-system.jar,log4j-boot.jar

[JBoss-user] [Beginners Corner] - Re: HowTo optain list of active user sessions?

2005-10-24 Thread tdursun
Hi Meikel, Can you share with me how you solved the problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902990#3902990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902990 ---

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - missing ejb-local-ref section in jboss-web.xml

2005-10-24 Thread fwesterop
Hi, I'm strugling with XDoclet. I'm using JBossIDE to generate deployment descriptors for accessing a session bean from a servlet using it's local interfaces. I can't find the correct Xdoclet tag to use in my servlet to generate a correct jboss-web.xml file. This is what I've got: /** | * S

[JBoss-user] [JBossCache] - Re: JBossCache 1.2.4 beta is available

2005-10-24 Thread DashV
[EMAIL PROTECTED] Sure thing. Where do you want me to post my findings? This topic, a new topic, or the 1.2.4 final topic? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902989#3902989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [Security & JAAS/JBoss] - Re: does ejbCreate() require a permission

2005-10-24 Thread darranl
It can be applied at method level, basically you would define a method-permission element that contains method elements that describe the method you do not want security checks for - within this method-permission you would put the unchecked element instead of adding the role-name elements. |

[JBoss-user] [EJB/JBoss] - Re: EJB Class problem

2005-10-24 Thread gavkearney
Thanks for the reply, but afraid not, everything thats referred to in the code is contained within the particular jar within the ear file, thanks for the help though, and any more help will be greatly appreciated Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [Security & JAAS/JBoss] - Re: does ejbCreate() require a permission

2005-10-24 Thread vinay_ven
Hi, sorry i've not used the unchecked option. but can it be applied at a method level or at a class level? if it can be applied at the class level, then it would be difficult because i need to permission some business methods. looking forward to your reply Thanks Vinay View the original p

[JBoss-user] [EJB/JBoss] - Re: deployment problem

2005-10-24 Thread darranl
Instead of the two jars you have put in the classpath have you tried jbossall-client.jar? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902985#3902985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902985 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: deployment problem

2005-10-24 Thread darranl
DO NOT CROSS POST View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902984#3902984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902984 --- This SF.Net email is sponso

[JBoss-user] [Installation, Configuration & Deployment] - Re: deployment question about shared libraries (several jar

2005-10-24 Thread LordVader
Yes, I did it. I dont know why but it doesn't work. It only works putting the libraries into the JBOSS_HOME/lib or JBOSS_HOME/server/default/lib. Maybe do I need to use a specific UCL for the EAR file?. Thanks jaikiran. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[JBoss-user] [JBossCache] - aop-enabled objects not Serializable anymore?

2005-10-24 Thread Motormind
Hi there, I try collect some Serializable objects from a TreeCacheAop instance and try to send them over an RMI-collection to a client. Alas, I get this error (this is a partial stacktrace): | java.rmi.UnmarshalException: error unmarshalling return; nested exception is: | java.io.Wri

[JBoss-user] [Installation, Configuration & Deployment] - deployment problem

2005-10-24 Thread Matrix1234
i have Jboss 4.0.2. i have deployed EJB in the Jboss server/deploy/default folder successfully. Now i am getting exception while running the client. | java -classpath .;C:\jboss\client\jboss-client.jar;C:\jboss\cl | ient\jnp-client.jar; Client "golden retriever" | | | | Ex

[JBoss-user] [EJB/JBoss] - deployment problem

2005-10-24 Thread Matrix1234
i have Jboss 4.0.2. i have deployed EJB in the Jboss server/deploy/default folder successfully. Now i am getting exception while running the client. | java -classpath .;C:\jboss\client\jboss-client.jar;C:\jboss\cl | ient\jnp-client.jar; Client "golden retriever" | | | | Ex

[JBoss-user] [Security & JAAS/JBoss] - Re: does ejbCreate() require a permission

2005-10-24 Thread darranl
Ok in that scenario instead of specifying the roles in the element you can add an element to disable the checking of the roles. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902978#3902978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [Security & JAAS/JBoss] - Re: does ejbCreate() require a permission

2005-10-24 Thread vinay_ven
Hi, thanks a lot for your help. but once you have given permissions to the business methods, is there any point in controlling access to remote object creation?. let us assume that a user who does not have access to any of the business method logs in , in that case the container would anyway

[JBoss-user] [JBossWS] - Re: simple question about virtual hosts

2005-10-24 Thread mwaschkowski
I'm not sure if this will help or not, but I'm using JBoss 4.0.2. There are no errors to report, just that the virtual host setup not working as expected. Of course, I've checked the manual and the forums, but to no avail. Just a nudge in the right direction would help immensly! Thanks, Mark

[JBoss-user] [Security & JAAS/JBoss] - Re: does ejbCreate() require a permission

2005-10-24 Thread darranl
But the message is not about securing the callback methods, the callback methods are ejbCreate and ejbRemove and when these are called is not directly related to the calls from the client. The method you are securing is the create method of the home interface and the reason for securing this is

[JBoss-user] [JBossCache] - Error in using TreeCache from Hibernate

2005-10-24 Thread borje.jonsson
I successfully configured JbossCache in Jboss 4.0.2, but when I configure Hibernate to use TreeCache I get A ClassNotFoundException: 13:57:59,832 ERROR [Hibernate] Starting failed jboss.har:service=Hibernate org.hibernate.HibernateException: could not instantiate CacheProvider: org.jboss.cache.

[JBoss-user] [Security & JAAS/JBoss] - Re: does ejbCreate() require a permission

2005-10-24 Thread vinay_ven
Hi, but there is no point in giving access rights to the call back methods right. why should there be any permissions allotted to the callback methods. ideally one would want to permission the business methods. i would be grateful if you can please clarify. Thanks vinay View the original po

[JBoss-user] [EJB/JBoss] - Re: EJB Class problem

2005-10-24 Thread jaikiran
"gavkearney" wrote : | java.lang.NoClassDefFoundError: | Is this dreaded JBoss classloader again? | Your com/precisionsoftware/trax/app/compliance/driver/ComplianceDriver is referring(extends, imports etc..) to some classes which are not there in the classpath View the original po

[JBoss-user] [Advanced Documentation] - Re: Invoking Ejb of Jboss 3.2.3 from JBoss 4.0.2

2005-10-24 Thread hughallen
Setting up a new production JBoss server using JBoss 4.02 and trying to get my web app and J2EE app client to run. My Test server is running 3.2.5. The web App runs fine on both servers, since there is no serialization. However, when I run the J2EE App Client on the 4.02 server, I get the same G

[JBoss-user] [Security & JAAS/JBoss] - Re: does ejbCreate() require a permission

2005-10-24 Thread darranl
Yes you are missing the point, you are confusing the relationship between the create method on the home interface and the ejbCreate method of the bean implementation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902958#3902958 Reply to the post : http:

[JBoss-user] [EJB/JBoss] - EJB Class problem

2005-10-24 Thread gavkearney
Im using jboss 4.0.2, hypersonic 1.7, im trying to run an application that only has 4 EJB's. The app. is being deployed as an ear file, but when i try to implement certain functionality of my app I get a class not found exception, even though the required classes are all contained within the ear

[JBoss-user] [Installation, Configuration & Deployment] - How to change the url to my application dynamically?

2005-10-24 Thread gfzhang
This is a J2EE application. You have to create a customer, then add some users underr this customer. You access the application by: http://host:port/app then input your login informtion including the customer name. Customers want to use the application in the following way:

[JBoss-user] [Messaging, JMS & JBossMQ] - Securing DLQ - needed?

2005-10-24 Thread alexserbul
Please, help. Is it needed to secure DLQ-queue with password? This queues reside in global JNDI namespace: /queue/dlq and, as I understand, anyone can spoof this queues with for example big messages to crash JBoss. Is there any other techniques? Thank you. View the original post : http://ww

[JBoss-user] [Security & JAAS/JBoss] - Re: Knowing Realm (JAAS) at runtime

2005-10-24 Thread darranl
Can you describe a bit more what you are actually doing? Where is this code going to be called that you have included in the post? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902952#3902952 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Trying to get started

2005-10-24 Thread darranl
Did you get any errors on deployment? There is a known hibernate issue with JBoss 4.0.3, this could be related to your problem. http://jira.jboss.com/jira/browse/JBAS-2364 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902951#3902951 Reply to the post : ht

[JBoss-user] [Installation, Configuration & Deployment] - java.lang.LinkageError: loader constraints violated when lin

2005-10-24 Thread daviskv
Dear All, I am getting the following Linkage Error while deploying my application ear in JBOss. Can some one enlight me the cause of this error ?, any hint will also will be fine. java.lang.LinkageError: loader constraints violated when linking com/sns/base/Response class com.sns.memb

[JBoss-user] [EJB/JBoss] - Re: How shall I interpret this?

2005-10-24 Thread darranl
"urswagner" wrote : | This code should work after specification I think. | Wrong "urswagner" wrote : | The side effect is I can compile an jar file with java which is not deployable in JBoss. | This is one reason why I am not a fan of XDoclet, the problem you are experiencing is n

[JBoss-user] [Installation, Configuration & Deploy ment] - Re: I CanĀ“t re-load Jboss 4.03

2005-10-24 Thread darranl
The error you have posted only tells us that the web browser is unable to connect to JBoss, you will need to have a look in the JBoss server log to see if there were any errors during start-up. Assuming you passed no arguments to the run script the log you are looking for us {jboss.home}/server

[JBoss-user] [JBossCache] - Compatible with JBoss 3.2.6?

2005-10-24 Thread martinLuene
Hello, Is JBossCache 1.2.4 compatible with JBoss 3.2.6? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902945#3902945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902945 -

  1   2   >