Hi layman,
maybe I'm wrong here but as far as I can see, the class you said is under WEB-INF/lib
and the class JBoss is reporting are different:
"layman" wrote :
| ...
|
| class com/embisoft/dvb/user/DVBUser,
| which stays in a jar file under WEB-INF/lib.
|
| ...
|
| java.lan
Hi,
it seems that the versions of Struts and the JSP API you're using don't fit together.
The Tomcat 5 shipped with JBoss 3.2.5 is already using the javax.servlet.* classes
from the J2EE1.4 API. There the BodyTagSupport class - from which the Struts iterate
tag is inheriting - implements the ne
Thanks buddy.
so i can go ahead with the other one right..
regards
harinath mallepally
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842350#3842350
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842350
---
You could check it out from CVS -r Branch_3_2
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842349#3842349
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842349
---
JAWS is out of date for CMP1.1. Not supported anymore.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842348#3842348
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842348
--
This "strange" behaviour is documented and you can tune it as you wish. See on-line
docs.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842347#3842347
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842347
--
Hi all
What is the difference between jaws, and jbosscmp.jdbc.xml..
first of all are they 2 different options serviing the same purpose of O-R mapping.
if yes which one is better and which one could be better for mapping tables.
any help pls
thnx
View the original post :
http://www.jboss
Thanks for the response,
I've tried to use org.w3c.dom.Element as parameter type but it throws the following
exception :
org.jboss.deployment.DeploymentException: No property editor for attribute: Key;
type=interface org.w3c.dom.Element
I notice that MBean service org.jboss.mail.MailService al
I have a large J2EE application which serves a number of websites and also
periodically performs complex background tasks using JMS, MDBs, stateless session
beans and entity beans. I have allocated a minimum of 128MB to the application and a
maximum of 1GB. However, even when the application is
3.2.6RC1
I see setAttrs was added for 3.2.4RC1 (about 5 months ago).
http://cvs.sourceforge.net/viewcvs.py/jboss/jboss-console/src/main/org/jboss/console/twiddle/command/SetAttrsCommand.java?rev=1.1.2.1&only_with_tag=Branch_3_2&view=log
View the original post :
http://www.jboss.org/index.html?mo
No it falls into the "It does not work category".
i.e. too little relevent information.
Nobody wants to play 20 questions with you try to understand what your
problem is. They will just press back on the browser and look for a question
they can understand.
As an exercise, let's dissect your post:
Adrian,
Thanks for the link, however if you are implying that my post constitutes either; a)
bad behaviour or b) a bad question then I am a little confused.
Regards,
Andrew
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842338#3842338
Reply to the post :
It seems all the required jar files are not correctly set in your classpath.
Check $JBOSS_HOME/client/jbossall-client.jar is in your classpath
(this library contains javax.management.Attribute and javax.management.ObjectName)
and so on for other missing jars.
Hope this helped
Chris
View the or
"jcommand" wrote : well... it turned out to be a permission problem with the log
folder it was own as root...
|
| I could have sworn I chown'ed it to jboss...
|
| Oh well hope this helps someone else out!
and I did I though...anonymous wrote :
| [EMAIL PROTECTED] (/usr/local)# ll
|
well... it turned out to be a permission problem with the log folder it was own as
root...
I could have sworn I chown'ed it to jboss...
Oh well hope this helps someone else out!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842335#3842335
Reply to the post
I am having the same problem... I am running Fedora Core 2 with JBoss 3.2.5.
I can run it fine manually via ./run.sh and I see all the console messages.
If I try to run it service jboss start it seams to startup and the I check to see if
its running via ps auwx|grep java and java disappears afte
Cheers, mate. Thanks for your input. I think you have just confirmed certain
conclusions that I had. Thanks again :D
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842333#3842333
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=r
Hi,
In the course of porting our app from JBOSS 3.2.3 (Tomat 4.x) to JBOSS 3.2.5 we have
come across a problem with some interference between the commons-logging classes
bundled within our app and the one which coimes bundled with the Tomcat SAR.
Our web app consists of an EAR file which is
Just set the category "org.jboss" to INFO, there is an example in conf/log4j.xml
You'll notice it is much faster as well.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842331#3842331
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
Hi folks,
I have created an automated process for deploying Nukes 1.0 on JBoss and I have a
couple of servers that are sitting idle. If you want to try your own test Nukes web
site with just the click of a submit button, go to http://www.wymaya.com . Click on
the Web Site Registration Page, e
Running JBoss 3.2.3 with an Oracle 8 database, I've defined a findAll EJBQL to get all
rows from a table:
SELECT OBJECT(f) FROM FOO AS f
Then when I execute it, I see this:
Executing SQL: SELECT t0_f.KEY1, t0_f.KEY2 FROM FOO t0_f
But, then when I begin iterating through the returned collection
Thanks for the quick reply. Unfortunately, even using a real IP address gives me the
same result. The two nodes still fail to recognize one another.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842327#3842327
Reply to the post :
http://www.jboss.org/index.
Sorry if I shooÂd a hamster out of the hen house but it would be nice if Jboss
didnÂt print stack trace's to the log file unless there is actually a problem. I
would much rather have the code changed to:
public void asynchFailure(String error, Throwable e)
{
if (trace)
log
Hi. This file exist on all/lib, default\lib and minimal\lib.
Please check the boot.log and search for:
09:14:11,242 DEBUG [SARDeployer] Found classpath element: [classpath: null]
09:14:11,242 DEBUG [SARDeployer] codebase URL is file:/C:/jboss-3.2.5/server/all/lib/
09:14:11,242 DEBUG [SARDeployer] l
Change the bind_addr from "localhost" to a real IP address.
Bela
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842323#3842323
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842323
Hey Guys
Any updates on this issue?
thanks,
Collin
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842322#3842322
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842322
I am following the Getting Started Document.
So far compilation and deployment are ok. But when I try to login to Duke Bank as
describe on page 24. I got server error. The server log shows the first exception is
this:
EJBException:
javax.ejb.EJBException: ejbFindByCustomerId Unable to connect to
We have had earlier versions of JBoss (with out Tomcat) running as Windows Services
with no problem. We are using this JavaService as described in the Wiki
http://www.alexandriasc.com/software/JavaService/index.htm
When we migrated to 3.0.8 with Tomcat we get an error when the Tomcat
service loa
I don't think this is security related, it just happens that the socket fails when
doing its handshaking. Perhaps the FAQ has something about Windows and sockets?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842319#3842319
Reply to the post :
http://www.
"michael_lacy" wrote : 2 weeks from today (July 15th) we will be relaunching our site,
and it is built on a JBoss/Tomcat core. At peak hours of the day we will be serving
nearly 10,000 concurrent users.
|
| http://www.bolt.com
|
| [EMAIL PROTECTED]
|
|
Hi Michael !
Is this new l
I am attempting to setup a simple two-node cluster using TCP/TCPPING on JBoss 3.2.3
(currently on Windows 2000, but we also develop for Linux and Solaris). Unfortunately,
the nodes are not finding each other with my current cluster configuration (I have the
nodes successfully finding each other
It's possible to modify your JVM parameters in run.bat (under windows).
Uncomment the following line :
JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m.
Xms and Xmx are standard java paameters.
You'll have to stop and restart JBoss of course.
Xmsn
Specify the initial size, in bytes, of the memory
I will check in the changes after work tonight. I do not have a copy of my private
key at work currently.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842315#3842315
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=384
We only get these warnings when we extend a container, if we leave the container
configuration blank the jboss.xml, which means we're using 'Standard CMP EntityBean'
container, we don't get these warnings.
However when I extend the 'Standard CMP EntityBean' container, I also get these
wranings.
I have the same problem. Connected the first time checked out module then came back
later and could not login.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842310#3842310
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
Hi,
I am new to JBoss and am trying to set up a web app that i currently have running in
tomcat 4.1.24. The version of JBoss I am running is 3.2.5. When I drop the web-app
in this is the browser stack trace I get.
HTTP Status 500 -
I have about 40 EJBs deployed on JBOSS , and has moderate traffic.After 2-3 days it
gives me OutOfMemoryError.Is there a memory leak in JBOSS.
Is there any setting that can be configured to overcome this?
Thanks,
Arvind
View the original post :
http://www.jboss.org/index.html?module=bb&op=v
"jiwils" wrote :
| Basically, I ended up making the XMLConfigurator parse(InputStream) method call
the parse(Element) method, fixed a possible ClassCastException causing situation in
ConfiguratorFactory (I caused one), and added File as a possible parameter for the
JChannel constructor that i
No, read the source.
It remembers where you allocated the ResultSet in a
HashMap resultSets;
The STACKTRACE is only logged if you haven't closed the ResultSet when you
execute Statement.close()
The stacktrace of the statement.close() wouldn't be very revealing if you had
two results sets from t
Hello everybody!
I want to load some class B. Class B extends class A. Class A placed in xxx.jar.
If i try Class.forName("B",true,myClassLoader)
I've got an Exception ClassNotFound "A".
This is happened inside onMessage() method of some MDB.
Help me please to understand how I can load custom cla
LmnkStatementImpl is a InvocationHandler, and in the ivoke method we do this:
| else if (method.getName().equals("close")) {
| this.close();
| realStatement.close();
| }
|
So we intercept the the close of the statement and first close the resultsets,
Yes, i have a working configuration on:
Debian sarge with kernel-2.6.6-2
J2sdk1.4.2_04
Apache-1.3.29.0.2-4
libapache-mod-jk 1:1.2.5-2
JBoss-3.2.5 with embedded Tomcat 5
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842301#3842301
Reply to the post :
http:
This is the jboss code:
http://cvs.sourceforge.net/viewcvs.py/jboss/jbosscx/src/main/org/jboss/resource/adapter/jdbc/Attic/WrappedPreparedStatement.jpp?rev=1.1.2.5&only_with_tag=Branch_3_2&view=markup
http://cvs.sourceforge.net/viewcvs.py/jboss/jbosscx/src/main/org/jboss/resource/adapter/jdbc/Attic
That's part of the code.
The rest is just assertion:
anonymous wrote :
| The resultset is close when the statement is closed, which is close when the
connection is closed. Here is the code that we use to close the resultsets:
|
and you don't show where the ResultSet is added to the "resou
Hello everyone!
I have made a few changes in the classes of jboss open source and i want to generate
the jar files again to start on with my project but right now i missed/skipped out of
my mind how to proceed? Can any one help me by guiding me ...
Thanks a lot in advance for you auspicious time
Hello everyone!
I have made a few changes in the classes of jboss open source and i want to generate
the jar files again to start on with my project but right now i missed/skipped out of
my mind how to proceed? Can any one help me by guiding me ...
Thanks a lot in advance for you auspicious tim
just to follow up, the problem turned out to be that we were missing the trailing
slash on our extra deployment url '/'.
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842296#3842296
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=po
This might be more what you were after though:
|/**
| * Get the emails that have not been sent yet. This email contains
| * a recipient list of 1 IndividualRecipient.
| *
| * @param since the time to look for new emails since, this
| * is a perfor
the resultset is close when the statement is closed, which is close when the
connection is closed. Here is the code that we use to close the resultsets:
| /**
| * free up resources opened from this statement.
| */
|public void close() {
| if ( resources.size() == 0
Yes I found the reason... Through ant deploy, somehow, I had the
ApplicationResources.properties file only in the main diretory but not in the
WEB-INF/classes directroy. Now I just tried copying the message resources property
files into this WEB-INF/classes directory and packed it back to struts
I get the following error when I try to start jboss server 3.2.3. after this message
the server starts normally.
---
[ObjectName: jboss.jca:service=HibernateFactory, name=HibernateFactory
| state: CONFIGURED
| I Depend On: jbos
And the code that closes that specific ResultSet?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842290#3842290
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842290
---
Hi there.
I'm afraid I don't have terribly useful information, but I did want to let you know
that in some instances, Principal.getName() does indeed return the username. I'm
using a custom written database login module, and after returning from authentication,
I can perform the following to l
The XML unit tests passed (and my test did too).
Basically, I ended up making the XMLConfigurator parse(InputStream) method call the
parse(Element) method, fixed a possible ClassCastException causing situation in
ConfiguratorFactory (I caused one), and added File as a possible parameter for the
Ok, smarty pants, here's the full stack:
| 2004.07.10 00:34:15.153 GMT WARN
[org.jboss.resource.adapter.jdbc.WrappedConnection] Closing a result set you left
open! Please close i
| t yourself.
| java.lang.Exception: STACKTRACE
| at
org.jboss.resource.adapter.jdbc.WrappedStateme
I have a implemention of a transactional system based on JBoss using CMP, Session
fascade.
I have CMP's for static type objects like Country/State/Status etc.
I have marked such ejbs true in the jbosscmp-jdbc.xml.
Still they participate in transactions and I often get the following error
Applic
Nevermind my unit test question, they were right there in front of me (and the tests
for XML have their own Ant target)!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842285#3842285
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
Working on implementing commit option c for a few CMP1.1 entity beans shared by two
applications. These beans will be managed in two containers. I have copied and
modified, with commit option c, the "Standard CMP EntityBean" config and placed it in
jboss.xml. Now when accessing these beans t
But that attitude isn't going to work unless the basics are there -- you should be
able to use it to do useful things in a straightforward way out of the box. My point
was that perhaps the Constructor flag shouldn't have been set, given that the only way
to edit menus is to edit the .xml? Havin
JMX mbean is a Message Driven Bean ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842282#3842282
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842282
---
This SF.
Appologies if this is a faq, can't find much information on it though. We're getting
these warnings about 'Unable to passivate due to ctx lock, id=101663'
Happens on jboss 3.2.3 with cmp 1.X beans , we're using a customized container for
these entity beans:
|
| LMNK Standard C
JBoss distribution
- According to your article
(http://www.jboss.org/wiki/Wiki.jsp?page=LazyResultSetLoading),
lazy ResultSet loading feature is available since 3.2.6rc1.
The latest stable production download available from http://www.jboss.org/downloads/
is
jboss-3.2.5.zip (June 25, 2004). C
Guys, I solved it. In fact it was completely other problem.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842280#3842280
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842280
-
Thanks for the reply.
I converted to using UIL2
ejb-jar.xml:
|jms/UIL2ConnectionFactory
| javax.jms.UIL2ConnectionFactory
| Container
|
jboss.xml:
| jms/UIL2ConnectionFactory
| queue/MY_Queue
|
but the same exception is thrown, although it does take a few
I'm getting the following exception when I try to deploy my deploy.wsdd file:
Processing file deploy.wsdd
Exception:: Cannot invoke Call with null namespace URI for method deployment
This is my file:
Please help
| http://xml.apache.org/axis/wsdd/";
| targetNamespace="http://localhost:80
Please try with 3.2.5, I don't think you will get much help in the forums if you don't
have a recent version of JBoss.
Cheers,
sacha
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842276#3842276
Reply to the post :
http://www.jboss.org/index.html?module=b
Hi Vishal,
thanks for your reply! Indeed it was the wrong JND Name while accessing the remote
interface ("StoreAccess" instead of "StoreAccessBean").
But still it does not work with the the >local< interface:
My "deploy.wsdd" file looks as followed (as described in the tutorial):
| http://xml
Hi,
is there any way to limit the maximum number of concurrent JRMP/RMI connections to
JBoss?
I have tried to understand if it's possible to replace the JRMPInvoker with the
PooledInvoker in the deployment files (definining a new container configuration), but
I think it makes no sense.
I'm te
I left the other server at 1.3.1.9 to see if it was the version of Java. It appeasrs
that 1.4.2_04 is the root cause??? I moved the other server to 1.4 and now the same
exception is thrown.
I ran netstat and:
TCPCHARRIS-53510:8090 CHARRIS-53510:0LISTENING
TCPCHARRIS-53510
Hi,
I want to display an HTML block only in anonymous mode. So this block should be
disapear when a user log himself.
I set permission on this block only READ for ANONYMOUS in the permission module but
the block always appears.
Is anybody even do that ? ideas ?
View the original post :
http:/
You need to deploy your web app. in exploded format - then use the
getRealPath("/myDirectory/") method in the ServletContext class to find a directory
under the exploded apps. root directory to which you can write.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&
Hi, everyone. I'm trying to get SSO up and running across a JBoss cluster. I found
the WIKI page regarding SSO using Jboss 3.2.4RC2 and Tomcat 5
(http://www.jboss.org./wiki/Wiki.jsp?page=SingleSignOn), but the valve listed doesn't
seem to work in Jboss 3.2.5, as I get NoClassDefFound exception
Hi guys,
I know this question is old as our world. I know there are lots of topics about that,
but I couldn't find the solution. So, forgive me the one more same topic and look:
public static final Properties JBOSS_JNDI_PROPERTIES;
static {
//asign default properties
The only difference with Postgres (which is not XA)
is that there is no guarantee that the commit will even work.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842267#3842267
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
Great!!
I am taking a closer look at XMLConfigurator now in order to try to make the changes
you alluded to. Is there a unit test out there for this stuff? I would feel more
comfortable with my changes if there was (though I will test them regardless).
Given that this change is likely to be l
Hi,
I installed Nukes and I have a question to submit:
I made a little login block that's designed to be in the central part above the main
area and it worked well for a while, but I don't know what I've changed: it's now
always below the main page which looks quite bad I tried changing its
I just added this to the FAQ:
http://www.jboss.org/wiki/Wiki.jsp?page=MyJMSReceiverCannotSeeADBUpdateMadeInTheSameTransactionAsASend
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842266#3842266
Reply to the post :
http://www.jboss.org/index.html?module=bb&op
Posted your "XA Messaging" post under
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842263#3842263
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842264#3842264
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
(Posted by jardia on behalf of Phar)
I'm publishing to a Topic during a transaction. The basic gist of execution is as
follows:
1. Client calls method on SLSB
2. Do some stuff
3. Save data to db
4. Publish JMS message to clients that data has been updated
5. Do a little cleanup
6. SLSB method r
stop() is invoked when it is returned to the pool, i.e. your connection.close()
It behaves exactly like on a client, except you can't add a message listener.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842262#3842262
Reply to the post :
http://www.jboss.or
I followed the suggestion in
http://www.jboss.org/wiki/Wiki.jsp?page=NukesDeploymentErrors and it is working now.
Just curious why Session bean is working but CMP throws the above exception? I got the
same setting for both projects (using Eclipse 2.x with Jboss IDE)
Thanks,
Andy
View the origi
OK. Now, let's say I want to receive X messages in a transactional context, I have a
session bean for that (see JmsReceiver on the Wiki).
Should I stop the connection at the end as well?
Regards,
Stephane
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38422
That is correct. The change was made to be inline with the spec,
otherwise I wouldn't have fixed something that breaks backwards compatibility.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842259#3842259
Reply to the post :
http://www.jboss.org/index.html?m
In a javax.servlet.Filter you can acces the authenticated/authorizated Principal where
you can add your own values to the Principal. The Principal will travel to the ejb
context where you can retrieve the values you put in the Principal. For this you
probably need to define your own Principal.
Is anyone else having this problem?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842257#3842257
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842257
---
This SF.N
If I am not wrong, we have to call connection.start() as from 3.2.4 using java:/JmsXA
to receive a message
Am I correct?
Regards,
Stephane
PS : since we move from 3.2.3 to 3.2.4 we do not receive any message using java:/JmsXA.
View the original post :
http://www.jboss.org/index.html?module=
I would love to do that, but I can't find the previous post anymore...I guess it has
already been deleted...
I assumed that the cause of my problem (publishing before transaction commits) would
be solved by the answers I received in this thread ;)
I'll let you know how things go once I try out
Hello.
Just wondering if people are able to report on any sucessfull/working configurations
of Apache + mod_jk + JBoss on Linux.
Questions in particular are:
Q1) What versions of these products are in production use?
Q2) Is it 'safe/good' to use Apache2 in Red Hat Enterprise Linux 3?
(ie.
May I ask what is the JBoss release in the example?
I get the following result:
| twiddle commands:
| get Get the values of one or more MBean attributes
| invokeInvoke an operation on an MBean
| unregisterUnregister one or more MBeans
| create
ok, thanks :)
i try it and i have a problem to add this tags to my jbosscmp-jdbc.xml
|
|
| all
| filename
| extension
| disk
| size
| id3title
| id3a
Hello:
I am attempting to upgrade from JBoss 3.0.4 to 3.2.5. However,
following the upgrade,
I can no longer seem to precompile my JSPs as I did before. The
following build.xml
extract worked fine in 3.0.4:
Hi,
my stateless session ejb uses open ldap to retrieve user informations... I am using
jboss 3.2.4 and get this exception when a lookup is invoked:
java.rmi.UnmarshalException: Error unmarshaling return; nested exception is:
java.io.WriteAbortedException: writing aborted;
java.io.NotS
you should definately read this wiki page:
http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions
some of the information contained w/in will be relevant to you. can you send me the
ear you're working w/ (jgangemi at yahoo dot com) and i'll take a look at it locally.
also, are yo
| public void setKey(Element key)
| {
| // use the xml element
| }
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842246#3842246
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842246
Ok, here's an idea ;)
-I set up a java preferences listener from an InitServlet.
-The listenere gets destroyed along with the servlet, so it won't hang around after an
undeploy.
-The listener will hava a constructor that looks up an ejb with lookup/home/narrow
etc. , plain client ejb lookup.
-Th
Will/Can the filters push the authentication down to the EJB level though? I need to
be able to access the user principal and roles in the EJB tier as well. The Yale CAS
actually works by default with servlet filters, so that would be great-- if I can
figure out how to get the authentication t
This depends upon your deployment. Making an MBean depend upon EJB
will often promote the EJB to before other deployments, which means those other
deployments have not started yet and hence have not been bound to JNDI.
If it is random, then most likely you are missing a dependency. Sometimes
you g
if you don't see the functionality you want, write it yourself and submit a patch.
that's one of the many beauties of open source.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842244#3842244
Reply to the post :
http://www.jboss.org/index.html?module=bb&o
Hi all,
I'm trying to configure JBoss (3.2.0) to use Oracle sequences for my CMP PKs. I have
followed both "unknown-pk" and "known pk" paths, they both end up in the same wall.
I prefer the known pk solution, therefore I designated my Pk as java.lang.Long, I have
configured the necessary pk-sql
Thanks for the info about the typo.
I see a set command?
| [EMAIL PROTECTED] bin]$ ./twiddle.sh --help-commands
| twiddle.sh commands:
| info Get the metadata for an MBean
| get Get the values of one or more MBean attributes
| invokeInvoke an oper
1 - 100 of 164 matches
Mail list logo