Thank you for your replying, Scott. Logout is called when flushing the
authentication cache, I?ve checked it :).
The problem it that this cache seems not to be flushed completely, i.e. the
credentials remain cached!
For example, I login to the server, perform some actions. Then I flush the
cac
any chance you are reverse engineering composite keys ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925228#3925228
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925228
---
To generate skeleton seam app throw this exception :
org.hibernate.tool.hbm2x.ExporterException: Error while processing template
string
freemarker.core.InvalidReferenceException: Expression field.value.typeName is
undefined on line 35, column 6 in seam/find.jsp.ftl.
freemarker.core.Invalid
Just to add ... i am using JBoss 4.0.2.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925226#3925226
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925226
-
I am using a custom LoginModule whose commit() method looks like this:
Set ssoUserPrincipals = subject.getPrincipals(SSOUser.class);
Group callerPrincipal = new SimpleGroup("CallerPrincipal");
Iterator j = ssoUserPrincipals.iterator();
if (j.hasNext()) {
Princip
Is it possible in RC4 to describe ejb3 entities for 3 tables that has column
that is PK and FK for table A, PK and FK for table B and PK for table C?
RC4 ejb3 container cannot correctly process entity for table B (while RC3 can
correctly process this situation with AccessType.FIELD).
For example
Scott
If the buying 'rumour' was only published by Java journals I would agree with
you. But BusinessWeek has much more weight.
Of course I do not know what Oracle would do with JBoss. The options vary from
killing it to letting it float free. But based on how they changed JDeveloper
from the
Oops, the database manager class is org.hsqldb.util.DatabaseManager. Hypersonic
also offers an alternate version based on Swing instead of AWT:
org.hsqldb.util.DatabaseManagerSwing
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925222#3925222
Reply to the po
Hypersonic comes with a database management tool that you can run as a Java
application with the following command:
java -cp hsqldb.jar org.hsqldb.DatabaseManager
Do you get connectivity with this tool when you use the connection properties
you specify? In particular, I think you are missing a da
In your wsdl file you can see that your complex type login is based on sequence
elements. Sequence defines the exact order of child elements. There is another
XML Schema element named all, that allows the elements in it to appear in any
order.
//Anders
View the original post :
http://www.jbos
Hi, I don't know much about open source software or jboss yet. I'm a high
school student and, a friend of mine who I'm learning to help suggested I learn
and start experimenting with Jboss and right now I am only using the portal
aspect of it. I'm running it on mac os x tiger...Jboss version 2.
dear all, i have 2 jboss 4.03Ssp1 be configed as cluster. And one stateless
session bean with load balance and fail over enable. But it seem to be not
work. Stateless bean also deployed in 2 server
this is my ejb-jab.xml
http://java.sun.com/dtd/ejb-jar_2_0.dtd";>
ServerBean
Hi,
Shouldn't the remote business method be specified using the business-remote
element as apposed to the remote element?
The demo in the Tutorial ("Stateful Beans Using Deployment Descriptors") shows
the remote element... see
(http://docs.jboss.org/ejb3/app-server/tutorial/stateful_deployment
Hi,
I have a hibernate object called Property. My application needs to create a
new process (defined in workorderprocess.jpdl.xml) and link it to a Property ie
the user must be able to view all 'workorderprocess' tasks for this Property
when viewing a Property.
Should the Property have a lis
Hi, I have a question about fault tolerance during DIY Jboss JNDI.
I have developed lots of applications with WebLogic, which is powerful in fault
tolerance. For example, having defined a data source named ?jdbc/myDB? in JNDI,
I can execute lookup in follow way without add prefix such as ?java:/
Hi,
I am trying to implement a CMP to learn how does it work. I created a
table on Oracle 9i with the following script -
CREATE TABLE Employee
(
EmpNo NUMBER(5, 0)
CONSTRAINT pk_empno PRIMARY KEY,
EmpName VARCHAR2(50)
);
I am using NetBeans 5.0 IDE; thru NetB
help me
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925208#3925208
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925208
---
This SF.net email is sponsored by: Sp
I am trying to run the Client2Server1 sample along with MultipleInvokerServer
sample in the latest CVS. I am getting the following exception:
java.lang.NoClassDefFoundError
at org.jboss.util.id.VMID.create(VMID.java:259)
at org.jboss.util.id.VMID.getInstance(VMID.java:223)
Hi All,
I am trying to create a custom fork handler using following process definition:
|
|
|
|
|
|
|
|
|
|
|
|
My Custom Fork Handler looks like :
public class CustomForkHandler implements ForkHandler {
| public void fork(ForkCon
Hi,
I have deployed 3 wars in my JBOSS4.0.3SP1.
War 1: WebService
War 2: WS Client
War 3: Some Application.
Now I would like to access WS Client to lookup for the Service as I need to
access the WebService.
I tried to do that but JBOSS gives an error saying "Service not bound".
H
Hi Tom,
Thanks for your reply.
Iam currently working in JBPM 3.1 release. But the method
processInstance.getRootToken().getSubProcessInstance();
still returns null, when i have multiple sub-processes in process defintion.
Is the bug still open? Is there any other method available for getting
"noicangi" wrote :
| i know i can change the target page, creating a new portlet in my portal
instance but it could be easier if i could change the properties of the portlet
instance directly from the admin portal.
Hi,
Can someone explain to me how you do this? I'm a clueless newbie but I'd
That depends which DataSource implementation you happen to be using. I know
that the excellent Spring project for example includes several implementations,
some of which use a pool and some of which do not.
To find out about yours, simply log the class of the DataSource instance after
you look
Hi, all
I am using jboss 5 (200602142314) & Postgres for database.
When I query back an entity, this error comes,
"target lists can have at most 1664 entries"
when I look at the postgres log, I found a huge query
Any idea?
--
Regards;
Stephen
View the original post :
http://www.jboss.c
How do i disable caching in portlet beside using in the header and using
response.setProperty("portlet.expiration-cache", 0); in my doView() method?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925197#3925197
Reply to the post :
http://www.jboss.com/index
Make sure you have the destroy method in the local interface.
Carl
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925195#3925195
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925195
-
Thanks. How do i disable hot deployment? in that case how do i remotely stop
the server from command prompt?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925193#3925193
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3
hi,
I m currently using jboss [5.0.0alpha] and using Macromedia Flex Beta 2 client
to call webservice.
My goal is to read the wsdl ( schema ) and generate the correct XML request.
since wsdl generation change from time to time ( every time i check out the
jboss ). and my schema reader always n
I have modified jboss-service.xml and server.xml,
attribute name="UseJK" true /attribute
Engine name="jboss.web" defaultHost="localhost" jvmRoute="server1"
and in the workers2.properties file, I have set
worker.loadbalancer.sticky_session to "0":
worker.loadbalancer.sticky_session=0
My jboss ve
I've some questions on Seam Interceptors to understand this better:
1. is it right, that the seam interceptors (cusom one i mean, the chap in the
ref is named like that) are usual intercetors and the only seam controlled
thing in th creation of th annotation?
2. on which parts can these interce
Hi ,
I downloadded the sample example.
it work fine but it is given problem when I want to used my login module for
authication .
e.g. my page contains the username and password as text fields and I have a
method which check the username and password from th jbpm database.
I can share the c
Check if you have a method annotated with @Remove @Destroy in any stateful
session beans.
Dennis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925185#3925185
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925185
hi,
I m using jboss [5.0.0alpha check out at 20060214] version and using Macromedia
Flex Beta 2 client to call webservice.
My question is webservice arguments are need to be in order ?
following is the part of schema from jboss webservice
|
|
|
|
|
|
|
Hello,
i have a task-node with a task-timer and 2 other tasks assigned to 2 swimlanes
and they wait for the action of the users. I want to keep on the flow when:
* one of then accepts/confirms the action (any of them)
* the timer expires
For that i made a class to timeout (for the timer) which
I am new to web service. I have successfullydeployed a webservice on jboss
server which similar like provided on
http://wiki.jboss.org/wiki/Wiki.jsp?page=WSServerEJB
But while I am writing my client I am getting error:
could not find service:
{http://com.usfi.css.ejb.session.interfaces}TestEjb
Hi Komal, i also have sucessfully done a web service app, but using Sun App
Server, now that i'm tryng to do the same with JBoss 4.0.3. I am getting an
error when i do the "Test Operation" in NB5.
[org.jboss.axis.transport.http.AxisServlet] org.xml.sax.SAXException:
Deserializing parameter 'ge
You cannot overload the jdk javax.* classes from the war deployment. Only the
associated implementation classes should be in the jar. Remove the javax.*
classes from the jar or configure the war class loader to ignore these using
the jbossweb-tomcat55.sar/META-INF/jboss-service.xml FilteredPacka
hi,
i've made my own renderset, based on the Divrenderer (window, portlet,
decoration, region)
i want to get some information from the render method about the portlets.
i have a portletcontext, a windowresult and a rendercontext but i don't find
information about portlets.
i have their region
Hi all!
Anyone can explain me how javax.resource.cci.ConnectionFactory doesn't have any
association with javax.resource.cci.Connection, if the method getConnection()
andgetConnection (Subject, ConnectionRequestInfo) returns one
javax.resource.cci.Connection? I saw this on the class diagram into
The corresponding change that needs to happen is:
package org.jboss.ws.jaxb.JAXBUnmarshallerImpl
| private void processXmlAttributeName(TypeBinding typeBinding,
VariableMapping varMapping)
|{
| String xmlAttrName = varMapping.getXmlAttributeName();
| log.trace("processXml
Thanks, I'll try this
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925172#3925172
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925172
---
This SF.net email is sp
anonymous wrote : Looks like the stack trace for the remote interface is from
the server side?
You are right.
anonymous wrote : Can you send upload the corresponding client side log?
My client doesn't generate any logs.
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
no, multi threaded access to a SFSB will throw an exception by default as per
the spec...
@org.jboss.annotation.ejb.SerializedConcurrentAccess will block on co
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925170#3925170
Reply to the post :
http://www.jbos
We have been using middlegen to generate EJB for last 3 years for JBoss3.2.1
successfully and it has worked very well for us. Now we are trying to upgrade
to JBoss4.0.4 and we are getting this error in the middlegen generated file
when deployed,
java.lang.ClassCastException
at
com.acs.erx.p
omg! :S
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925168#3925168
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925168
---
This SF.net email is sponsored by: Sp
This is the whole exception
18:51:34,203 WARN [Contexts] could not find destroy method
java.lang.NoSuchMethodException: $Proxy371.remove()
at java.lang.Class.getMethod(Class.java:1581)
at org.jboss.seam.contexts.Contexts.callDestroyMethod(Contexts.java:203)
at org.jboss.
When I try to display a page with a certain entity atributes like
#{caroEntity.codeAtribute}
#{caroEntity.descriptionAtribute}
| get this error:
18:51:34,203 WARN [Contexts] could not find destroy method
java.lang.NoSuchMethodException: $Proxy371.remove()
which ones
See my comments in: http://jira.jboss.com/jira/browse/JBWS-716
-Jason
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925165#3925165
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925165
--
We have been using middlegen to generate EJB for last 3 years for JBoss3.2.1
successfully and it has worked very well for us. Now we are trying to upgrade
to JBoss4.0.4 and we are getting this error in the middlegen generated file
when deployed,
java.lang.ClassCastException
at
com.acs
I was suspecting as much but it is kind of weird that this problem is not more
well-known... WSRP4J goes around the issue by modifying the WSDL file like so:
|
|
|
So it does seem like something's up with handling of xml:lang (and probably
other standard XML attributes.
View the origin
If there is no state between calls, then a stateless bean is the way to go.
Access to a SFSB instance should be locked (via the StatefulSessionInterceptor)
to force single threaded access. Could you please post a full stack trace?
View the original post :
http://www.jboss.com/index.html?module=
yes i think so, i followed the steps of using eclipse in the wiki, i download
the jboss-portal-2.2 and build that version but it doesn't works, i start the
server but the portal don't starts. i tried to buield other version called
jboss-portal but i could't build it.
at this moment i'am stuck,
Hi.,
I am working in jboss application server 4.0.1sp1. I created my application as
app.ear file and i deployed it.Its working nicely,but when I am trying to
upload a file to server path,it uploaded to temp folder rather than my
application folder. and also the uploaded file is deleted when the
Understood. Perhaps if there was a way to single thread access to the bean
automatically as if all calls were synchronized, I suppose this is what I'm
looking for -- perhaps this is more of a locking strategy. I have a web tier
in which parts get composed in mutiple threads, but would like to
Concurrent calls to a session bean instance are not allowed via the spec. Are
you sharing a SFSB handle (proxy) between multiple threads?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925156#3925156
Reply to the post :
http://www.jboss.com/index.html?module
Looks like the stack trace for the remote interface is from the server side?
Can you send upload the corresponding client side log?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925155#3925155
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
Hope this doesn't sound too idiotic, but I'm running into an issue where some
concurrent calls to a EJB 3.0 SFSB cause EJBExceptions on local interfaces, and
am wondering if there is any way to automatically have these calls act single
threaded (instead of wrapping calls externally), or alternat
It sounds strange but never heard any success story. Try other application
servers like WebLogic and they work just fine, but not JBoss.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925153#3925153
Reply to the post :
http://www.jboss.com/index.html?module
have you tried the latest version from branch 2.2 ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925152#3925152
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925152
"bdecoste" wrote : For the remote call, it looks like there is a problem
deserializing an object. Any possibility that the client and server are out of
sync regarding the application classes?
No, tests were run on fresh deployment. Additionally I removed from classpath
libraries shipped with JB
JBossXB layer has correctly modeled the TypeBinding with a map as
| xml:lang = typebinding
| name=typebinding
|
But the jaxrpc layer is lost because:
|
| name
| name
|
|
| lang
| lang
|
|
It cannot figure out that the lang is a namespace qualified attrib name with
That seemed to help (I think), but I still get messages involving clustering,
such as this:
[exec] 16:18:58,863 INFO [TreeCache] viewAccepted(): new members:
[bugsy:2030, wilma:2066, fritz:1384, daffy:1178]
Where three of those four are machines other than mine. I assume I'm somehow
comm
I have tried many different configurations but my conclusion was that JBoss
does not support unicode on MS SQl Server. No matter how you configure your
JDBC connection, it does not save data in different languages in the unicode
format.
MS SQL XA driver simply requires a property (SendStringPa
hi, i build the cvs version 2.2 and then i deploy it to the server/all (all
server of the jboss i copied from the jboss4.0.3SP1 because the bundled doesn't
have the direcoty) but it doesn't work.
please help
the file
HAJCRCMS.xml is not created.
View the original post :
http://www.jboss.com/
thanks,
the problem is that the portlet container is not able to access the jbpm
service (jbpm.sar)
portlets are running in another context (or)?
are they able to access the "normal" context like a "normal" web application?
do i have to delevop bridges for this?
who are the partners working o
Hello, thank you in advance and I hope someone can help me. I am using Jboss
Portal 2.2. I currently have multiple portlets deployed on my server. I have
a selection portlet always displayed on the left side of my layout. Depending
on the link selected you can be navigated to different page
I think you can get the sources from the JSF 1.1 RI:
http://java.sun.com/j2ee/javaserverfaces/download.html
We didn't modify the source files at all, just added xml descriptors for the
portal.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925132#3925132
Re
looks ok to me. try without the port-number.
regards, tom.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925130#3925130
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925130
My view is that scope is an aspect that should not be explicitly encoded in an
application. We need the jboss microcontainer metdata repository notion
(http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss5RepositoryClasses,
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73653) woven
through
Hi,
I have an EAR that uses loader-repository with overidding of JBoss classes.
Structure of my app is:
jbosscltest.ear
- xmlparserv2.jar (Oracle XML parser implementing JAXP)
- corefw.jar (core fw classes using XML parser)
- webapp.war (web app using core fw)
- web-inf/lib
- struts.jar
(descrip
this is a known bug. it requires a mapping and db schema change to fix this.
so it's not solved in 3.0.2.
but it is solved in 3.1
regards, tom.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925129#3925129
Reply to the post :
http://www.jboss.com/index.h
icyjamie, the contract is any access specifier. so we'll have to implement the
difficult version :-)
rainer, i've related the issue to the community suggestions.
regards, tom.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925128#3925128
Reply to the post
No point in talking about rumors.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925127#3925127
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925127
---
This SF.net
You just have to drop the ear (or sar or whatever) and voila it is deployed. No
authentification is required by JBoss to do that.
If you want to secure this, you can either disable hot deployment or restrict
write access to the deploy dir.
View the original post :
http://www.jboss.com/index.htm
Sorry, I meant jPBM session.
I have no time for code-digging. I just noticed that errors like that happens
immediately after jBPM session that was used to receive the request closes.
I bet that in the context instance the message variables are somehow linked
with the session but i have no time
Look for the how to configure the authentication info provided to the
connection creation as this is what the error indicates.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925123#3925123
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
Correct, I view the deployment descriptor as a poor location for role mapping.
Its static and too coupled to the deployment when it should be a property of
the security domain aspect associated with the deployment.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
Here is another
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=7667from 2002 that
describes the same problem, no re-connect when using JMS RA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925121#3925121
Reply to the post :
http://www.jboss.com/i
Guys, I'll be holidaying in Costa Rica for a week, without my laptop. I'll
respond to questions when I'm back next Monday. Please try to help each other
out during that time :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925120#3925120
Reply to the post
Thanks for the heads up! If you experience any more problems, please advise,
and if we notice anything related to this we will as well.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925115#3925115
Reply to the post :
http://www.jboss.com/index.html?module=
For the remote call, it looks like there is a problem deserializing an object.
Any possibility that the client and server are out of sync regarding the
application classes?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925114#3925114
Reply to the post :
ht
Spring provides annotations to expose and persist mbeans. The persistence does
not seem to work when using this method. Is this supported by jboss?
@ManagedResource(objectName = "jmx:bean=TestBean",
description = "Test bean",
log = true,
logFile = "jmx.log",
currencyTimeLimit = 0,
persistPolicy
I used the installer for 4.0.4RC1, and selected the ejb3 option during the
install process, which should give me RC5. I've also tried updating the
hibernate and EJB3 libs manually to latest versions, and still get the same
problem. Files inside my 4.0.4RC1 installer are stamped 07/02/06 21:24
H
Hi 'kurilenko',
Alex is still right.
I've personally answered this question 4-5 times. Search the forums. It's all
there. (And I'm using 3.0.2 too...)
Greetings
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925110#3925110
Reply to the post :
http://www.
See:
http://jira.jboss.com/jira/browse/JBPM-311
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925109#3925109
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925109
The ejb's were deployed in a file which ends with ".EJB3". Changing the
filename to end with ".ejb3" (lowercase) fixes the problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925108#3925108
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
so the culprit is this line:
!ENTRY org.eclipse.jface 4 2 2006-02-20 11:35:13.792
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.jface".
!STACK 0
java.lang.NoClassDefFoundError:
org/eclipse/jdt/internal/debug/ui/launcher/JavaLaunchConfigurationTab
if you report that
Flushing the server authentication cache triggers a logout on the associated
login modules.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925106#3925106
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925106
Don't know how that doubled up... feel free to delete one of those and possibly
trim to relevant parts.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925105#3925105
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392510
the error log is in the Error Log View
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925101#3925101
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925101
---
This S
Thanks, now I think I get it perhaps. Seems like JBoss has choosen a different
path to allow the deployer to map application roles to domain roles. Instead of
doing it in the deployment descriptor, like Sun and BEA does it, the
application role names are known and provided by the login module. T
"webservicesadmin" wrote : Hi,
| You didn't mention that whether you are using any webserver or not..
| Any way make sure you are starting your instances using this command or
not.
| run -c node1 -Djboss.partition.name=CLUSTER_NAME
|
|
| Regards,
| Rajesh.G
What do you mean w
I known Portlet Swap, but i post the message because i think that we don't have
enough portlet yet to run jboss portal in a production environment.
I'm a fan of JBoss projects and i want to use Jboss Portal...but it's very hard
to find portlets as in other system (i.e. php). I also know that is i
"[EMAIL PROTECTED]" wrote : Hmm, do you have some logs available ? What's the
diff between the prod and tests servers in terms of configuration ?
| Have you seen http://wiki.jboss.org/wiki/Wiki.jsp?page=HandleJoinProblem ?
Yes, I have a lot of logs, what part would be interesting to look at? It
I will ask Stan "the man" Silvert for the sources, and post here when its up on
portletswap and available.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925093#3925093
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392
You may want to try the jbpm forums. I am not familiar with the jbpm app, but
we do have partners working on integration of jbpm + jsf + portal, currently.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925092#3925092
Reply to the post :
http://www.jboss.com
Hi,
You didn't mention that whether you are using any webserver or not..
Any way make sure you are starting your instances using this command or not.
run -c node1 -Djboss.partition.name=CLUSTER_NAME
Regards,
Rajesh.G
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
"Anson.Smith" wrote : The .NET WS is document/literal. I am using JBOSS WS
4.0.3. I downloaded 4.0.4 and It didn't seem to fix the problem.
elementFormDefault value is set to qualified in the .NET WS WSDL. Could you
give me an example of how to use the ws4ee-deployment.xml file, As there are 4
This was added in CVS, so it should be in RC3, when released.
It will allow you to modify the start page preference from the management
portlet.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925087#3925087
Reply to the post :
http://www.jboss.com/index.htm
There is no news worth commenting on.
The JBoss Portal team is moving forward, leveraging other resources for
additional portlets. We currently host them at http://www.portletswap.com
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925086#3925086
Reply to th
1 - 100 of 193 matches
Mail list logo