niranjan - I don't have a javaranch login so can't answer there.
But first off: Don't use JBossIDE use JBoss Tools and follow the docs on
jboss.org/tools
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203876#4203876
Reply to the post :
http://www.jboss.com
anonymous wrote : javax.jms.MessageFormatException: ClassNotFoundException: No
ClassLoaders found for: com.j4care.ws.emc.documentum.DFSCopyOrder
| at
org.jboss.mq.SpyObjectMessage.getObject(SpyObjectMessage.java:154)
| at
com.j4care.ws.emc.documentum.DFSFileCopyService.onMess
One quick question :
I am running the client on Jboss 5. The remote lookup server is still Jboss4.
How do i manage this ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203872#4203872
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
Will check this and revert back Jaikiran.
Thanks
venu
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203871#4203871
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203871
___
Thank you for your reply.
Just to set things strait - the 2 options are equivalent? I can either use
annotations and then no need to use the xml file, or I add the xml file and
then I must declare my ejb in that file?
correct?
View the original post :
http://www.jboss.com/index.html?module=bb
Looks like you are packaging JBoss-4.x related jboss jar files either in your
application or on the client classpath. Your client needs JBoss-5.0 jboss
client jar files instead.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203868#4203868
Reply to the post
Hi all,
I am using Jboss 5 and have deployed few ear files. The irony here is that the
same build was not throwing this error in JBoss4.0.5.
the error i get in Jboss 5 is
00:50:25,535 ERROR [Helper] getClickUrl() Ex:
javax.naming.CommunicationException [Root exception is
java.io.InvalidClas
Hi, Can you tell me why you got so many messages in the storage? is it that
your consumer is too slow or else? That will help to investigate it. Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203865#4203865
Reply to the post :
http://www.jboss.com/ind
Hai all,
Jboss is not showing any exception once our application is deployed.
The server log is
| 09:16:39,984 INFO [Server] Starting JBoss (MX MicroKernel)...
| 09:16:39,984 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build:
SVNTag=JBoss_4_2_2_GA date=
| 200710221139)
| 09:16
OK, thanks Manik, I will try it later.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203857#4203857
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203857
___
jboss-user maili
I pointed out here on the problems during the launch of service queues
java.lang.IllegalStateException: Didn't load expected number of references,
loaded: 32 expected: 100
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=148969
Do I have a chance to restore the service without any loss
Please post the entire exception stacktrace.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203855#4203855
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203855
___
jboss-user
anonymous wrote : so doesn't the EJB 3 entity need to be bound in JNDI?
The EJB3 entities are no longer beans. They are just plain POJOs managed by the
persistence provider (like Hibernate). They will not be bound to the JNDI.
View the original post :
http://www.jboss.com/index.html?module=bb
Can any one help me on this:
http://www.coderanch.com/t/427046/IDEs-Version-Control-other-tools/setting-up-JBoss-with-eclipse
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203853#4203853
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
thanks for the help but i already included this code in the jboss-portlet.xml.
There is no problem with "classic" http requests, hibernate sessions are
created on requests to a jsf bean method issued from a h!commandButton for
example.
But the portal'jta transaction is not created when ajax r
Hi,
I did not get any clue why the below config is not working.So I tried to write
an sendMail MDB and deployed jar in esb server, i fave following error, any
help is highly appriciated...
Description:
I created Message driven bean, EJB jar like this:
META-INF/ejb-jar.xml
META-INF/jb
then use the api to suspend the fisrt process, start the new one and when it
finishes, resume the first process
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203849#4203849
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
This I tried on 2.7.1.GA.
I created a new portal called "prabhat" using admin ui. Saw the default
security was view-recursive and personalize-recursive for "role unchecked". I
made "prabhat" portal the default portal. I signed out as admin.
I am taken to the page http://host:8080/portal/portal/
prabhat
If you read my original post, you would see that I am not attempting to turn
/portal/myportal into /myportal (which I already know I need to change the
context setting in jboss-web.xml; I have already done this and the results are
consistent with the rest of my findings). Yes, I have a
Dear all
I am running JBoss Application Server 4.3.0 and Log4j-1.2.15 for my application.
every times I reload my application by modifying the web.xml My application is
down.
looking for in the server.log file i get the error message:
"log4j:ERROR LogMananger.repositorySelector was null likely du
This is a community forum and people are going to respond when they have time.
Have you gone through the document first?
See the customizing portal section in reference guide on what you need to do
access http://host:port/your_portal instead of
http://host:port/portal/your_portal
View the o
As for the portlet, in order to have a portlet share in the portal's JTA
transaction, you can add the following to your jboss-portlet.xml:
|
| YourPortlet
|
| Required
|
|
|
Depending on your usage scenario, ther
you means message table is replaced by jobs table in 3.2?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203839#4203839
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203839
_
I'am new in JAAS, so I wrote a simple EJB 3 bean to see how it works.
@Stateless
| @Remote({IGetUserName.class})
| public class GetUserName implements IGetUserName
| {
| SessionContext sc;
|
| @Resource
| public voidsetSc(SessionContext sc)
| {
|
Hi, the receiveNoWait means it doesn't wait until a message is received. You
can't expect it will get something every time you called it. If you can get a
message by receive(2000), try to replace it with sleeping 2000 ms and call
receiveNoWait(). I bet you will get the messages.
View the origin
No one at all? That's sort of disappointing.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203833#4203833
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203833
___
jboss-use
Hi,
i have a portlet managing user identity related issues and accessing
JBossPortal UserModule.
Everything works fine when actions are inside a "classic" http request from the
portlet, ex: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203828#4203828
Reply to the post :
http://www
Hi,
I have installed jboss web 2.1.1.GA. I cannot get native libraries to work. In
fact, i installed tomcat native libraries susccessfuly on my jboss instances,
but cant figure out the problem with jboss web.
I get this well-known error:
Jan 21, 2009 5:19:35 PM org.apache.catalina.core.AprLifec
Ronald thanks for the reply & I gotcha on the terminology.
I had seen the milestone pattern before but I'm not sure if that meets my need?
I don't really know when & where in the process definition the user will need
to essentially pause the current execution perform some arbitrarily
Here's the solution:
Edit the web.xml in
/opt/jboss-5.0.0.GA/server/default/deployers/jbossweb.deployer
by adding
404
/error/error404.html
just after
Then the html and supporting files (images, css, etc.) go in
/opt/jboss-5.0.0.GA/server/default/deploy/ROOT.war/error
On trunk, the journal-min-files is using 15.
The journal is what stores the persistent-message. If you restart the server,
we will recover a lot of stuff from our persistent store (the Journal).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203814#4203814
When I deployed an entity with EJB2/xdoclet I could specify a local-jndi-name
in @ejb.bean and it would bind to a JNDI name.
How do I do this with EJB 3 annotations? I'm using JBoss 4.2.3GA with no
modifications and the first jboss example code from Enterprise JavaBeans 3.0
(Bill Burke/Richard
Hello
I have question about receiveNoWait method. When I use it, it always returns
null
if I use this code: consumer.receive(2000) - everything is ok. I receive
message.
BUT
if I use this code: consumer.receiveNoWait() - I do not receive any messages,
My program must check queue periodically, u
for the latest one, isn't this the put:
| 17:16:11,769 TRACE [InvocationContextInterceptor] Invoked with command
PutKeyValueCommand{fqn=/short
| test, dataVersion=null, globalTransaction=null,
key=java.lang.obj...@ca88b3, value=java.lang.Object
| @d4a2bd} and InvocationContext
[Invocati
Oops, I gave the link for JDK6, here is the one for JDK5:
http://java.sun.com/j2se/1.5.0/manual_install_linux.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203792#4203792
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
The missing plugin is the Java plugin that support runnign applets. To install,
see
http://java.sun.com/javase/6/webnotes/install/jre/manual-plugin-install-linux.html.
You did not say if you were running 64-bit or 32-bit Centos. If 32-bit, you are
OK. If 64-bit, you will have to uninstall Firef
Hi there,
I have created a scheduled task and can manage it happily through the JMX
console, however I have been unable to get to it programmatically. I have tried
setting it up as an MBean (as was recommended somewhere else on this site) and
cannot access it from other MBeans. I can get the MBe
"jaikiran" wrote : This is what you need for JBossAS5
https://www.jboss.org/community/docs/DOC-13276
Thanks for the wiki post regarding AS5. I will give it a try and let you know
if I encounter any problems
Thanks,
Godfrey
View the original post :
http://www.jboss.com/index.html?module=b
Is this for the first, or latest code snippet you pasted? I don't see any PUT
commands in your log.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203773#4203773
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203773
"bmelloni" wrote : This Connection issue does not go away with the firewall
turned off. The two posts are independent problems.
|
| Let's table this problem. I should get my commercial license credentials
today or tomorrow and will use phone support to start over from scratch and
reinstal
As soon as I can. When I do release the protocol JAR(s), it will be a separate
download from Remoting proper, so the bundle that is up there will still be
valid (and necessary).
Hopefully within a week? We'll see how much I can get done.
View the original post :
http://www.jboss.com/index.ht
Thanks for the quick answer!!!
When do you plan to release the full feature release?
thanks
Christian
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203768#4203768
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=420376
mmmkay , but I'm do not have access to the codes now , out of town , perhaps
few hours from now I will post the xml here . is the war file problem in my 2nd
post also had the same problem ?
jaikiran , I begin to suspect the class loading and libraries as the probable
culprits after reading you
Yes, it's the official release, minus the protocol implementations. I want to
get the final version of the protocol implementations out there before I do an
official announcement for it (because Remoting without a protocol is basically
local-only... not very Remote :)), and hopefully get a good
Hi.
i'm using jbossws 2.0 and jboss AS 4.2.2. When accessing from my web
application under seam to an web service i got the following exception
...UserName is not a valid property on class com.phi.ws.Test
com.sun.xml.bind.v2.runtime.JAXBContextImpl.getElementPropertyAccessor(JAXBContextImpl.java
On this link http://www.jboss.org/jbossremoting/downloads/3.x we can download
the version 3.0.0 GA...
Is it the official release of the GA version? There nothing about this version
on the site.
Thanks
Christian
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
I have process that invoke sub process using process state. I test the process
with JUnit. When start test it says - ERROR (GraphElement.java:295) - action
threw exception: can't create a process instance when processDefinition is
null. This is because can't find the sub process definiton. How c
This Connection issue does not go away with the firewall turned off. The two
posts are independent problems.
Let's table this problem. I should get my commercial license credentials today
or tomorrow and will use phone support to start over from scratch and reinstall
both servers in the clust
Personally, I would download the zip file from the JBoss AS download site, and
unzip it. I would not use a JBoss AS that was repackaged by someone else.
You need a specific download of JBoss AS to work with JDK 6 (to avoid web
services issues), how do you know that the one you got from the RPM i
Yep.
* @Remote references a business interface (EJB 3.x View)
* is a Remote Component interface (extends EJBObject, an EJB 2.x View)
* is the XML equivalent to @Remote
* There is no annotation for , we read it in via the return types of @Home
create methods.
S,
ALR
View the original post :
h
Hi
I just installed jboss on my fedora using some rpm from JPackage Project
They use a conf file on /etc/sysconfig/jbossas
for setting up jboss java enviroment
this is what I have there:
JAVA_HOME="/usr/java/jdk1.6.0_11"
JAVAPTH="/usr/java/jdk1.6.0_11/jre/bin/java"
JBOSSCP="/usr/java/jdk1.6.0_11
Trace logs for the last scenario:
| 17:16:11,715 INFO [ComponentRegistry] JBoss Cache version: JBossCache
'Naga' 3.0.2.GA
| 17:16:11,737 TRACE [ComponentRegistry] Testing if invocations are allowed.
| 17:16:11,737 TRACE [InvocationContextInterceptor] Invoked with command
GetNodeCommand{f
Hello,
I have been doing goolge search after google search and can not find a simple
answer to my problem. I am creating an Enterprise Application (EAR) that will
contain around nine different Web Applications (WAR) as well as various EJB's
but I need to have a single login point and the login
Regarding to issue https://jira.jboss.org/jira/browse/JBAS-6394 .
I would like to known more detail about
1. how the JBoss value or interceptor notify CCM of the new transactional?
2. What CCM do after the notification?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&
@jaikiran
Thanks for your answer.
It was a little bit circumstantial, as there are some struggles with the
current maven ear plugin, but that was finally the solution
Now it works!! Thanks!
Thomas
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203724#42
Hi, this is my jsp page and i just print the exception, it gives me null.
You might be using the error jsp page in your application to catch some of the
exceptions which might be thrown inside the jsp pages. But, in my case the
exception is being thrown by the ServerDatabaseLoginModule and which
anonymous wrote :
https://jira.jboss.org/jira/browse/JBPM-1914?focusedCommentId=12442428#action_12442428
this has nothing to do with transaction ...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203719#4203719
Reply to the post :
http://www.jboss.com/ind
Thank you very much Andy.
Your remarks were very helpful. After reading Portlet Specification I realized
the wrong structure we used, but we ship our product with Firefox and never
there was a problem with it. But MobileSafari is a little more "delicate".
Thank you one more time.
Frank
View
Hi,
I'm trying to use a Struts Action as part of the login sequence of the portal.
I've got it all working fine - the Struts libs are in the jboss-portal.sar lib
folder, and our portal application ear (has to be) is dependent on them.
Unforunately this means the wars in the ear utilised the Str
Your "ConnectionTable" logging:
| 09:02:22,093 WARN [ConnectionTable] peer closed connection, trying to
re-send msg
| 09:02:22,093 ERROR [ConnectionTable] 2nd attempt to send data failed too
is coming from the JBoss Messaging Data Channel. That channel uses TCP unicast
for sending message
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200043#4200043
it seems like it's impossible.
thanks anyway
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203714#4203714
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
Yes that is one thing (should be a jira issue for this afaik), but I had
changed that manually. My problem originated in the use of the mysql 5.1.6
driver, the 5.1.7 driver does not have that problem
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203711#4203
thanks for replying quickly,
I need the JDBC Cache Loader for other regions,
should I create a cachLoader for each region?
it doesn't sound good I guess.
ig
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203710#4203710
Reply to the post :
http://www.jboss.co
Try server/default/deployers/jbossweb.deployer/web.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203709#4203709
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203709
___
exactely like I always do it...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203708#4203708
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203708
___
jboss-user mailing lis
the jobs table afaik
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203706#4203706
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203706
___
jboss-user mailing list
jboss-user
Looks like one of your portlet descriptors is incorrect. Please post
porlet.xml, portlet-instances.xml and *-object.xml.
When posting XML text or source code, please enclose the text in UBBCode "code"
tags - you can do this by selecting the text and clicking the Code button
above the editor wi
Please help me it is urgent.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203703#4203703
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203703
___
jboss-user mailing list
j
Hello,
I am not confident with the JBoss classes, so I tried a similar example with
standard MBeans. Using the @Depends annotation, it did not work. So I used the
standard jboss-service.xml with the following content:
|
|
|
|
| jboss.j2ee:jar=CalculationEJB.jar,name=A
Sorry. This post has ended up a little confusing.
[JBMETA-130] Was the error I got when trying to get EJB3 Session beans migrated
from 4.2.x to 5.0.0 GA. In my case I was NOT trying to be EJB2.x compliant.
If you have this problem, check these items:
1. Make sure @Local and @Remote use a di
"yairogen" wrote : No, I don't use this annotation. Trying to add it gave me
errors as I recall. This should be added on the bean class and not the
interface, right?
Correct.
anonymous wrote : I haven't tried adding the clustered true node in the
jboss.xml file. I don't have such a file.
| A
hi folks,
I'm trying to write a webservice which is capable of receiving and sending
files, for JBoss 5 GA.
So I'm quite new to webservices and jboss, thus I`ve got a few problems
concerning this matter.
I`m quite sure that I need to use attachments to the soap message, but the
question is how
I actually found the problem. It was caused by my ejb-jar.xml entries
My entries were something like this:
|
|
|
| PropertyService
|
com.emageon.properties.service.PropertyService
|
|
Found it by my self :) Thanks for the help!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203689#4203689
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203689
___
jboss-user
The exception stack trace you posted, was it displayed in your browser? If so,
there should be a corresponding exception stack trace in the console log,
please post that.
Also, please post the source code for your servlet and for the web.xml file.
When posting XML text or source code, enclose
When you say stored in a DB, are you referring to a JDBC Cache Loader? If so,
then just don't configure one!!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203687#4203687
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
Eduardo,
Your debug logs don't have any debug messages from JBoss Cache after your
transaction starts. This is very odd. Could you perhaps try TRACE level
logging for JBC?
Cheers
Manik
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203686#4203686
Reply
cause now I cannot 'see' what is going on and do I need to analyse the jBPM
code... If you have a unit test I can turn on the debuglevel, run the test and
see what is going on.
btw, you canb do both yourself if you do not want the help (=not wanting to
make a unit test)
View the original post
Annotations on EJB3 Web service class like this provided us with expected
results - soap address was HTTPS, regardless of way of accessing WSDL
(http/https). serverAuthPolicy is policy we have configured.
| @WebService(serviceName = "zz",
| name="zz",
| po
Actually my problem is i have to filter the logs into different log files
according
to the different JNDI names(databases).Means different log message of
different database(JNDI) logs to different files .Can i do it without making
any log4j.xml file ,by making any change to binding.
View the o
I got an exception from the taskInstanceEnd command.
Is it a bug in the taskInstanceEnd command ?
The stack trace:
Caused by: org.hibernate.LazyInitializationException: failed to lazily
initialize a collection of role: org.jbpm.taskmgmt.def.Task.events, no session
or session was closed
My bad, I missed the async execution in another thread of part of the shutdown
code, which means the undeployer thread was proceding with the server shutdown.
Thanks Ales :-)
-- Eduardo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203671#4203671
Reply to
Same here with Portal 2.7.1, nightly Tools and (this maybe the problem) with
Seam 2.0.2 and not 2.0.3 it will run!
But maybe your are so friendly and can help me with a little problem. When
deploying a new project, deleting the project and creating a new project with
the same name - I still hav
Maybe i do not understand "MaxSize" attribute?
Is it good idea to put it into JIRRA as error?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203666#4203666
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203666
_
Hi!
Maybe this is not exactly what you want, but you could use the UUID generator
for that.
UUIDs aren't simple numbers, they are generated using different kind of
information. The generator generates a new, random id on every call, so there
is no problem in clustered environments. Considerin
Thanks for the suggestion. We had the opportunity to test out the suggestion,
but it is still setting the SOAP address location to be HTTP instead of HTTPS.
We made the web.xml changes as described in the Wiki link -- this had no
discernible impact on the generated SOAP address location in the W
Also, as expected, a check in the jbossws services console also shows that the
endpoint is not registered. This should be handled under the covers by the
container, no? Anyone have any idea? Should I move this to the JBossWS-CXF
forum? I didn't realize there were additional forums for the sp
Does this still apply?
We're using Jboss 4.2.1 GA. Can we not run that on IBM's jdk that supports
1.6? We use Sun's jdk 1.6 and it works.
Do we need to upgrade our jboss version to use IBM's jdk 1.6?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=420366
Hi!
In one of my lasts projects I wrote an MDB, which reads text messages from a
queue and sends mails to some my mail account. Maybe this helps you a little.
First of all, you have to set up the JBoss mail service in
server//deploy/mail-service.xml. You need to specify the connection properti
Hi Ron or others,
Can you please answer my question? Appreciate your help.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203657#4203657
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203657
___
Since the app server first configures logging and at a later point of time does
the jndi bindings, i don't think you will be able to lookup the object from
JNDI when the log4j is being initialized.
I guess, you could try packaging your own log4j.xml inside you application and
then use your cust
@max.ander...@jboss.com
Sorry I posted short after you - I the forum didnt show me you post.
@snjeza
Big thanks! I set up all tools again, used the nightly build and installed
Portal 2.7.1 - and now it works. But with my old 2.7.0 and latetest JBoss Tools
stable release it wouldn't run.
For both classes (originalRpcManager and rpcManager) we get a dynamic easy mock
proxy instance of the same type: $Proxy20
The toString yields:
EasyMock for interface som.org.jboss.cache.RPCManager
I hope this can help,
Thanks,
View the original post :
http://www.jboss.com/index.html?module=bb
anonymous wrote : It seems as if this class will be loaded only once and the
first deployment wins.
In such cases, you will have to load that class again through a separate
classloader. Something along these lines:
* Package all the relevant and correct version of hibernate jar files with your
I know the more accepted pattern is to not have logic into the entity. However
I am performing the migration of an application from EJB2 to EJB3 where there
is logic into the entities.
In my old entity bean (not session bean), I have code that call
getCallerPrincipal from the EntityContext. I h
Thanks for the idea.
I´m currently using the hibernate jars from the /server/default/lib directory
and no further jars are included in my ear.
Unfortunatley the "UseJBossWebLoader" does not have any effect on this.
But maybe this is because it is not an web application, but an ear containing
o
This is what you need for JBossAS5
https://www.jboss.org/community/docs/DOC-13276
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203645#4203645
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203645
"emmartins" wrote : so when should this bean run the shutdown code currently in
StandardMBean.stop() so the other it depends is still full functional? :)
I don't understand what you mean?
You're probably missin ',' before "in"?
"emmartins" wrote : so when should this bean run the shutdown code cu
|
| public void begin() throws SystemException {
|
| Transaction tx = getTransaction();
|
| // check there is no transaction
| if (tx != null) {
| throw new SystemException("Transaction alre
Yes this is configurable, see the main config file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203637#4203637
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203637
___
jbo
1 - 100 of 146 matches
Mail list logo