[JBoss-user] [JBoss Portal] - Newbie: Eclipse example of portlet

2005-11-10 Thread RichardTeeuwen
Hi, I'm a newbie to JBoss Portal and I'm looking for an Eclipse example project of a portlet or a tutorial, can anybody help me? Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906519#3906519 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: oracle query timeout

2005-11-10 Thread asmodean
Adrian, I thank you very much for the quick response! I'm sorry for posting in bad forum;in future i'll try to put more attention to posting. Greetings! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906522#3906522 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - DoS problem with MDB

2005-11-10 Thread alexserbul
Good day! I have a such interesting problem: - MDB gets messages from queue and stores them in database; But what happens when database server was stopped? My MDB invokes context.setRollbackOnly() and MDB container tries to REDELIVER message N times and after it deliver message to dead queue

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

2005-11-10 Thread rpochet
From http://wiki.jboss.org/wiki/Wiki.jsp?page=URLComparator, the ordering of suffixes is: deployment (since 4.0), -deployment.xml (since 4.0), sar, -service.xml, rar, -ds.xml, har, jar, war, wsr, ear, zip, bsh, last, * From http://wiki.jboss.org/wiki/Wiki.jsp?page=DeploymentScanner, the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: DoS problem with MDB

2005-11-10 Thread jaikiran
This might help: http://www.jboss.com/index.html?module=bbop=viewtopict=71870 Have a look at the comment by schrouf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906529#3906529 Reply to the post :

[JBoss-user] [Performance Tuning] - Re: JBoss Monitoring

2005-11-10 Thread gibumathew
You can try out ManageEngine Applications Manager. It even has a Free Edition that allows you to monitor upto 5 JBoss servers. More details here http://appmanager.com/monitoring-jboss.html Live Demo http://demo.appmanager.com Thanks Gibu K Mathew AdventNet ps : Will be glad to answer

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

2005-11-10 Thread Matrix1234
sir, you are a very big programmer. my problem has been solved. everything is working fine. thank you. may be someday someone may want to learn JMS i am sharing my full code snippet here.. first start your Jboss server and then . To Send a message == | import

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

2005-11-10 Thread Matrix1234
i want to keep QueueSend class in machine-1's Jboss and want to receive message in machine-2's JBoss. both machines are LAN connected. is hat possible ? what necessary code changes i have to do ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906532#3906532

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

2005-11-10 Thread Matrix1234
right now, all my classes are in the same machine. which i dont like. i want to put my sender class in machine-1 and want to put my Receiver class in machine-2. is that possible ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906533#3906533 Reply to the post

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

2005-11-10 Thread jaikiran
Ya thats possible. Have a look at: http://www.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnMDBToTalkToARemoteQueue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906534#3906534 Reply to the post :

[JBoss-user] [Performance Tuning] - Re: JBoss Monitoring

2005-11-10 Thread srinivasbijjam
Mathew Thanks for the update. Look like my search ends here. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906535#3906535 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906535

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

2005-11-10 Thread Matrix1234
supose, IP of machine-1 is 200.24.56.75 IP of machine-2 is 215.25.56.78 i want to keep my QueueSend class in machine-1. and i want to receive message in machine-2 from the QueueReceiveSynchronous class. both the machine has same version of JBoss. i visited the link but i am not feeling

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

2005-11-10 Thread Matrix1234
i was reading the link and become more confused becoz they(link) aretalking about deployment etc etc. but you saw, i did not deploy anything ..i just run my code from command line. i also want to do that in this new enviornment. so, what should i do first ? should i open

[JBoss-user] [Beginners Corner] - Re: need help with url for invoking web app

2005-11-10 Thread jnbossy
You mean, because the chapter 2 says: anonymous wrote : The path to use in the URL is based on the WAR file's name and the url-pattern from the servlet-mapping section in the web.xml file. In our case the WAR file is named quote.war and the servlet mapping is quote. This gives us the path

[JBoss-user] [Installation, Configuration Deployment] - cassloader-exceptions JBoss-4.0.3SP1

