Hi All I need a urgent help.I have created Web-app on my PC .Now i want to
install or load the web-app on server PC .Where Server PC is NTFS(which i dont
know ,our h/w engineer told to me) & my PC is FAT32.When installing web-app i
have to install JRUN on server,but since when i try install JRUN
"dsouza" wrote : Ok, I tested it again for Oracle and it did work, however I
did run into some other problems.
|
| I have a cactus test suite that inserts/updates/deletes entities in the
database to make sure they're working and that they have the appropriate
permissions. So in order to tes
hi,
we r developing a BPM solution using jBPM.
can anybody help me how to integrate my web application with jBPM.
what exactly i mean is we created the par file but where to put the
userinterfaces and the application code.
Regards
Suresh
View the original post :
http://www.jboss.com/index.html
Hi ,
I downloaded the admiguide.pdf(The JBoss Application Server guide JBoss AS
4.0.3) The guide refers to the JBOss examples. I did not find them anywhere.
Can you help?
TIA
Dhanya
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914526#3914526
Reply to
What additional configuration is necessary, if any, to enable a servlet running
from a war file on tomcat to save a process definition? I'm using the default
bundled jBPM distribution v3.0.2 and have been running into some issues. At
present, I'm too lazy (intimidated) to create a session bea
Try placing your action handler classes in the WEB-INF/classes directory before
you create your war file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914524#3914524
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
My followup.
I've found that there is a difference in the functionality when running various
DB related commands from a servlet versus from an EJB.
GraphSession.saveProcessDefinition() seems especially sensative to this. So,
I'll ask my question about Tomcat and the EJB engine in another thr
You will know how it work if you read JSF.
This is a JSF page, and "#{...}" to call a bean only.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914522#3914522
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914522
Within jBPM, the actor id is just a regular old String.
It's up to your application to associate the id with an object you use to
represent the user.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914521#3914521
Reply to the post :
http://www.jboss.com/in
Looks like it was a stale Ant version -- 1.6.0 apparently doesn't recognize the
existence of Java 1.5 :-)
But then I get this:
[testng] FAILED:
org.jboss.seam.test.PhaseListenerTest.testSeamPhaseListenerNewLongRunning()
|[testng] java.lang.NullPointerException
|[testng] at
or
It is a strange thing, the same setting in our HK staging and ShenZhen staging,
but ShenZhen staging work normally and HK staging dead everyday. So I also
suspect the problem is related to the OS/hardware.
Setting:
Windows 2000 advanced server
Jboss-4.0.0
j2sdk1.4.2_07
We try j2sdk1.4.2_10 in
I have met the problem too,
make sure that the Catalog.hbm.xml file are included in the /WEB-INF/classes
directory of your .ear or .war package, and be sure that the
Catalog.hbm.xml file be match to the dtd.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39145
can anybody help me?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914517#3914517
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914517
---
This SF.net email is spo
Have you checked that the libraries are in the correct path?
What version of jbpm are you using? What is your application server? When
starting up the server, have you seen the hibernate mappings? This is the first
indication that hibernate maps correctly and your factory is in place.
If you p
Thanks genman. We found the issue. The fetch size was not the same in the
legacy and JBoss version of the code. It was 20 in our legacy server and is
default value 10 in the JBoss version. After changing this, we saw a
significant change in performance. But there is still a 40-50ms difference
b
Sounds like a subprocess is exactly what you need. Your user interface related
to a particular state/task could provide a button, and each time the user
clicks it, a new "candidate" sub process is started. When ending the parent
process, you would likely have to provide code that would termina
Hi,
I am trying to deploy a simple hello bean ejb. I am getting following exception
17:26:30,281 ERROR [MainDeployer] Could not create deployment: file:/C:/software
s/jboss-4.0.3SP1/server/default/deploy/hellobean.jar
org.jboss.deployment.DeploymentException: ejb-jar.xml must either obey the righ
Attempting to migrate from JBOSS4.0.1 to JBOSS4.0.3SP1.
I'm getting these errors as I try to start up my server with my application
deployed as an .ear file. This used to work in JBOSS4.0.1. Anybody have ideas
on what's going on here? Any help is appreciated. Thanks.
14:29:51,545 INFO [Serve
OK! It worked for me with a little workaround (over sgparry's one).
I followed the previous post step by step but Alas! no jar file found in target
directory.
I just jar-ed it myself, zipping the whole xjavadoc directory inside
target/classes and then renaming it as told.
I overwrote the ecli
okay, thanx :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914509#3914509
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914509
---
This SF.net email is sponsore
anonymous wrote : read this from jsr 168: it seems like using the
request.(get|set)Attribute is valid???
|
It is valid, but nobody gurantees that render methods would have access to the
same instance of request as processAction. doGet use new request object each
time you refresh the page o
Does anyone have a simple example of how to connect a Java application to a
stateless session bean? I've looked at
http://docs.jboss.org/ejb3/app-server/tutorial/stateless/stateless.html
already. I haven't any idea where the necessary build.xml file is located in
order to run Ant as it is descr
Sorry about the mispost; this should allow you to read the examples I provided.
Unfortunately, I'm having trouble posting my example without the text
vanishing, os please bear with me:
Hi there. I'm using Hibernate with Spring and JBoss, and am having problems
with lazy loading. I'm using XDo
"prince" wrote :
| It simply producing the memory dumps and restarting more frequently.
|
What do you mean by memory dumps? Are you talking about a JVM crash. If so,
this would be a bug specific to the JVM (not with jboss)
"prince" wrote :
| Is it possible to do clustering for webservic
Bernd,
You are our hero... Ronald is somewhere in Austria on a ski trip, so I guess he
did not deliver on his promise of translating page 2 before Sunday. Anyway, we
are excited about the upcoming translation. Do you already know where it will
appear?
Regards,
Koen
View the original post :
h
The fix for http://jira.jboss.com/jira/browse/JBWS-248, will be included in
4.0.4.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914502#3914502
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914502
hi
I'm planning a project structure for new projects and I'd be interested in
getting feedback on what other people feel is a good project structure,
preferably one that has has endured the test of time.
I'm planning on using Ant for builds and packaging. Eclipse could be used as
the official
Hi there. I'm using Hibernate with Spring and JBoss, and am having problems
with lazy loading. I'm using XDoclet to generate my Hibernate configuration
files, and have searched on this topic extensively. The best resource so far
that I have found is here:
http://www.jroller.com/page/kbaum/20040
Hi there. I'm using Hibernate with Spring and JBoss, and am having problems
with lazy loading. I'm using XDoclet to generate my Hibernate configuration
files, and have searched on this topic extensively. The best resource so far
that I have found is here:
http://www.jroller.com/page/kbaum/20040
Yes a single SOAPElement is supported.
See http://wiki.jboss.org/wiki/Wiki.jsp?page=WSMessageEndpoints.
If you still run into issues, could you post your wsdl and jaxrpc-mapping file?
-Jason
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914497#3914497
Re
Hi,
I would like to add gzip compression on the http invoker (request and response).
How is it possible without developping a new invoker ?
I'm using JBoss 4.0.2 but can upgrade if necessary.
thanks
Alexis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914
I am suffering the same issue.
I have tried the 2.2 bundled version ... HSQL works ... switching to Oracle 9i
fails.
I have tried the ejb3.0 setup using installer followed by portal 2.2 ... with
HSQL it works ... with Oracle 9i it fails.
I have tried 2.2 bundled version with ejb3.0 installed .
Try using instead, i've had a strange
problem with trying to directly use #{g.code} before.
James
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914494#3914494
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=391449
how would you marshall it into a render parameter?
futhermore, i have been thinking and doing research:
i.e.
what if you have a portlet that read something a datasource in the action
request.
if the connection to the datasource fails you would want to show it in the
render (doView/doEdit/doHel
Hello:
I am getting the following stack trace of NPE when I call a stateless session
bean method from the onMessage() of my MDB. Both MDB and SSB use CMT and MDB is
configured to listen on a remote mq provider. When i remove the SSB method call
from the onMessage(), the problem vanishes.
I
we have not documented yet on how to use SSL with EJB3. THere is a unit test
case for it within CVS if you need it now.
You are looking at the EJB 2.1 container way to configure SSL. This will not
work AT ALL and don't even attempt it.
View the original post :
http://www.jboss.com/index.html
This isn't entirely true:
Only raw RuntimeExceptions should be wrapped in EJBException. Checked
exceptions won't be. Checked or Unchecked exceptions annotated with
@ApplicationException won't be either. If they are, it is a bug in our impl.
In certain transactional situations, things are wr
So, your ENFE exception is propagated to the nester of the EJB? If a runtime
exception gets thrown pass an EJB boundary then the transaction is marked for
rollback.
You can't get around this. Refactor your code to use find() and check for NULL
or catch the ENFE exception within the nested EJB
On SSL:
We haven't documented it yet. If you need an example, checkout from CVS, go to
the ejb3/ module. src/test/org/jboss/ejb3/test/ssl and ssladvanced give
examples.
The chapter 8 documentation you refer to is about our old EJB 2.1 container.
We do not ignore deplyment descriptors. What
that looks like your problem. Could be that you have different versions of
your app or EJB3 or whatever deployed.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914486#3914486
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
That as described in chap8 of the dev guide, only the Roles group is used for
matching the j2ee descriptor roles. Read the current usage of the subject roles
and come up with something different:
http://www.jboss.com/products/jbossas/docs
View the original post :
http://www.jboss.com/index.htm
Hi All,
I am using jboss 4.0.0 app server and trying to use jetspeed 1.6 with the
Fusion bundle. I am able to set up jetspeed with Jboss 4.0.2 but not with jboss
4.0.0. When I set up jetspeed with jboss 4.0.0 I am getting the following error
Any help will be appriciated
07:53:49,648 ERROR [Hyp
Hi All,
I am using jboss 4.0.0 app server and trying to use jetspeed 1.6 with the
Fusion bundle. I am able to set up jetspeed with Jboss 4.0.2 but not with jboss
4.0.0. When I set up jetspeed with jboss 4.0.0 I am getting the following error
Any help will be appriciated
07:53:49,648 ERROR [Hyp
Thanks for your response.
>From what I understand from jboss cluster documentation, I need to separate
>the "partition" and "cluster". Pl clarify on what u mean by "3 clusters".
This is how I start jboss :
run -c all -Djboss.partition.name=<> -Djboss.cluster.name=<>
View the original post :
h
Hi,
I've seen a post on remote deployment before but not related to remote
deployment from Eclipse nor were the replies to these earlier posts of much use
- they tended to go off track.
Is it possible to remote deploy an ear file from Eclipse 3.1.1 to JBOSS AS 4?
Under Ecplipse->Window->preferen
I did look at the code for DataBaseServerLoginModule which calls
Util.getRoleSets(...) method.
String name = rs.getString(1);
String groupName = rs.getString(2);
if( groupName == null || groupName.length() == 0 )
groupName = "Roles";
Group g
In first place, you must add the following code to your web.xml file:
extensionsFilter
oracle.adf.view.faces.webapp.AdfFacesFilter
ADF Resources Servlet
oracle.adf.view.faces.webapp.ResourceServlet
No, ejb timers are not cluster aware.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914475#3914475
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914475
---
This SF
Look at the source to understand why this would have no affect. If you create a
custom version that you think is a generalization that should be incorporated
create a jira issue for the updated version:
http://jira.jboss.com/jira/browse/JBAS
View the original post :
http://www.jboss.com/index.
Hello,
I am facing two problems with JBoss plugin.
1. I cannot go into the preferences Jboss-IDE->deployer. This throws an error
'Unable to create the selected preferences page'. Eclipse log shows :
!MESSAGE An error occurred while automatically activating bundle
org.jboss.ide.eclipse.deployer
I have an external authentication through Apache using the spnego protocol
(automatic authentication with Kerberos of a user that uses Internet Explorer
inside an Active Directory Domain). I need to create the user principal using
the REMOTE_USER http request header supplied by apache.
View th
I have my HTTP request authenticted by Apache HTTPD. Apache sets the REMOT_USER
request header. I need to create a valve that allows me to create the required
principal. I don't know if there is a valve that can be used for this purpose.
I do not know how the class JBossGenericPrincipal can be u
Thank you very much.
But HOW can I SET the transaction timeout for the current transaction in my
interceptor?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914468#3914468
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
Hi guys!
I 'm just starting to learn how to develop using jboss seams & facelets ejb3
and i ran into some problems, so im posting here if somebody can help this
little girl
If I have a list of objects "CaroTypeGroup" as I describe here, (this is when
u check the object with the eclipse inspec
ok. I tested now, and in fact, this is a bug. Clicking a link in the CMSPortlet
on one page, sends you back to the default page, with the proper link page
displayed.
I have created a bug in jira: http://jira.jboss.com/jira/browse/JBPORTAL-538
View the original post :
http://www.jboss.com/index
Hi,
When I use remote mysql database on hosting site (connection through ADSL
modem) I couldn't retrive some data. I can only execute simple queries (ie.
"from customer"), but not queries with where clause or fetch objects with
relationships to another. SQL queries on remote mysql database gener
I tried deploy dukes bank application as per step in startguide of jboss. But
i start jboss i get errors
21:57:54,713 INFO [EARDeployer] Init J2EE application:
file:/opt/jboss-4.0.3SP1/server/default/depl
oy/JBossDukesBank.ear
21:57:56,448 WARN [verifier] EJB spec violation:
Bean : Custome
Somehow I am not understanding how to resolve this issue :
"Caused by: java.lang.NoClassDefFoundError: org/jbpm/db/JbpmSessionFactory"
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914463#3914463
Reply to the post :
http://www.jboss.com/index.html?module=b
Hi Roy,
This is the html produced by the portal for my "TestPage" :
|
| http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
| http://www.w3.org/1999/xhtml";>
|
|JBoss Portal 2.2.0-FINAL
|
|
|
|
|
|
|
|
|
|
|
|
|
After reviewing the 'booking' example once more, I see it has changed
significantly.
Reworking...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914461#3914461
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914461
The method findAll() works fine and fills the datatable, the String success is
just for returning to the same page. As for my logging I get neither of them.
My CustomerManager is just a seam component, so an interface here is not needed.
I will try to experiment with null instead of returning a
I have no problems with the callback server not being able to receive callbacks
from other servers.
I have been trying to work out how to configure the multiplex transport for
jboss messaging and I have to admit I'm still a bit confused since there seem
to be so many different ways it can be c
AFAIK, the repository config in the binary release of 2.2, is configured to
only us the filesystem, so it should not be calling the HibernateStore.
Try removing /data/portal directory under jboss AS and restart.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3
The behaviour you're describing still sounds to me like its a bad link. Can you
post what the href looks like AND the path to where the file is, in the repo?
I tested doing creating a new cmsportlet instance and assigning it to a window
on the default page. So I have 2 instances in 2 windows of
It now runs fine if I call the remote method from a servlet. If I call the
remote method from a spring controller I get the following exception:
java.io.InvalidClassException: javax.ejb.EJBException; local class incompatible:
| stream classdesc serialVersionUID = 796770993296843510, local class
I'm using the current CVS version of Seam, and the @DataModelSelectionIndex is
not being injected to my Conversation scoped stateful bean.
Stepping into my code after clicking the command link, the bucket holding the
index remains at zero.
Prior to ugrading to the current CVS build, the DataMod
What does your faces-config.xml look like? Only reason I'm asking is that I
see "success" as the result output of many of your methods... and which logging
are you missing? The "Edit Customer:" one, the customer index / getname one,
or both?
And stupid question here, but your interface bean *
while configuring DatabaseServerLogin module,
just curious on why can't the rolesQuery contain rolegroup value ?
For example:
select Role, RoleGroup from Roles where
PrincipalID=?
where RoleGroup value could be group1,group2 etc
If this is possible, then I may not have to write the custom DB
I've made some progress related to previuos post, this was done by upgrading(I
think) to facelets-1.0.6 that cleared the duplicate id in faces tree bug.
I've also changed the myfaces jars to version 1.1.1 in the
jboss4.0.3sp1/.../jsf-libs but that didn't change anything.
So I still don't have t
Here's the link:
http://archive.apache.org/dist/myfaces/binaries/
I replaced the myfaces jars in my project's build path as well as in the JBoss
AS (\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs).
Perhaps I'll give 1.1.1 a shot if I get a spare minute here...
View the original post :
I have an ejb that uses the ctx.getTimerService() call to schedule
notifications as defined by the EJB 2.1 spec. Are Timers cluster-aware, in the
sense of fail-over and if so, starting with what JBoss version ?
Thank you
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
Looks like there seems to be a batch update instead of updating/inserting the
data instantly.
In my application, when I invoke the JDBC insert statement, I don't see the
data on DB immediately. Looks like it is taking some 30 min to see the data.
Any idea if there is any configuration file I
i read the previous comment,but the JNDIBindingServiceManager is not part of
4.0sp1 and i couldnt understand the first part of the comment .
regards,
jana
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914447#3914447
Reply to the post :
http://www.jboss.com
A crash of the jvm is a jvm bug. Look for updates to the jvm you are using.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914446#3914446
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914446
-
It works fine now after I have replaced the existing jboss-remoting.jar with
the one from the patch.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914445#3914445
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=391#391
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=391
--
Hi people,
I´m really sad about the support the is made by the JBoss team.
They don´t care about the bugs that we report to them, they just say:
"Yeah, this works fine, look at the examples!"
or
"Hey did you look the documentation?"
These are stupid questions!!! If we are asking how to do it, it's
You don't need the j2ee sdk to compile ejbs. Every app server will includes its
own implementation of the j2ee classes. The jboss classes are located in one of:
servlet-api.jar
jboss-j2ee.jar
jboss-jaxrpc.jar
depending on which components you are using.
View the original post :
http://www.jbos
"jimih" wrote : I forgot to mention one thing...
|
| First I tried using org.jboss.aspects.security.SecurityDomain, but then
when I deployed the application, the JBoss console window printed
"ProfileManagerBean has no @SecurityDomain - skipping JACC configuration".
Then I tried org.jboss.
Read the previous comment.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914440#3914440
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914440
---
This SF.net email
I changed the Isolated property to false inside the ear-deployer.xml. I also
needed to modify the classloader options in the file
jbossweb-tomcat55.sar/META-INF/jboss-service.xml. There is a flag
UseJBossWebLoader and Java2ClassLoadingCompliance that I believe affect
classloading. I changed
Yeah, that would work.
One alternative is to 'marshall' it into render parameters, if it's a
relatively simple object. I'm working on an annotations based portlet framework
that has that feature. Waiting on signature from my bosses to open source it.
Another alternative is to refetch within the
Of course I use annotation @PersistenceContext
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914436#3914436
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914436
--
Read this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74251
Regards,
Elmo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914437#3914437
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914437
Is it possible to use EntityManager in EntityBean by using @PersistentContext?
My Entity Beans are located in appropriate .par file, not in .ejb3 file. When I
use EntityManager thorough @PersistentContext in Session Bean located in .ejb3
file everything is ok, but when I use EntityManager thorou
are there any default services that can be user to bind resources in jndi in
4.0 sp1 ?
regards,
jana
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914434#3914434
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914434
Well, i have done some tests and as far as i can see you can manually serialize
ejb3 proxys using objectstreams. But when it came to automatical serialization
(done by the container), it wont work, even if set the business interfaces
serializable by hand, by extending java.io.Serializable.
But.
I want to add 1 column in the following table
value of that column get stored in variableinstance
So How can i show the information from jbpm_variableinstance table name fields
in
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914432#3914432
Reply to th
I am using jBPM in a EJB. While calling this EJB it gives the following error...
java.rmi.RemoteException:
com.sap.engine.services.ejb.exceptions.BaseRemoteException: Exception in method
listOpenTasks.
at
com.test.bpm.ejb.BpmEJBObjectImpl0.listOpenTasks(BpmEJBObjectImpl0.java:174)
Consider that you have a class like following:
class Dummy{
public Dummy instance(){
return new Dummy();
}
}
Early (with jboss-aop 1.0.0) I used execution pointcut to intercept
constructor execution. It worked fine.
But with coming of 1.3.4 the method that instantiate the object does n
I'm also stuck with the "duplicated in the faces tree" bug. So I was wondering
is this solved in myfaces 1.1.1?
What version of myfaces is used by Seam(currently under CVS) and jboss 4.0.3
SP1?
If the bug is still in 1.1.1 can somebody post or mail me the link to download
the 1.0.9 version.
C
I have a web app with declarative security setup in the deployment descriptor
in a way to force ssl with client authentication. If I insert an apache node in
the middle talking AJP1.3 with the server, do the deployment descriptors have
to change in any way to maintain the same behavior regarding
I need to publish a windows network directory via WebDAV in the web
application.
I am trying to use JBossSlide. How to simple configure JBossSlide to share the
specified directory?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914427#3914427
Reply to the p
I have the same problem. I have the request variable REMOTE_USER set and I get
the NullPointerException. Do I have to write my own valve to create a
JBossGenericPrincipal and associate this principal with the request? Is there
an example program to do this?
View the original post :
http://www.
hi,
I have a problem. I create one TreeCache from build.bat run.aop.demo and then I
create another one from my app. I use the same config file
replSync-service.xml. They can see each other but I have a problem :
"INFO [Thread-9] (TreeCache.java:2278) - received the state (size=703 bytes)
ERROR [T
Hi,
Thanks for the response.
Actually when i run wscompile against xsd:any element it correctly creates
SOAPElement or SOAPElement[] depending on the maxOccurs value.
I think the problem is not with this.According to what I found, JBoss JAX-RPC
internally tries to deserialize any xsd:elemen
It appears to work fine for me :-) and I successfully call business methods
after deserialization. I have not tested it over a long session containing
numerous calls and also not across different VM's for clustering.
Let me know how it works for you?
View the original post :
http://www.jboss.c
Hello everybody,
I'am using ejb 3 with jboss AS 4.0.2 .I have created an entity bean
import java.io.Serializable;
import java.sql.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.Join
I installed JBoss portal 2.2 from the binary release, using MySql 4.1.15 as
database and JBoss AS 4.0.3 SP1. Whe the AS startsup I get the following
message :
--- MBeans waiting for other MBeans ---
ObjectName: portal:service=CMS
State: FAILED
Reason: org.apache.jackrabbit.core.config.Config
Hi,
Is there a complete xml schema for the configuration file of JBoss Cache?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914416#3914416
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914416
--
1 - 100 of 113 matches
Mail list logo