"speleomaniac" wrote : I had created the entry in EJB
https://jira.jboss.org/jira/browse/JBIDE-3351
I mean JIRA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194546#4194546
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
It was something similar, I specified the domain for the web-tier, but not for
the ejb container. I had to add to jboss.xml
Thanks for the help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194545#4194545
Reply to the post :
http://www.jboss.com/index.ht
BankRemote.java
import javax.ejb.Remote;
@Remote
public interface BankRemote {
public String getName();
}
BankImpl.java
import javax.ejb.Remote;
import javax.ejb.Stateless;
@Stateless
public class BankImpl implements BankRemote{
public String getName() {
// TODO
Mark,
Please post the home/localhome interface, the session bean skeleton and the
remote/local interface code. Also please post the entire exception stacktrace.
How are you packaging the applicaiton? Does your WAR and the EJB jar in the EAR
both cotain the interfaces?
Also, please post the out
Mike,
Can you please post the console logs when your application is being deployed?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194539#4194539
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194539
__
Hello,
until now I developed my JSF-Apps with Netbeans. But my Company ist also
developing C++ with Eclipse and so I want to use only one IDE.
I also want to use Richfaces to get Ajax-Support for my JSF-Applications.
I downloaded than Eclipse Ganymed SR1 (JEE-package), installed it (Java JDK
I'm having trouble getting a very simple web service to work. My WSDL is
generated correctly, but when I try to invoke one of my web methods with a SOAP
request, I get this response back:
env:Server
| Endpoint cannot handle requests in state:
UNDEFINED
I am fairly certain that this code is
"[EMAIL PROTECTED]" wrote : Just to clarify - I put import-all="false" on both
of my deployments and the effect is unchanged...
On your deployments this is already false by default. ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194535#4194535
Reply to th
Do you see any exceptions in the server.log file? How are you uploading the
files?
anonymous wrote : Jboss version is jboss-4.3.0.
You mean the paid enterprise version (EAP)?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194533#4194533
Reply to the post
I have created a simple webservice. As part of WS-Security, i have added the
jboss-wsse-server.xml i have added the x509 encrypt element. as follows
...
<config>
<encrypt type="x509v3"
alias="wsse"/>
<requires>
<
I have created a simple webservice. As part of WS-Security, i have added the
jboss-wsse-server.xml i have added the x509 encrypt element. as follows
...
the service was deployed in jbossAS 4.2.1 and running.
i wrote a simple rpc client an
Hi,
i have created a simple webservice. As part of WS-Security, i have added the
jboss-wsse-server.xml i have added the x509 sign element. as follows
...
JBoss Application Server 5.0.0.GA has been release and is available for
download.
http://www.jboss.org/jbossas/downloads/
JBoss 5.0.0.GA Release Notes
This is the final release of the JBoss 5.0 series for the Java EEâ¢5
codebase that fully complies with the Java EE 5 conformance testing
ce
I also got the same error, I fixed it, what you do is put the following
properties in the persistence.xml
|
|
|
and then you put this property in your Spring Configuration, for the
EntityManagerFactory
|
|
|
|
|
|
|
I have builded the JBPM on the comcat server.When I deploy the example
sale.jpdl flow.It displays the bellow error:
Error deploying process: An exception of type
"org.hibernate.HibernateException" was thrown. The message is: Could not parse
configuration: hibernate.cfg.xml
Who can help me?
Just to clarify - I put import-all="false" on both of my deployments and the
effect is unchanged...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194517#4194517
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194517
__
So,
do we expect to have GA soon? Which date, by the beginning of the next year?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194515#4194515
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194515
Hm. I see that this is "classloader" not "classloading". Perhaps I should
have grepped more specifically than "classload". :-)
Which leaves me at square zero. No idea what to fix to make this work in
jbossas. I'll poke around some more...
View the original post :
http://www.jboss.com/index
Ah, great. Where should I make this change in JBossAS? in deployers.xml? I
see this:
|
| ${jboss.lib.url}jboss-deployers-core-spi.jar
| ${jboss.lib.url}jboss-deployers-core.jar
| ${jboss.lib.url}jboss-deployers-client-spi.jar
| ${jboss.lib.url}jboss-deplo
1:
Configuration is still done the same as before in jbpm.cfg.xml. The current
docs are still valid to that regard.
2:
Sorry, it is a ServletContextListener (JobExecutorLauncher) and used in the
jsf-console.war in the lib dir after running the installer.. You can see how it
is done in the corr
I am trying to upload a file.I am able to upload very small sized files 30-50
KB files.When I try to upload anything greater than 100KB files I am unable to
do so.Is there any file size limit that I can specify somewhere in Jboss
configuration?
I am able to see the file content in Live Https so
Thank you Ronald (for this any _many_ other posts I've read on this forum)!
I didn't find anything on this changes in Jira or anywhere else related to
"JbpmThreadsServlet"..
Does anyone know
1. the location of documentation of how to configure it the new way? or
2. the name of the new filter?
I am injecting this resource in servlets. I am using JBoss 4.2.3GA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194502#4194502
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194502
___
The AspectManager class is provided in jboss-aop-jdk50-client.jar and
jboss-aop-jdk50.jar.
Here is a handy utility for locating classes:
http://www.isocra.com/2006/02/jarfinder/
Also, please to not use red text - one or two words is OK but multiples lines
of it makes the text hard to read.
Vi
The releasenotes are always in the jira e.g. 3.2.3 or 3.3 GA and bundled with
the releases.
Upgrade instructions... hmm... not sure where to find those directly, but I'm
sure I've read some things somewhere
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=419
Alesj -
Well I almost made it through the EmbeddedBootstrap but just as I am leaving
the bootstrap() method we do a deployer.validate() call
which throws this error :
java.lang.IllegalStateException: Incompletely deployed:
*** DEPLOYMENTS IN ERROR: Name -> Error
DataDirMonitor -> java.lang.No
I'm not sure if it was the Ganymede update that fixed it or using the nightly
build but it's up and running now. I should have updated then tried the beta
but I attempted to form the combo by loading the beta and updating eclipse but
the dependencies would fail. All the same, it's up.
Chris
anonymous wrote : X-Powered-By='Servlet 2.4; JBoss-4.0.2 (build:
CVSTag=JBoss_4_0_2 date=200505022023)/Tomcat-5.5'
|
| 2008-11-25 17:33:33,485 INFO
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/php-examples]]
php: init: loglevel set to 0
|
| 2008-11-25 17:33:33,487
"alesj" wrote : "alesj" wrote : I'll check the NPE.
| | Trying to mock your case.
| I've copied your xml config.
| Running my demos boot, I don't get NPE.
| ClassLoadingSpace:325 is used, but it's all fine.
Found it. ;-)
It's what I suspected in the first place - 1st post with import-all
Apologies if this was already posted. A search on Smooks only turned up ten
pages of posts.
I have been trying to follow Dart Peng's Smooks tutorial,
https://jira.jboss.org/jira/secure/attachment/12323622/Smooks+Quick+Start.pdf.
I have tried it with just the Smooks plugin, the entire JBoss To
"alesj" wrote : I'll check the NPE.
| Trying to mock your case.
I've copied your xml config.
Running my demos boot, I don't get NPE.
ClassLoadingSpace:325 is used, but it's all fine.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194479#4194479
Reply to the
I have JBoss 4.2.2 running the 2.0.3.GA WS stack, fronted by apache on port 80,
which is behind a load balancer doing ssl.
so incoming requests, go from https at LB, http to apache and ajp to jboss
In jboss-beans.xml, I have modifySOAPAddress set to true and I have defined the
webServiceHost, w
"alesj" wrote : Quick check/hack,
| what if you put import-all="false" to classloading element?
Although this should be there by default ...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194475#4194475
Reply to the post :
http://www.jboss.com/index.html?mo
Quick check/hack,
what if you put import-all="false" to classloading element?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194474#4194474
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194474
_
"Gary Marsh" wrote :
| Is this class found in another jar or do I need to download and build from
some where else?
|
Looks like you've got some old jboss-common.
It's now called jboss-common-core and it definitely includes this class.
How else would the JBossAS boot. :-)
View the original p
I'll check the NPE.
Trying to mock your case.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194472#4194472
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194472
___
jboss-use
If it matters, the jboss-classloading.xml of the jboss-threads.jar looks like
this:
|
|
|
|
|
|
|
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194470#4194470
Reply to the post :
http://www.j
BTW, the @VERSION@ thing gets replaced with my real version number during build
(yes, I checked it).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194468#4194468
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194468
_
OK, latest update. Figuring that it was due to the fact that the classloading
configuration for my deployer did not include the appropriate deployer classes,
I changed my jboss-classloading.xml as follows:
|
|
|
|
|
|
|
|
|
|
Now I
Hi Sohil,
Thank you for your answer.
/Kenneth
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194464#4194464
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194464
___
jboss-
We are currently on JBPM version 3.1.2 and are planning to upgrade to the
latest stable version. We use JBPM for simple taskmanagement.
Can anyone direct me to the upgrade instructions or any release notes from
3.1.2 to 3.2 or latest.
View the original post :
http://www.jboss.com/index.html?m
PeterJ -
I followed your suggestion and solved that problem but fell upon another
runtime error.
It seems that there is an interdependency with the
org.jboss.util.collection.WeakTypeCache
class that seems to be missing from the jboss-common.jar. Here is the error
message:
java.lang.Runtim
We are currently on JBPM version 3.1.2 and are planning to upgrade to the
latest stable version. We use JBPM for simple taskmanagement.
Can anyone direct me to the upgrade instructions or any release notes from
3.1.2 to 3.2 or latest.
thanks
View the original post :
http://www.jboss.com/index.
The anonymous svn location is:
http://anonsvn.jboss.org/repos/jboss-sso/dev/trunk
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194459#4194459
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194459
___
Are you running a 32-bit or 64-bit version of Vista? Did you download the
proper version of JBoss Native (32 or 64 bit)?
I tried it using your settings, and it registered just fine, as viewed in the
services gui and in powershell:
[12/04/2008 12:43:23 D:\opt\powershell]
| >get-service jbas405
msystems-
https://svn.jboss.org/repos/jboss-sso/dev/trunk
has the GA codebase. The code for GA is ready and available on trunk.
The official release needs to go through a release process. Mostly, build
cleanup, docbook based documentation, etc.
btw- The configuration has gone through some minor
"Gary Marsh" wrote :
| When I try to download from svn using alesj's suggestion I get the
following error :
|
| svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup'
and try again
| svn: Can't open file
'microcontainer\trunk\kernel\src\test\resources\org\jboss\te
A custom deplotment of what? The console? When you use the installer,
everything is extracted in multiple dirs, including the source afaik. There are
maven profiles for multiple containers. So it still is possible...If you want
to contribute a maven profile that works with Websphere 6.1, please
the reason is simple, well, it was a few years back. There is a start node.
Someone/thing starts the process, so if there is a task in the start node, that
task was *assumed* to be for that person. If someone just starts the process,
and the first task is for someone else, leave the start node e
Ok, my issue is as follows:
I have a problem with a file name server.ear you look at this location:
JBOSS_HOME / server / default / deploy /
In the log I could not find me doing this springframework the deployment,
View the original post :
http://www.jboss.com/index.html?module=bb&op=vi
That was fairly painless. I got the jboss version of settings.xml from
http://www.jboss.org/community/docs/DOC-11379, merged it with mine, and now I
can build jboss-reflect.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194448#4194448
Reply to the post :
h
afaik, it now is a servletfilter...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194447#4194447
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194447
___
jboss-user mailing
I am having the same problem with jboss 4.3.0.GA - is this a known issue?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194446#4194446
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194446
_
what is pest practise strategy in a portal cluster, to prive datebase access to
a portlet?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194445#4194445
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194445
___
Looks like ConfigurationPermission is in jboss-reflect.jar, whose sources are
at http://anonsvn.jboss.org/repos/jbossas/projects/jboss-reflect/trunk/. But
the jboss-reflect is not building for me because I haven't configured Maven to
look for the JBoss repository. Hmm, add one more thing to my t
hey, i have a pdf file uploaded in to cms and in a html file in portal is a
"href"
to this file. if i do click on this link with the right mouse button and go to
save under all works okay, but if i do click towith the left button, a redirect
take place and the download does not start. It seems
I just used what was listed in the service.bat as to
net start "SVCNAME".
Yes, the services GUI tool does not list any jboss services starting up.
I also made some changes after my posting to the cmdStart:
was
..
call run.bat < .r.lock >> run.log 2>&1
..
changed it to:
..
call run.bat -c dev <
These are debug messages, not errors, thus there is no information here about
any problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194441#4194441
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194441
__
Typo? JBAS50SVC (note the zero - '0')
Did you look at the services manager to see if it is listed there?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194440#4194440
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41944
Hummm. One caveat to my last post is that PeterJ's solution builds but when
I run my code that has an EmbeddedBootstrap I get a runtime error :
Exception in thread "main" java.lang.NoClassDefFoundError:
org/jboss/config/spi/ConfigurationPermission
at
org.jboss.kernel.plugins.bootstr
* org.jboss.metadata:jboss-metadata is [1.0.0.CR1] which causes a bootstrap
problem, removing the version constraint fixes this
* org.jboss.integration:jboss-transaction-spi was at 5.0.0.CR2, needs to be
5.0.3.GA, I hacked this by making embedded depend directly on the
transaction-spi
View the
I realize that this thread is over a year old however I am getting this same
message and not sure if it caused the server crash that I saw last week.
Basically the server crashed because of "too many open files" ... so I started
checking the log files and I see this on every soap message that w
I have a problem with the deployment of server.ear.
Part of the Log:
2008-12-01 15:43:10,796 DEBUG [org.jboss.deployment.MainDeployer] Starting
deployment of package: file:/C:/jboss-4.0.5.GA/server/default/deploy/server.ear
2008-12-01 15:43:10,796 DEBUG [org.jboss.deployment.MainDeployer] Startin
I have a Jboss 4.0.5 installed on Vista (using jdk1.6). We use port 8016.
I downloaded Jboss Native and moved the service and the jbosssvc exe files
under the %JBOSS_HOME%\bin.
On the command line ran: service.bat install.
According to the message the install was successful.
However when I tri
Within our pages we're seeing the following CSS injected:
|
|
|
Even though our theme doesn't include this file:
|
|
| dean
|
|
|
|
|
|
|
| |
| | The theme change works except for this odd
Thanks guys, that was just the info I needed. It downloads and builds
correctly...
Regards,
GMarsh
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194423#4194423
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194423
_
this is the tooling forum, you are looking for the richfaces forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194421#4194421
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194421
___
Ok, I'm still trying to solve the mystery on the class cast problem on my EJB
2.0 project. I've eliminated a variety of potential causes including the
utility class generated by the annotation mechanisms.
To recap: I have a web application attempting to invoke a session EJB causing
the class
You might need to specify a @SecurityDomain annotation for each of your EJBs.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194414#4194414
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194414
_
I tried to create the ejb-jar.xml but it requires me to also define the
ejb-class, session-type, transaction-type, etc. Shouldn't this all be defined
from the annotations? It seems redundant to me. Is this the only way to
define security role references?
I've tried in jboss.xml and jboss-app
Has anyone managed to this?
There doesn't look like there's a way to do custom builds like in 3.2.3 and
Websphere through an AppDeploymentException [null] when I try to deploy
jbpm-enterprise-bundle.ear.
Any ideas?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
anonymous wrote : I don't know what you mean for "rollback" in this case... the
message is posted on the topic, delivered once, never acked. Then the topic is
unsuscribed and the session is closed, I'm expecting not to find the message in
the topic when specified TTL has expired.
Ok, I think I
I had created the entry in EJB https://jira.jboss.org/jira/browse/JBIDE-3351
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194408#4194408
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194408
__
anonymous wrote : First, is exactly once semantic and ordered garanted on
receiver side?
I'm not 100% sure what problem you have here, could you elaborate.
anonymous wrote : Second, I experimented that a second durable late joiner on a
topic does't receive any message while the first receive i
>From JMS 1.1 specification:
anonymous wrote : At the cost of higher overhead, a subscriber can be made
durable. A durable
| subscriber registers a durable subscription with a unique identity that is
retained
| by JMS. Subsequent subscriber objects with the same identity resume the
| subs
"[EMAIL PROTECTED]" wrote : the problem was that AOPLogger would globally
overwrite the loggerplugin settings even though it was only ment to do that for
aopclasses if only the NullLoggerPlugin was used. we want this so that people
using aop standalong have a easy way to display debug informatio
Hi,
I have got the same problem. In the hibernate forum they say that you have to
use the opensessioninview pattern.
http://www.hibernate.org/43.html
If you use Spring (I do not) there ist a OpenSessionInViewFilter you can use (I
think you only have to configure it in the web.xml)
But I do not
just to be a little more precise, jleak can be found under
http://www.qarks.com/sources.html
this project was a sort of challenge over javassist, to see if it could help
building such instrumentation through the java agent option, very funny to
develop actually. Feel free to use jleak as a tuto
"kukeltje" wrote : Assignment handlers do not work in the start task. What does
the logging tell you (maybe turn up the log level)Interesting - this just from
the log file:
16:02:24,285 INFO [process.handler.NewProcessHandler] New process started:
ProcessDefinition(ProjectProcess) version 1 ke
anonymous wrote : Expired messages are not removed from persistence (JBM_MSG)
util an acknoledge is called
That's correct, all messages must be kept in storage until they are properly
consumed, i.e. they have been acknowledged or rolled back. If they are acked
they are deleted from the database
Looks like someone found the cause:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194278#4194278
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194391#4194391
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4
Hi everyone,
I'm trying to get asynchronous tasks and scheduling for things like
to work.
I'm deploying the application as a WAR using Seam and jbpm-jpdl-3.3.0.GA.jar.
But I get complaints about the 'scheduler' service isn't started. And I don't
think it is, since I have only declared
| ...
Please, create an issue in jira.jboss.org for JBoss Tools project, and attach
the project.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194386#4194386
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194386
___
look in the (portalroot)/portal-core.war/layouts
each folders has an index.jps which is used on the selected page layout,
there you have the title tag you can edit as you like.
Same story for the footers, etc.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194
HI all,
I'm in trouble about two things using durable subscriber in synchronous mode.
First, is exactly once semantic and ordered garanted on receiver side?
Second, I experimented that a second durable late joiner on a topic does't
receive any message while the first receive it. This also happe
anonymous wrote : java.lang.NumberFormatException: For input string: "ssoid"
Looks like some problem in your code - fix it and it should work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194378#4194378
Reply to the post :
http://www.jboss.com/index.html?
"kukeltje" wrote : Assignment handlers do not work in the start task.
That is an interesting nugget of information - why would the start task not
permit assignment? Guess I'll have to re-read the docs etc.
My question still stands though - why does it fail when I try to jUnit the
code, but (appa
Hi,
i am trying to select a row of a DataModel List. But get always the first Row.
could you halp me please?
a Part of my session Bean:
| @Stateful
| @Name("paxop")
| public class PaxOpBean implements paxOpI {
|
| FbMwOpDatevEinzelbuchung fbEinzelbuchung;
| FbMwOpDatevRech
"alesj" wrote : I'll add BeanMetaDataBuilder::createContextualInjection method,
| which will hide this.
Done:
- https://jira.jboss.org/jira/browse/JBMICROCONT-401
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194370#4194370
Reply to the post :
http://www.
This sounds like the JDK 6 issue mentioned at
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=102355. (I thought
there was a wiki entry on it but I cannot find that, so that link is to an
earlier discussion on this topic - there have been many such discussion.)
But there could be othe
Hello,
we post some PERSISTENT messages on a Topic which is subscribed by a durable
subscriber. Expired messages are not removed from persistence (JBM_MSG) util
an acknoledge is called. Right now (04 dec 08 16:17) a message with expiration
= 1228402690296 (Thu Dec 04 15:58:10 CET 2008) is still
"PeterJ" wrote : You could run the svn command from a command line:
| svn co http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/
| That will get all of the sources.
|
No, this will only get the sources of MC's Kernel sub-project. ;-)
See MC home page for full list of sub-pr
You could run the svn command from a command line:
svn co http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/
That will get all of the sources.
Of course, you need to install Subversion first.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4
Glassfish has the option to enable default role mapping. Which means if the
role name assigned to the principal is the same as the the role name used in
annotations or isCallerInRole you don't have to list all the roles in
ejb-jar.xml or web.xml.
Is there anything similar for JBoss?
View the o
Hi,
first of all thx for the answer...
I check the all the points you mentioned and it look like this..
1) You are right something was wrong at Seam Settings Wizard for web project. I
choose there EAR project type but 'seam.ear.project' is not set to correct
value it was set to web project.
I
Yes, that's correct. I suggest take a look at one of the configs shipped with
JGroups (e.g. udp.xml) as example
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194355#4194355
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
"ohady" wrote : sure. but, i'm a java newbie. what is JIRA?
You might find this useful http://en.wikipedia.org/wiki/JIRA_(software). In
short every project uses a bug tracking tool to track bugs or feature
enhancements. There are various bug tracking tools available like Bugzilla.
JIRA has mo
Hi,
I want to do some custom specific thing in between the node transitions. Is it
possible for me to add any kind of listener and to get the Execution Context,
when the process transitions from Activity A to Activity B?
Please let me know.
Thanks In Advance.
Best Regards
Dhanush
View the o
When I try to use isCallerInRole the following exception is thrown
| java.lang.IllegalStateException: isCallerInRole() called with no security
context.
| Check that a security-domain has been set for the application.
| at
org.jboss.ejb3.BaseSessionContext.isCallerInRole(BaseSessionCon
It looks like you have set all required references, but nevertheless, could you
please check once more
1) In web project, file .settings\org.jboss.tools.seam.core.prefs contains lines
seam.ear.project=%ear project name%
seam.ejb.project=%ejb project name%
2) In ear project, file .settings\org.ecli
1 - 100 of 161 matches
Mail list logo