I can't find the 3 client libs
| jboss-ejb3-client.jar
| jboss-annotations-ejb3.jar
| hibernate-client.jar
Are they missing?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948854#3948854
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
"echon" wrote : if you know your use-cases lazy-loading is not a big problem.
|
| If you know exactly what to load use a facade with where the business
methods load what you want. Inside the BM use the EJB QueryLanguage like
| from User u left join fetch u.companys as c left join fetch c.co
Hello,
Create a directory named libinside the war (WEB-INF/lib) and copy the
configuration (.properties) files into lib directory. At runtime JBoss will
automatically load these files.
Regards,
ViSolve JBoss Team.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
Hello,
>From JBoss-4.0.2 release the jboss server comes with their own implementation
>of axis server (JBossWS). Their package specification is "org.jboss.axis"
>instead of apache's "org.apache.axis".
Regards,
Visolve JBoss Team
View the original post :
http://www.jboss.com/index.html?module
I need jboss-boot.jar file and some other files to configure a application
server in eclipse IDE. How can I get those jar files
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948850#3948850
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
Or am i doing something wrong?
I brought this up in an earlier post to which no-one has responded so i took
some time to create a test project. If anyone wants me to zip it up and send,
let me know.
The problem: lazy initialisation of the many part of a OneToMany always returns
an extra recor
Hello,
I want to create a URL string from a portlet.
THe URL need to invoke the authentication of the user.
like /portal/auth/index?.
I am not sure how to command the portal renderrespoonse to create the the
correct URL with "auth" portion. I went through the jboss portal source code,
i
thank you so much,after modified the hibernate.queries.hbm.xml ,it work fine
now!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948845#3948845
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948845
__
Always a good thing :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948844#3948844
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948844
___
JBoss-user mailing list
JBos
Are you talking about the helloworld example at
http://labs.jboss.com/file-access/default/members/portletswap/downloads/portlets/samples/HelloWorldPortlet.zip?
If so, the build.xml mentions a .ear file but it really doesn't build it. If
you look at the directions in README.txt with this example
Cool, I finally got everything right and things are running! Thanks for your
help. This means I get to go home tonight. ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948841#3948841
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
Please take a look at the READ-ME-FIRST post at the top of this forum.
Specifically look here:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp
and
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCA
At the very least tell me what version of Oracle, JBoss, OS etc, ec.
Also, please post your
Sorry, I mispoke. You will have to convert your ra.xml file over to the 1.5
format.
If you look at any of the ra.xml files in the JBoss source tree:
connector
-->src
-->resources
-->local-*
-->xa-*
-->META-INF
-->ra.xml
You will see an example o
"rutfield" wrote : Instead, per your suggestion, I took the latest from head.
| The portal builds and deploys fine; however, building the forums gives
| the errors below. I can take care of the test ones, but am not sure where
the MyFaces issues are from.
Now it should build without any erro
Sorry, I should have been more clear.
You can do one of the following:
In the
http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd";
version="1.5">
Well, now things are happening when I copy the .rar into the deploy directory.
Not sure why they weren't before. In any case, I need to clarify which version
of the dtd/xsd I should be using. My existing ra.xml has the following header:
http://java.sun.com/dtd/connector_1_0.dtd'>
Should I b
Hi all.
I am having a little problem with EJB3 + WebServices exposed as SEI JSR-181.
I am using the JSR-181 annotations, JBoss 4.0.4 GA with JBossWS 1.0.
I have no problems when using simple types.
But when it comes to complex types with arrays, I think I am getting wrong WSDL
generated.
Thi
Actually, when I copy the .rar into the deploy directory ... nothing happened
at all. It's almost like JBoss looks at the ra.xml and says ... I don't know
what this is. But, there's no error ... I've not turned done anything to try
to run in more verbose mode, though.
View the original post :
I've taken your sample registration application and added HtmlMessages for each
of the 3 input fields:
|
|
| Username
|
|
|
| Real Name
|
|
|
| Password
|
|
Note, the other thing you could do is leave out the version in your ra.xml
file. We default this to 1.0 which forces the deployer to use the DummyClass.
This would be in the case that you don't want to use the class directly.
I would venture a guess that the adapter might not be deploying for d
There is a trick actually...not well documented for good reasons :-)
In your ra.xml you can put the following:
org.jboss.resource.deployment.DummyResourceAdapter
This will actually allow you to deploy the file. As a point of interest, this
is actually how we deploy all of ou
I have an old JCA 1.0 adapter ... I'm wondering if there's any way to get it to
work with the JBoss AS 4.0.4 without re-writing it. I've not been able to
deploy it successfully and I'm wondering if it simply won't work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=view
In the startguide, I got through Chap 8's MySQL part, and moved on to setting
up Oracle. The connection doesn't work. The example is like
"jdbc:oracle:thin:@monkeymachine:1521:jboss".
I assume its OK to use 'localhost', and the Oracle interface shows the dbase
name to be 'XA', so for my setup
I am trying to call connectionFactory.createQueueConnection("queueUser",
"queueUserPassword") but I am getting a security exception. - the user is not
authenticated.
What are ALL the DD pieces I need in order to create a valid user and password
such that this call will authenticate my username
I have added a testcase on jms, go to jboss-head/jms/test and call ant
memory-leak-tests
(On windows only for now, using a JDK 5).
At the end of the test, I have these following unexpected objects. It doesn't
seem a memory leak, just something that I didn't expect at this point.
| [junit]
I am using TransformerFactory.class . This class is included in
JBOSS_HOME\lib\endorsed\xalan.jar. I also include xalan.jar in my war file.
Everything works fine until I hot deploy my war file. After the hot deploy I
get ClassCastException. I read the classloading diagram and this is what I
und
Nope, don't shut up!
Any question, comments etc, etc are always welcome.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948819#3948819
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948819
___
You are the man. Thanks so much. I'll shut up now. :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948818#3948818
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948818
___
Yep, that's pretty much it. If you read the Wiki pages, you will find varying
ways to fine tune the pools as you see fit (transactions, min/max size, etc,
etc)
Regards,
Weston
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948817#3948817
Reply to the post
>From what I read this is what I do...
place this (postgres-ds.xml) file in deploy-hasingleton
| -
| -
| -
| -
| -
| -
| -
| -
| -
| -
| -
| PostgresDS
| jdbc:postgresql://localhost:5432/test
| org.postgresql.Driver
| dev
| dev
You can change the file
<_server_>/deploy/jbossws14.sar/META-INF/jboss-service.xml from this:
| ${jboss.bind.address}
|
to this:
| www.example.com
|
And then use http://www.example.com:8080/jbossws/services to get a WSDL file
for each of the published services.
Hope this helps.
Vi
You're absolutely right, I went to check the userguide and the only mention to
a client setup is when an EJB consumes a webservice (I think).
My next suggestion then is to check Axis
(http://ws.apache.org/axis/java/user-guide.html#ConsumingWebServicesWithAxis)
or the Java Web Services Developer
crazy amounts of money.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948813#3948813
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948813
___
JBoss-user mailing list
JBoss
See release notes here.
http://jira.jboss.com/jira/secure/ReleaseNote.jspa?version=12310827&styleName=Text&projectId=10021&Create=Create
@EJB has been moved from javax.annotation to javax.ejb,
InvocationCOntext.getBean() renamed to getTarget().
View the original post :
http://www.jboss.co
I have this issue resolved. Thank you
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948811#3948811
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948811
___
JBoss-user mail
Okay, I updated the WSDL as per, and now I can generate a .NET client
getting closer.
However, when I make the call, I get an error that the server can't find the
attachment part (but it's there). I have a trace below (with most of the binary
goo cut out for brevity)... but you can see the
Ok, lets take one thing at a time:
I am assuing that you don't want to replace the default datasource, but rather,
use one of your own.
This is a good place to start for DataSources and JCA in general in JBoss
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCA
DataSources and specficially ment
There is literally no information describing the procedure for using another
datasource other the Hypersonic. I'm new to JBoss and J2EE programing so
details are good.
All I've found so far is to create a postgres-ds.xml file and put it in the
/deploy directory. I've seen references to postgres
Will this approach work with other app servers? Probably. I am in the middle
of preparing a presentation for a conference in December (paper deadline is
June 16th!) and I cover JMX (which is why I had a small example app already
prepared). I was going to try it with other app servers so I cou
Yes jboss-client.xml works but I have potentially up to a 1000 of endpoints for
the same service. And they come and go. And the approach of
Stub stub = (Stub)port;
stub._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, this.TARGET_ENDPOINT_ADDRESS);
doesn't seem to work. Any other suggestions for the
Hi Peter,
Thanks for the suggestion. Do you by any chance know if this approach is
applicable across different JMX containers, for example, WebLogic Server?
Anther issue might be the registration of notifications remotely -- can I
register for notifications remotely with the MBeanServerConnec
Hi,
Even, I am having the same error while running the JBoss server.
So, now I am trying to make the changes as per the version 14. In this , the
document doesnt says anything the changes to be done for the
jboss-service.xml???
should we make the changes or not??
View the original post :
ht
I am using SEAM, up to now, I think it's a great product comparing with
anything i used before.
the question i'm asking is not directly related with SEAM, but I believe some
of you must know the answer.
How can i make the EJB 3.0 entity beans access different datasources based on
the user who
I found a solution I think. I'm runing the jboss/server/all profile. In this
case, if you examine the server/all/conf/jboss-service.xml file you would see
this at the top (in 4.0.4GA):
|
I added this just below it.
Then, before starting JBoss I created the jboss/server/all/lib2 fold
JBossCache 1.4.0.Beta2 has been released and is available on sourceforge at
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339&release_id=421930
Release 1.4.0.BETA2
A new feature release containing very significant performance enhancements in
replication, pojo opera
The roadmap also shows that only 39 of 60 issues have been resolved. I imagine
that all 60 will need to be resolved before they release 1.0.1.
Thomas, can you shed any light on this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948796#3948796
Reply to the
I haven't been able to find anything in the User Guide about writing client
code to consume Web Services protected by WS-Security. The documentation
didn't even have the jboss.xml information you provided. In fact, the
documentation is pretty sparse overall. I understand this is just 1.0, but
Yes, you can easily write a Java app to access MBeans within JBoss, and you
don't need JDK 5 to do it. Here is some simple code that prints out the
attribute value of a particular mbean:
package foo.bar;
| import java.util.Hashtable;
| import javax.management.MBeanServerConnection;
| impo
I have a configuration directory in $JBOSS_HOME/configs I want to get at them
from my application which resides inside a war file which is in an ear file. I
am going nuts trying to figure out how to load the configuration (.properties
files) fron my application.
Anyone have any ideas/tips?
T
I tried to store data into database through web service call to EntityManager
but it doesn't store data in Mysql. here is my source code.
Source code of web service :
| /**
| *
| */
| package webServices.utilisateur.service;
|
| import global.SOAP.StringSOAP;
| import global.SOA
What version of portal are you using and how did you configure your clusters?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948789#3948789
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948789
___
I'm running JBoss on SuSe 10 as well. I didn't change the run.sh but I just
added "--host=127.0.0.1" paramter to the run.sh command. (change 127.0.0.1 to
the IP address of your machine) this is how I run it and it works great!
I'm going to try the run.sh change to see how well that works.
Basi
Hi,
I'm interested in using JMX RMI connector from JDK1.5 to make remote
connections and invocations from JBOSS MBeans.
Does JBOSS4.0.2 support JDK1.5 for this purpose?
There is also a download for JavaTM Management Extensions (JMXTM) Remote API
reference implementation, can I use this to cr
JBoss Portal in a cluster environment with FARM.
I am finding some bugs in deployment of Portlets in the FARM directory of a
cluster.
the log is:
| 16:35:37,608 ERROR [AbstractFlushingEventListener] Could not synchronize
database state with session
| org.hibernate.StaleObjectStateException
The problem has been solved.
I'd like to share the story.
The question was going from obivious lack of J2EE and JBoss experience and
understanding.
I was absolutely sure that dataSource.getConnection() returns free connection
and this free connection means new transaction.
I've had tried to use
Try this:
run -b 10.1.1.10
See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossRunParameters
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948784#3948784
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948784
We are using Jboss 4.0.2 and defined a taglib which declares a variable
validationDisplayStyle with AT_END scope as shown below -
validationDisplayStyle
java.lang.String
true
AT_END
This tag is referenced in JSP Pag
I found the examples on-line and deployed to JBOSS with ejb3 profile
successfully. It seems that the Hibernate Tools has problem on generating
reliable seam framework.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948782#3948782
Reply to the post :
http://
I found the examples on-line and deployed to JBOSS with ejb3 profile
successfully. It seems that the seam ear file from Hibernate Tools has some
problems.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948781#3948781
Reply to the post :
http://www.jboss.com
I don't think you want to signal the node the process is in. I think you want
to complete the task.
That way, you will either loop back around and create a new task or you will
finish the process.
If you single a node, it will do what you ask it to and move on. It assumes
you know what your
Hello-
On my server there are two interfaces- eth0 and eth0:1
with IPs 10.1.1.10 and 10.1.1.11.
10.1.1.11 has a httpd daemon that MUST bind to port 8080 on this interface.
Currently the JBoss service binds to 10.1.11.10:8080 and 10.1.11.11:8080
when it starts.. making it impossible for jboss and
hello
exception :
17:46:49,974 [main] ERROR GraphElement : action threw exception: service
'scheduler' unavailable
org.jbpm.svc.JbpmServiceException: service 'scheduler' unavailable
any help plz??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948776#39487
OK, I am not able to figure out how to reproduce this. Please attach a runnable
test case to reproduce this here:
http://jira.jboss.com/jira/browse/JBSEAM-248
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948775#3948775
Reply to the post :
http://www.jboss
This is the log when I simply click on the eye after I've created prova.txt
file:
2006-06-02 19:05:57,421 ERROR [org.jboss.portal.cms.impl.jcr.ContentGetCommand]
Cannot get content
| javax.jcr.PathNotFoundException: /prova.txt/en
| at
org.apache.jackrabbit.core.HierarchyManagerImpl.resol
I thank you for your help... i updated it with a local wsdl and it worked
fine
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948771#3948771
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948771
_
Hi guys!
I have to migration my portlet application from jetspeed portal to jboss portal.
I'm have a many problem when i try to start de the jboss portal :
1. How can i to set up the properties for no recreate db when starting ?
2. Can I set up the properties of deployment from source files ? I
Actually the problem still exists, In Jboss 4.0.4 GA jboss-hibernate.deployer
folder has been removed and there is no indication of this in the release
notes, any reason why? what is the alternate way to deploy hibernate in jboss?
View the original post :
http://www.jboss.com/index.html?module
Hi,
I am new to JBoss.I was using Tomcat for some time.It was working properly.when
i opened localhost:8080 the tmcat page came and when i opened my files put in
webapp it was working correctly.tehn i started using netbeans.i did something
on server admin i don't remember what.after that when i
Thank you!
I succeed to create a script that write exactly the same informations as
Weblogic.
BR,
Arlo.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948768#3948768
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948
I receive an http error 401 from apache tomcat when trying to logout and
relogon with a different user in a page different from the default page!!
Anybody knows something about this behaviour?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948767#3948767
Repl
See EJB 3.0 Spec FR chapter 4.6.9.
Regards, Milan Wölke
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948766#3948766
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948766
Actually some other strategy is used if this is left out.
For example one my sequence was at 18, but without the allocation size
specified is was getting numbers close to 3000 and not incrementing my sequence
at all.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
Yes JBoss probably should lazy initialize the session beans. Open a JIRA request
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948764#3948764
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948764
Hum, I'm actually realizing right now that we made a mistake on the default
allocationSize.
It is 50 right now ; while more efficient, this is not the "default" people
expect
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948762#3948762
Reply to the post :
The above does not actually solve the problem of addressing local ejbs from an
Schedulable MBean. Any advice would be apprieciated.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948761#3948761
Reply to the post :
http://www.jboss.com/index.html?module=bb
I simulated 50 requests to JBoss Portal 2.2 initial page. Each request was
started 200 ms after the start of the previous request.
The average response time was 305 ms.
In the second test, all the requests were started the same time.
The average time increased to 18 seconds.
It looks like some
"[EMAIL PROTECTED]" wrote : I guess we could use the same idea with this
testcase.
I mean... create a similar testcase withing EJB3 project.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948759#3948759
Reply to the post :
http://www.jboss.com/index.html?mo
the id generation annotations changed in some ejb rc.
Try to test with JBoss 4.0.4 or the current EJB RC7.
Regards
Peter
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948758#3948758
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
That issue if for redeployment leakages.
But if we add some comment it could become general memory leaks IMO.
Anyway, at this point I'm creating a testcase for JMS, using JVMTIInterface
from JBossProfiler.
Basically I'm doing:
// I have to pre-create every service.
|
| // Execute the te
I have successfully deployed an EJB (JSR-109) based Web Service using WSTools
and JBoss 4.0.4 GA that requires WS-Security signatures (see
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84221 for more info).
I wrote a DII client that can invoke this web service (as well as a SoapUI
pr
"lcoetzee" wrote : The idea of starting with a new conversation every time the
user selects a new sidebar menu item (e.g. User Management, Add new Issue ...)
is very important to me.
Same here! I am very interested to hear thought on how to solve this scenario.
Do we have a workaround or do I
Based on the file names, I am guessing that you are running on Windows. If so,
get FileMon from SysInternals (http://www.sysinternals.org/) and run it, that
should tell you what is using those files.
>From personal experience, I ran into this situation in two ways: 1) my
>anti-virus software w
Thank you for solving this in the next release.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948753#3948753
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948753
___
JBoss
EJB3 is fine I guess. I'm not sure when we could get to this as another JBoss
4.0.x release isn't scheduled for awhile and I think this requires changes to
the EAR deployer.
Log in in the EJBThree module
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948752
Sorry about not getting back on this thread. Pls see the last few comments on:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=82714&postdays=0&postorder=asc&start=10
Basically this is a bug with the providers in Hibernate 3.2.0.CR2, and will be
fixed when 3.2.0 releases. It may even
Thanks for reply, Bill
Is this EJBTHREE-551 issue on JIRA? If so, my case is not connected with
redeployment, it also leaks on fresh deploy.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948750#3948750
Reply to the post :
http://www.jboss.com/index.html?mod
Hi,
I am using jbpm-starters-kit-3.1.1 to run the jboss server and Eclipse is
3.1.2. Database is defualt database.
I created a new jbpm procss project in eclipse and deployed it as per
instructions in JbpmGettingStarted guide.
Now I an trying to start the process as follows:..
JbpmContext jbp
anonymous wrote :
| In 2.0 we are going to change the JBossCache API won't even expose the Node
object so people won't be tempted to bypass the cache.
|
This is not actually true at all. We're changing it so that the Node becomes a
top level construct, and the Cache is just a wrapper arou
I'm trying to set up a new JBoss server on my personnal Dev machine @ work.
I've downloaded jboss-4.0.4.GA-Patch1-installer.jar (previous file I used was
RC1)
I noticed first that installation file decreased (RC1-All : about 100MB /
GA-All : 75 MB). But I ran into this problem when selecting t
Hi,
I deployed an EJB3 message driven bean on JBoss4.0.4GA which allocated a bunch
of resources in the @PostConstruct method.
I'm wondering how to free those resources again when the MDB is undeployed. I
thought @Predestroy would do the job, but that method is never called by the
container. The
I have an abstract 'folder' class with the following annotations
@Entity
| @Table(name="folder")
| @Inheritance(strategy=InheritanceType.SINGLE_TABLE)
| @DiscriminatorColumn(
| name="foldertype",
| length=50,
| discriminatorType=DiscriminatorType.STRING
| )
| @Discrimin
I think that the User Manual has an example of that. If you're using some other
framework you should consult their documentation as well.
I was only testing how to do that and I was using SOAPui which doesn't seem to
support WS-Security so I haven't done a complete test (actually, I stopped as
Everything inside these four directories,
..\jboss-4.0.4.GA\server\default\work\,
..\jboss-4.0.4.GA\server\default\data\,
..\jboss-4.0.4.GA\server\default\log\,
and
..\jboss-4.0.4.GA\server\default\tmp\,
is somehow in use, despite the fact that jboss is not running. I can't update
my jboss server
Chris, you are right - that we need to override "authenticate" method to
populate the session. I mentioned "invoke" without looking at the codebase.
http://jira.jboss.com/jira/browse/JBAS-3286
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948741#3948741
Re
hello everybody!
i have a problem with a session bean instance that disappears somehow...
i just migrated from jboss 4.0.3SP1 and seam beta1 to
jboss 4.0.4.GA and seam cr3. my app was working on the old config.
i have two/three seam action session beans. in the first one i use a session
bean wi
I deploy oracle-xa-ds.xml and use JTA to commit a distributed transaction. It
does not report error, but if I use sqlplus to select the data, I can not find
the data is changed, unless I close JBoss server.
Who can tell me why?
View the original post :
http://www.jboss.com/index.html?module=bb&
Thanks a lot to Jochen, I am slowly understanding Negotiate Authentication.
I am able to run Negotiate Authentication, I have Win XP workstation which is
in Win 2000 Domain. My workstation is in India, our Win 2000 Domain Controller
is in Toronto.
So I could not see what are groupnames given
When I develop applications using something like Jetty + Hibernate + Spring +
Wicket, I'm able to debug everything locally inside Eclipse. This is nice
because I can hotswap classes while debugging and its quite easy to debug
problems. But with JBoss you always have to package and deploy a new
Partly correct, since it is indeed possible to also add an individual (human)
actor to the pooledActors.
If the actorid is e.g. group, and you at a certain moment want a specific
individual actor to act on it, you leave the pooledActors intact, but set the
actorID. It only shows up in the indiv
I think the data you are looking for is in the mbean named
jboss.system:type=ServerInfo, attribute named ActiveThreadCount. You can view
this data online via the jmx-console. Or you can use twiddle
(http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch2.chapter.html#d0e3901) to
access the data
1 - 100 of 208 matches
Mail list logo