2005-11-10 Thread schachi
i switched from jboss-4.0.3rc1 to jboss-4.0.3sp1. on setup of jboss-4.0.3sp1 (graphic installer), i choosed the option ALL and left everything else on default. the deployment of my application-ears was ok, but at runtime, i get classloader-exceptions (i didn't have these problems with

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

2005-11-10 Thread jaikiran
I see that you have just a standalone application accessing queues for sending and receiving messages. The link that i posted was for a MDB listening on a remote queue. Your case is a bit different. I guess, you wont have to change much in your current code. In your QueueSend class, instead of:

[JBoss-user] [Messaging, JMS JBossMQ] - Re: DoS problem with MDB

2005-11-10 Thread neotyk
Parameter name: RedeliveryDelay Read docs more carefully. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906542#3906542 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906542

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Timer was not registered with Tx

2005-11-10 Thread oglueck
I get the same warning. I am using container managed transactions in the bean and @TransactionAttribute(TransactionAttributeType.REQUIRED) on the timeout method. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906543#3906543 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: DoS problem with MDB

2005-11-10 Thread alexserbul
Thank you! There is no such param RedeliveryDelay in JBoss4 Admin Guide but I found it on JBoss site in wikis. Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906544#3906544 Reply to the post :

[JBoss-user] [JBossCache] - Re: Obtaining a newly added POJO in TreeCacheAop

2005-11-10 Thread Motormind
Does anyone at JBOSS have a clue about what is going wrong? I have been reporting these kinds of issues for months now and am really starting to get pressed for time, since my project needs to get finished... so any kind of input would be appreciated! View the original post :

[JBoss-user] [JCA/JBoss] - Support for SMTP

2005-11-10 Thread Rudi Vankeirsbilck
I am trying to get confirmation that jboss does not have an smtp resource adapter. In the description of the JCA module on the wiki pages (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCA) I found: anonymous wrote : JCA handles the deployment of resource adapters. These include DataSources

[JBoss-user] [Installation, Configuration Deployment] - Java Web Start Client deployed on JBoss Packaging Question

2005-11-10 Thread jbeausoleil
Hello, I have a web start application all packaged up and running on JBoss. Just because it works, doesn't mean that I put it together correctly, and if I haven't I want to fix it. I have the web start application packaged inside a war file, which is packaged inside an ear, but is a web start

[JBoss-user] [EJB/JBoss] - Re: MBean accessing EJB 3 entity bean with ManyToMany relati

2005-11-10 Thread [EMAIL PROTECTED]
We have solved this... thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906554#3906554 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906554 --- SF.Net email is

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss startup error.

2005-11-10 Thread rolz
The same problem on 4.0.3 SP1. It doesnt seem to be the best solution around, as company's security policy won't allow you to disable that firewall. I've found another solution though - you have to remove _ALL_ ${jboss.bind.address} encounters from jboss-service.xml: |

[JBoss-user] [Beginners Corner] - Re: How to setup log4j.xml in a war file?

2005-11-10 Thread jaikiran
Have a look at the section Using your own log4j.xml file -class loader scoping at: http://www.jboss.org/wiki/Wiki.jsp?page=Logging View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906557#3906557 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: java.net.BindException: Address already in use: JVM_Bind

2005-11-10 Thread rolz
The same problem on 4.0.3 SP1. The problem seems to be related to ISA firewall client. You have to turn it off to make JBoss work. I've found another solution though - you have to remove _ALL_ ${jboss.bind.address} encounters from jboss-service.xml: | attribute

[JBoss-user] [Beginners Corner] - Re: Problems starting JBoss for a second ou third time

2005-11-10 Thread rolz
The same problem on 4.0.3 SP1. The problem seems to be related to ISA firewall client. You have to turn it off to make JBoss work. I've found another solution though - you have to remove _ALL_ ${jboss.bind.address} encounters from jboss-service.xml: | attribute

[JBoss-user] [JBoss Portal] - Re: Does jboss-portal 2.0 support LDAP?

2005-11-10 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBPORTAL-464 [EMAIL PROTECTED] wrote : Create a patch in jira: | http://jira.jboss.com/jira/browse/JBPORTAL | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906561#3906561 Reply to the post :

[JBoss-user] [EJB/JBoss] - getting problem ejbRemove method in jboss

2005-11-10 Thread chaituu
this is the sample method in session bean in when u delete a bean ExampleEntityHome home = (ExampleEntityHome)ejbHomeFactory.lookupHome(ExampleEntityBean,ExampleEntityHome.class); ExampleEntity remote = home.findByPrimaryKey(1221);

[JBoss-user] [Beginners Corner] - Re: need help with url for invoking web app

2005-11-10 Thread glgrahamjr
if the book is wrong, how then does one go about invoking the web app. ie, is it not based on the war file name (minus the extension) and the servlet mapping? when i hover over the links in the jmx-console, i can see that these apps are indeed invoked with jmx-console followed by the servlet

[JBoss-user] [Messaging, JMS JBossMQ] - Howto write a message forward mdb

2005-11-10 Thread mjuergens
Hi, I´ve to receive jms messages from two different queues by a singleton message driven bean. One queue is local and one is remote. I´ve tried to bind the mdb to both queues simultaneously. This works but the bean is no longer a singleton. There are two threads working simultaneously. I´ve

[JBoss-user] [EJB/JBoss] - Is jboss container calls ejbStore() method when i call re

2005-11-10 Thread chaituu
when i call remove method in entity bean;Is jboss container calls ejbStore() method? what are the callback methods will it call when i call remove method in entity bean? note : oc4j server not calling ejbStore() when i remove entity bean but jboss calling ejbStore() when i remove entity

[JBoss-user] [Clustering/JBoss] - Re: MDB's, DataSource in a cluster

2005-11-10 Thread mikeg123
Hello, I'm still having this problem, I did deploye xml file with all the topics/queue in the deploy-hasingleton/jms directory and I can see it being successfully deployed on the master console, but when I start my second node still getting this: ObjectName:

[JBoss-user] [Messaging, JMS JBossMQ] - Re: jms mysql and jboss4.0.3

2005-11-10 Thread [EMAIL PROTECTED]
The missing alias in the sql statement has been fixed in branch40 and head http://jira.jboss.com/jira/browse/JBAS-2424 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906569#3906569 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: jms mysql and jboss4.0.3

2005-11-10 Thread [EMAIL PROTECTED]
Another thing. If you are getting the following exception 14:41:28,307 WARN [ServiceController] Problem starting service jboss.mq:service=PersistenceManager org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions. Message recovery may not be accurate; - nested throwable:

[JBoss-user] [J2EE Design Patterns] - Module type is not compatible?

2005-11-10 Thread teklord
Hi, I have installed Eclipse 3.1 with the Lombox 3.1RC2 plugin running with Jboss 4.0.2. I try to create a new Enterprise Application with one EJB Project (ejbmod) and one Dynamic Web Project (webmod). Lomboz creates the 3 projects (webmod, ejbmod and the EAR which should be deployed on the

[JBoss-user] [EJB/JBoss] - Re: Is jboss container calls ejbStore() method when i cal

2005-11-10 Thread chaituu
i am using BMP; when i remove a bean container should not call ejbStore(); what i have to do in standardjboss.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906573#3906573 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: org.jboss.mq.il.uil2.SocketManager: loadFromStorage Null

2005-11-10 Thread ksudhir.sethi
[EMAIL PROTECTED] wrote : The jdbc3 pm has received little testing and should not be used unless your wanting to debug it. Use the jdbc2 version, which is configured as the default. I am also getting a similar issue in my project with jdbc3. I am currently using jboss-4.0.1sp1. I guess with

[JBoss-user] [Clustering/JBoss] - Re: MDB's, DataSource in a cluster

2005-11-10 Thread mikeg123
btw here is snippet from jboss-service.xml message-driven ejb-nameSessionCredentialFlush/ejb-name destination-jndi-nametopic/UserManagerEventTopic/destination- jndi-name jboss.mq.destination:service=Topic,name=UserManagerEventT opic /message-driven View the

[JBoss-user] [Security JAAS/JBoss] - javax.jms.JMSSecurityException: Connection not authorized to

2005-11-10 Thread [EMAIL PROTECTED]
Hi guys, I am a JBoss newbie using JBoss 4.0.3 My server has several queues which I would like to protect using the security domain. When I add the securityManager to the interceptors chain and define a new application-policy (with a default unathenticatedIdentity) I encounter the following

[JBoss-user] [JNDI/Naming/Network] - Re: LDAP Intergration

2005-11-10 Thread kvphan
download jcifs.jar from http://jcifs.samba.org, and use it as a filter in your web.xml file. ?xml version=1.0 encoding=UTF-8? web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; version=2.4 xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee

[JBoss-user] [JBoss Portal] - Method call on Portlet init()?

2005-11-10 Thread Lorneagle
Hi there I'd like to call a custom method if a new portlet is initialized. Is there any listener which gets notified when the Portlet.init() method is called? Does anyone know any other solution for this? Actually i want to create an Object for each portlet which is placed into service.

[JBoss-user] [JBoss Getting Started Documentation] - how to generate a client ejb jar for jboss?

2005-11-10 Thread kenety
hi, could someone point me to a documentation or give me a simple sample (ant script would be great) on how exactly to generate an ejb client jar (with the ejb stubs and that kind of stuff). I just want something simple and easy to use. The jboss documentation points me to xdoclet wich I'd

[JBoss-user] [Installation, Configuration Deployment] - JSP Compiler Configuration

2005-11-10 Thread kylewburke
When a JSP fails, the line number of the Servlet code is printed out in the console/log file. Is there a way to force JBoss to print the number of the suspected line in the original JSP? I have made changes to various properties of the JIT compiler but to no avail. Some other containers

[JBoss-user] [Messaging, JMS JBossMQ] - Default value for RedeliveryDelay

2005-11-10 Thread alexserbul
Does anybody seen default value for Queue RedeliveryDelay param? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906593#3906593 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906593

[JBoss-user] [Installation, Configuration Deployment] - Re: JSP Compiler Configuration

2005-11-10 Thread kylewburke
By the way, I'm using 4.0.3, if it's relevant. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906594#3906594 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906594 ---

[JBoss-user] [Security JAAS/JBoss] - Authentication Error with Web Application (Login)

2005-11-10 Thread g.capuano
In the my web.xml : [..] security-constraint web-resource-collection web-resource-nameSecure Content/web-resource-name url-pattern//url-pattern /web-resource-collection auth-constraint role-nameManager/role-name /auth-constraint user-data-constraint

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Default value for RedeliveryDelay

2005-11-10 Thread schrouf
Default is NO delay. So you have to define it per queue/topic | | ?xml version=1.0 encoding=UTF-8 ? | server | mbean code=org.jboss.mq.server.jmx.Queue | name=jboss.mq.destination:service=Queue,name=MessengerService | | depends

[JBoss-user] [JBossCache] - Re: ClassNotFoundException when upgrading to 1.2.3

2005-11-10 Thread mark_riley
Hi, Was this problem ever solved? I have experienced a very similar error using JGroups and the Oracle application server. I get the following stack trace: java.lang.ClassNotFoundException: org.jgroups.blocks.PullPushAdapter$PullHeader at

[JBoss-user] [JBossCache] - Re: collection cache does not work

2005-11-10 Thread sreepraveen_2000
Thank you surtani for the buying of support idea. I figured out what the problem was and posting it so that it will be helpful to others. regarding the 1 and 2 question i dont know why that happens and ever i am not worried about them. but regarding the 3 question where it does not cache the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Default value for RedeliveryDelay

2005-11-10 Thread alexserbul
Thank you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906609#3906609 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906609 --- SF.Net email is sponsored by: Tame

[JBoss-user] [JBossWS] - WS-Action Dispatching

2005-11-10 Thread scampana
Will the new implementation of the WS stack have the ability to dispatch the service request based on the WS-Addressing Action header for doclit Web Services? This is opposed to dispactching based on the first child of the SOAP Body... View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: cassloader-exceptions JBoss-4.0.3SP1

2005-11-10 Thread schachi
it's a bug in the graphic installer (windowsversion). the checkbox enable deployment isolation/call by value seems to have no effect. you can check this checkbox or not, the installation is the same. checkbox on: deploy\ear-deployer.xml: | attribute name=Isolatedtrue/attribute | attribute

[JBoss-user] [Security JAAS/JBoss] - Re: Single Sign On (SSO), Cluster, and a WAN.

2005-11-10 Thread [EMAIL PROTECTED]
Initial point: at the moment, JBoss's SSO feature uses a cookie to track the sso, and that cookie is scoped to a single hostname. So, if the URLs to your two apps were like this: www.xyz.com/app1 www.xyz.com/app2 then Clustered SSO would work. If they are like this: app1.xyz.com

[JBoss-user] [Messaging, JMS JBossMQ] - MDBs Listening to Multiple Remote Queues on Multiple Remote

2005-11-10 Thread tpaterson
Hi There, I have read the FAQ regarding listening to a Remote Queue/Topic, and setup something along those lines and it seems to work fine -- however -- I want to listen to several remote queue's each of which is on a different remote server. can anyone give me any tips on how to configure

[JBoss-user] [EMAIL PROTECTED] - Java Architect (Support Engineer)-EMEA

2005-11-10 Thread [EMAIL PROTECTED]
JBoss Inc. is looking for two Java Experts to join the Services Team EMEA Come join one of the fastest growing enterprise software and services companies and the home of Professional Open Source. This opportunity is a tremendous chance to become part of a fast-paced, leading edge company that

[JBoss-user] [JBossWS] - Re: custom exception received by ws client as AxisFault with

2005-11-10 Thread BogSolomon
From the looks of your WSDL you are using rpc/encoded which I know JBoss 4.0.2 does not support because of BP-1.0. Also not sure if your fault message is BP-1.0 compliant which might be the problem. Look at http://www-128.ibm.com/developerworks/library/ws-basicprofile11.html espcially the

[JBoss-user] [Installation, Configuration Deployment] - Problem with multiple deployments of same app on JBoss

2005-11-10 Thread Martinator
Hello everyone, I am trying to deploy 2 different versions (Prod and Dev) of the same web app (EAR) on our JBoss 3.2.4(200406040848) server. They both work fine, but when I stop the server and replace just one of the two deployments and then restart the server, both the old original and the new

[JBoss-user] [Installation, Configuration Deployment] - Re: Java Web Start Client deployed on JBoss Packaging Questi

2005-11-10 Thread the-gtm
If I understand correctly, our WS (Web start) app will need to interact with the server (eg sending http requests), so your web app (server side) will need some classes to. Basically you should split your classes into 3 jars : my-client.jar contains the classes only needed by the client

[JBoss-user] [Clustering/JBoss] - Failed to start AutomaticDiscovery

2005-11-10 Thread oschei
Hi JBoss Community, I have a problem to build a jboss cluster. AutomaticDiscovery failed. How can I solve this problem? Here comes the server output: = JBoss Bootstrap Environment JBOSS_HOME: /opt/jboss-4.0.3SP1

[JBoss-user] [Installation, Configuration Deployment] - Array of complex objects

2005-11-10 Thread ramrod1460
I have deployed several JBoss projects without trouble. I am now having difficulty deploying a web service which returns an ARRAY of Complex objects. Has anyone done this successfully ...any tips or sample deployment info would be appreciated. Basically my steps have been wscompile, put mapping

[JBoss-user] [JBossWS] - Complex Object arrays

2005-11-10 Thread ramrod1460
I have deployed several JBoss projects without trouble. I am now having difficulty deploying a web service which returns an ARRAY of Complex objects. Has anyone done this successfully ...any tips or sample deployment info would be appreciated. Basically my steps have been wscompile, put

[JBoss-user] [Security JAAS/JBoss] - login call back

2005-11-10 Thread javatwo
when a user login using Form (Web), is there any call back I can register? I need to tell user the last login time, and how many times the user has logged in. Thanks. Dave View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906628#3906628 Reply to the post :

[JBoss-user] [JBoss Portal] - How to specify Portal page URL with parameters

2005-11-10 Thread sandeeppujar
Hello, I was trying to pass parameters to a portal page in the URL, but was not able to do it successfully. The URL I was generating looked like /portal/index.html?ctrl:id=page.default.TeamDetailsteam=xyz This goes to the new page TeamDetails but doesnot have any value for the parameter

[JBoss-user] [JBoss Portal] - Page change callback hook

2005-11-10 Thread alesj
Is there some way to know when portal page was changed or portlet is not in use any more? Some sort of callback hook? To know when to release ejb statefull session bean. Rgds, Ales View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906641#3906641 Reply to the

[JBoss-user] [JBossWS] - Re: Complex Object arrays

2005-11-10 Thread BogSolomon
http://wiki.jboss.org/wiki/Wiki.jsp?page=WSArrayTypeMapping Has an example of exactly what you want. If you want to send an array that contains objects of multiple class files(classes that extend each other) it gets trickier. Also there is no reason to actually deploy the classes generated by

[JBoss-user] [JBoss Getting Started Documentation] - Re: how to generate a client ejb jar for jboss?

2005-11-10 Thread kenety
forget about it. I simply compiled the interfaces and it works. thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906644#3906644 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906644

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Is there an equivalent annotation for composite-element pare

2005-11-10 Thread ajwhitney
I am migrating an application which currently uses hibernate to EJB3. I am porting the collections (lists) of composite-elements to @Embeddeds (which I understand is a hibernate extension to EJB3 persistence). In the existing model, the composite-elements have a back reference to their parent

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Is there an equivalent annotation for composite-element

2005-11-10 Thread ajwhitney
An example is this collection of street addresses on a contact. The street address is marked as @Embeddable and has an owner property in addition to the regular address-related properties @OneToMany(targetEntity = StreetAddress.class, cascade = CascadeType.ALL)

[JBoss-user] [Beginners Corner] - I can't get Jboss to restart

2005-11-10 Thread JayTaylor
I just started at a company (first job out of school) and the guy that was administering Jboss left the week before I started. No one else wanted the job of maintaining it, so it fell to me. I've never used Jboss before, but I've been doing pretty well so far. Until today that is... I tried

[JBoss-user] [Installation, Configuration Deployment] - JavaMail / mail-service.xml

2005-11-10 Thread Ganton
Is there a setting in mail-service.xml to set the SMTP server connection timeout value ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906668#3906668 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906668

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - jboss/tomcat on linux: request times out for clients behind

2005-11-10 Thread fhassan
Hi all, I'm running jboss3.2.5/tomcat5.0.26 on linux 2.6.9-1.667, with default configurations. When clients request web pages (static HTML) normally (without being behind a proxy), there's no problem. If the request is made over VPN, it times out. I have tried with small files (1.2kb) and very

[JBoss-user] [Beginners Corner] - Problems debugging JBoss source

2005-11-10 Thread apritz
JBoss is new to me and I am evaluating it for a project. I have written a very simple JMS Server inside an EJB and attempted to deploy the EJB in JBoss by placing JAR files in the default server deploy directory. In doing so, I receive the following Exception, which is entirely inside of

[JBoss-user] [Beginners Corner] - Re: I can't get Jboss to restart

2005-11-10 Thread JayTaylor
I was trying to recreate my problem on my windows box, where I have JBoss running so I can develop on it. I started JBoss and then started it again. The second instance threw up all kinds of errors and just generally threw a fit. I shut both instances down (I could use the MBean inspercot to

[JBoss-user] [JBoss Portal] - Re: PortletSession vs HttpSession

2005-11-10 Thread sandeeppujar
I am also having the same problem, any pointers ? solutions..? Thanks, Sandeep View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906683#3906683 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906683

[JBoss-user] [JNDI/Naming/Network] - JNDI Failure in JBoss4.0.3SP1

2005-11-10 Thread sankas
I did a fresh install of JBoss4.0.3SP1 and droppped a simple Mbean in the /server/deploy folder of JBoss. The Mbean does nothing but has two lines of code which are below. Context ctx = new InitialContext(); ctx.bind(String, ); Start the default JBoss server from the bin folder.

[JBoss-user] [JCA/JBoss] - Re: Support for SMTP

2005-11-10 Thread [EMAIL PROTECTED]
No outbound rar. Only inbound. JBossMail does have its own rar on its roadmap. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906699#3906699 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906699

[JBoss-user] [JCA/JBoss] - Re: violates loader constraints

2005-11-10 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp Wrong forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906700#3906700 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906700

[JBoss-user] [JCA/JBoss] - Re: Pb connecting a Stateless EJB to an external JacOrb Serv

2005-11-10 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp Wrong forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906701#3906701 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906701

[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDBs Listening to Multiple Remote Queues on Multiple Rem

2005-11-10 Thread [EMAIL PROTECTED]
Setup multiple invoker-proxy-bindings for the mdb. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906702#3906702 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906702

[JBoss-user] [Messaging, JMS JBossMQ] - Re: org.jboss.mq.il.uil2.SocketManager: loadFromStorage Null

2005-11-10 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp HIJACK View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906703#3906703 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906703

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Howto write a message forward mdb

2005-11-10 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bbop=viewtopict=72306 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906704#3906704 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906704

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS ProviderFailure:java.lang.NoSuchFieldError

2005-11-10 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp Not a JBoss class or error message anonymous wrote : | java.lang.NoSuchFieldError: providerURL | at com.tibco.tibjms.appserver.jboss.JBossAdapter.getInitialContext(JBossAdapter.java:44) | View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Can not shutdown server on AIX

2005-11-10 Thread cg24
I figured this out. The issue was that I was using SSL and the JRE from which I was attempting to use the shutdown.sh from on AIX did not have the required certificate trusted. However, I did have it trusted in my windows machine and hence why I can shut it down. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-10 Thread [EMAIL PROTECTED]
The logging is useless If it couldn't even create the connection: | 2005-11-08 06:51:09,482|TP-Processor24|ERROR|org.jboss.mq.SpyJMSException|org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested throwable: (java.net.SocketException: Socket closed) | at

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-10 Thread geniusfox
Oh, i have same problem withe you. When i increase the max open file number on my linux system. It would hold on more than one or two days. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906708#3906708 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-10 Thread [EMAIL PROTECTED]
Obviously broken code, that is described in the FAQ: | } finally { | if (connection != null) { | try { | browser.close(); // ERROR - NO CLOSE | session.close(); |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-10 Thread [EMAIL PROTECTED]
geniusfox wrote : Oh, i have same problem withe you. When i increase the max open file number on my linux system. It would hold on more than one or two days. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp ME TOO View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-10 Thread [EMAIL PROTECTED]
When i increase the max open file number on my linux system Speak to your system administrator about to use fsof. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906711#3906711 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Jboss 4.0 JMS Support on Too Many open files

2005-11-10 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp HIJACK View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906712#3906712 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906712

[JBoss-user] [Messaging, JMS JBossMQ] - Re: about jms performance

2005-11-10 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp Unanswerable question. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906713#3906713 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906713

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - add xsl mime type on jboss2.4.4-tomcat3

2005-11-10 Thread kendee
Hi, I have a servlet that return xml content to the browser and have a xsl stylesheet. The xml content is displayed nicely under Internet Explorer, but on Mozilla browser I get this error: Error loading stylesheet: An XSLT stylesheet does not have an XML mimetype: (I am using

[JBoss-user] [JBossCache] - Re: Obtaining a newly added POJO in TreeCacheAop

2005-11-10 Thread [EMAIL PROTECTED]
Sorry, I'd like to help but I don't have a clue unless you can give me a sample test case to run. Like I mentioned, we have numerous junit test cases that test getObject call. You can verify it yourslef from our 1.2.4 distro. -Ben View the original post :

[JBoss-user] [JBossCache] - Re: JBossCacheAOP synchronization of local variables

2005-11-10 Thread [EMAIL PROTECTED]
1. Have you got JBoss Aop to work under 3.2.6? 2. What version of JBossCache you are using? -Ben View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906716#3906716 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906716

[JBoss-user] [JBossCache] - Re: Jboss 4 startup error: jgroup or Tree cache?

2005-11-10 Thread [EMAIL PROTECTED]
You need to troubleshoot to make sure JGroups work first (or even mcast is working). -Ben View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906717#3906717 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906717

[JBoss-user] [Clustering/JBoss] - Re: Failed to start AutomaticDiscovery

2005-11-10 Thread [EMAIL PROTECTED]
Please go to clustering wiki help page and troubleshoot your mcast first and then JGroups. -Ben View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906718#3906718 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906718

[JBoss-user] [JCA/JBoss] - Re: In the init() mothod couldn't lookup datasource,thank u

2005-11-10 Thread zhjjava
hahaha,thank u very much, Although your info is a little later. Good luck! all friends! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906733#3906733 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3906733

[JBoss-user] [JBossCache] - Re: Obtaining a newly added POJO in TreeCacheAop

2005-11-10 Thread [EMAIL PROTECTED]
Ben, Sorry, at this time of night I'm being lazy and just posting instead of looking at the code, but is the problem possibly that he's getting the notification early in the process of breaking down the object into tree nodes, and calling getObject() at that point is interfering with the

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

2005-11-10 Thread chrisbitmead
Ok, I found it. Darn that was hard to figure out. I had an ejb 1.0 DTD at the top of the ejb-jar xml, so it was getting confused between EJB 1 and EJB 2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906739#3906739 Reply to the post :

[JBoss-user] [EJB/JBoss] - concurrent calls on stateful beans

2005-11-10 Thread nagasrinivas
Weblogic has an allow-concurrent-calls proprietary tag for stateful session beans. The allow-concurrent-calls specifies whether a stateful session bean instance will allow concurrent method calls. The value of this element may be either True or False. The default value is False. When a

  1   2   >