You've had no luck here I suppose? I'm trying to investigate a similar thing...
is there a way to implement security in JbossWS to work against a MS Active
Directory Kerberos implementation.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218000#4218000
Reply
Thanks to a comment by "roirex" on JBREM-1072, I think the problem should be
solved. See JBREM-1109 " Eliminate race in
MicroRemoteClientInvoker.getDataType()", where I attached a copy of
jboss-remoting.jar with the fix.
View the original post :
http://www.jboss.org/index.html?module=bb&op=vi
Please report in jira with sample projects/.packages files so we can make sure
we reproduce the same as you.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217978#4217978
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4
case 2:
1. build archive in exploded form, publish to server. start server, everything
works well.
2. delete the war directory under server deploy
3. go to archive view and publish
in this case, the exploded war in the project is still there. eclipse should
only copy its content into the jboss
there are couple of issues when i use project as archive destination and
publish to jboss server. looks like the synchronization is not working well.
case 1:
1. build archive in exploded form, publish to server. start server, everything
works well.
2. changed a html file, and a javascript file i
JPAM http://jpam.sourceforge.net/ can be used to do pam authentication
(shadow, nis, LDAP ...). I haven't used it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217975#4217975
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mod
Solved.
It was a mistake in my kerberos configuration. The encoding algorithms defined
in krb5.conf on the kerberos server must be present in the krb5.conf on the
client. Otherwise, Jboss (or Glashfish) used aes256 as default encoding.
Ellis
View the original post :
http://www.jboss.org/inde
In order to get a process instance, I need to call
getProcessInstance(ProcessDefinition,key) on jbpm context.
I could not find out how can I get the processDefinition. I have my process
definition already deployed to the database and I need to read it from the
database.
View the original post
Hi dkim,
Just took a short look at it, but all the exceptions have the following root
cause:
anonymous wrote : Caused by: java.lang.NoClassDefFoundError:
javax/annotation/Resource
Well, I'm far away from being a JBoss Expert - but something with your
classpath seems to be wrong. If I am not
Ok, sorry for the delay in posting this reply. This issue turned out to be a
configuration error in the ra.xml. I had the wrong value in the
messagelistener-type value. Once that was fixed everything deployed fine. I
was even able to include the data source in the ear and have everything
de
"alesj" wrote : I suggest mavenizing your project. ;-)
|
| That's the easiest, since MC is distributed over 7+ sub-projects,
| each sub-project has multiple modules.
|
| Perhaps check my MC demos project on how
| to easily setup maven for MC binaries usage.
Will do.
Thanks.
View th
Is there a property that can be set for JBoss remoting that will set a socket
response timeout in a way similar to the
"sun.rmi.transport.tcp.responseTimeout"property for Sun's rmi implementation?
Basically we would like to time out a socket connection if it takes too long to
complete.
We are
JBoss AS 5.1.0.Beta1 has been released and is available for download.
http://www.jboss.org/jbossas/downloads/
JBoss 5.1.0.Beta1 Release Notes
This is the first beta release of the JBoss 5.1 series for the Java EEâ¢5
codebase that fully complies with the Java EE
5 conformance testing certific
i am running the 2.6.4 bundle for both the wsrp producer and consumer. the
portlet is a simple hello world portlet (copy of the 2.7.1 example portlet) set
to remotable, but built with portletbridge 1.0.0.B2.
(I had the same issue for a 2.6.4 producer and 2.7.1 consumer and the 1.0.0.B5
portlet
I suggest mavenizing your project. ;-)
That's the easiest, since MC is distributed over 7+ sub-projects,
each sub-project has multiple modules.
Perhaps check my MC demos project on how
to easily setup maven for MC binaries usage.
View the original post :
http://www.jboss.org/index.html?module=b
Is it real the anybody had to deal with inheritance with service and found a
solution?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217952#4217952
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217952
_
"alesj" wrote : We reached 2.0.0.GA, meaning all our sub-projects are GA.
| Woohooo!
Where are the binary downloads? I would like to do some playing around with
some ideas I have, but all I need is the binaries. I don't need to build it
from source.
Right now, there are only download links
We are experiencing the exact same problem on Linux. This is very easy to
reproduce. Have two clients running against a server and pull the network cable
from one of the clients simulating a kernel death. A few seconds later, the
server puts out:
anonymous wrote : 13:07:15,064 WARN [SimpleConn
Look into defining a loader repository - this will provide for class scoping
and let you use different versions of jar files than what JBossAS provides.
To read all about it, you can start from here and follow the links:
http://www.jboss.org/community/docs/DOC-9289
Or if you just want to the qui
PeterJ: Thank you! I found the culprit, it was a Third Party jar that we are
using that had the xerces lib in it.
Since my company paid quite a bit of money for this jar and cannot be excluded,
is there another way we can get around this problem? Can I override JBoss' SAX
parser?
View the ori
Peter, thanks for the reply.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217937#4217937
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217937
___
jboss-user mailing list
j
I tried your settings (well, I set MaxFileSize to a smaller number so that I
could force new log files), and got the expected results - server.log.1 and so
on. There should not be a limit to MaxBackupIndex.
Try setting the log4j.debug system property (add "-Dlog4j.debug" to JAVA_OPTS
in run.bat
Hi all,
I have a small problem with distributed queues. I am using JBoss AS 5.0.1.GA.
What I want is to send the message to all the topics with the same JNDI Names
on the cluster nodes. I have set the clustered property of the topics to true
but doesn't help. Is there a way to do it?
My code:
cool... that's a stacktrace. You seldomly encounter one in the wild all by
itself. They normally are accompanied by some text, relatex code where things
go wrong and sometimes even a unittest. But always they show up in combination
with a jBPM version, and other environmental.
View the original
Are you sure you want to use the --serverName option and not the --server
option? For the --server option, you use the hostname and optionally the URL.
For --serverName you need to know the object name of the MBean that contains
the shutdown() method. By default, this is jboss.system:type=Server
Ive added a jms invm example in trunk called InVMExample. This should help you
out.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217930#4217930
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217930
__
"Wolfgang Knauf" wrote : Hi,
|
| I think that the "name" attribute of the "@JoinColumn" denotes the column
name in your "User" table. The "referencedColumn" should be the name of the
primary key column in your child table.
|
Ok, I understand better. I found my id and columns back ...
Wi
A little late on the reply here, but you don't need the filter. Just use
something like this for 168 bridge:
| public String getRemoteWhatever() {
|Object responseObject =
FacesContext.getCurrentInstance().getExternalContext().getRequest();
|if (responseObject instanceof RenderRequ
Well
i wrote my own SynchronizingLoginModule based on an old version of this class
(found on the anonym svn, for jboss portal 2.6)
This old version returns an empty string when the password is asked, and the
one present in portal 2.7.1 return a null string.
Now i don't have any bug, and the
I am using Jboss 4.2.1
Does by using following before startTimer() will call the startTimer() method
. My application needs to get trigger after every 5 minute.
l
/**
| * An example business method
| *
| * @ejb.interface-method view-type = "both"
| *
| *
Excuse me, you right apemberton. I didnt saw, that the session-config is only
for cluster environments.
I also use the JAAS principal.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217917#4217917
Reply to the post :
http://www.jboss.org/index.html?module=bb
23:28:19,531 ERROR [FieldInstantiator:73] couldn't parse set field 'id' to value
'10213'
java.lang.NullPointerException
at org.jbpm.instantiation.FieldInstantiator.setPropertyValue(FieldInstan
tiator.java:70)
at org.jbpm.instantiation.FieldInstantiator.instantiate(FieldInstantiato
The other option for WSRP support is to download the JDK6 variant of JBoss AS
4.2.3 and then download and install the Portal binary (not the AS + Portal
bundle).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217911#4217911
Reply to the post :
http://www.jb
Hi yacoobkb,
I am stuck at the same stage. Did you solve this problem? if so, Can you
please share what you did ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217906#4217906
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode
Nobody is perfect ;-).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217905#4217905
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217905
___
jboss-user mailing list
jboss-us
Look for the jbossws*.jar files in common/lib.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217903#4217903
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217903
___
jboss-us
The book JBoss in Action, http://www.manning.com/jamae, has a chapter on JBoss
Messaging.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217901#4217901
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217901
Hi,
I think that the "name" attribute of the "@JoinColumn" denotes the column name
in your "User" table. The "referencedColumn" should be the name of the primary
key column in your child table.
So, to achieve your sql snippet, your relationship should be:
@OneToOne
|@JoinColumn(name="myc
I solved this problem today, right now.
Just adding @IndexColumn in all Entitys i could find (including by editing
another developers entitys).
But now i'm getting another problem when i added a new WebService:
Error creating callback handler for bean erpagronegociows.ws.VendaWS
Well, it was
It works for me. I am using JDK 5u17 to run JBoss AS (which have Portal 2.7.1
deployed), and using the VisualVM from JDK 6u12. Also, I am running VisualVM on
the same machine as JBoss AS.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217898#4217898
Reply to
I don't think you'd want to set overflow, you'd want to set either visibility,
display, or use positioning to push the element off the screen:
display:none;
| visibility:hidden;
| position:absolute;left:-em;
This solution would still render the links in the markup, but use CSS to hide
o
For one of our applications what we did was created a subdirectory under the
server/xxx/conf directory and placed various configuration and customization
files there. Then to look them up, we used the jboss.server.config.url system
property to locate the conf directory. For example, to access
s
Hi,
could you post the code snippets of the relationship?
Why can't you change to Sets? Do you need the order of items?
Maybe it would help to convert the relationship to sets and add some
"converter" methods to your entities, which convert the set to a list and vice
versa?
Wolfgang
View the
I want, for example, create a 'javax.jms.TopicPublisher' instead
'org.jboss.messaging.core.client.ClientProducer' and use it to send (publish)
messages in the VM.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217892#4217892
Reply to the post :
http://www
Override the getTitle method in the portlet code, and return your own portlet's
title.
Nota : getTitle is called first, and outside any "processAction/doView"
operation, depending on how you get your data, you may have to do it twice.
If the name only change only according to page node, you can
Hi, I am currently learning EJB3 and I don't know express in EJB3 the following
SQL:
anonymous wrote : USER(
| user_id : int primary key
| mycar_id : int
| foreignkey(mycar_FK) (mycar_id, CAR.id)
| )
|
| CAR(car_id : int primary key)
|
This is a OneToOne association
@E
Note that Fuchs's solution mentioned below enables session-replication for
setting up JBoss Portal in a clustered environment; it does not solve the
problem of attempting to access session attributes across web applications.
View the original post :
http://www.jboss.org/index.html?module=bb&op=
First, as an FYI: it usually doesn't help get responses to your forum requests
by explaining the urgency of your problem. If someone has time to help, they
will.
Second, the problem you're seeing is a result of setting a session attribute in
the portal-server.war web application and trying acce
I think, its default not allowed. Use this:
|
|true
|
|
in the jboss-portlet.xml.
i found this in the jboss portal reference guide, so iam not sure if it solve
the problem.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217883#4217883
Reply
Sorry; hard to diagnose a fairly generic problem like that.
I'd recommend using a JavaScript debugging tool (like FireBug for FireFox) to
look at the details of the error your receiving.
Are you using a custom theme? If so, you may want to just include the jQuery
libraries in the theme definit
Sorry for the late reply. Looking at the data, I don't see anything wrong. As
you pointed out, with taking a snapshot every minute your could have missed the
time when the ConnectionCount == InUseConnectionCount.
Your database might also keep track of connection counts in one way or another,
o
OK,
in fact I have some specific questions that should help me to begin :
I could not find if the JBM bridges can process some filters on the forwarded
messages. Is it possible?
If not I will certainly do the bridge job with an MDB and XA.
In all cases, I worry about the failover management :
My timezone is CET and Tom's his Timezone is CET-1
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217877#4217877
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217877
___
jbos
Bleh. A thread from April 2008 with the same problem I'm having and no replies
with a solution :( What the hell is causing this??
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217876#4217876
Reply to the post :
http://www.jboss.org/index.html?module=b
what do you mean by manipulate?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217874#4217874
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217874
___
jboss-user mailing list
What timezone ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217872#4217872
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217872
___
jboss-user mailing list
jboss-user@list
I have a simple java client that is accessing a jboss oracle connection pool
that I have setup. I'm running into an exception using java.sql.Blob.
I'm testing the client within Eclipse and have jbossall-client.jar (from
jboss-4.3.2GA/client) in the classpath.
After grabbing a blob from the da
Hi
I made my own login module by extending IdentityLoginModule. i overrided
validatePassword method and getRoleSets method -> it works fine.
I tried to Synchronize the new users with jboss portal users (to access to
forum or CMS administration) -> it works fine.
Now i want to login via CAS,
I'm trying to configure the jboss-log4j.xml file for a size based appender:
|
|
|
|
|
|
|
|
|
|
|
|
|
If I set the MaxBackupIndex=8 everything seems to work as described i.e. when
the server.log size hits M
I think the best way is to try out yourself and see if there is some specific
issues, and then come back with those issues to seek help.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217866#4217866
Reply to the post :
http://www.jboss.org/index.html?module
I recommended adding onto SessionProxy:
http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/proxy-spi/src/main/java/org/jboss/ejb3/proxy/spi/intf/SessionProxy.java
...to add a "removeTarget()" method. Usage becomes:
Object proxy = jndiContext.lookup("MyBean/remote");
| SessionProxy sPr
K, I am an idiot. Messed up the test. Our current project is required to run on
both JBoss and Glassfish. It works as advertised on JBoss, Glassfish on the
other hand ignores it like a traffic sign.
Thanks again for your help.
View the original post :
http://www.jboss.org/index.html?module=bb&
Iam not sure, because dont use any modes. But a other solution could be to
overwrite the css.
| .portlet-mode-maximized {
| overflow: hidden;
| }
|
Maybe with hidden or nothing.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217859#4217859
Repl
One technique we've used in the past to do what you're describing is somewhat
similar to fuchs recommendation.
We extended our custom decoration renderers to look for a window property to
disable certain mode/state links.
Example property:
| maximized.windowstate.decoration.render
|
Hi jaikiran, thanks for helping...
anonymous wrote : Which version of JBossAS? Please post the console logs which
show this behaviour.
Some detais
My Stateless EJB is MenuServiceBean that is named MenuService which implements
MenuService interface
The package is ehum.ear within ehum-ejb-1.0-SN
if it didn't work it means you didn't disable the schema validator since the
stacktrace will only happen if it is enabled.
If it just started working it is probably because you adjusted some properties..
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217844#4
Do you mean you want to disable auto-build or auto-deploy ?
Disabling auto-build is done in the Project menu but I really really encourage
you to keep that enabled since otherwise nothing in eclipse will be told about
changes incrementally and you loose a lot of the power of the IDE.
Auto-deplo
Nobody knows the solution how to get all logged in users ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217838#4217838
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217838
Can I manipulate JMS objects with the connector 'InVM' like :
javax.jms.Topic, javax.jms.TopicPublisher, javax.jms.TopicSession
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217837#4217837
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=post
Right after having sent the post, I gave google a last try and I found:
https://jira.jboss.org/jira/browse/JBAS-6333
That fixed it. Sorry...
I hope my post at least may help others that do not find that bug report
immediately.
View the original post :
http://www.jboss.org/index.html?module=bb&
Hi
What is the correct format to use for serverName switch in /bin/shutdown
script?
shutdown.bat --serverName=default gave the following exception
| Exception in thread "main" javax.management.MalformedObjectNameException:
Key properties cannot be empty
| at javax.management.
Hello,
I'm using MySQL (with InnoDB) as database backend for JBoss. Everything works
fine untill I change the messaging hsqldb-persistence-service.xml in
server/default/deploy/messaging to use MySQL as database by replacing the file
with doc/examples/jms/mysql-persistence-service.xml. This caus
hello,
default all users with user-role have access to dashboard. i like to change
this user-role definition, that only the admin-role has access to dashboard.
can someone help me?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217832#4217832
Reply to the
The attached file works a treat. Thanks a lot again. Very good job!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217825#4217825
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217825
___
Hi,
I want to use jQuery in a simple portlet. The page works fine standalone (use
jQuery tabbed pane), but when I deploy it inside a portlet (using the
jboss-portlet;µxml file to include the js in the header), it produces
javascript error and I'm not able to correct it.
Did you experienced th
You can update the webservice stack to have WSRP working with JDK6, see the wiki
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217817#4217817
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217817
__
Ok, thank you. I'll download it again.
For now I'd be fine without WSRP but
will there be WSRP support for jdk6 in the future ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217816#4217816
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=po
Hi All,
As mentioned in my previous post I'm reviewing AOP for use with unit testing.
I define my jboss-aop.xml in test/META-INF folder in my eclipse project. I have
noticed that it is going to be quite probable that poincut definitions are
going to cause undesired side-effects.
For instance -
"jaikiran" wrote :
| I believe the ordering of the deploying is done based on the input/output
of various deployers.
|
The order of _deployers_ is done based on inputs/outputs.
This is not dynamic, it's resolved when a deployer is added per deployment
stage.
"jaikiran" wrote :
| But, i
I talked to ALR about this a bit, here is a precis:
"Andrew Rubinger" wrote : So maybe you can explain a couple things then I'll
weigh in? "This needs to be in a portable way"
The standard WB requirement - that WB must operate on other AS than JBoss - we
can't have JBoss code in WB itself - if
Hi,
doese anyone know, where to suppress auto-build while developing with jboss
tools (seamm-app)?
Am using JEE Ganymede Version with latest JBoss tools.
Do my build by own build.xml tasks and don't want that bloody auto-deploy to
bother my local JBoss AS instance.
Thx.
Have fun.
View the or
Hi,
and thx for your reply - but it didn't help.
However, i got it going now - i do still don't know why, but maybe i'll find
out in near future.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217798#4217798
Reply to the post :
http://www.jboss.org/index.ht
We're wondering what the best practise to establish if a node has children is.
"Node" doesn't appear to have anything to directly to this (a hasChildren()
method for example), and the closest thing we've found is getChildrenNames(),
which is relatively slow.
"NodeSPI" has a "hasChildrenDirect()
This is very urgent one. I am expecting any ones reply.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217790#4217790
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217790
__
Thanks Fuchs. If I set emptyRenderer, we cant see the other link(minimize). I
want to remove only maximize button .
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217788#4217788
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=r
Hi apemberton
For example in portal.xml
My portlets.
If I minimize the above portlet it shows the name "My portlets".
But in my dynamic creation portlet i cant set the display name
programatically.(No portal.xml for this portlet everything is generated through
coding). If I set displaynam
sorry i send wrong info .
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217785#4217785
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217785
___
jboss-user mailing list
jboss
Hi apemberton
For example in portal.xml
My portlets.
If I minimize the above portlet it shows the name "My portlets".
But in my dynamic creation portlet i cant set the display name
programatically.(No portal.xml for this portlet everything is generated through
coding). If I set displayname i
One alternative ist to turn off the render mode (emptyRenderer).
|
| PortletWindow
| PortletInstance
| left
| 1
|
|
|
| the
I want to know, Is any difference in operation (performance, way of publisher
and subscriber coding level, features etc...) level.
Please some one tell me the detailed explaination.
Thanks in advance.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217782#421
Weel, i don't know if the password is really the problem...
i've got this exception, no more infos =/
| 11:18:33,260 WARN [SynchronizingLoginModule] Failed to sychronize identity
of user: vantek
| javax.security.auth.login.LoginException:
javax.security.auth.login.LoginException: java.lan
Sorry guys, I was being super confusing here ;-)
First of all, I'm working on the Web Beans interceptor not Seam.
Second, I was just representing the way we add the interceptor as XML, actually
we add it programatically in a deployer by manipulating the metadata:
public class WBEjbInterceptorMe
and what if you do delete the definition with hibernate AFTER you ended all
running instances
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217775#4217775
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217775
__
Jboss server 4.2.2.GA
Jboss portal 2.7.0
I have created some user name and pasword in jboss portal. Based on the user
name and password I have forwarded the user to their particular portal. I can
get the user details in the following jsp files.
C:\jboss-4.2.2.GA\server\default\deploy\jboss-por
as I supposed it is working:
- for all instances of a process definition
1. suspend process instance
2. delete process instance
- when done, delete the process definition (version xx)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217770#4217770
Reply to
Okay, i have found the culprit - thanks to the logs you asked for. The
EjbModuleDeployer (a.k.a SecondDeployer) even though it attaches the
Ejb3Deployment to the unit, it never declares/exposes it as an output (i.e.
doesn't addOutput):
| public class EjbModuleDeployer...
| {
|
| pub
Before i post the logs, the example i showed in my first post was
theoretical/trimmed down version of the actual deployers. These logs will
contain the real deployer names. I'll explain what each deployers expects as
input and what it produces as output.
Here's the log output from DeployersImpl
Hi Gaohoward,
(1)We deploy some our Queue and Topic and according to JBoss messaging style.
We can see this destination files in jmx-console. It should be load in AS. (2)
We deploy some war application.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217762#
Hello friends I want to share some information regarding good health of your
employees. There is a company, CEO Wellness http://ceowellness.com/, that
offers audit assessments and are available on the web. This doctor-directed
company provides their services to find areas of weakness within your
Hi
dis you resolve your problem? I've got almost the same, with a custom
CASAuthenticationService which allows all user connection(for the moment), and
a custom login module in jb Portal, which allows all user connection too.
in the login module, username entered in CAS is ok, but the user pass
1 - 100 of 121 matches
Mail list logo