looks like you need to have ./jboss-4.0.4.GA/lib/endorsed/xercesImpl.jar in the
classpath
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972487#3972487
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972487
while starting jboss, I am getting error as : I would be greatful if somebody
tries to solve this issue.
---START
ERROR---
11:17:57,750 INFO [NamingService] Started jndi bootstrap jnpPort=1099,
rmiPort=1098, backlog=50, bindAddress
If you're running this client from main, it'll be in its own instance of the
JVM, so your client (even if running on the same machine as the EJB) is *not*
local. Local refers to "within same JVM" only, and will take advantage of
certain in-JVM benefits, like being able to pass objects by refere
Thanks for replying ...
Here we go :)
This is my Bean
| @Stateless
|
| public class StoreAccessBean implements StoreAccessLocal,
StoreAccessRemote {
| public int add (int num1 , int num2) {
| int sum = num1 + num2;
| System.out.println ("I'm
You can set Window => Preferences => JBoss Eclipse IDE =>JBoss servers => Start
timeout to 60 000 and Upon timeout: Set server State to "Started".
This works also.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972483#3972483
Reply to the post :
http://www
Hi -
I have never posted here for fear of being flamed, so please go gently on me :)
I'm using JBoss 4.0.4 GA
I have an EAR file which currently contains just a HAR (Hibernate) service, but
which will contain more services for deployment shortly.
The Hibernate MBean is currently configured to
You have to go into the deploy/jms folder and replace the
hsql-jdbc2-service.xml with the following below. There was an error in the
original text (it read EXITS not EXISTS). If you have the other dependencies
for Derby in place and the datasource initalizes properly this should work (or
to
Hi all,
In the event of installing the JBoss Application server and Portal. These are
steps that i followed
1. I have downloded the Jboss 4.0.4 CR2 and Jboss Portal 2.4 ALPHA.
I have unzipped both the zip files and now i configured the
portal-sqlserverds.xml file in the portal and copied
Oh my gosh!
Just after I posted, something hit me, and I solved the problem.
Here's the solution. Pretty simple, actually.
While my portlet displays as BrainInfo, it is actually housed in the war as
"neuronamesportlet". The solution is to call the servlet with:
/neuronamesportlet/NeuronamesAjaxSe
Situation: JBoss Portal AS 2.4.0
Homegrown portlet that feeds from a JCR backside.
Desire:
Feed an index page that loads content from an AJAX servlet.
Following the example, my portlet which appears as:
/portal/portal/default/BrainInfo
which is showing in a window called NeuroNamesPortletWindow
thu
I am tring to follow tips from
http://wiki.jboss.org/wiki/Wiki.jsp?page=EJB3EmbeddedPerformanceTips and I want
to run the test case without put all the classes in to jar file, I get
following error. My code is followed by the error message. Any body can provide
any help? I am using jboss-EJB-3.
This problem has been solved. Thank you very much!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972462#3972462
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972462
___
jbos
I change the ehcache version, but still failed. Can you guide me step by step?
The JBoss AS version is 4.0.4.GA , the JBoss portal version is 2.4.0 and the
JBPM version is 3.1.2, Thanks very much!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972461#3972461
I am successful as your confuguration, but your protal and JBoss AS version are
not the latest version. What should I do that can also successe in the latest
version? The latest Jboss AS version is 4.0.4 and the protal is 2.4.0. Thanks
very much!
View the original post :
http://www.jboss.com/i
Hi,
I have two nodes in a Jboss cluster. I have a simple cache and calling put.
cache.put("/test", key, "foo");
If I use REPL_SYNC, I get the following exception thrown.
| 19:28:59,609 INFO [STDOUT] 0ERROR
org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/cluster].[jsp
thanks you very much!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972458#3972458
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972458
___
jboss-user mailing list
jboss-use
I start JBoss Server by command from windows-console.
It works.
Thanks rob, vmnokso1.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972457#3972457
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972457
you might have grabbed some old documentation. the actual port configurations
for the new ones are in the jbossws.sar\jbossws.beans. you will need to unzip
and rezip
see.
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84965
Steve.
View the original post :
http://www.jboss.com/i
Support! Please help me!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972455#3972455
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972455
___
jboss-user mailing list
jboss-
I wouldn't go as far as to constrain all entities by default, it would add
another "speedbump" that a developer would need to be aware of when
implementing remoting in their app. Section 7.9 in the remoting chapter of the
documentation describes how object graphs returned by invoking a session
Yepp, that's what I tried to explain... ;-)
"johnnybe" wrote : But wouldn't it work for you to just include the first
selectOneMenu in a region with renderRegionOnly set to false so that on submit
only this region is submitted but components outside the region can also be
updated in the respons
Hi,
Please, tell me if I'm thinking the right way!!
I have a PRODUCT, which has a relationship with INVENTORY in many-to-many mode.
This relationship has also several attributes, so I must create a intermediary
table (PRODUCT_INVENTORY). I'm in doubt among 3 solutions:
1 - Create a PRODUCT_INV
I reviewed this and I can't confirm your conclusions. Make sure you have testes
against current CVS. If it still doesn't work, I need a test case.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972449#3972449
Reply to the post :
http://www.jboss.com/index.ht
I have tried two Macs, one running Java 1.4.2 and one running Java 1.5.0 and
both had the same error. The installation is the bundled jboss portal 2.4.0
and jboss AS 4.0.4 which is pretty simple to get running on fedora core 5. I
would like to get it working on Mac OS X so I am open to suggest
In the hope that somebody can help ...
I have a EJB 2.1 Stateless Session Bean with this header ...
/**
| * @ejb.bean name="GeoFeatureServer"
| *
jndi-name="com.free2be.framework.gis.feature.GeoFeatureServerHome"
| * type="Stateless" view-type="remote"
| * @ejb.tra
Portal is being developed on WinXP, Linux and MacOsX machines currently. So OS
simply can't be the issue here ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972445#3972445
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
I followed the installation instructions in the user guide. Perhaps that needs
upgrading.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972443#3972443
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972443
Hi
I have deployed jboss-portal 2.4.0 on fedora core 5 and it looks fantastic.
However I tried deploying on Mac OS X and I get an exception during startup.
Stack trace below.
Regards
Tim
=
JBoss Bootstrap Environmen
Hello Mariella
I would suggest checking your firewall and/or antivirus. They might block http
packets sent by TortoiseSVN.
Anyway, use svn co
http://anonsvn.jboss.org/repos/portal/branches/JBoss_Portal_Branch_2_4/ as
PeterJ said. It is the most reliable sollution :-)
Regards
--
"[EMAIL PROTECTED]" wrote : It is a HSQLDB database, embedded in JBoss.
and how can i see this database??
do i loose my data when i stop jboss?
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972439#3972439
Reply to the post :
http://www.jboss.com/ind
It is a HSQLDB database, embedded in JBoss.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972438#3972438
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972438
___
jboss-user
No, I don't know what that means, but I have had all kinds of problems using
TortoiseSVN to get source out fo the JBoss SVN repository, but using the
command line seems to work fine. Just add the TortoiseSVN installation
directory to your PATH (it includes all of the SVN command line utilities)
Created a JIRA issue: http://jira.jboss.com/jira/browse/EJBTHREE-709
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972435#3972435
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972435
_
in the first Seam application: the registration example the tutorial speaks
about users table, database,ecc.ecc but i have not installed no database
what kind of database is it?
where is it?
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972437#39724
Hi Peter,
I tried using Tortoise but I am getting an error.
Error: REPORT request failed on '/repos/portal/!svn/vcc/default'
Error: REPORT of '/repos/portal/!svn/vcc/default': 400 Bad Request
(http://anonsvn.jboss.org)
Do you know what that means?
Thanks,
-Mariella.
View the original pos
Did you try the *-object.xml file I provided in the other post? I even
included packaging and deployment instructions. The end result is a portal that
you can access via http://localhost:8080/portal/PortalB.
In other words, leave the jboss-portal.sar directory alone, don't change
anything in t
It seems this problem happens even in regular input fields, not just
h:inputText, and it persists even when I switch the viewhandler to
com.sun.facelets.FaceletViewHandler, which suggests to me a facelets bug (I'm
using the latest I could find, 1.1.9) or maybe a misconfiguration on my part
(I'm
I just found out JBOSS can only support a one-to-one relationship between
portlets which means it can only affect behaviour on one portlet per action. Is
there a work around, make it affect on more than portlet?
Will Ajax help?
Thanks!
Siyang
View the original post :
http://www.jboss.com/inde
Peter,
Thanks for the response. After observing the deploy folder i have the
following questions:
how does the url: http://localhost:8080/portal/portal/default/helloworld
maps to the deployed war file in
"C:\jboss-4.0.4-Portal2.2.1SP1-EJB3\jboss-4.0.4.GA\server\default\deploy"
I mea
I solved the problem by downloading
http://java.sun.com/xml/ns/javaee/javaee_web_services_client_1_2.xsd and
manually adding it as schema/javaee_web_services_client_1_2.xsd to
server/default/lib/jboss.jar using the command-line jar tool.
View the original post :
http://www.jboss.com/index.htm
I added serializer.jar to the endorsed directory and that seem to take care of
the problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972427#3972427
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972427
__
phpBB strikes again. I properly escaped my tags in the value field in the page
text. Preview just undoes it, something I fixed for the second part but not
the first.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972425#3972425
Reply to the post :
http:
Post up your code for us, Vishal? Implementation class, interfaces, calling
code, etc. :)
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972424#3972424
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972424
___
Ick, something is getting unescaped somehow. If I have this in a page:
|
|
I get this browser error in response:
| XML Parsing Error: not well-formed
| Location: http://localhost:8080/fiat/home.seam
| Line Number 18, Column 81:
|
|
-
A big middle finger to phpBB which interprets "disable HTML" as "well I really
wanted you to interpret entities anyway". When using the 1.2 RI, inputText
fields are not escaping the left angle bracket character to
ampersand-ell-tee-semicolon. What befuddles me to no end is that it does fine
I had to switch to the 1.2RI because Myfaces apparently lacks an enum
converter, my app uses lots of enums, and rather than having to roll my own
converters, I followed the directions to switch to the RI. Everything seemed
to work all right except for a mysterious problem: inputText fields aren
When I use an ejb-jar.xml file with an EJB3 deployment in RC9, I get the
following exception. Am I doing something wrong? Anyone else have this
problem? I did NOT get this exception with the 4.0.4.GA/EJB3 bundle (RC7 I
think). The ejb-jar.xml is basically just empty -- I'm using it to hot-de
Hi,
I just copied all config files & libraries from one project to another and
stripped off a bunch of stuff (mainly .java files) and get now the following
error even though that the jboss-seam.jar is present and contains the
interceptor:
2006-09-18 21:55:02,687 WARN [org.jboss.system.ServiceC
thanks for your help!
joey
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972418#3972418
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972418
___
jboss-user mailing list
jbos
The Portal source is now in subversion. Try this instead:
svn co http://anonsvn.jboss.org/repos/portal/branches/JBoss_Portal_Branch_2_4/
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972416#3972416
Reply to the post :
http://www.jboss.com/index.html?module
That is strange. When I do the same thing I get the image showing up with a
blue outline (I overrode the style to get rid of the outline).
Try this. Change the image properties to lower case (e.g., height="22"). (In my
code I did not provide a height or width.) Perhaps Firefox doesn't like
upp
Hi,
Is there something new to this topic (ie accessing shared librairies in an ear
files) with the latest versions of JBoss AS?
Is one of the first two options available now?
thanks,
Yoan
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972413#3972413
Reply to
Hello,
I am using JBoss Portal 2.4 and I would like to add the Jboss forum portlet
compatible for that version. Any ideas where I can download that portlet? I
tried on cvs but it is not working...I am wondering if I am acesing the wrong
file (cvs co - JBoss_Portal_Branch_2_4 jboss-portal-2.4 ).
Hi,
I did and it did not work... :-( Any other suggestions...?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972412#3972412
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972412
___
I know this does not answer anything, but I gave up with image urls and just
used an image input tag with javascript to set the form submit parameter.
The image shows up fine in the image input tag.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972410#397241
When I use text, the following is produced, and I can see the text:
| back to select db
|
When I use the image tag, I get this:
|
|
|
No image or link is visable, no link shows up using the Firefox Web Developer
extension, and highlighting the anchor tag.
I can't see anything w
Do you mind sharing your solution?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972404#3972404
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972404
___
jboss-user mailing
Try adding the proxy options to the run.conf configuration for JBoss AS:
| -Dhttp.proxyHost=3.33.76.29 -Dhttp.proxyPort=80 -DproxySet=true
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972403#3972403
Reply to the post :
http://www.jboss.com/index.htm
Are you saying that the image is displayed but it is not a link, or are you
saying that the image does not display at all? My comment below assumes the
later.
I have done this before and it worked fine. Have you looked at the HTML source
within the browser? You should see the < img > tag with
HI,
I am attempting to use an image within a URL in Portal 2.4.
When I use the following code the link disappears:
|
|
No link shows on screen.
If I use the same anchor code, but remove the image tag and use text, the link
is shown:
| back to select db
|
Is there any way to use
I need an tutorial to work with entity beans too...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972396#3972396
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972396
___
jb
Did you ever get an answer this this? I would like to be able to do some
pre-processing or post-processing around the security check, but based on other
forums, it doesn't seem possible (under jboss) to use a filter. So, I'd settle
for the jsp submitting to a servlet that forwards to j_securit
I can't find anything about twiddle in the "Edit launch configuration
properties" window. I seems to be best to wait for the next release.
Thanks, Rob !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972394#3972394
Reply to the post :
http://www.jboss.com/in
Here is the script, and its supporting files. Before running it:
1) Modify the build.properties file to reflect your environment.
2) Load the MySQL and PostgreSQL JDBC jar files into your Maven2 repository (or
change the script to reference them from elsewhere).
3) Use a clean install of JBoss A
Hi Manik,
Any further help is very much appreciated.
Thanks,
Sudarshan
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972391#3972391
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972391
__
I recently found out how to solve the stock news problem. I had to change the
directory of the classes in Portlet.tld. I had to change taglib for
impl.jsr168.taglib. It worked fine. I also had to add the proxy init-param in
my portal.xml.
So it is register in case someone runs in the same probl
There should be 2.6 alpha at the end of this year.
http://jira.jboss.com/jira/browse/JBPORTAL?report=com.atlassian.jira.plugin.system.project:roadmap-panel
I don't know CAS. JBoss Portal leverages JBossSX in application server (JAAS).
Look at login-config.xml in jboss-portal.sar for authenticati
Hi,
I am facing an issue with the weather portlet. I am getting the following error
in the JBoss console:
13:42:12,284 ERROR [WeatherPortlet] Fatal Error reading/parsing XML Source.
java.net.UnknownHostException: xml.weather.yahoo.com
In the portal.xml file of my weather portlet I added the fol
I was trying to use LDAP + CAS + JBoss where jboss portal authentication
happens through CAS which checks the LDAP for validity. Any idea how?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972386#3972386
Reply to the post :
http://www.jboss.com/index.html?m
do we have any date for 2.6 rollout?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972385#3972385
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972385
___
jboss-user mailing
my opinion is that the jsf is just the (view) and the _control_ layer in this
context, all business logic goes to the model layer which is ejb now. One ejb
call per action is my law :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972384#3972384
Reply to th
ldap integration is on 2.6 roadmap. If you want do it yourself it's mostly
about implementing UserModule and RoleModule to use LDAP. The simplest
workaround for now is to just use LdapLoginModule instead of
IdentityLoginModule for portal authentication in JBossSX and to have same users
both in
I, i was trying o check the check user permissions to portal pages in order to
choose which links to display in a portlet. But i'm getting a little problem.
The code that i use is this:
| MBeanServer mbeanServer = MBeanServerLocator.locateJBoss();
|
| PortalPe
If you need a more generic solution, scoping the whole MDB deployment is the
way to go. I can assist you with that, if using JBoss 4.0.4 is not an option.
As Tim said, all these hassles will go away as soon as JBoss 5 is out, since we
won't be using scoped deployments anymore.
View the original
The procedure described in the wiki document has been tested with JBoss
4.0.4.GA and it worked. 4.0.4 uses the same AOP version as JBoss Messaging, so
there was no need to scope the whole MDB deployment.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972380
Thank you all for viewing this post.
Finally I have worked out a solution. :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972377#3972377
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972377
___
The twiddle tab wouldn't be under window -> preferences. It would be under your
server configuration.
To find your server launch configuration, double click your server in the view
to open the editor, and then click on the launch configuration hyperlink. There
may or may not be a twiddle tab t
My company has a table that has a primary key of 5 columns, one of which is an
auto-generated sequence. This was not always an auto-generated sequence, and
previously was only unique for any combination of the first 4 columns, not
unique for the entire table. Therefore, the primary key of the
These behavior was observed while running the samples shipped with jboss cache
under examples\PojoCache\annotated50, after making a change of removing a
non-existent node in the cache.
Both node create and node modify event are received by the listener.
I am using TreeCache's remove() method cal
I am using JBoss Eclipse IDE 2.0.0.Beta1. I can't find twiddle tab from Window
=> Prefereces.
My jboss username and password are the same as my Windows username and password.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972373#3972373
Reply to the post :
Hi,
Does JBossWS support REST? Can't seem to find any documentation on that.
If not, do you know if its on the roadmap?
Thanks!
Winston
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972367#3972367
Reply to the post :
http://www.jboss.com/index.html?modu
Hi,
I'm getting
anonymous wrote : java.lang.RuntimeException: java.lang.NoSuchMethodError:
org.jboss.xb.binding.sunday.unmarshalling.DefaultSchemaResolver.addSchemaInitializer(Ljava/lang/String;Ljava/lang/String;)V
| at
org.jboss.ejb3.embedded.EJB3StandaloneBootstrap.boot(EJB3StandaloneBo
I've got a PAGE scope DataModel which was working fine until I added an
inputText tag to the page. Now the selection is always the first one on the
list.I know I've had some trouble understanding exactly how DataModels (and
Seam in general, really) works, so I thought I'd post this here to
I fixed the JavaDoc.
"Attribute" means either a get/set pair or an instance variable in the Seam
docs.
Hotel[] is a subtype of Object[] in Java.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972368#3972368
Reply to the post :
http://www.jboss.com/index.ht
Hi all,
I want to run the Jpotal example and Jbpm example in the same Server.
When I put Jportal 2.4 example in the JBoss AS 4.0.4 , it's running well. but
when I put the Jbpm 3.1.2 example in the JBoss AS 4.0.4 , It's throw errors .
what should i do can solve it ?
View the original pos
But actually, what should really happen is that Seam should set injected
attributes to null after each invocation. There is an existing JIRA issue
asking for this:
http://jira.jboss.com/jira/browse/JBSEAM-22
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972
did you try searching the forum for:
bpmn AND gpd
It's all in there
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972364#3972364
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972364
_
search the forum. Has been answerd more than one time. tip: try ehcache AND
version
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972362#3972362
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972362
__
if you can execute perl from java (regardles of jbpm) then it is possible. jBPM
itself does not have anything to do with this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972361#3972361
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
I have the same problem. Do you have a solution for that?
Thanks in advance.
Danny
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972359#3972359
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972359
_
I've raised the issue here...
http://jira.jboss.com/jira/browse/EJBTHREE-708
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972358#3972358
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972358
_
Hi,
I am deploying EntityBean, FileDetailsServiceBO on JBoss 4.0.1sp1 and then
updated to JBoss 4.0.4CR2 for EJB 3.0 support
I get the following error : Pls help me know if JBoss has been updated to
4.0.4CR2 or how to solve this issue.
20:41:42,939 WARN [verifier] EJB spec violation:
Bean :
would you mind posting that script? I think that would be most helpful to me at
the moment.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972354#3972354
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972354
__
Same here with fresh Eclipse 3.2 on OS X Tiger.
/Anthony
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972353#3972353
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972353
__
Sorry if this isn't the place to do this, but I didn't find any other one...
Why the GPD doesn't use the bpmn 1.0 notation to draw the process definition?
It would be usefull to have a unified notation to do so and as bpmn is
established, why not use it?
bye
View the original post :
http://ww
I am having the same problem with J2EE 1.4
It works fine for primative types but nothing else. Also if I try
document/literal I get the same thing.
[java] org.jboss.ws.WSException: Cannot obtain java type mapping for:
{www.aware-services.co.uk/ws/hello/types}sayHello
my wsdl:
?
Hmm, I did a search on "change port 8080" and found several posts that discuss
this very topic, including two on the first page of search results that address
this exact question ("How to change the web servers port no." and "From port
8080 to port 80. How?").
View the original post :
http://w
Yes, the deployment should be only in *-object.xml, so the change you made is
correct.
Another possible solution would have been to use the Portal Administration
portlet to add the iframe protlet to the default page (or some other page).
View the original post :
http://www.jboss.com/index.htm
There's an entry in persistence.xml that causes the database tables to be
dropped and recreated. Just remove that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972344#3972344
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
Hi,
I correct this by recompile the class
org.hibernate.collection.AbstractPersistentCollection without final method.
I don't want tu use the 2nd level cache of hibernate, I want to use my onw
cache and replicated it.
But I have another blcking pb, When I called a method of my Set implementati
1 - 100 of 185 matches
Mail list logo