JBoss AS 5 and XDoclet
by Jaroslaw Kijanowski
Hello,
When I run the testsuite, I get an "ejb not bound" error in the org.jboss.test.aop.test.SimpleBeanUnitTestCase. "ejb" should be bound thanks xdoclet, which generates the necessary ejb-jar.xml. This is the way it was done in JBAS4. What about JBAS5?
In org.jboss.test.aop.simpleejb.SimpleBean.java there are still tags which allow to generate the ejb-jar.xml file, but XDoclet isn't enabled. Is XDoclet history? How should this file be generated? maybe "no xml files" strategy thanks ejb3.0 annotations? or should this file be generated manually?
My temporary solution for the SimpleBeanUnitTestCase test is as follows:
a) Copy two xml files (attached to this e-mail) to jboss-head\testsuite\src\resources\aop\simpleejb\META-INF
b) add two lines in jboss-head\testsuite\imports\sections\aop.xml
<jar destfile="${build.lib}/simpleejb.sar">
.
.
.
<fileset dir="${build.resources}/aop/simpleejb">
<include name="META-INF/jboss-service.xml"/>
<!-- new lines -->
<include name="META-INF/jboss.xml"/>
<include name="META-INF/ejb-jar.xml"/>
<!-- new lines end -->
</fileset>
</jar>
Regards,
Jaroslaw.
19 years, 8 months
[Design of JBoss jBPM] - Error: forms.xml missing from Process
by falazar
Tom,
Does the new GPD create a forms.xml to be put up with the processes definition.
We have the new CVS build of the jbpm, but have still been having some troubles with the eclipse plugins.
We got the old eclipse to put up a process definition, but when we try to access it via the web console, we get.
Caused by: org.jbpm.JbpmException: file 'forms.xml' not found in db
at org.jbpm.file.def.FileDefinition.getByteArray(FileDefinition.java:210)
at org.jbpm.file.def.FileDefinition.getInputStreamFromDb(FileDefinition.java:169)
at org.jbpm.file.def.FileDefinition.getInputStream(FileDefinition.java:126)
... 58 more
I searched around on the forum, and barely found mention of the forms.xml file, and noticed that Tom added the code into the TaskForms.java, but it doesnt appear to be created anywhere.... Did we catch the cvs in the middle?
I see a couple jira issues, but nothing too close.
James
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964494#3964494
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964494
19 years, 8 months
[Design of JBoss Portal] - JBoss Portal 2.6 Design and UI Enhancement Tasks and Mockup
by damon.sicore@jboss.com
I've created the first pass of Design and UI tasks based on the work James Cobb has been doing and as a result of our ongoing portal design discussions.
I've created these in the Labs component of "Design and UI". Here's a shortcut to a quick filter to get everything:
http://jira.jboss.com/jira/secure/IssueNavigator.jspa?reset=true&&type=3&...
Here's a quick rundown of these UI design tasks which hit almost all of the most important design and interface enhancements we need in JBoss Portal:
[JBLAB-735] JBoss Portal Default Theme: Build Header HTML/CSS
Create the HTML and CSS for the default portal theme header.
[JBLAB-736] JBoss Portal Default Theme: Build Portlet Controls HTML/CSS
Create the HTML/CSS for the new portlet controls in JBoss Portal. See the attached image mockup.
[JBLAB-737] JBoss Portal Default Theme: Main Content Area HTML/CSS
Create the HTML/CSS for the main content area of the landing page for JBoss Portal. See attached image.
[JBLAB-738] JBoss Portal Personalization: Maximized Portlet HTML/CSS
Create the HTML/CSS for the maximized portlet. See attached image.
[JBLAB-739] JBoss Portal Personalization: Edit Layout HTML/CSS
Create the HTML/CSS for the Edit Layout. See attached image.
[JBLAB-740] JBoss Portal Personalization: Add New Page HTML/CSS
Create HTML/CSS for the Add New Page feature of JBoss Portal. See attached image.
[JBLAB-741] JBoss Portal Personalization: Add Content HTML/CSS
Create the HTML/CSS for the Add Content panel in JBoss Portal. See attached image.
[JBLAB-742] JBoss Portal Personalization: Remove Content HTML/CSS
Create the HTML/CSS for the Remove Content feature of JBoss Portal Personalization. See attached image.
[JBLAB-743] JBoss Portal Administration: Management Portlet HTML/CSS
Create the HTML/CSS for the Management Portlet in the administration features of JBoss Portal. Image coming soon.
[JBLAB-744] JBoss Portal Administration: CMS Portlet HTML/CSS
Create the HTML/CSS for the CMS Portlet in the administration section of JBoss Portal. Image coming soon.
[JBLAB-745] JBoss Portal Administration: User Portlet HTML/CSS
Create the HTML/CSS for the user portlet in JBoss Portal Administration. Image coming soon.
[JBLAB-746] JBoss Portal Administration: Role Portlet HTML/CSS
Create the HTML/CSS for the Role Portlet in JBoss Portal Administration. Image coming soon.
Many of these tasks' UI elements require functionality enhancements to Portal. A subsequent set of JIRA tasks will be created in the JBPORTAL Jira project to address each of them.
Please take a look at each of the images attached to the JIRA tasks. This is the time to provide feedback.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964481#3964481
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964481
19 years, 8 months